JBoss Community

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

created by Chris Melas in jBPM - View the full discussion

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

Start a new discussion in jBPM at Community