[jboss-user] [jBPM] - Re: problem with on entry/exit action (designer-2.0-jboss7.war , 27-Jan-2012 )

Chris Melas do-not-reply at jboss.com
Mon Jan 30 07:11:11 EST 2012


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]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120130/908dd86e/attachment-0001.html 


More information about the jboss-user mailing list