[jboss-cvs] jboss-seam/examples/takeaway/resources ...

Gavin King gavin.king at jboss.com
Fri Jun 15 20:44:33 EDT 2007


  User: gavin   
  Date: 07/06/15 20:44:33

  Modified:    examples/takeaway/resources   hibernate.cfg.xml jbpm.cfg.xml
  Log:
  update to latest jbpm
  
  Revision  Changes    Path
  1.2       +23 -19    jboss-seam/examples/takeaway/resources/hibernate.cfg.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: hibernate.cfg.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/takeaway/resources/hibernate.cfg.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- hibernate.cfg.xml	27 Feb 2007 02:47:39 -0000	1.1
  +++ hibernate.cfg.xml	16 Jun 2007 00:44:33 -0000	1.2
  @@ -24,22 +24,26 @@
       <!-- uncomment this if you don't have bsh on your -->
       <!-- classpath.  you won't be able to use the     -->
       <!-- script element in process definition files   -->
  -    <!-- 
       <mapping resource="org/jbpm/graph/action/Script.hbm.xml"/>
  -    -->
   
       <!-- following mapping files have a dependendy on  -->
  -    <!-- 'jbpm-identity-{version}.jar', mapping files  -->
  +    <!-- 'jbpm-identity.jar', mapping files            -->
       <!-- of the pluggable jbpm identity component.     -->
  -    <!-- comment out the following 3 lines if you don't-->
  -    <!-- want to use the default jBPM identity mgmgt   -->
  -    <!-- component                                     -->
  -    
  -    <!-- 
  +    <!-- Uncomment the following 3 lines if you        -->
  +    <!-- want to use the jBPM identity mgmgt           -->
  +    <!-- component.                                    -->
  +    <!-- identity mappings (begin) -->
       <mapping resource="org/jbpm/identity/User.hbm.xml"/>
       <mapping resource="org/jbpm/identity/Group.hbm.xml"/>
       <mapping resource="org/jbpm/identity/Membership.hbm.xml"/>
  -    -->
  +    <!-- identity mappings (end) -->
  +    
  +    <!-- following mapping files have a dependendy on  -->
  +    <!-- the JCR API                                   -->
  +    <!-- jcr mappings (begin) ===
  +    <mapping resource="org/jbpm/context/exe/variableinstance/JcrNodeInstance.hbm.xml"/>
  +    ==== jcr mappings (end) -->
  +
   
       <!-- ###################### -->
       <!-- # jbpm mapping files # -->
  @@ -48,6 +52,9 @@
       <!-- hql queries and type defs -->
       <mapping resource="org/jbpm/db/hibernate.queries.hbm.xml" />
       
  +    <!-- graph.action mapping files -->
  +    <mapping resource="org/jbpm/graph/action/MailAction.hbm.xml"/>
  +    
       <!-- graph.def mapping files -->
       <mapping resource="org/jbpm/graph/def/ProcessDefinition.hbm.xml"/>
       <mapping resource="org/jbpm/graph/def/Node.hbm.xml"/>
  @@ -65,6 +72,7 @@
       <mapping resource="org/jbpm/graph/node/Decision.hbm.xml"/>
       <mapping resource="org/jbpm/graph/node/Fork.hbm.xml"/>
       <mapping resource="org/jbpm/graph/node/Join.hbm.xml"/>
  +    <mapping resource="org/jbpm/graph/node/MailNode.hbm.xml"/>
       <mapping resource="org/jbpm/graph/node/State.hbm.xml"/>
       <mapping resource="org/jbpm/graph/node/TaskNode.hbm.xml"/>
   
  @@ -113,13 +121,11 @@
       <mapping resource="org/jbpm/context/exe/variableinstance/NullInstance.hbm.xml"/>
       <mapping resource="org/jbpm/context/exe/variableinstance/StringInstance.hbm.xml"/>
   
  -    <!-- msg.db mapping files -->
  -    <mapping resource="org/jbpm/msg/Message.hbm.xml"/>
  -    <mapping resource="org/jbpm/msg/db/TextMessage.hbm.xml"/>
  -    <mapping resource="org/jbpm/command/ExecuteActionCommand.hbm.xml"/>
  -    <mapping resource="org/jbpm/command/ExecuteNodeCommand.hbm.xml"/>
  -    <mapping resource="org/jbpm/command/SignalCommand.hbm.xml"/>
  -    <mapping resource="org/jbpm/command/TaskInstanceEndCommand.hbm.xml"/>
  +    <!-- job mapping files -->
  +    <mapping resource="org/jbpm/job/Job.hbm.xml"/>
  +    <mapping resource="org/jbpm/job/Timer.hbm.xml"/>
  +    <mapping resource="org/jbpm/job/ExecuteNodeJob.hbm.xml"/>
  +    <mapping resource="org/jbpm/job/ExecuteActionJob.hbm.xml"/>
   
       <!-- taskmgmt.exe mapping files -->
       <mapping resource="org/jbpm/taskmgmt/exe/TaskMgmtInstance.hbm.xml"/>
  @@ -127,9 +133,6 @@
       <mapping resource="org/jbpm/taskmgmt/exe/PooledActor.hbm.xml"/>
       <mapping resource="org/jbpm/taskmgmt/exe/SwimlaneInstance.hbm.xml"/>
   
  -    <!-- scheduler.exe mapping files -->
  -    <mapping resource="org/jbpm/scheduler/exe/Timer.hbm.xml"/>
  -
       <!-- logging mapping files -->
       <mapping resource="org/jbpm/logging/log/ProcessLog.hbm.xml"/>
       <mapping resource="org/jbpm/logging/log/MessageLog.hbm.xml"/>
  @@ -138,6 +141,7 @@
       <mapping resource="org/jbpm/graph/log/NodeLog.hbm.xml"/>
       <mapping resource="org/jbpm/graph/log/ProcessInstanceCreateLog.hbm.xml"/>
       <mapping resource="org/jbpm/graph/log/ProcessInstanceEndLog.hbm.xml"/>
  +    <mapping resource="org/jbpm/graph/log/ProcessStateLog.hbm.xml"/>
       <mapping resource="org/jbpm/graph/log/SignalLog.hbm.xml"/>
       <mapping resource="org/jbpm/graph/log/TokenCreateLog.hbm.xml"/>
       <mapping resource="org/jbpm/graph/log/TokenEndLog.hbm.xml"/>
  
  
  
  1.2       +1 -0      jboss-seam/examples/takeaway/resources/jbpm.cfg.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jbpm.cfg.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/takeaway/resources/jbpm.cfg.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- jbpm.cfg.xml	27 Feb 2007 02:47:39 -0000	1.1
  +++ jbpm.cfg.xml	16 Jun 2007 00:44:33 -0000	1.2
  @@ -8,6 +8,7 @@
             </bean>
          </factory>
       </service>
  +    <service name="tx" factory="org.jbpm.tx.TxServiceFactory" />
       <service name="message" factory="org.jbpm.msg.db.DbMessageServiceFactory" />
       <service name="scheduler" factory="org.jbpm.scheduler.db.DbSchedulerServiceFactory" />
       <service name="logging" factory="org.jbpm.logging.db.DbLoggingServiceFactory" />
  
  
  



More information about the jboss-cvs-commits mailing list