[jboss-cvs] jboss-seam/src/test/integration/resources ...

Peter Muir peter at bleepbleep.org.uk
Sat Nov 24 18:25:11 EST 2007


  User: pmuir   
  Date: 07/11/24 18:25:11

  Added:       src/test/integration/resources  testProcess2.jpdl.xml
  Log:
  Test for JBSEAM-1937
  
  Revision  Changes    Path
  1.1      date: 2007/11/24 23:25:11;  author: pmuir;  state: Exp;jboss-seam/src/test/integration/resources/testProcess2.jpdl.xml
  
  Index: testProcess2.jpdl.xml
  ===================================================================
  <process-definition name="TestProcess2"
                      xmlns="urn:jbpm.org:jpdl-3.2"
                      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                      xsi:schemaLocation="urn:jbpm.org:jpdl-3.2 http://jbpm.org/xsd/jpdl-3.2.xsd">
  
      <start-state name="start">
          <transition to="decision" />
      </start-state>
      
      <decision name="decision" expression="#{seamExpressionEvaluatorTestController.name eq 'foo'}">
        <transition to="done" name="true" />
        <transition to="done" name="false" />
      </decision>
      
      <end-state name="done"/>
      
  </process-definition>
  
  
  



More information about the jboss-cvs-commits mailing list