JBoss Community

Re: Which Designer?

created by Tihomir Surdilovic in jBPM - View the full discussion

I'll try to answer one at a time :)

 

******

* Evaluation bpmn2 and error:

18:25:01,752 ERROR [stderr] (http-localhost-127.0.0.1-8080-4) org.eclipse.emf.ecore.resource.Resource$IOWrappedException: Feature 'script' not found. (inputStream://dummyUriWithValidSuffix.xml, 33, 19)

******

This issue was recently resolved: https://issues.jboss.org/browse/JBPM-3728 and you have to either wait for a new jBPM version or build jBPM from its master branch to get the fix now.

You have also an option to manually fix the problem by changing all:

 

<tns:onEntry-script .... >

<script> .... </script>

</tns:onEntry-script>

 

to

 

<tns:onEntry-script .... >

<tns:script> .... </tns:script>

</tns:onEntry-script>

 

(same for onExit-script nodes) and then import it into Designer.


 


Reply to this message by going to Community

Start a new discussion in jBPM at Community