Tihomir Surdilovic [
https://community.jboss.org/people/tsurdilovic] created the
discussion
"Re: Which Designer?"
To view the discussion, visit:
https://community.jboss.org/message/751531#751531
--------------------------------------------------------------
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
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
[
https://community.jboss.org/message/751531#751531]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]