Chris Melas [https://community.jboss.org/people/melc] created the discussion

"Re: problem with on entry/exit action (designer-2.0-jboss7.war , 27-Jan-2012 )"

To view the discussion, visit: https://community.jboss.org/message/649427#649427

--------------------------------------------------------------
As far as i can see the part of the bpmn from eclipse with the script
i.e.
<extensionElements>
        <tns:onEntry-script>
          <script>System.out.println("test");</script>
        </tns:onEntry-script>
      </extensionElements>

will work if script tags contain namespace prefix i.e.

<extensionElements>
        <tns:onEntry-script>
          <*tns:script*>System.out.println("test");</*tns:script*>
        </tns:onEntry-script>
      </extensionElements>
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/649427#649427]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to