Actions
Bug #2439
closedProblem creating KAR from instantiated actor
Start date:
05/17/2006
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
2439
Description
Mohana Ramaratnam wrote:
Hello,
I created a workflow with the Case Actor (by instantiating the
component). I then selected ONLY the Case Actor and selected Add to
Library. I get the following error:
[java] Creating transport KAR file at
C:\Project\kepler\NRGKar\actors\NRGExtionSuccess.kar
[java] finding next object
java] java.lang.NullPointerException
java] at org.kepler.ksw.KSWBuilder.createKSW(KSWBuilder.java:225)
----
I suspect there is a problem here because an actor added by instantiation from the menu doesn't have an ID. (Dan Higgins)
Related issues
Updated by Chad Berkley over 17 years ago
All actors must have IDs for any of the kar functionality to work. If the actor doesn't have an ID, this isn't going to work.
Actions