8 Replies Latest reply on Feb 6, 2006 4:30 AM by koen.aers

    Deployment problem

    purvi.shah

      HI
      I have installed jbpm 3.0.2 starter kit.
      I tried to run HELLOWORLDDBTest example given in tutorial through Run as JUnit.
      Display following message in console


      14:09:59,593 DEBUG JbpmConfiguration : jbpm.hibernate.properties=hibernate.properties
      14:09:59,671 INFO Environment : Hibernate 3.1 beta 3
      14:09:59,671 INFO Environment : loaded properties from resource hibernate.properties: {hibernate.connection.driver_class=org.hsqldb.jdbcDriver, hibernate.cglib.use_reflection_optimizer=true, hibernate.c3p0.max_size=3, hibernate.dialect=org.hibernate.dialect.HSQLDialect, hibernate.c3p0.min_size=1, hibernate.connection.username=sa, hibernate.connection.url=jdbc:hsqldb:hsql://localhost:1701, hibernate.show_sql=true, hibernate.connection.password=****}
      14:09:59,686 INFO Environment : using CGLIB reflection optimizer
      14:09:59,718 INFO Environment : using JDK 1.4 java.sql.Timestamp handling
      14:09:59,874 DEBUG JbpmSessionFactory : using the default hibernate configuration file: hibernate.cfg.xml
      14:09:59,874 INFO Configuration : configuring from resource: /hibernate.cfg.xml
      14:09:59,874 INFO Configuration : Configuration resource: /hibernate.cfg.xml
      14:10:00,390 INFO Configuration : Reading mappings from resource: org/jbpm/identity/User.hbm.xml
      14:10:00,577 INFO HbmBinder : Mapping class: org.jbpm.identity.User -> JBPM_ID_USER
      14:10:00,640 INFO HbmBinder : Mapping collection: org.jbpm.identity.User.permissions -> JBPM_ID_PERMISSIONS
      14:10:00,640 INFO Configuration : Reading mappings from resource: org/jbpm/identity/Group.hbm.xml
      14:10:00,686 INFO HbmBinder : Mapping class: org.jbpm.identity.Group -> JBPM_ID_GROUP
      14:10:00,686 INFO HbmBinder : Mapping collection: org.jbpm.identity.Group.permissions -> JBPM_ID_PERMISSIONS
      14:10:00,702 INFO Configuration : Reading mappings from resource: org/jbpm/identity/Membership.hbm.xml
      14:10:00,733 INFO HbmBinder : Mapping class: org.jbpm.identity.Membership -> JBPM_ID_MEMBERSHIP
      14:10:00,858 INFO HbmBinder : Mapping collection: org.jbpm.identity.Membership.permissions -> JBPM_ID_PERMISSIONS
      14:10:00,858 INFO Configuration : Reading mappings from resource: org/jbpm/graph/def/ProcessDefinition.hbm.xml
      14:10:00,890 INFO HbmBinder : Mapping class: org.jbpm.graph.def.ProcessDefinition -> JBPM_PROCESSDEFINITION
      14:10:00,921 INFO Configuration : Reading mappings from resource: org/jbpm/graph/def/Node.hbm.xml
      14:10:00,952 INFO HbmBinder : Mapping class: org.jbpm.graph.def.Node -> JBPM_NODE
      14:10:00,968 INFO Configuration : Reading mappings from resource: org/jbpm/graph/def/Transition.hbm.xml
      14:10:01,030 INFO HbmBinder : Mapping class: org.jbpm.graph.def.Transition -> JBPM_TRANSITION
      14:10:01,030 INFO Configuration : Reading mappings from resource: org/jbpm/graph/def/Event.hbm.xml
      14:10:01,061 INFO HbmBinder : Mapping class: org.jbpm.graph.def.Event -> JBPM_EVENT
      14:10:01,061 INFO Configuration : Reading mappings from resource: org/jbpm/graph/def/Action.hbm.xml
      14:10:01,077 INFO HbmBinder : Mapping class: org.jbpm.graph.def.Action -> JBPM_ACTION
      14:10:01,077 INFO Configuration : Reading mappings from resource: org/jbpm/graph/def/SuperState.hbm.xml
      14:10:01,155 INFO HbmBinder : Mapping subclass: org.jbpm.graph.def.SuperState -> JBPM_NODE
      14:10:01,155 INFO Configuration : Reading mappings from resource: org/jbpm/graph/def/ExceptionHandler.hbm.xml
      14:10:01,171 INFO HbmBinder : Mapping class: org.jbpm.graph.def.ExceptionHandler -> JBPM_EXCEPTIONHANDLER
      14:10:01,186 INFO Configuration : Reading mappings from resource: org/jbpm/instantiation/Delegation.hbm.xml
      14:10:01,249 INFO HbmBinder : Mapping class: org.jbpm.instantiation.Delegation -> JBPM_DELEGATION
      14:10:01,249 INFO Configuration : Reading mappings from resource: org/jbpm/graph/node/StartState.hbm.xml
      14:10:01,265 INFO HbmBinder : Mapping subclass: org.jbpm.graph.node.StartState -> JBPM_NODE
      14:10:01,265 INFO Configuration : Reading mappings from resource: org/jbpm/graph/node/EndState.hbm.xml
      14:10:01,280 INFO HbmBinder : Mapping subclass: org.jbpm.graph.node.EndState -> JBPM_NODE
      14:10:01,280 INFO Configuration : Reading mappings from resource: org/jbpm/graph/node/ProcessState.hbm.xml
      14:10:01,296 INFO HbmBinder : Mapping subclass: org.jbpm.graph.node.ProcessState -> JBPM_NODE
      14:10:01,296 INFO Configuration : Reading mappings from resource: org/jbpm/graph/node/Decision.hbm.xml
      14:10:01,311 INFO HbmBinder : Mapping subclass: org.jbpm.graph.node.Decision -> JBPM_NODE
      14:10:01,311 INFO HbmBinder : Mapping collection: org.jbpm.graph.node.Decision.decisionConditions -> JBPM_DECISIONCONDITIONS
      14:10:01,311 INFO Configuration : Reading mappings from resource: org/jbpm/graph/node/Fork.hbm.xml
      14:10:01,327 INFO HbmBinder : Mapping subclass: org.jbpm.graph.node.Fork -> JBPM_NODE
      14:10:01,327 INFO Configuration : Reading mappings from resource: org/jbpm/graph/node/Join.hbm.xml
      14:10:01,343 INFO HbmBinder : Mapping subclass: org.jbpm.graph.node.Join -> JBPM_NODE
      14:10:01,343 INFO Configuration : Reading mappings from resource: org/jbpm/graph/node/State.hbm.xml
      14:10:01,390 INFO HbmBinder : Mapping subclass: org.jbpm.graph.node.State -> JBPM_NODE
      14:10:01,390 INFO Configuration : Reading mappings from resource: org/jbpm/graph/node/TaskNode.hbm.xml
      14:10:01,405 INFO HbmBinder : Mapping subclass: org.jbpm.graph.node.TaskNode -> JBPM_NODE
      14:10:01,405 INFO Configuration : Reading mappings from resource: org/jbpm/graph/action/Script.hbm.xml
      14:10:01,421 INFO HbmBinder : Mapping subclass: org.jbpm.graph.action.Script -> JBPM_ACTION
      14:10:01,468 INFO Configuration : Reading mappings from resource: org/jbpm/context/def/ContextDefinition.hbm.xml
      14:10:01,483 INFO Configuration : Reading mappings from resource: org/jbpm/context/def/VariableAccess.hbm.xml
      14:10:01,499 INFO HbmBinder : Mapping class: org.jbpm.context.def.VariableAccess -> JBPM_VARIABLEACCESS
      14:10:01,499 INFO Configuration : Reading mappings from resource: org/jbpm/taskmgmt/def/TaskMgmtDefinition.hbm.xml
      14:10:01,515 INFO Configuration : Reading mappings from resource: org/jbpm/taskmgmt/def/Swimlane.hbm.xml
      14:10:01,530 INFO HbmBinder : Mapping class: org.jbpm.taskmgmt.def.Swimlane -> JBPM_SWIMLANE
      14:10:01,546 INFO Configuration : Reading mappings from resource: org/jbpm/taskmgmt/def/Task.hbm.xml
      14:10:01,561 INFO HbmBinder : Mapping class: org.jbpm.taskmgmt.def.Task -> JBPM_TASK
      14:10:01,561 INFO Configuration : Reading mappings from resource: org/jbpm/taskmgmt/def/TaskController.hbm.xml
      14:10:01,577 INFO HbmBinder : Mapping class: org.jbpm.taskmgmt.def.TaskController -> JBPM_TASKCONTROLLER
      14:10:01,577 INFO Configuration : Reading mappings from resource: org/jbpm/module/def/ModuleDefinition.hbm.xml
      14:10:01,593 INFO HbmBinder : Mapping class: org.jbpm.module.def.ModuleDefinition -> JBPM_MODULEDEFINITION
      14:10:01,593 INFO Configuration : Reading mappings from resource: org/jbpm/bytes/ByteArray.hbm.xml
      14:10:01,624 INFO HbmBinder : Mapping class: org.jbpm.bytes.ByteArray -> JBPM_BYTEARRAY
      14:10:01,624 INFO HbmBinder : Mapping collection: org.jbpm.bytes.ByteArray.byteBlocks -> JBPM_BYTEBLOCK
      14:10:01,624 INFO Configuration : Reading mappings from resource: org/jbpm/file/def/FileDefinition.hbm.xml
      14:10:01,640 INFO HbmBinder : Mapping subclass: org.jbpm.file.def.FileDefinition -> JBPM_MODULEDEFINITION
      14:10:01,640 INFO Configuration : Reading mappings from resource: org/jbpm/scheduler/def/CreateTimerAction.hbm.xml
      14:10:01,702 INFO HbmBinder : Mapping subclass: org.jbpm.scheduler.def.CreateTimerAction -> JBPM_ACTION
      14:10:01,702 INFO Configuration : Reading mappings from resource: org/jbpm/scheduler/def/CancelTimerAction.hbm.xml
      14:10:01,702 INFO HbmBinder : Mapping subclass: org.jbpm.scheduler.def.CancelTimerAction -> JBPM_ACTION
      14:10:01,718 INFO Configuration : Reading mappings from resource: org/jbpm/graph/exe/Comment.hbm.xml
      14:10:01,718 INFO HbmBinder : Mapping class: org.jbpm.graph.exe.Comment -> JBPM_COMMENT
      14:10:01,733 INFO Configuration : Reading mappings from resource: org/jbpm/graph/exe/ProcessInstance.hbm.xml
      14:10:01,749 INFO HbmBinder : Mapping class: org.jbpm.graph.exe.ProcessInstance -> JBPM_PROCESSINSTANCE
      14:10:01,749 INFO Configuration : Reading mappings from resource: org/jbpm/graph/exe/Token.hbm.xml
      14:10:01,765 INFO HbmBinder : Mapping class: org.jbpm.graph.exe.Token -> JBPM_TOKEN
      14:10:01,796 INFO Configuration : Reading mappings from resource: org/jbpm/graph/exe/RuntimeAction.hbm.xml
      14:10:01,827 INFO HbmBinder : Mapping class: org.jbpm.graph.exe.RuntimeAction -> JBPM_RUNTIMEACTION
      14:10:01,827 INFO Configuration : Reading mappings from resource: org/jbpm/module/exe/ModuleInstance.hbm.xml
      14:10:01,858 INFO HbmBinder : Mapping class: org.jbpm.module.exe.ModuleInstance -> JBPM_MODULEINSTANCE
      14:10:01,858 INFO Configuration : Reading mappings from resource: org/jbpm/context/exe/ContextInstance.hbm.xml
      14:10:01,874 INFO HbmBinder : Mapping subclass: org.jbpm.context.exe.ContextInstance -> JBPM_MODULEINSTANCE
      14:10:01,874 INFO Configuration : Reading mappings from resource: org/jbpm/context/exe/TokenVariableMap.hbm.xml
      14:10:01,890 INFO HbmBinder : Mapping class: org.jbpm.context.exe.TokenVariableMap -> JBPM_TOKENVARIABLEMAP
      14:10:01,937 INFO Configuration : Reading mappings from resource: org/jbpm/context/exe/VariableInstance.hbm.xml
      14:10:01,952 INFO HbmBinder : Mapping class: org.jbpm.context.exe.VariableInstance -> JBPM_VARIABLEINSTANCE
      14:10:01,952 INFO Configuration : Reading mappings from resource: org/jbpm/context/exe/variableinstance/ByteArrayInstance.hbm.xml
      14:10:02,046 INFO HbmBinder : Mapping subclass: org.jbpm.context.exe.variableinstance.ByteArrayInstance -> JBPM_VARIABLEINSTANCE
      14:10:02,046 INFO Configuration : Reading mappings from resource: org/jbpm/context/exe/variableinstance/DateInstance.hbm.xml
      14:10:02,062 INFO HbmBinder : Mapping subclass: org.jbpm.context.exe.variableinstance.DateInstance -> JBPM_VARIABLEINSTANCE
      14:10:02,062 INFO Configuration : Reading mappings from resource: org/jbpm/context/exe/variableinstance/DoubleInstance.hbm.xml
      14:10:02,077 INFO HbmBinder : Mapping subclass: org.jbpm.context.exe.variableinstance.DoubleInstance -> JBPM_VARIABLEINSTANCE
      14:10:02,093 INFO Configuration : Reading mappings from resource: org/jbpm/context/exe/variableinstance/HibernateLongInstance.hbm.xml
      14:10:02,108 INFO HbmBinder : Mapping subclass: org.jbpm.context.exe.variableinstance.HibernateLongInstance -> JBPM_VARIABLEINSTANCE
      14:10:02,108 INFO Configuration : Reading mappings from resource: org/jbpm/context/exe/variableinstance/HibernateStringInstance.hbm.xml
      14:10:02,124 INFO HbmBinder : Mapping subclass: org.jbpm.context.exe.variableinstance.HibernateStringInstance -> JBPM_VARIABLEINSTANCE
      14:10:02,124 INFO Configuration : Reading mappings from resource: org/jbpm/context/exe/variableinstance/LongInstance.hbm.xml
      14:10:02,140 INFO HbmBinder : Mapping subclass: org.jbpm.context.exe.variableinstance.LongInstance -> JBPM_VARIABLEINSTANCE
      14:10:02,140 INFO Configuration : Reading mappings from resource: org/jbpm/context/exe/variableinstance/StringInstance.hbm.xml
      14:10:02,140 INFO HbmBinder : Mapping subclass: org.jbpm.context.exe.variableinstance.StringInstance -> JBPM_VARIABLEINSTANCE
      14:10:02,140 INFO Configuration : Reading mappings from resource: org/jbpm/taskmgmt/exe/TaskMgmtInstance.hbm.xml
      14:10:02,171 INFO HbmBinder : Mapping subclass: org.jbpm.taskmgmt.exe.TaskMgmtInstance -> JBPM_MODULEINSTANCE
      14:10:02,233 INFO Configuration : Reading mappings from resource: org/jbpm/taskmgmt/exe/TaskInstance.hbm.xml
      14:10:02,249 INFO HbmBinder : Mapping class: org.jbpm.taskmgmt.exe.TaskInstance -> JBPM_TASKINSTANCE
      14:10:02,265 INFO HbmBinder : Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.pooledActors -> JBPM_TASKACTORPOOL
      14:10:02,280 INFO Configuration : Reading mappings from resource: org/jbpm/taskmgmt/exe/PooledActor.hbm.xml
      14:10:02,296 INFO HbmBinder : Mapping class: org.jbpm.taskmgmt.exe.PooledActor -> JBPM_POOLEDACTOR
      14:10:02,312 INFO HbmBinder : Mapping collection: org.jbpm.taskmgmt.exe.PooledActor.taskInstances -> JBPM_TASKACTORPOOL
      14:10:02,312 INFO Configuration : Reading mappings from resource: org/jbpm/taskmgmt/exe/SwimlaneInstance.hbm.xml
      14:10:02,343 INFO HbmBinder : Mapping class: org.jbpm.taskmgmt.exe.SwimlaneInstance -> JBPM_SWIMLANEINSTANCE
      14:10:02,343 INFO Configuration : Reading mappings from resource: org/jbpm/scheduler/exe/Timer.hbm.xml
      14:10:02,358 INFO HbmBinder : Mapping class: org.jbpm.scheduler.exe.Timer -> JBPM_TIMER
      14:10:02,374 INFO Configuration : Reading mappings from resource: org/jbpm/logging/log/ProcessLog.hbm.xml
      14:10:02,452 INFO HbmBinder : Mapping class: org.jbpm.logging.log.ProcessLog -> JBPM_LOG
      14:10:02,452 INFO Configuration : Reading mappings from resource: org/jbpm/logging/log/MessageLog.hbm.xml
      14:10:02,468 INFO HbmBinder : Mapping subclass: org.jbpm.logging.log.MessageLog -> JBPM_LOG
      14:10:02,468 INFO Configuration : Reading mappings from resource: org/jbpm/logging/log/CompositeLog.hbm.xml
      14:10:02,499 INFO HbmBinder : Mapping subclass: org.jbpm.logging.log.CompositeLog -> JBPM_LOG
      14:10:02,499 INFO Configuration : Reading mappings from resource: org/jbpm/graph/log/ActionLog.hbm.xml
      14:10:02,515 INFO HbmBinder : Mapping subclass: org.jbpm.graph.log.ActionLog -> JBPM_LOG
      14:10:02,515 INFO Configuration : Reading mappings from resource: org/jbpm/graph/log/NodeLog.hbm.xml
      14:10:02,530 INFO HbmBinder : Mapping subclass: org.jbpm.graph.log.NodeLog -> JBPM_LOG
      14:10:02,530 INFO Configuration : Reading mappings from resource: org/jbpm/graph/log/ProcessInstanceCreateLog.hbm.xml
      14:10:02,546 INFO HbmBinder : Mapping subclass: org.jbpm.graph.log.ProcessInstanceCreateLog -> JBPM_LOG
      14:10:02,546 INFO Configuration : Reading mappings from resource: org/jbpm/graph/log/ProcessInstanceEndLog.hbm.xml
      14:10:02,562 INFO HbmBinder : Mapping subclass: org.jbpm.graph.log.ProcessInstanceEndLog -> JBPM_LOG
      14:10:02,562 INFO Configuration : Reading mappings from resource: org/jbpm/graph/log/SignalLog.hbm.xml
      14:10:02,577 INFO HbmBinder : Mapping subclass: org.jbpm.graph.log.SignalLog -> JBPM_LOG
      14:10:02,577 INFO Configuration : Reading mappings from resource: org/jbpm/graph/log/TokenCreateLog.hbm.xml
      14:10:02,593 INFO HbmBinder : Mapping subclass: org.jbpm.graph.log.TokenCreateLog -> JBPM_LOG
      14:10:02,608 INFO Configuration : Reading mappings from resource: org/jbpm/graph/log/TokenEndLog.hbm.xml
      14:10:02,640 INFO HbmBinder : Mapping subclass: org.jbpm.graph.log.TokenEndLog -> JBPM_LOG
      14:10:02,640 INFO Configuration : Reading mappings from resource: org/jbpm/graph/log/TransitionLog.hbm.xml
      14:10:02,687 INFO HbmBinder : Mapping subclass: org.jbpm.graph.log.TransitionLog -> JBPM_LOG
      14:10:02,687 INFO Configuration : Reading mappings from resource: org/jbpm/context/log/VariableLog.hbm.xml
      14:10:02,718 INFO HbmBinder : Mapping subclass: org.jbpm.context.log.VariableLog -> JBPM_LOG
      14:10:02,718 INFO Configuration : Reading mappings from resource: org/jbpm/context/log/VariableCreateLog.hbm.xml
      14:10:02,733 INFO HbmBinder : Mapping subclass: org.jbpm.context.log.VariableCreateLog -> JBPM_LOG
      14:10:02,733 INFO Configuration : Reading mappings from resource: org/jbpm/context/log/VariableDeleteLog.hbm.xml
      14:10:02,796 INFO HbmBinder : Mapping subclass: org.jbpm.context.log.VariableDeleteLog -> JBPM_LOG
      14:10:02,796 INFO Configuration : Reading mappings from resource: org/jbpm/context/log/VariableUpdateLog.hbm.xml
      14:10:02,812 INFO HbmBinder : Mapping subclass: org.jbpm.context.log.VariableUpdateLog -> JBPM_LOG
      14:10:02,812 INFO Configuration : Reading mappings from resource: org/jbpm/context/log/variableinstance/ByteArrayUpdateLog.hbm.xml
      14:10:02,858 INFO HbmBinder : Mapping subclass: org.jbpm.context.log.variableinstance.ByteArrayUpdateLog -> JBPM_LOG
      14:10:02,858 INFO Configuration : Reading mappings from resource: org/jbpm/context/log/variableinstance/DateUpdateLog.hbm.xml
      14:10:02,874 INFO HbmBinder : Mapping subclass: org.jbpm.context.log.variableinstance.DateUpdateLog -> JBPM_LOG
      14:10:02,874 INFO Configuration : Reading mappings from resource: org/jbpm/context/log/variableinstance/DoubleUpdateLog.hbm.xml
      14:10:02,890 INFO HbmBinder : Mapping subclass: org.jbpm.context.log.variableinstance.DoubleUpdateLog -> JBPM_LOG
      14:10:02,890 INFO Configuration : Reading mappings from resource: org/jbpm/context/log/variableinstance/HibernateLongUpdateLog.hbm.xml
      14:10:02,905 INFO HbmBinder : Mapping subclass: org.jbpm.context.log.variableinstance.HibernateLongUpdateLog -> JBPM_LOG
      14:10:02,905 INFO Configuration : Reading mappings from resource: org/jbpm/context/log/variableinstance/HibernateStringUpdateLog.hbm.xml
      14:10:02,921 INFO HbmBinder : Mapping subclass: org.jbpm.context.log.variableinstance.HibernateStringUpdateLog -> JBPM_LOG
      14:10:02,921 INFO Configuration : Reading mappings from resource: org/jbpm/context/log/variableinstance/LongUpdateLog.hbm.xml
      14:10:02,937 INFO HbmBinder : Mapping subclass: org.jbpm.context.log.variableinstance.LongUpdateLog -> JBPM_LOG
      14:10:02,937 INFO Configuration : Reading mappings from resource: org/jbpm/context/log/variableinstance/StringUpdateLog.hbm.xml
      14:10:02,968 INFO HbmBinder : Mapping subclass: org.jbpm.context.log.variableinstance.StringUpdateLog -> JBPM_LOG
      14:10:02,968 INFO Configuration : Reading mappings from resource: org/jbpm/taskmgmt/log/TaskLog.hbm.xml
      14:10:02,999 INFO HbmBinder : Mapping subclass: org.jbpm.taskmgmt.log.TaskLog -> JBPM_LOG
      14:10:02,999 INFO Configuration : Reading mappings from resource: org/jbpm/taskmgmt/log/TaskCreateLog.hbm.xml
      14:10:03,015 INFO HbmBinder : Mapping subclass: org.jbpm.taskmgmt.log.TaskCreateLog -> JBPM_LOG
      14:10:03,015 INFO Configuration : Reading mappings from resource: org/jbpm/taskmgmt/log/TaskAssignLog.hbm.xml
      14:10:03,030 INFO HbmBinder : Mapping subclass: org.jbpm.taskmgmt.log.TaskAssignLog -> JBPM_LOG
      14:10:03,030 INFO Configuration : Reading mappings from resource: org/jbpm/taskmgmt/log/TaskEndLog.hbm.xml
      14:10:03,046 INFO HbmBinder : Mapping subclass: org.jbpm.taskmgmt.log.TaskEndLog -> JBPM_LOG
      14:10:03,046 INFO Configuration : Reading mappings from resource: org/jbpm/taskmgmt/log/SwimlaneLog.hbm.xml
      14:10:03,140 INFO HbmBinder : Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneLog -> JBPM_LOG
      14:10:03,140 INFO Configuration : Reading mappings from resource: org/jbpm/taskmgmt/log/SwimlaneCreateLog.hbm.xml
      14:10:03,155 INFO HbmBinder : Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneCreateLog -> JBPM_LOG
      14:10:03,187 INFO Configuration : Reading mappings from resource: org/jbpm/taskmgmt/log/SwimlaneAssignLog.hbm.xml
      14:10:03,202 INFO HbmBinder : Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneAssignLog -> JBPM_LOG
      14:10:03,218 INFO Configuration : Configured SessionFactory: null
      14:10:03,218 DEBUG JbpmSessionFactory : overriding hibernate properties with {hibernate.connection.username=sa, hibernate.connection.password=, hibernate.c3p0.min_size=1, hibernate.dialect=org.hibernate.dialect.HSQLDialect, hibernate.c3p0.max_size=3, hibernate.show_sql=true, hibernate.connection.url=jdbc:hsqldb:hsql://localhost:1701, hibernate.connection.driver_class=org.hsqldb.jdbcDriver}
      14:10:03,218 DEBUG JbpmSessionFactory : building hibernate session factory
      14:10:03,218 INFO Configuration : processing extends queue
      14:10:03,218 INFO HbmBinder : Mapping subclass: org.jbpm.context.def.ContextDefinition -> JBPM_MODULEDEFINITION
      14:10:03,218 INFO HbmBinder : Mapping subclass: org.jbpm.taskmgmt.def.TaskMgmtDefinition -> JBPM_MODULEDEFINITION
      14:10:03,218 INFO Configuration : processing collection mappings
      14:10:03,218 INFO HbmBinder : Mapping collection: org.jbpm.identity.User.memberships -> JBPM_ID_MEMBERSHIP
      14:10:03,218 INFO HbmBinder : Mapping collection: org.jbpm.identity.Group.memberships -> JBPM_ID_MEMBERSHIP
      14:10:03,218 INFO HbmBinder : Mapping collection: org.jbpm.graph.def.ProcessDefinition.events -> JBPM_EVENT
      14:10:03,218 INFO HbmBinder : Mapping collection: org.jbpm.graph.def.ProcessDefinition.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
      14:10:03,218 INFO HbmBinder : Mapping collection: org.jbpm.graph.def.ProcessDefinition.nodes -> JBPM_NODE
      14:10:03,218 INFO HbmBinder : Mapping collection: org.jbpm.graph.def.ProcessDefinition.actions -> JBPM_ACTION
      14:10:03,218 INFO HbmBinder : Mapping collection: org.jbpm.graph.def.ProcessDefinition.definitions -> JBPM_MODULEDEFINITION
      14:10:03,233 INFO HbmBinder : Mapping collection: org.jbpm.graph.def.Node.events -> JBPM_EVENT
      14:10:03,233 INFO HbmBinder : Mapping collection: org.jbpm.graph.def.Node.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
      14:10:03,233 INFO HbmBinder : Mapping collection: org.jbpm.graph.def.Node.leavingTransitions -> JBPM_TRANSITION
      14:10:03,233 INFO HbmBinder : Mapping collection: org.jbpm.graph.def.Node.arrivingTransitions -> JBPM_TRANSITION
      14:10:03,233 INFO HbmBinder : Mapping collection: org.jbpm.graph.def.Transition.events -> JBPM_EVENT
      14:10:03,233 INFO HbmBinder : Mapping collection: org.jbpm.graph.def.Transition.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
      14:10:03,233 INFO HbmBinder : Mapping collection: org.jbpm.graph.def.Event.actions -> JBPM_ACTION
      14:10:03,233 INFO HbmBinder : Mapping collection: org.jbpm.graph.def.SuperState.nodes -> JBPM_NODE
      14:10:03,233 INFO HbmBinder : Mapping collection: org.jbpm.graph.def.ExceptionHandler.actions -> JBPM_ACTION
      14:10:03,233 INFO HbmBinder : Mapping collection: org.jbpm.graph.node.ProcessState.variableAccesses -> JBPM_VARIABLEACCESS
      14:10:03,249 INFO HbmBinder : Mapping collection: org.jbpm.graph.node.TaskNode.tasks -> JBPM_TASK
      14:10:03,249 INFO HbmBinder : Mapping collection: org.jbpm.graph.action.Script.variableAccesses -> JBPM_VARIABLEACCESS
      14:10:03,249 INFO HbmBinder : Mapping collection: org.jbpm.taskmgmt.def.Swimlane.tasks -> JBPM_TASK
      14:10:03,249 INFO HbmBinder : Mapping collection: org.jbpm.taskmgmt.def.Task.events -> JBPM_EVENT
      14:10:03,249 INFO HbmBinder : Mapping collection: org.jbpm.taskmgmt.def.Task.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
      14:10:03,249 INFO HbmBinder : Mapping collection: org.jbpm.taskmgmt.def.TaskController.variableAccesses -> JBPM_VARIABLEACCESS
      14:10:03,249 INFO HbmBinder : Mapping collection: org.jbpm.file.def.FileDefinition.processFiles -> JBPM_BYTEARRAY
      14:10:03,249 INFO HbmBinder : Mapping collection: org.jbpm.graph.exe.ProcessInstance.runtimeActions -> JBPM_RUNTIMEACTION
      14:10:03,249 INFO HbmBinder : Mapping collection: org.jbpm.graph.exe.ProcessInstance.instances -> JBPM_MODULEINSTANCE
      14:10:03,249 INFO HbmBinder : Mapping collection: org.jbpm.graph.exe.Token.children -> JBPM_TOKEN
      14:10:03,265 INFO HbmBinder : Mapping collection: org.jbpm.graph.exe.Token.comments -> JBPM_COMMENT
      14:10:03,265 INFO HbmBinder : Mapping collection: org.jbpm.context.exe.ContextInstance.tokenVariableMaps -> JBPM_TOKENVARIABLEMAP
      14:10:03,265 INFO HbmBinder : Mapping collection: org.jbpm.context.exe.TokenVariableMap.variableInstances -> JBPM_VARIABLEINSTANCE
      14:10:03,265 INFO HbmBinder : Mapping collection: org.jbpm.taskmgmt.exe.TaskMgmtInstance.swimlaneInstances -> JBPM_SWIMLANEINSTANCE
      14:10:03,265 INFO HbmBinder : Mapping collection: org.jbpm.taskmgmt.exe.TaskMgmtInstance.taskInstances -> JBPM_TASKINSTANCE
      14:10:03,265 INFO HbmBinder : Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.comments -> JBPM_COMMENT
      14:10:03,265 INFO HbmBinder : Mapping collection: org.jbpm.taskmgmt.exe.SwimlaneInstance.pooledActors -> JBPM_POOLEDACTOR
      14:10:03,265 INFO HbmBinder : Mapping collection: org.jbpm.logging.log.CompositeLog.children -> JBPM_LOG
      14:10:03,265 INFO HbmBinder : Mapping collection: org.jbpm.taskmgmt.def.TaskMgmtDefinition.swimlanes -> JBPM_SWIMLANE
      14:10:03,265 INFO HbmBinder : Mapping collection: org.jbpm.taskmgmt.def.TaskMgmtDefinition.tasks -> JBPM_TASK
      14:10:03,265 INFO Configuration : processing association property references
      14:10:03,265 INFO Configuration : processing foreign key constraints
      14:10:03,421 INFO C3P0ConnectionProvider : C3P0 using driver: org.hsqldb.jdbcDriver at URL: jdbc:hsqldb:hsql://localhost:1701
      14:10:03,421 INFO C3P0ConnectionProvider : Connection properties: {user=sa, password=****}
      14:10:03,421 INFO C3P0ConnectionProvider : autocommit mode: false
      Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource@b1074a [ connectionPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@3cc262 [ acquireIncrement -> 1, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, idleConnectionTestPeriod -> 0, initialPoolSize -> 1, maxIdleTime -> 0, maxPoolSize -> 3, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 1, nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource@1815bfb [ description -> null, driverClass -> null, factoryClassLocation -> null, jdbcUrl -> jdbc:hsqldb:hsql://localhost:1701, properties -> {user=******, password=******} ] , preferredTestQuery -> null, propertyCycle -> 300, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, usesTraditionalReflectiveProxies -> false ] , factoryClassLocation -> null, numHelperThreads -> 3, poolOwnerIdentityToken -> b1074a ]
      14:10:03,983 INFO SettingsFactory : RDBMS: HSQL Database Engine, version: 1.8.0
      14:10:03,983 INFO SettingsFactory : JDBC driver: HSQL Database Engine Driver, version: 1.8.0
      14:10:04,015 INFO Dialect : Using dialect: org.hibernate.dialect.HSQLDialect
      14:10:04,030 INFO TransactionFactoryFactory : Using default transaction strategy (direct JDBC transactions)
      14:10:04,046 INFO TransactionManagerLookupFactory : No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
      14:10:04,062 INFO SettingsFactory : Automatic flush during beforeCompletion(): disabled
      14:10:04,077 INFO SettingsFactory : Automatic session close at end of transaction: disabled
      14:10:04,077 INFO SettingsFactory : JDBC batch size: 15
      14:10:04,077 INFO SettingsFactory : JDBC batch updates for versioned data: disabled
      14:10:04,077 INFO SettingsFactory : Scrollable result sets: enabled
      14:10:04,077 INFO SettingsFactory : JDBC3 getGeneratedKeys(): disabled
      14:10:04,077 INFO SettingsFactory : Connection release mode: null
      14:10:04,077 INFO SettingsFactory : Default batch fetch size: 1
      14:10:04,077 INFO SettingsFactory : Generate SQL with comments: disabled
      14:10:04,077 INFO SettingsFactory : Order SQL updates by primary key: disabled
      14:10:04,077 INFO SettingsFactory : Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
      14:10:04,077 INFO ASTQueryTranslatorFactory : Using ASTQueryTranslatorFactory
      14:10:04,077 INFO SettingsFactory : Query language substitutions: {}
      14:10:04,077 INFO SettingsFactory : Second-level cache: enabled
      14:10:04,077 INFO SettingsFactory : Query cache: disabled
      14:10:04,077 INFO SettingsFactory : Cache provider: org.hibernate.cache.EhCacheProvider
      14:10:04,077 INFO SettingsFactory : Optimize cache for minimal puts: disabled
      14:10:04,077 INFO SettingsFactory : Structured second-level cache entries: disabled
      14:10:04,093 INFO SettingsFactory : Echoing all SQL to stdout
      14:10:04,093 INFO SettingsFactory : Statistics: disabled
      14:10:04,093 INFO SettingsFactory : Deleted entity synthetic identifier rollback: disabled
      14:10:04,093 INFO SettingsFactory : Default entity-mode: POJO
      14:10:04,296 INFO SessionFactoryImpl : building session factory
      14:10:04,577 WARN EhCacheProvider : Could not find configuration [org.jbpm.graph.def.Node]; using defaults.
      14:10:04,640 WARN EhCacheProvider : Could not find configuration [org.jbpm.instantiation.Delegation]; using defaults.
      14:10:04,733 WARN EhCacheProvider : Could not find configuration [org.jbpm.taskmgmt.def.Task]; using defaults.
      14:10:04,796 WARN EhCacheProvider : Could not find configuration [org.jbpm.graph.def.ProcessDefinition]; using defaults.
      14:10:04,890 WARN EhCacheProvider : Could not find configuration [org.jbpm.graph.def.ExceptionHandler]; using defaults.
      14:10:04,905 WARN EhCacheProvider : Could not find configuration [org.jbpm.module.def.ModuleDefinition]; using defaults.
      14:10:05,140 WARN EhCacheProvider : Could not find configuration [org.jbpm.graph.def.Action]; using defaults.
      14:10:05,171 WARN EhCacheProvider : Could not find configuration [org.jbpm.graph.def.Event]; using defaults.
      14:10:05,218 WARN EhCacheProvider : Could not find configuration [org.jbpm.context.def.VariableAccess]; using defaults.
      14:10:05,280 WARN EhCacheProvider : Could not find configuration [org.jbpm.graph.def.Transition]; using defaults.
      14:10:05,421 WARN EhCacheProvider : Could not find configuration [org.jbpm.taskmgmt.def.TaskController]; using defaults.
      14:10:06,312 INFO SessionFactoryObjectFactory : Not binding factory to JNDI, no JNDI name configured
      14:10:06,312 INFO SessionFactoryImpl : Checking 0 named queries

      Following error display in failure stack trace.

      testSimplePersistence(com.First.HelloWorldDbTest)
      java.lang.NullPointerException
      at java.io.Reader.(Unknown Source)
      at java.io.InputStreamReader.(Unknown Source)
      at org.jbpm.graph.def.ProcessDefinition.parseXmlInputStream(ProcessDefinition.java:136)
      at org.jbpm.graph.def.ProcessDefinition.parseXmlResource(ProcessDefinition.java:128)
      at com.First.HelloWorldDbTest.deployProcessDefinition(HelloWorldDbTest.java:52)
      at com.First.HelloWorldDbTest.testSimplePersistence(HelloWorldDbTest.java:36)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at junit.framework.TestCase.runTest(TestCase.java:154)
      at junit.framework.TestCase.runBare(TestCase.java:127)
      at junit.framework.TestResult$1.protect(TestResult.java:106)
      at junit.framework.TestResult.runProtected(TestResult.java:124)
      at junit.framework.TestResult.run(TestResult.java:109)
      at junit.framework.TestCase.run(TestCase.java:118)
      at junit.framework.TestSuite.runTest(TestSuite.java:208)
      at junit.framework.TestSuite.run(TestSuite.java:203)
      at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:478)
      at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:344)
      at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)


      Can any one help me

        • 1. Re: Deployment problem
          mehmetbilgi

          probably it can not find the par file,
          are you showing it the right par file, sure the file exists?

          • 2. Re: Deployment problem
            purvi.shah

            I have define definition through following way,
            IS it required to create par file.
            Do u have any material which cna give clear idea of what to do and how flow is going on.

            ProcessDefinition processDefinition = ProcessDefinition.parseXmlResource(
            "<process-definition name='hello world'>"+
            " <start-state name='start'>"+
            " " +
            " </start-state>" +
            " "+
            " "+
            " "+
            " <end-state name='end' /> "+
            "</process-definition>"
            );

            • 3. Re: Deployment problem
              purvi.shah

              in last reply could not post properly
              properly definition as beeloows
              ProcessDefinition processDefinition = ProcessDefinition.parseXmlResource(
              "<process-definition name='hello world'>"+
              " <start-state name='start'>"+
              " " +
              " </start-state>" +
              " "+
              " "+
              " "+
              " <end-state name='end' /> "+
              "</process-definition>"
              );

              • 4. Re: Deployment problem
                purvi.shah

                It is not diaplying properly due to may be html tag,but i hope you get idea which way I have defined definition
                purvi

                • 5. Re: Deployment problem
                  mehmetbilgi

                  yeah, that way you dont need a par file, in case you are the xml as a string,
                  but i dont know the cause, sorry :(
                  good luck..

                  • 6. Re: Deployment problem
                    purvi.shah

                    I could resolve above problem by creating process definition.par file and run again,but I do not know why ABove method to define process definition could not work.
                    Second is After Run of above class,when i check through console in Hypersonic Database I could not found entry for it,MAy I kow what may be reason?

                    I found conosole window like below.

                    5:41:11,631 INFO HbmBinder : Mapping collection: org.jbpm.taskmgmt.def.Swimlane.tasks -> JBPM_TASK
                    15:41:11,631 INFO HbmBinder : Mapping collection: org.jbpm.taskmgmt.def.Task.events -> JBPM_EVENT
                    15:41:11,631 INFO HbmBinder : Mapping collection: org.jbpm.taskmgmt.def.Task.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
                    15:41:11,631 INFO HbmBinder : Mapping collection: org.jbpm.taskmgmt.def.TaskController.variableAccesses -> JBPM_VARIABLEACCESS
                    15:41:11,631 INFO HbmBinder : Mapping collection: org.jbpm.file.def.FileDefinition.processFiles -> JBPM_BYTEARRAY
                    15:41:11,647 INFO HbmBinder : Mapping collection: org.jbpm.graph.exe.ProcessInstance.runtimeActions -> JBPM_RUNTIMEACTION
                    15:41:11,647 INFO HbmBinder : Mapping collection: org.jbpm.graph.exe.ProcessInstance.instances -> JBPM_MODULEINSTANCE
                    15:41:11,647 INFO HbmBinder : Mapping collection: org.jbpm.graph.exe.Token.children -> JBPM_TOKEN
                    15:41:11,647 INFO HbmBinder : Mapping collection: org.jbpm.graph.exe.Token.comments -> JBPM_COMMENT
                    15:41:11,647 INFO HbmBinder : Mapping collection: org.jbpm.context.exe.ContextInstance.tokenVariableMaps -> JBPM_TOKENVARIABLEMAP
                    15:41:11,647 INFO HbmBinder : Mapping collection: org.jbpm.context.exe.TokenVariableMap.variableInstances -> JBPM_VARIABLEINSTANCE
                    15:41:11,647 INFO HbmBinder : Mapping collection: org.jbpm.taskmgmt.exe.TaskMgmtInstance.swimlaneInstances -> JBPM_SWIMLANEINSTANCE
                    15:41:11,647 INFO HbmBinder : Mapping collection: org.jbpm.taskmgmt.exe.TaskMgmtInstance.taskInstances -> JBPM_TASKINSTANCE
                    15:41:17,303 INFO HbmBinder : Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.comments -> JBPM_COMMENT
                    15:41:17,303 INFO HbmBinder : Mapping collection: org.jbpm.taskmgmt.exe.SwimlaneInstance.pooledActors -> JBPM_POOLEDACTOR
                    15:41:17,303 INFO HbmBinder : Mapping collection: org.jbpm.logging.log.CompositeLog.children -> JBPM_LOG
                    15:41:17,303 INFO HbmBinder : Mapping collection: org.jbpm.taskmgmt.def.TaskMgmtDefinition.swimlanes -> JBPM_SWIMLANE
                    15:41:17,303 INFO HbmBinder : Mapping collection: org.jbpm.taskmgmt.def.TaskMgmtDefinition.tasks -> JBPM_TASK
                    15:41:17,334 INFO Configuration : processing association property references
                    15:41:17,334 INFO Configuration : processing foreign key constraints
                    15:41:17,428 INFO C3P0ConnectionProvider : C3P0 using driver: org.hsqldb.jdbcDriver at URL: jdbc:hsqldb:hsql://localhost:1701
                    15:41:17,428 INFO C3P0ConnectionProvider : Connection properties: {user=sa, password=****}
                    15:41:17,428 INFO C3P0ConnectionProvider : autocommit mode: false
                    Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource@25c828 [ connectionPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@b122a1 [ acquireIncrement -> 1, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, idleConnectionTestPeriod -> 0, initialPoolSize -> 1, maxIdleTime -> 0, maxPoolSize -> 3, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 1, nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource@238a47 [ description -> null, driverClass -> null, factoryClassLocation -> null, jdbcUrl -> jdbc:hsqldb:hsql://localhost:1701, properties -> {user=******, password=******} ] , preferredTestQuery -> null, propertyCycle -> 300, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, usesTraditionalReflectiveProxies -> false ] , factoryClassLocation -> null, numHelperThreads -> 3, poolOwnerIdentityToken -> 25c828 ]
                    15:41:18,006 INFO SettingsFactory : RDBMS: HSQL Database Engine, version: 1.8.0
                    15:41:18,006 INFO SettingsFactory : JDBC driver: HSQL Database Engine Driver, version: 1.8.0
                    15:41:18,037 INFO Dialect : Using dialect: org.hibernate.dialect.HSQLDialect
                    15:41:18,053 INFO TransactionFactoryFactory : Using default transaction strategy (direct JDBC transactions)
                    15:41:18,053 INFO TransactionManagerLookupFactory : No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
                    15:41:18,069 INFO SettingsFactory : Automatic flush during beforeCompletion(): disabled
                    15:41:18,069 INFO SettingsFactory : Automatic session close at end of transaction: disabled
                    15:41:18,069 INFO SettingsFactory : JDBC batch size: 15
                    15:41:18,069 INFO SettingsFactory : JDBC batch updates for versioned data: disabled
                    15:41:18,069 INFO SettingsFactory : Scrollable result sets: enabled
                    15:41:18,069 INFO SettingsFactory : JDBC3 getGeneratedKeys(): disabled
                    15:41:18,069 INFO SettingsFactory : Connection release mode: null
                    15:41:18,069 INFO SettingsFactory : Default batch fetch size: 1
                    15:41:18,069 INFO SettingsFactory : Generate SQL with comments: disabled
                    15:41:18,069 INFO SettingsFactory : Order SQL updates by primary key: disabled
                    15:41:18,069 INFO SettingsFactory : Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
                    15:41:18,084 INFO ASTQueryTranslatorFactory : Using ASTQueryTranslatorFactory
                    15:41:18,084 INFO SettingsFactory : Query language substitutions: {}
                    15:41:18,084 INFO SettingsFactory : Second-level cache: enabled
                    15:41:18,084 INFO SettingsFactory : Query cache: disabled
                    15:41:18,084 INFO SettingsFactory : Cache provider: org.hibernate.cache.EhCacheProvider
                    15:41:18,084 INFO SettingsFactory : Optimize cache for minimal puts: disabled
                    15:41:18,084 INFO SettingsFactory : Structured second-level cache entries: disabled
                    15:41:18,100 INFO SettingsFactory : Echoing all SQL to stdout
                    15:41:18,100 INFO SettingsFactory : Statistics: disabled
                    15:41:18,100 INFO SettingsFactory : Deleted entity synthetic identifier rollback: disabled
                    15:41:18,100 INFO SettingsFactory : Default entity-mode: POJO
                    15:41:18,303 INFO SessionFactoryImpl : building session factory
                    15:41:18,569 WARN EhCacheProvider : Could not find configuration [org.jbpm.graph.def.Node]; using defaults.
                    15:41:18,647 WARN EhCacheProvider : Could not find configuration [org.jbpm.instantiation.Delegation]; using defaults.
                    15:41:18,725 WARN EhCacheProvider : Could not find configuration [org.jbpm.taskmgmt.def.Task]; using defaults.
                    15:41:18,772 WARN EhCacheProvider : Could not find configuration [org.jbpm.graph.def.ProcessDefinition]; using defaults.
                    15:41:18,881 WARN EhCacheProvider : Could not find configuration [org.jbpm.graph.def.ExceptionHandler]; using defaults.
                    15:41:18,881 WARN EhCacheProvider : Could not find configuration [org.jbpm.module.def.ModuleDefinition]; using defaults.
                    15:41:19,131 WARN EhCacheProvider : Could not find configuration [org.jbpm.graph.def.Action]; using defaults.
                    15:41:19,162 WARN EhCacheProvider : Could not find configuration [org.jbpm.graph.def.Event]; using defaults.
                    15:41:19,209 WARN EhCacheProvider : Could not find configuration [org.jbpm.context.def.VariableAccess]; using defaults.
                    15:41:19,241 WARN EhCacheProvider : Could not find configuration [org.jbpm.graph.def.Transition]; using defaults.
                    15:41:19,381 WARN EhCacheProvider : Could not find configuration [org.jbpm.taskmgmt.def.TaskController]; using defaults.
                    15:41:20,256 INFO SessionFactoryObjectFactory : Not binding factory to JNDI, no JNDI name configured
                    15:41:20,256 INFO SessionFactoryImpl : Checking 0 named queries
                    Hibernate: insert into JBPM_PROCESSDEFINITION (NAME_, VERSION_, ISTERMINATIONIMPLICIT_, STARTSTATE_, ID_) values (?, ?, ?, ?, null)
                    Hibernate: call identity()
                    Hibernate: insert into JBPM_NODE (NAME_, PROCESSDEFINITION_, ACTION_, SUPERSTATE_, CLASS_, ID_) values (?, ?, ?, ?, 'R', null)
                    Hibernate: call identity()
                    Hibernate: insert into JBPM_TRANSITION (NAME_, PROCESSDEFINITION_, FROM_, TO_, ID_) values (?, ?, ?, ?, null)
                    Hibernate: call identity()
                    Hibernate: insert into JBPM_NODE (NAME_, PROCESSDEFINITION_, ACTION_, SUPERSTATE_, CLASS_, ID_) values (?, ?, ?, ?, 'S', null)
                    Hibernate: call identity()
                    Hibernate: insert into JBPM_TRANSITION (NAME_, PROCESSDEFINITION_, FROM_, TO_, ID_) values (?, ?, ?, ?, null)
                    Hibernate: call identity()
                    Hibernate: insert into JBPM_NODE (NAME_, PROCESSDEFINITION_, ACTION_, SUPERSTATE_, CLASS_, ID_) values (?, ?, ?, ?, 'E', null)
                    Hibernate: call identity()
                    Hibernate: insert into JBPM_MODULEDEFINITION (NAME_, PROCESSDEFINITION_, CLASS_, ID_) values (?, ?, 'C', null)
                    Hibernate: call identity()
                    Hibernate: insert into JBPM_MODULEDEFINITION (NAME_, PROCESSDEFINITION_, STARTTASK_, CLASS_, ID_) values (?, ?, ?, 'T', null)
                    Hibernate: call identity()
                    Hibernate: update JBPM_PROCESSDEFINITION set NAME_=?, VERSION_=?, ISTERMINATIONIMPLICIT_=?, STARTSTATE_=? where ID_=?
                    Hibernate: update JBPM_TRANSITION set NAME_=?, PROCESSDEFINITION_=?, FROM_=?, TO_=? where ID_=?
                    Hibernate: update JBPM_TRANSITION set NAME_=?, PROCESSDEFINITION_=?, FROM_=?, TO_=? where ID_=?
                    Hibernate: update JBPM_NODE set PROCESSDEFINITION_=?, NODECOLLECTIONINDEX_=? where ID_=?
                    Hibernate: update JBPM_NODE set PROCESSDEFINITION_=?, NODECOLLECTIONINDEX_=? where ID_=?
                    Hibernate: update JBPM_NODE set PROCESSDEFINITION_=?, NODECOLLECTIONINDEX_=? where ID_=?
                    Hibernate: update JBPM_MODULEDEFINITION set PROCESSDEFINITION_=?, NAME_=? where ID_=?
                    Hibernate: update JBPM_MODULEDEFINITION set PROCESSDEFINITION_=?, NAME_=? where ID_=?
                    Hibernate: update JBPM_TRANSITION set FROM_=?, FROMINDEX_=? where ID_=?
                    Hibernate: update JBPM_TRANSITION set FROM_=?, FROMINDEX_=? where ID_=?
                    Hibernate: update JBPM_TRANSITION set TO_=? where ID_=?
                    Hibernate: update JBPM_TRANSITION set TO_=? where ID_=?
                    Hibernate: select processdef0_.ID_ as col_0_0_ from JBPM_PROCESSDEFINITION processdef0_ where processdef0_.NAME_=? order by processdef0_.VERSION_ desc
                    Hibernate: select processdef0_.ID_ as ID1_4_10_, processdef0_.NAME_ as NAME2_4_10_, processdef0_.VERSION_ as VERSION3_4_10_, processdef0_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_10_, processdef0_.STARTSTATE_ as STARTSTATE5_4_10_, startstate1_.ID_ as ID1_5_0_, startstate1_.NAME_ as NAME3_5_0_, startstate1_.PROCESSDEFINITION_ as PROCESSD4_5_0_, startstate1_.ACTION_ as ACTION5_5_0_, startstate1_.SUPERSTATE_ as SUPERSTATE6_5_0_, processdef2_.ID_ as ID1_4_1_, processdef2_.NAME_ as NAME2_4_1_, processdef2_.VERSION_ as VERSION3_4_1_, processdef2_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_1_, processdef2_.STARTSTATE_ as STARTSTATE5_4_1_, action3_.ID_ as ID1_8_2_, action3_.NAME_ as NAME3_8_2_, action3_.ISPROPAGATIONALLOWED_ as ISPROPAG4_8_2_, action3_.REFERENCEDACTION_ as REFERENC5_8_2_, action3_.ACTIONDELEGATION_ as ACTIONDE6_8_2_, action3_.EVENT_ as EVENT7_8_2_, action3_.PROCESSDEFINITION_ as PROCESSD8_8_2_, action3_.EXPRESSION_ as EXPRESSION9_8_2_, action3_.TIMERNAME_ as TIMERNAME10_8_2_, action3_.DUEDATE_ as DUEDATE11_8_2_, action3_.REPEAT_ as REPEAT12_8_2_, action3_.TRANSITIONNAME_ as TRANSIT13_8_2_, action3_.TIMERACTION_ as TIMERAC14_8_2_, action3_.class as class8_2_, action4_.ID_ as ID1_8_3_, action4_.NAME_ as NAME3_8_3_, action4_.ISPROPAGATIONALLOWED_ as ISPROPAG4_8_3_, action4_.REFERENCEDACTION_ as REFERENC5_8_3_, action4_.ACTIONDELEGATION_ as ACTIONDE6_8_3_, action4_.EVENT_ as EVENT7_8_3_, action4_.PROCESSDEFINITION_ as PROCESSD8_8_3_, action4_.EXPRESSION_ as EXPRESSION9_8_3_, action4_.TIMERNAME_ as TIMERNAME10_8_3_, action4_.DUEDATE_ as DUEDATE11_8_3_, action4_.REPEAT_ as REPEAT12_8_3_, action4_.TRANSITIONNAME_ as TRANSIT13_8_3_, action4_.TIMERACTION_ as TIMERAC14_8_3_, action4_.class as class8_3_, delegation5_.ID_ as ID1_10_4_, delegation5_.CLASSNAME_ as CLASSNAME2_10_4_, delegation5_.CONFIGURATION_ as CONFIGUR3_10_4_, delegation5_.CONFIGTYPE_ as CONFIGTYPE4_10_4_, delegation5_.PROCESSDEFINITION_ as PROCESSD5_10_4_, processdef6_.ID_ as ID1_4_5_, processdef6_.NAME_ as NAME2_4_5_, processdef6_.VERSION_ as VERSION3_4_5_, processdef6_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_5_, processdef6_.STARTSTATE_ as STARTSTATE5_4_5_, event7_.ID_ as ID1_7_6_, event7_.EVENTTYPE_ as EVENTTYPE2_7_6_, event7_.TYPE_ as TYPE3_7_6_, event7_.GRAPHELEMENT_ as GRAPHELE4_7_6_, processdef8_.ID_ as ID1_4_7_, processdef8_.NAME_ as NAME2_4_7_, processdef8_.VERSION_ as VERSION3_4_7_, processdef8_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_7_, processdef8_.STARTSTATE_ as STARTSTATE5_4_7_, action9_.ID_ as ID1_8_8_, action9_.NAME_ as NAME3_8_8_, action9_.ISPROPAGATIONALLOWED_ as ISPROPAG4_8_8_, action9_.REFERENCEDACTION_ as REFERENC5_8_8_, action9_.ACTIONDELEGATION_ as ACTIONDE6_8_8_, action9_.EVENT_ as EVENT7_8_8_, action9_.PROCESSDEFINITION_ as PROCESSD8_8_8_, action9_.EXPRESSION_ as EXPRESSION9_8_8_, action9_.TIMERNAME_ as TIMERNAME10_8_8_, action9_.DUEDATE_ as DUEDATE11_8_8_, action9_.REPEAT_ as REPEAT12_8_8_, action9_.TRANSITIONNAME_ as TRANSIT13_8_8_, action9_.TIMERACTION_ as TIMERAC14_8_8_, action9_.class as class8_8_, superstate10_.ID_ as ID1_5_9_, superstate10_.NAME_ as NAME3_5_9_, superstate10_.PROCESSDEFINITION_ as PROCESSD4_5_9_, superstate10_.ACTION_ as ACTION5_5_9_, superstate10_.SUPERSTATE_ as SUPERSTATE6_5_9_ from JBPM_PROCESSDEFINITION processdef0_ left outer join JBPM_NODE startstate1_ on processdef0_.STARTSTATE_=startstate1_.ID_ left outer join JBPM_PROCESSDEFINITION processdef2_ on startstate1_.PROCESSDEFINITION_=processdef2_.ID_ left outer join JBPM_ACTION action3_ on startstate1_.ACTION_=action3_.ID_ left outer join JBPM_ACTION action4_ on action3_.REFERENCEDACTION_=action4_.ID_ left outer join JBPM_DELEGATION delegation5_ on action4_.ACTIONDELEGATION_=delegation5_.ID_ left outer join JBPM_PROCESSDEFINITION processdef6_ on delegation5_.PROCESSDEFINITION_=processdef6_.ID_ left outer join JBPM_EVENT event7_ on action4_.EVENT_=event7_.ID_ left outer join JBPM_PROCESSDEFINITION processdef8_ on action4_.PROCESSDEFINITION_=processdef8_.ID_ left outer join JBPM_ACTION action9_ on action4_.TIMERACTION_=action9_.ID_ left outer join JBPM_NODE superstate10_ on startstate1_.SUPERSTATE_=superstate10_.ID_ where processdef0_.ID_=?
                    Hibernate: select processdef0_.ID_ as ID1_4_10_, processdef0_.NAME_ as NAME2_4_10_, processdef0_.VERSION_ as VERSION3_4_10_, processdef0_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_10_, processdef0_.STARTSTATE_ as STARTSTATE5_4_10_, startstate1_.ID_ as ID1_5_0_, startstate1_.NAME_ as NAME3_5_0_, startstate1_.PROCESSDEFINITION_ as PROCESSD4_5_0_, startstate1_.ACTION_ as ACTION5_5_0_, startstate1_.SUPERSTATE_ as SUPERSTATE6_5_0_, processdef2_.ID_ as ID1_4_1_, processdef2_.NAME_ as NAME2_4_1_, processdef2_.VERSION_ as VERSION3_4_1_, processdef2_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_1_, processdef2_.STARTSTATE_ as STARTSTATE5_4_1_, action3_.ID_ as ID1_8_2_, action3_.NAME_ as NAME3_8_2_, action3_.ISPROPAGATIONALLOWED_ as ISPROPAG4_8_2_, action3_.REFERENCEDACTION_ as REFERENC5_8_2_, action3_.ACTIONDELEGATION_ as ACTIONDE6_8_2_, action3_.EVENT_ as EVENT7_8_2_, action3_.PROCESSDEFINITION_ as PROCESSD8_8_2_, action3_.EXPRESSION_ as EXPRESSION9_8_2_, action3_.TIMERNAME_ as TIMERNAME10_8_2_, action3_.DUEDATE_ as DUEDATE11_8_2_, action3_.REPEAT_ as REPEAT12_8_2_, action3_.TRANSITIONNAME_ as TRANSIT13_8_2_, action3_.TIMERACTION_ as TIMERAC14_8_2_, action3_.class as class8_2_, action4_.ID_ as ID1_8_3_, action4_.NAME_ as NAME3_8_3_, action4_.ISPROPAGATIONALLOWED_ as ISPROPAG4_8_3_, action4_.REFERENCEDACTION_ as REFERENC5_8_3_, action4_.ACTIONDELEGATION_ as ACTIONDE6_8_3_, action4_.EVENT_ as EVENT7_8_3_, action4_.PROCESSDEFINITION_ as PROCESSD8_8_3_, action4_.EXPRESSION_ as EXPRESSION9_8_3_, action4_.TIMERNAME_ as TIMERNAME10_8_3_, action4_.DUEDATE_ as DUEDATE11_8_3_, action4_.REPEAT_ as REPEAT12_8_3_, action4_.TRANSITIONNAME_ as TRANSIT13_8_3_, action4_.TIMERACTION_ as TIMERAC14_8_3_, action4_.class as class8_3_, delegation5_.ID_ as ID1_10_4_, delegation5_.CLASSNAME_ as CLASSNAME2_10_4_, delegation5_.CONFIGURATION_ as CONFIGUR3_10_4_, delegation5_.CONFIGTYPE_ as CONFIGTYPE4_10_4_, delegation5_.PROCESSDEFINITION_ as PROCESSD5_10_4_, processdef6_.ID_ as ID1_4_5_, processdef6_.NAME_ as NAME2_4_5_, processdef6_.VERSION_ as VERSION3_4_5_, processdef6_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_5_, processdef6_.STARTSTATE_ as STARTSTATE5_4_5_, event7_.ID_ as ID1_7_6_, event7_.EVENTTYPE_ as EVENTTYPE2_7_6_, event7_.TYPE_ as TYPE3_7_6_, event7_.GRAPHELEMENT_ as GRAPHELE4_7_6_, processdef8_.ID_ as ID1_4_7_, processdef8_.NAME_ as NAME2_4_7_, processdef8_.VERSION_ as VERSION3_4_7_, processdef8_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_7_, processdef8_.STARTSTATE_ as STARTSTATE5_4_7_, action9_.ID_ as ID1_8_8_, action9_.NAME_ as NAME3_8_8_, action9_.ISPROPAGATIONALLOWED_ as ISPROPAG4_8_8_, action9_.REFERENCEDACTION_ as REFERENC5_8_8_, action9_.ACTIONDELEGATION_ as ACTIONDE6_8_8_, action9_.EVENT_ as EVENT7_8_8_, action9_.PROCESSDEFINITION_ as PROCESSD8_8_8_, action9_.EXPRESSION_ as EXPRESSION9_8_8_, action9_.TIMERNAME_ as TIMERNAME10_8_8_, action9_.DUEDATE_ as DUEDATE11_8_8_, action9_.REPEAT_ as REPEAT12_8_8_, action9_.TRANSITIONNAME_ as TRANSIT13_8_8_, action9_.TIMERACTION_ as TIMERAC14_8_8_, action9_.class as class8_8_, superstate10_.ID_ as ID1_5_9_, superstate10_.NAME_ as NAME3_5_9_, superstate10_.PROCESSDEFINITION_ as PROCESSD4_5_9_, superstate10_.ACTION_ as ACTION5_5_9_, superstate10_.SUPERSTATE_ as SUPERSTATE6_5_9_ from JBPM_PROCESSDEFINITION processdef0_ left outer join JBPM_NODE startstate1_ on processdef0_.STARTSTATE_=startstate1_.ID_ left outer join JBPM_PROCESSDEFINITION processdef2_ on startstate1_.PROCESSDEFINITION_=processdef2_.ID_ left outer join JBPM_ACTION action3_ on startstate1_.ACTION_=action3_.ID_ left outer join JBPM_ACTION action4_ on action3_.REFERENCEDACTION_=action4_.ID_ left outer join JBPM_DELEGATION delegation5_ on action4_.ACTIONDELEGATION_=delegation5_.ID_ left outer join JBPM_PROCESSDEFINITION processdef6_ on delegation5_.PROCESSDEFINITION_=processdef6_.ID_ left outer join JBPM_EVENT event7_ on action4_.EVENT_=event7_.ID_ left outer join JBPM_PROCESSDEFINITION processdef8_ on action4_.PROCESSDEFINITION_=processdef8_.ID_ left outer join JBPM_ACTION action9_ on action4_.TIMERACTION_=action9_.ID_ left outer join JBPM_NODE superstate10_ on startstate1_.SUPERSTATE_=superstate10_.ID_ where processdef0_.ID_=?
                    Hibernate: select definition0_.PROCESSDEFINITION_ as PROCESSD4_22_, definition0_.ID_ as ID1_22_, definition0_.NAME_ as NAME3_22_, definition0_.ID_ as ID1_16_21_, definition0_.NAME_ as NAME3_16_21_, definition0_.PROCESSDEFINITION_ as PROCESSD4_16_21_, definition0_.STARTTASK_ as STARTTASK5_16_21_, definition0_.CLASS_ as CLASS2_16_21_, task1_.ID_ as ID1_14_0_, task1_.NAME_ as NAME2_14_0_, task1_.PROCESSDEFINITION_ as PROCESSD3_14_0_, task1_.DESCRIPTION_ as DESCRIPT4_14_0_, task1_.ISBLOCKING_ as ISBLOCKING5_14_0_, task1_.DUEDATE_ as DUEDATE6_14_0_, task1_.TASKMGMTDEFINITION_ as TASKMGMT7_14_0_, task1_.TASKNODE_ as TASKNODE8_14_0_, task1_.STARTSTATE_ as STARTSTATE9_14_0_, task1_.ASSIGNMENTDELEGATION_ as ASSIGNM10_14_0_, task1_.SWIMLANE_ as SWIMLANE11_14_0_, task1_.TASKCONTROLLER_ as TASKCON12_14_0_, processdef2_.ID_ as ID1_4_1_, processdef2_.NAME_ as NAME2_4_1_, processdef2_.VERSION_ as VERSION3_4_1_, processdef2_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_1_, processdef2_.STARTSTATE_ as STARTSTATE5_4_1_, startstate3_.ID_ as ID1_5_2_, startstate3_.NAME_ as NAME3_5_2_, startstate3_.PROCESSDEFINITION_ as PROCESSD4_5_2_, startstate3_.ACTION_ as ACTION5_5_2_, startstate3_.SUPERSTATE_ as SUPERSTATE6_5_2_, processdef4_.ID_ as ID1_4_3_, processdef4_.NAME_ as NAME2_4_3_, processdef4_.VERSION_ as VERSION3_4_3_, processdef4_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_3_, processdef4_.STARTSTATE_ as STARTSTATE5_4_3_, action5_.ID_ as ID1_8_4_, action5_.NAME_ as NAME3_8_4_, action5_.ISPROPAGATIONALLOWED_ as ISPROPAG4_8_4_, action5_.REFERENCEDACTION_ as REFERENC5_8_4_, action5_.ACTIONDELEGATION_ as ACTIONDE6_8_4_, action5_.EVENT_ as EVENT7_8_4_, action5_.PROCESSDEFINITION_ as PROCESSD8_8_4_, action5_.EXPRESSION_ as EXPRESSION9_8_4_, action5_.TIMERNAME_ as TIMERNAME10_8_4_, action5_.DUEDATE_ as DUEDATE11_8_4_, action5_.REPEAT_ as REPEAT12_8_4_, action5_.TRANSITIONNAME_ as TRANSIT13_8_4_, action5_.TIMERACTION_ as TIMERAC14_8_4_, action5_.class as class8_4_, action6_.ID_ as ID1_8_5_, action6_.NAME_ as NAME3_8_5_, action6_.ISPROPAGATIONALLOWED_ as ISPROPAG4_8_5_, action6_.REFERENCEDACTION_ as REFERENC5_8_5_, action6_.ACTIONDELEGATION_ as ACTIONDE6_8_5_, action6_.EVENT_ as EVENT7_8_5_, action6_.PROCESSDEFINITION_ as PROCESSD8_8_5_, action6_.EXPRESSION_ as EXPRESSION9_8_5_, action6_.TIMERNAME_ as TIMERNAME10_8_5_, action6_.DUEDATE_ as DUEDATE11_8_5_, action6_.REPEAT_ as REPEAT12_8_5_, action6_.TRANSITIONNAME_ as TRANSIT13_8_5_, action6_.TIMERACTION_ as TIMERAC14_8_5_, action6_.class as class8_5_, delegation7_.ID_ as ID1_10_6_, delegation7_.CLASSNAME_ as CLASSNAME2_10_6_, delegation7_.CONFIGURATION_ as CONFIGUR3_10_6_, delegation7_.CONFIGTYPE_ as CONFIGTYPE4_10_6_, delegation7_.PROCESSDEFINITION_ as PROCESSD5_10_6_, processdef8_.ID_ as ID1_4_7_, processdef8_.NAME_ as NAME2_4_7_, processdef8_.VERSION_ as VERSION3_4_7_, processdef8_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_7_, processdef8_.STARTSTATE_ as STARTSTATE5_4_7_, event9_.ID_ as ID1_7_8_, event9_.EVENTTYPE_ as EVENTTYPE2_7_8_, event9_.TYPE_ as TYPE3_7_8_, event9_.GRAPHELEMENT_ as GRAPHELE4_7_8_, processdef10_.ID_ as ID1_4_9_, processdef10_.NAME_ as NAME2_4_9_, processdef10_.VERSION_ as VERSION3_4_9_, processdef10_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_9_, processdef10_.STARTSTATE_ as STARTSTATE5_4_9_, action11_.ID_ as ID1_8_10_, action11_.NAME_ as NAME3_8_10_, action11_.ISPROPAGATIONALLOWED_ as ISPROPAG4_8_10_, action11_.REFERENCEDACTION_ as REFERENC5_8_10_, action11_.ACTIONDELEGATION_ as ACTIONDE6_8_10_, action11_.EVENT_ as EVENT7_8_10_, action11_.PROCESSDEFINITION_ as PROCESSD8_8_10_, action11_.EXPRESSION_ as EXPRESSION9_8_10_, action11_.TIMERNAME_ as TIMERNAME10_8_10_, action11_.DUEDATE_ as DUEDATE11_8_10_, action11_.REPEAT_ as REPEAT12_8_10_, action11_.TRANSITIONNAME_ as TRANSIT13_8_10_, action11_.TIMERACTION_ as TIMERAC14_8_10_, action11_.class as class8_10_, superstate12_.ID_ as ID1_5_11_, superstate12_.NAME_ as NAME3_5_11_, superstate12_.PROCESSDEFINITION_ as PROCESSD4_5_11_, superstate12_.ACTION_ as ACTION5_5_11_, superstate12_.SUPERSTATE_ as SUPERSTATE6_5_11_, taskmgmtde13_.ID_ as ID1_16_12_, taskmgmtde13_.NAME_ as NAME3_16_12_, taskmgmtde13_.PROCESSDEFINITION_ as PROCESSD4_16_12_, taskmgmtde13_.STARTTASK_ as STARTTASK5_16_12_, tasknode14_.ID_ as ID1_5_13_, tasknode14_.NAME_ as NAME3_5_13_, tasknode14_.PROCESSDEFINITION_ as PROCESSD4_5_13_, tasknode14_.ACTION_ as ACTION5_5_13_, tasknode14_.SUPERSTATE_ as SUPERSTATE6_5_13_, tasknode14_.SIGNAL_ as SIGNAL9_5_13_, tasknode14_.CREATETASKS_ as CREATET10_5_13_, startstate15_.ID_ as ID1_5_14_, startstate15_.NAME_ as NAME3_5_14_, startstate15_.PROCESSDEFINITION_ as PROCESSD4_5_14_, startstate15_.ACTION_ as ACTION5_5_14_, startstate15_.SUPERSTATE_ as SUPERSTATE6_5_14_, delegation16_.ID_ as ID1_10_15_, delegation16_.CLASSNAME_ as CLASSNAME2_10_15_, delegation16_.CONFIGURATION_ as CONFIGUR3_10_15_, delegation16_.CONFIGTYPE_ as CONFIGTYPE4_10_15_, delegation16_.PROCESSDEFINITION_ as PROCESSD5_10_15_, swimlane17_.ID_ as ID1_13_16_, swimlane17_.NAME_ as NAME2_13_16_, swimlane17_.ASSIGNMENTDELEGATION_ as ASSIGNME3_13_16_, swimlane17_.TASKMGMTDEFINITION_ as TASKMGMT4_13_16_, delegation18_.ID_ as ID1_10_17_, delegation18_.CLASSNAME_ as CLASSNAME2_10_17_, delegation18_.CONFIGURATION_ as CONFIGUR3_10_17_, delegation18_.CONFIGTYPE_ as CONFIGTYPE4_10_17_, delegation18_.PROCESSDEFINITION_ as PROCESSD5_10_17_, taskmgmtde19_.ID_ as ID1_16_18_, taskmgmtde19_.NAME_ as NAME3_16_18_, taskmgmtde19_.PROCESSDEFINITION_ as PROCESSD4_16_18_, taskmgmtde19_.STARTTASK_ as STARTTASK5_16_18_, taskcontro20_.ID_ as ID1_15_19_, taskcontro20_.TASKCONTROLLERDELEGATION_ as TASKCONT2_15_19_, delegation21_.ID_ as ID1_10_20_, delegation21_.CLASSNAME_ as CLASSNAME2_10_20_, delegation21_.CONFIGURATION_ as CONFIGUR3_10_20_, delegation21_.CONFIGTYPE_ as CONFIGTYPE4_10_20_, delegation21_.PROCESSDEFINITION_ as PROCESSD5_10_20_ from JBPM_MODULEDEFINITION definition0_ left outer join JBPM_TASK task1_ on definition0_.STARTTASK_=task1_.ID_ left outer join JBPM_PROCESSDEFINITION processdef2_ on task1_.PROCESSDEFINITION_=processdef2_.ID_ left outer join JBPM_NODE startstate3_ on processdef2_.STARTSTATE_=startstate3_.ID_ left outer join JBPM_PROCESSDEFINITION processdef4_ on startstate3_.PROCESSDEFINITION_=processdef4_.ID_ left outer join JBPM_ACTION action5_ on startstate3_.ACTION_=action5_.ID_ left outer join JBPM_ACTION action6_ on action5_.REFERENCEDACTION_=action6_.ID_ left outer join JBPM_DELEGATION delegation7_ on action6_.ACTIONDELEGATION_=delegation7_.ID_ left outer join JBPM_PROCESSDEFINITION processdef8_ on delegation7_.PROCESSDEFINITION_=processdef8_.ID_ left outer join JBPM_EVENT event9_ on action6_.EVENT_=event9_.ID_ left outer join JBPM_PROCESSDEFINITION processdef10_ on action6_.PROCESSDEFINITION_=processdef10_.ID_ left outer join JBPM_ACTION action11_ on action6_.TIMERACTION_=action11_.ID_ left outer join JBPM_NODE superstate12_ on startstate3_.SUPERSTATE_=superstate12_.ID_ left outer join JBPM_MODULEDEFINITION taskmgmtde13_ on task1_.TASKMGMTDEFINITION_=taskmgmtde13_.ID_ left outer join JBPM_NODE tasknode14_ on task1_.TASKNODE_=tasknode14_.ID_ left outer join JBPM_NODE startstate15_ on task1_.STARTSTATE_=startstate15_.ID_ left outer join JBPM_DELEGATION delegation16_ on task1_.ASSIGNMENTDELEGATION_=delegation16_.ID_ left outer join JBPM_SWIMLANE swimlane17_ on task1_.SWIMLANE_=swimlane17_.ID_ left outer join JBPM_DELEGATION delegation18_ on swimlane17_.ASSIGNMENTDELEGATION_=delegation18_.ID_ left outer join JBPM_MODULEDEFINITION taskmgmtde19_ on swimlane17_.TASKMGMTDEFINITION_=taskmgmtde19_.ID_ left outer join JBPM_TASKCONTROLLER taskcontro20_ on task1_.TASKCONTROLLER_=taskcontro20_.ID_ left outer join JBPM_DELEGATION delegation21_ on taskcontro20_.TASKCONTROLLERDELEGATION_=delegation21_.ID_ where definition0_.PROCESSDEFINITION_=?
                    Hibernate: insert into JBPM_TOKEN (NAME_, START_, END_, NODEENTER_, NEXTLOGINDEX_, ISABLETOREACTIVATEPARENT_, ISTERMINATIONIMPLICIT_, NODE_, PROCESSINSTANCE_, PARENT_, ID_) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, null)
                    Hibernate: call identity()
                    Hibernate: insert into JBPM_PROCESSINSTANCE (START_, END_, PROCESSDEFINITION_, ROOTTOKEN_, SUPERPROCESSTOKEN_, ID_) values (?, ?, ?, ?, ?, null)
                    Hibernate: call identity()
                    Hibernate: insert into JBPM_MODULEINSTANCE (PROCESSINSTANCE_, TASKMGMTDEFINITION_, CLASS_, ID_) values (?, ?, 'T', null)
                    Hibernate: call identity()
                    Hibernate: insert into JBPM_MODULEINSTANCE (PROCESSINSTANCE_, CLASS_, ID_) values (?, 'C', null)
                    Hibernate: call identity()
                    15:41:25,756 DEBUG GraphElement : event 'process-start' on 'ProcessDefinition(HelloWorldDbTest)' for 'Token(/)'
                    Hibernate: select events0_.PROCESSDEFINITION_ as PROCESSD5_1_, events0_.ID_ as ID1_1_, events0_.EVENTTYPE_ as EVENTTYPE2_1_, events0_.ID_ as ID1_7_0_, events0_.EVENTTYPE_ as EVENTTYPE2_7_0_, events0_.TYPE_ as TYPE3_7_0_, events0_.GRAPHELEMENT_ as GRAPHELE4_7_0_ from JBPM_EVENT events0_ where events0_.PROCESSDEFINITION_=?
                    Hibernate: select leavingtra0_.FROM_ as FROM4_15_, leavingtra0_.ID_ as ID1_15_, leavingtra0_.FROMINDEX_ as FROMINDEX6_15_, leavingtra0_.ID_ as ID1_6_14_, leavingtra0_.NAME_ as NAME2_6_14_, leavingtra0_.PROCESSDEFINITION_ as PROCESSD3_6_14_, leavingtra0_.FROM_ as FROM4_6_14_, leavingtra0_.TO_ as TO5_6_14_, processdef1_.ID_ as ID1_4_0_, processdef1_.NAME_ as NAME2_4_0_, processdef1_.VERSION_ as VERSION3_4_0_, processdef1_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_0_, processdef1_.STARTSTATE_ as STARTSTATE5_4_0_, startstate2_.ID_ as ID1_5_1_, startstate2_.NAME_ as NAME3_5_1_, startstate2_.PROCESSDEFINITION_ as PROCESSD4_5_1_, startstate2_.ACTION_ as ACTION5_5_1_, startstate2_.SUPERSTATE_ as SUPERSTATE6_5_1_, processdef3_.ID_ as ID1_4_2_, processdef3_.NAME_ as NAME2_4_2_, processdef3_.VERSION_ as VERSION3_4_2_, processdef3_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_2_, processdef3_.STARTSTATE_ as STARTSTATE5_4_2_, action4_.ID_ as ID1_8_3_, action4_.NAME_ as NAME3_8_3_, action4_.ISPROPAGATIONALLOWED_ as ISPROPAG4_8_3_, action4_.REFERENCEDACTION_ as REFERENC5_8_3_, action4_.ACTIONDELEGATION_ as ACTIONDE6_8_3_, action4_.EVENT_ as EVENT7_8_3_, action4_.PROCESSDEFINITION_ as PROCESSD8_8_3_, action4_.EXPRESSION_ as EXPRESSION9_8_3_, action4_.TIMERNAME_ as TIMERNAME10_8_3_, action4_.DUEDATE_ as DUEDATE11_8_3_, action4_.REPEAT_ as REPEAT12_8_3_, action4_.TRANSITIONNAME_ as TRANSIT13_8_3_, action4_.TIMERACTION_ as TIMERAC14_8_3_, action4_.class as class8_3_, action5_.ID_ as ID1_8_4_, action5_.NAME_ as NAME3_8_4_, action5_.ISPROPAGATIONALLOWED_ as ISPROPAG4_8_4_, action5_.REFERENCEDACTION_ as REFERENC5_8_4_, action5_.ACTIONDELEGATION_ as ACTIONDE6_8_4_, action5_.EVENT_ as EVENT7_8_4_, action5_.PROCESSDEFINITION_ as PROCESSD8_8_4_, action5_.EXPRESSION_ as EXPRESSION9_8_4_, action5_.TIMERNAME_ as TIMERNAME10_8_4_, action5_.DUEDATE_ as DUEDATE11_8_4_, action5_.REPEAT_ as REPEAT12_8_4_, action5_.TRANSITIONNAME_ as TRANSIT13_8_4_, action5_.TIMERACTION_ as TIMERAC14_8_4_, action5_.class as class8_4_, delegation6_.ID_ as ID1_10_5_, delegation6_.CLASSNAME_ as CLASSNAME2_10_5_, delegation6_.CONFIGURATION_ as CONFIGUR3_10_5_, delegation6_.CONFIGTYPE_ as CONFIGTYPE4_10_5_, delegation6_.PROCESSDEFINITION_ as PROCESSD5_10_5_, processdef7_.ID_ as ID1_4_6_, processdef7_.NAME_ as NAME2_4_6_, processdef7_.VERSION_ as VERSION3_4_6_, processdef7_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_6_, processdef7_.STARTSTATE_ as STARTSTATE5_4_6_, event8_.ID_ as ID1_7_7_, event8_.EVENTTYPE_ as EVENTTYPE2_7_7_, event8_.TYPE_ as TYPE3_7_7_, event8_.GRAPHELEMENT_ as GRAPHELE4_7_7_, processdef9_.ID_ as ID1_4_8_, processdef9_.NAME_ as NAME2_4_8_, processdef9_.VERSION_ as VERSION3_4_8_, processdef9_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_8_, processdef9_.STARTSTATE_ as STARTSTATE5_4_8_, action10_.ID_ as ID1_8_9_, action10_.NAME_ as NAME3_8_9_, action10_.ISPROPAGATIONALLOWED_ as ISPROPAG4_8_9_, action10_.REFERENCEDACTION_ as REFERENC5_8_9_, action10_.ACTIONDELEGATION_ as ACTIONDE6_8_9_, action10_.EVENT_ as EVENT7_8_9_, action10_.PROCESSDEFINITION_ as PROCESSD8_8_9_, action10_.EXPRESSION_ as EXPRESSION9_8_9_, action10_.TIMERNAME_ as TIMERNAME10_8_9_, action10_.DUEDATE_ as DUEDATE11_8_9_, action10_.REPEAT_ as REPEAT12_8_9_, action10_.TRANSITIONNAME_ as TRANSIT13_8_9_, action10_.TIMERACTION_ as TIMERAC14_8_9_, action10_.class as class8_9_, superstate11_.ID_ as ID1_5_10_, superstate11_.NAME_ as NAME3_5_10_, superstate11_.PROCESSDEFINITION_ as PROCESSD4_5_10_, superstate11_.ACTION_ as ACTION5_5_10_, superstate11_.SUPERSTATE_ as SUPERSTATE6_5_10_, node12_.ID_ as ID1_5_11_, node12_.NAME_ as NAME3_5_11_, node12_.PROCESSDEFINITION_ as PROCESSD4_5_11_, node12_.ACTION_ as ACTION5_5_11_, node12_.SUPERSTATE_ as SUPERSTATE6_5_11_, node12_.SUBPROCESSDEFINITION_ as SUBPROCE7_5_11_, node12_.DECISIONDELEGATION as DECISION8_5_11_, node12_.SIGNAL_ as SIGNAL9_5_11_, node12_.CREATETASKS_ as CREATET10_5_11_, node12_.CLASS_ as CLASS2_5_11_, processdef13_.ID_ as ID1_4_12_, processdef13_.NAME_ as NAME2_4_12_, processdef13_.VERSION_ as VERSION3_4_12_, processdef13_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_12_, processdef13_.STARTSTATE_ as STARTSTATE5_4_12_, delegation14_.ID_ as ID1_10_13_, delegation14_.CLASSNAME_ as CLASSNAME2_10_13_, delegation14_.CONFIGURATION_ as CONFIGUR3_10_13_, delegation14_.CONFIGTYPE_ as CONFIGTYPE4_10_13_, delegation14_.PROCESSDEFINITION_ as PROCESSD5_10_13_ from JBPM_TRANSITION leavingtra0_ left outer join JBPM_PROCESSDEFINITION processdef1_ on leavingtra0_.PROCESSDEFINITION_=processdef1_.ID_ left outer join JBPM_NODE startstate2_ on processdef1_.STARTSTATE_=startstate2_.ID_ left outer join JBPM_PROCESSDEFINITION processdef3_ on startstate2_.PROCESSDEFINITION_=processdef3_.ID_ left outer join JBPM_ACTION action4_ on startstate2_.ACTION_=action4_.ID_ left outer join JBPM_ACTION action5_ on action4_.REFERENCEDACTION_=action5_.ID_ left outer join JBPM_DELEGATION delegation6_ on action5_.ACTIONDELEGATION_=delegation6_.ID_ left outer join JBPM_PROCESSDEFINITION processdef7_ on delegation6_.PROCESSDEFINITION_=processdef7_.ID_ left outer join JBPM_EVENT event8_ on action5_.EVENT_=event8_.ID_ left outer join JBPM_PROCESSDEFINITION processdef9_ on action5_.PROCESSDEFINITION_=processdef9_.ID_ left outer join JBPM_ACTION action10_ on action5_.TIMERACTION_=action10_.ID_ left outer join JBPM_NODE superstate11_ on startstate2_.SUPERSTATE_=superstate11_.ID_ left outer join JBPM_NODE node12_ on leavingtra0_.TO_=node12_.ID_ left outer join JBPM_PROCESSDEFINITION processdef13_ on node12_.SUBPROCESSDEFINITION_=processdef13_.ID_ left outer join JBPM_DELEGATION delegation14_ on node12_.DECISIONDELEGATION=delegation14_.ID_ where leavingtra0_.FROM_=?
                    15:41:25,772 DEBUG GraphElement : event 'before-signal' on 'StartState(start)' for 'Token(/)'
                    Hibernate: select events0_.NODE_ as NODE6_1_, events0_.ID_ as ID1_1_, events0_.EVENTTYPE_ as EVENTTYPE2_1_, events0_.ID_ as ID1_7_0_, events0_.EVENTTYPE_ as EVENTTYPE2_7_0_, events0_.TYPE_ as TYPE3_7_0_, events0_.GRAPHELEMENT_ as GRAPHELE4_7_0_ from JBPM_EVENT events0_ where events0_.NODE_=?
                    15:41:25,772 DEBUG GraphElement : event 'node-leave' on 'StartState(start)' for 'Token(/)'
                    15:41:25,788 DEBUG GraphElement : event 'transition' on 'Transition(1a9f87c)' for 'Token(/)'
                    Hibernate: select events0_.TRANSITION_ as TRANSITION7_1_, events0_.ID_ as ID1_1_, events0_.EVENTTYPE_ as EVENTTYPE2_1_, events0_.ID_ as ID1_7_0_, events0_.EVENTTYPE_ as EVENTTYPE2_7_0_, events0_.TYPE_ as TYPE3_7_0_, events0_.GRAPHELEMENT_ as GRAPHELE4_7_0_ from JBPM_EVENT events0_ where events0_.TRANSITION_=?
                    15:41:25,819 DEBUG GraphElement : event 'node-enter' on 'State(s)' for 'Token(/)'
                    Hibernate: select events0_.NODE_ as NODE6_1_, events0_.ID_ as ID1_1_, events0_.EVENTTYPE_ as EVENTTYPE2_1_, events0_.ID_ as ID1_7_0_, events0_.EVENTTYPE_ as EVENTTYPE2_7_0_, events0_.TYPE_ as TYPE3_7_0_, events0_.GRAPHELEMENT_ as GRAPHELE4_7_0_ from JBPM_EVENT events0_ where events0_.NODE_=?
                    15:41:31,304 DEBUG GraphElement : event 'after-signal' on 'StartState(start)' for 'Token(/)'
                    Hibernate: insert into JBPM_LOG (INDEX_, DATE_, TOKEN_, PARENT_, CLASS_, ID_) values (?, ?, ?, ?, 'I', null)
                    Hibernate: call identity()
                    Hibernate: insert into JBPM_LOG (INDEX_, DATE_, TOKEN_, PARENT_, TRANSITION_, CLASS_, ID_) values (?, ?, ?, ?, ?, 'S', null)
                    Hibernate: call identity()
                    Hibernate: insert into JBPM_LOG (INDEX_, DATE_, TOKEN_, PARENT_, TRANSITION_, SOURCENODE_, DESTINATIONNODE_, CLASS_, ID_) values (?, ?, ?, ?, ?, ?, ?, 'T', null)
                    Hibernate: call identity()
                    Hibernate: update JBPM_TOKEN set NAME_=?, START_=?, END_=?, NODEENTER_=?, NEXTLOGINDEX_=?, ISABLETOREACTIVATEPARENT_=?, ISTERMINATIONIMPLICIT_=?, NODE_=?, PROCESSINSTANCE_=?, PARENT_=? where ID_=?
                    Hibernate: update JBPM_MODULEINSTANCE set PROCESSINSTANCE_=?, NAME_=? where ID_=?
                    Hibernate: update JBPM_MODULEINSTANCE set PROCESSINSTANCE_=?, NAME_=? where ID_=?
                    Hibernate: select processdef0_.ID_ as col_0_0_ from JBPM_PROCESSDEFINITION processdef0_ where processdef0_.NAME_=? order by processdef0_.VERSION_ desc
                    Hibernate: select processins0_.ID_ as ID1_20_, processins0_.START_ as START2_20_, processins0_.END_ as END3_20_, processins0_.PROCESSDEFINITION_ as PROCESSD4_20_, processins0_.ROOTTOKEN_ as ROOTTOKEN5_20_, processins0_.SUPERPROCESSTOKEN_ as SUPERPRO6_20_ from JBPM_PROCESSINSTANCE processins0_ where processins0_.PROCESSDEFINITION_=? order by processins0_.START_ desc
                    Hibernate: select token0_.ID_ as ID1_21_18_, token0_.NAME_ as NAME2_21_18_, token0_.START_ as START3_21_18_, token0_.END_ as END4_21_18_, token0_.NODEENTER_ as NODEENTER5_21_18_, token0_.NEXTLOGINDEX_ as NEXTLOGI6_21_18_, token0_.ISABLETOREACTIVATEPARENT_ as ISABLETO7_21_18_, token0_.ISTERMINATIONIMPLICIT_ as ISTERMIN8_21_18_, token0_.NODE_ as NODE9_21_18_, token0_.PROCESSINSTANCE_ as PROCESS10_21_18_, token0_.PARENT_ as PARENT11_21_18_, node1_.ID_ as ID1_5_0_, node1_.NAME_ as NAME3_5_0_, node1_.PROCESSDEFINITION_ as PROCESSD4_5_0_, node1_.ACTION_ as ACTION5_5_0_, node1_.SUPERSTATE_ as SUPERSTATE6_5_0_, node1_.SUBPROCESSDEFINITION_ as SUBPROCE7_5_0_, node1_.DECISIONDELEGATION as DECISION8_5_0_, node1_.SIGNAL_ as SIGNAL9_5_0_, node1_.CREATETASKS_ as CREATET10_5_0_, node1_.CLASS_ as CLASS2_5_0_, processdef2_.ID_ as ID1_4_1_, processdef2_.NAME_ as NAME2_4_1_, processdef2_.VERSION_ as VERSION3_4_1_, processdef2_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_1_, processdef2_.STARTSTATE_ as STARTSTATE5_4_1_, startstate3_.ID_ as ID1_5_2_, startstate3_.NAME_ as NAME3_5_2_, startstate3_.PROCESSDEFINITION_ as PROCESSD4_5_2_, startstate3_.ACTION_ as ACTION5_5_2_, startstate3_.SUPERSTATE_ as SUPERSTATE6_5_2_, action4_.ID_ as ID1_8_3_, action4_.NAME_ as NAME3_8_3_, action4_.ISPROPAGATIONALLOWED_ as ISPROPAG4_8_3_, action4_.REFERENCEDACTION_ as REFERENC5_8_3_, action4_.ACTIONDELEGATION_ as ACTIONDE6_8_3_, action4_.EVENT_ as EVENT7_8_3_, action4_.PROCESSDEFINITION_ as PROCESSD8_8_3_, action4_.EXPRESSION_ as EXPRESSION9_8_3_, action4_.TIMERNAME_ as TIMERNAME10_8_3_, action4_.DUEDATE_ as DUEDATE11_8_3_, action4_.REPEAT_ as REPEAT12_8_3_, action4_.TRANSITIONNAME_ as TRANSIT13_8_3_, action4_.TIMERACTION_ as TIMERAC14_8_3_, action4_.class as class8_3_, action5_.ID_ as ID1_8_4_, action5_.NAME_ as NAME3_8_4_, action5_.ISPROPAGATIONALLOWED_ as ISPROPAG4_8_4_, action5_.REFERENCEDACTION_ as REFERENC5_8_4_, action5_.ACTIONDELEGATION_ as ACTIONDE6_8_4_, action5_.EVENT_ as EVENT7_8_4_, action5_.PROCESSDEFINITION_ as PROCESSD8_8_4_, action5_.EXPRESSION_ as EXPRESSION9_8_4_, action5_.TIMERNAME_ as TIMERNAME10_8_4_, action5_.DUEDATE_ as DUEDATE11_8_4_, action5_.REPEAT_ as REPEAT12_8_4_, action5_.TRANSITIONNAME_ as TRANSIT13_8_4_, action5_.TIMERACTION_ as TIMERAC14_8_4_, action5_.class as class8_4_, delegation6_.ID_ as ID1_10_5_, delegation6_.CLASSNAME_ as CLASSNAME2_10_5_, delegation6_.CONFIGURATION_ as CONFIGUR3_10_5_, delegation6_.CONFIGTYPE_ as CONFIGTYPE4_10_5_, delegation6_.PROCESSDEFINITION_ as PROCESSD5_10_5_, processdef7_.ID_ as ID1_4_6_, processdef7_.NAME_ as NAME2_4_6_, processdef7_.VERSION_ as VERSION3_4_6_, processdef7_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_6_, processdef7_.STARTSTATE_ as STARTSTATE5_4_6_, event8_.ID_ as ID1_7_7_, event8_.EVENTTYPE_ as EVENTTYPE2_7_7_, event8_.TYPE_ as TYPE3_7_7_, event8_.GRAPHELEMENT_ as GRAPHELE4_7_7_, processdef9_.ID_ as ID1_4_8_, processdef9_.NAME_ as NAME2_4_8_, processdef9_.VERSION_ as VERSION3_4_8_, processdef9_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_8_, processdef9_.STARTSTATE_ as STARTSTATE5_4_8_, action10_.ID_ as ID1_8_9_, action10_.NAME_ as NAME3_8_9_, action10_.ISPROPAGATIONALLOWED_ as ISPROPAG4_8_9_, action10_.REFERENCEDACTION_ as REFERENC5_8_9_, action10_.ACTIONDELEGATION_ as ACTIONDE6_8_9_, action10_.EVENT_ as EVENT7_8_9_, action10_.PROCESSDEFINITION_ as PROCESSD8_8_9_, action10_.EXPRESSION_ as EXPRESSION9_8_9_, action10_.TIMERNAME_ as TIMERNAME10_8_9_, action10_.DUEDATE_ as DUEDATE11_8_9_, action10_.REPEAT_ as REPEAT12_8_9_, action10_.TRANSITIONNAME_ as TRANSIT13_8_9_, action10_.TIMERACTION_ as TIMERAC14_8_9_, action10_.class as class8_9_, superstate11_.ID_ as ID1_5_10_, superstate11_.NAME_ as NAME3_5_10_, superstate11_.PROCESSDEFINITION_ as PROCESSD4_5_10_, superstate11_.ACTION_ as ACTION5_5_10_, superstate11_.SUPERSTATE_ as SUPERSTATE6_5_10_, processdef12_.ID_ as ID1_4_11_, processdef12_.NAME_ as NAME2_4_11_, processdef12_.VERSION_ as VERSION3_4_11_, processdef12_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_11_, processdef12_.STARTSTATE_ as STARTSTATE5_4_11_, delegation13_.ID_ as ID1_10_12_, delegation13_.CLASSNAME_ as CLASSNAME2_10_12_, delegation13_.CONFIGURATION_ as CONFIGUR3_10_12_, delegation13_.CONFIGTYPE_ as CONFIGTYPE4_10_12_, delegation13_.PROCESSDEFINITION_ as PROCESSD5_10_12_, processins14_.ID_ as ID1_20_13_, processins14_.START_ as START2_20_13_, processins14_.END_ as END3_20_13_, processins14_.PROCESSDEFINITION_ as PROCESSD4_20_13_, processins14_.ROOTTOKEN_ as ROOTTOKEN5_20_13_, processins14_.SUPERPROCESSTOKEN_ as SUPERPRO6_20_13_, processdef15_.ID_ as ID1_4_14_, processdef15_.NAME_ as NAME2_4_14_, processdef15_.VERSION_ as VERSION3_4_14_, processdef15_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_14_, processdef15_.STARTSTATE_ as STARTSTATE5_4_14_, token16_.ID_ as ID1_21_15_, token16_.NAME_ as NAME2_21_15_, token16_.START_ as START3_21_15_, token16_.END_ as END4_21_15_, token16_.NODEENTER_ as NODEENTER5_21_15_, token16_.NEXTLOGINDEX_ as NEXTLOGI6_21_15_, token16_.ISABLETOREACTIVATEPARENT_ as ISABLETO7_21_15_, token16_.ISTERMINATIONIMPLICIT_ as ISTERMIN8_21_15_, token16_.NODE_ as NODE9_21_15_, token16_.PROCESSINSTANCE_ as PROCESS10_21_15_, token16_.PARENT_ as PARENT11_21_15_, token17_.ID_ as ID1_21_16_, token17_.NAME_ as NAME2_21_16_, token17_.START_ as START3_21_16_, token17_.END_ as END4_21_16_, token17_.NODEENTER_ as NODEENTER5_21_16_, token17_.NEXTLOGINDEX_ as NEXTLOGI6_21_16_, token17_.ISABLETOREACTIVATEPARENT_ as ISABLETO7_21_16_, token17_.ISTERMINATIONIMPLICIT_ as ISTERMIN8_21_16_, token17_.NODE_ as NODE9_21_16_, token17_.PROCESSINSTANCE_ as PROCESS10_21_16_, token17_.PARENT_ as PARENT11_21_16_, token18_.ID_ as ID1_21_17_, token18_.NAME_ as NAME2_21_17_, token18_.START_ as START3_21_17_, token18_.END_ as END4_21_17_, token18_.NODEENTER_ as NODEENTER5_21_17_, token18_.NEXTLOGINDEX_ as NEXTLOGI6_21_17_, token18_.ISABLETOREACTIVATEPARENT_ as ISABLETO7_21_17_, token18_.ISTERMINATIONIMPLICIT_ as ISTERMIN8_21_17_, token18_.NODE_ as NODE9_21_17_, token18_.PROCESSINSTANCE_ as PROCESS10_21_17_, token18_.PARENT_ as PARENT11_21_17_ from JBPM_TOKEN token0_ left outer join JBPM_NODE node1_ on token0_.NODE_=node1_.ID_ left outer join JBPM_PROCESSDEFINITION processdef2_ on node1_.PROCESSDEFINITION_=processdef2_.ID_ left outer join JBPM_NODE startstate3_ on processdef2_.STARTSTATE_=startstate3_.ID_ left outer join JBPM_ACTION action4_ on startstate3_.ACTION_=action4_.ID_ left outer join JBPM_ACTION action5_ on action4_.REFERENCEDACTION_=action5_.ID_ left outer join JBPM_DELEGATION delegation6_ on action5_.ACTIONDELEGATION_=delegation6_.ID_ left outer join JBPM_PROCESSDEFINITION processdef7_ on delegation6_.PROCESSDEFINITION_=processdef7_.ID_ left outer join JBPM_EVENT event8_ on action5_.EVENT_=event8_.ID_ left outer join JBPM_PROCESSDEFINITION processdef9_ on action5_.PROCESSDEFINITION_=processdef9_.ID_ left outer join JBPM_ACTION action10_ on action5_.TIMERACTION_=action10_.ID_ left outer join JBPM_NODE superstate11_ on startstate3_.SUPERSTATE_=superstate11_.ID_ left outer join JBPM_PROCESSDEFINITION processdef12_ on node1_.SUBPROCESSDEFINITION_=processdef12_.ID_ left outer join JBPM_DELEGATION delegation13_ on node1_.DECISIONDELEGATION=delegation13_.ID_ left outer join JBPM_PROCESSINSTANCE processins14_ on token0_.PROCESSINSTANCE_=processins14_.ID_ left outer join JBPM_PROCESSDEFINITION processdef15_ on processins14_.PROCESSDEFINITION_=processdef15_.ID_ left outer join JBPM_TOKEN token16_ on processins14_.ROOTTOKEN_=token16_.ID_ left outer join JBPM_TOKEN token17_ on token16_.PARENT_=token17_.ID_ left outer join JBPM_TOKEN token18_ on processins14_.SUPERPROCESSTOKEN_=token18_.ID_ where token0_.ID_=?
                    Hibernate: select token0_.ID_ as ID1_21_18_, token0_.NAME_ as NAME2_21_18_, token0_.START_ as START3_21_18_, token0_.END_ as END4_21_18_, token0_.NODEENTER_ as NODEENTER5_21_18_, token0_.NEXTLOGINDEX_ as NEXTLOGI6_21_18_, token0_.ISABLETOREACTIVATEPARENT_ as ISABLETO7_21_18_, token0_.ISTERMINATIONIMPLICIT_ as ISTERMIN8_21_18_, token0_.NODE_ as NODE9_21_18_, token0_.PROCESSINSTANCE_ as PROCESS10_21_18_, token0_.PARENT_ as PARENT11_21_18_, node1_.ID_ as ID1_5_0_, node1_.NAME_ as NAME3_5_0_, node1_.PROCESSDEFINITION_ as PROCESSD4_5_0_, node1_.ACTION_ as ACTION5_5_0_, node1_.SUPERSTATE_ as SUPERSTATE6_5_0_, node1_.SUBPROCESSDEFINITION_ as SUBPROCE7_5_0_, node1_.DECISIONDELEGATION as DECISION8_5_0_, node1_.SIGNAL_ as SIGNAL9_5_0_, node1_.CREATETASKS_ as CREATET10_5_0_, node1_.CLASS_ as CLASS2_5_0_, processdef2_.ID_ as ID1_4_1_, processdef2_.NAME_ as NAME2_4_1_, processdef2_.VERSION_ as VERSION3_4_1_, processdef2_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_1_, processdef2_.STARTSTATE_ as STARTSTATE5_4_1_, startstate3_.ID_ as ID1_5_2_, startstate3_.NAME_ as NAME3_5_2_, startstate3_.PROCESSDEFINITION_ as PROCESSD4_5_2_, startstate3_.ACTION_ as ACTION5_5_2_, startstate3_.SUPERSTATE_ as SUPERSTATE6_5_2_, action4_.ID_ as ID1_8_3_, action4_.NAME_ as NAME3_8_3_, action4_.ISPROPAGATIONALLOWED_ as ISPROPAG4_8_3_, action4_.REFERENCEDACTION_ as REFERENC5_8_3_, action4_.ACTIONDELEGATION_ as ACTIONDE6_8_3_, action4_.EVENT_ as EVENT7_8_3_, action4_.PROCESSDEFINITION_ as PROCESSD8_8_3_, action4_.EXPRESSION_ as EXPRESSION9_8_3_, action4_.TIMERNAME_ as TIMERNAME10_8_3_, action4_.DUEDATE_ as DUEDATE11_8_3_, action4_.REPEAT_ as REPEAT12_8_3_, action4_.TRANSITIONNAME_ as TRANSIT13_8_3_, action4_.TIMERACTION_ as TIMERAC14_8_3_, action4_.class as class8_3_, action5_.ID_ as ID1_8_4_, action5_.NAME_ as NAME3_8_4_, action5_.ISPROPAGATIONALLOWED_ as ISPROPAG4_8_4_, action5_.REFERENCEDACTION_ as REFERENC5_8_4_, action5_.ACTIONDELEGATION_ as ACTIONDE6_8_4_, action5_.EVENT_ as EVENT7_8_4_, action5_.PROCESSDEFINITION_ as PROCESSD8_8_4_, action5_.EXPRESSION_ as EXPRESSION9_8_4_, action5_.TIMERNAME_ as TIMERNAME10_8_4_, action5_.DUEDATE_ as DUEDATE11_8_4_, action5_.REPEAT_ as REPEAT12_8_4_, action5_.TRANSITIONNAME_ as TRANSIT13_8_4_, action5_.TIMERACTION_ as TIMERAC14_8_4_, action5_.class as class8_4_, delegation6_.ID_ as ID1_10_5_, delegation6_.CLASSNAME_ as CLASSNAME2_10_5_, delegation6_.CONFIGURATION_ as CONFIGUR3_10_5_, delegation6_.CONFIGTYPE_ as CONFIGTYPE4_10_5_, delegation6_.PROCESSDEFINITION_ as PROCESSD5_10_5_, processdef7_.ID_ as ID1_4_6_, processdef7_.NAME_ as NAME2_4_6_, processdef7_.VERSION_ as VERSION3_4_6_, processdef7_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_6_, processdef7_.STARTSTATE_ as STARTSTATE5_4_6_, event8_.ID_ as ID1_7_7_, event8_.EVENTTYPE_ as EVENTTYPE2_7_7_, event8_.TYPE_ as TYPE3_7_7_, event8_.GRAPHELEMENT_ as GRAPHELE4_7_7_, processdef9_.ID_ as ID1_4_8_, processdef9_.NAME_ as NAME2_4_8_, processdef9_.VERSION_ as VERSION3_4_8_, processdef9_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_8_, processdef9_.STARTSTATE_ as STARTSTATE5_4_8_, action10_.ID_ as ID1_8_9_, action10_.NAME_ as NAME3_8_9_, action10_.ISPROPAGATIONALLOWED_ as ISPROPAG4_8_9_, action10_.REFERENCEDACTION_ as REFERENC5_8_9_, action10_.ACTIONDELEGATION_ as ACTIONDE6_8_9_, action10_.EVENT_ as EVENT7_8_9_, action10_.PROCESSDEFINITION_ as PROCESSD8_8_9_, action10_.EXPRESSION_ as EXPRESSION9_8_9_, action10_.TIMERNAME_ as TIMERNAME10_8_9_, action10_.DUEDATE_ as DUEDATE11_8_9_, action10_.REPEAT_ as REPEAT12_8_9_, action10_.TRANSITIONNAME_ as TRANSIT13_8_9_, action10_.TIMERACTION_ as TIMERAC14_8_9_, action10_.class as class8_9_, superstate11_.ID_ as ID1_5_10_, superstate11_.NAME_ as NAME3_5_10_, superstate11_.PROCESSDEFINITION_ as PROCESSD4_5_10_, superstate11_.ACTION_ as ACTION5_5_10_, superstate11_.SUPERSTATE_ as SUPERSTATE6_5_10_, processdef12_.ID_ as ID1_4_11_, processdef12_.NAME_ as NAME2_4_11_, processdef12_.VERSION_ as VERSION3_4_11_, processdef12_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_11_, processdef12_.STARTSTATE_ as STARTSTATE5_4_11_, delegation13_.ID_ as ID1_10_12_, delegation13_.CLASSNAME_ as CLASSNAME2_10_12_, delegation13_.CONFIGURATION_ as CONFIGUR3_10_12_, delegation13_.CONFIGTYPE_ as CONFIGTYPE4_10_12_, delegation13_.PROCESSDEFINITION_ as PROCESSD5_10_12_, processins14_.ID_ as ID1_20_13_, processins14_.START_ as START2_20_13_, processins14_.END_ as END3_20_13_, processins14_.PROCESSDEFINITION_ as PROCESSD4_20_13_, processins14_.ROOTTOKEN_ as ROOTTOKEN5_20_13_, processins14_.SUPERPROCESSTOKEN_ as SUPERPRO6_20_13_, processdef15_.ID_ as ID1_4_14_, processdef15_.NAME_ as NAME2_4_14_, processdef15_.VERSION_ as VERSION3_4_14_, processdef15_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_14_, processdef15_.STARTSTATE_ as STARTSTATE5_4_14_, token16_.ID_ as ID1_21_15_, token16_.NAME_ as NAME2_21_15_, token16_.START_ as START3_21_15_, token16_.END_ as END4_21_15_, token16_.NODEENTER_ as NODEENTER5_21_15_, token16_.NEXTLOGINDEX_ as NEXTLOGI6_21_15_, token16_.ISABLETOREACTIVATEPARENT_ as ISABLETO7_21_15_, token16_.ISTERMINATIONIMPLICIT_ as ISTERMIN8_21_15_, token16_.NODE_ as NODE9_21_15_, token16_.PROCESSINSTANCE_ as PROCESS10_21_15_, token16_.PARENT_ as PARENT11_21_15_, token17_.ID_ as ID1_21_16_, token17_.NAME_ as NAME2_21_16_, token17_.START_ as START3_21_16_, token17_.END_ as END4_21_16_, token17_.NODEENTER_ as NODEENTER5_21_16_, token17_.NEXTLOGINDEX_ as NEXTLOGI6_21_16_, token17_.ISABLETOREACTIVATEPARENT_ as ISABLETO7_21_16_, token17_.ISTERMINATIONIMPLICIT_ as ISTERMIN8_21_16_, token17_.NODE_ as NODE9_21_16_, token17_.PROCESSINSTANCE_ as PROCESS10_21_16_, token17_.PARENT_ as PARENT11_21_16_, token18_.ID_ as ID1_21_17_, token18_.NAME_ as NAME2_21_17_, token18_.START_ as START3_21_17_, token18_.END_ as END4_21_17_, token18_.NODEENTER_ as NODEENTER5_21_17_, token18_.NEXTLOGINDEX_ as NEXTLOGI6_21_17_, token18_.ISABLETOREACTIVATEPARENT_ as ISABLETO7_21_17_, token18_.ISTERMINATIONIMPLICIT_ as ISTERMIN8_21_17_, token18_.NODE_ as NODE9_21_17_, token18_.PROCESSINSTANCE_ as PROCESS10_21_17_, token18_.PARENT_ as PARENT11_21_17_ from JBPM_TOKEN token0_ left outer join JBPM_NODE node1_ on token0_.NODE_=node1_.ID_ left outer join JBPM_PROCESSDEFINITION processdef2_ on node1_.PROCESSDEFINITION_=processdef2_.ID_ left outer join JBPM_NODE startstate3_ on processdef2_.STARTSTATE_=startstate3_.ID_ left outer join JBPM_ACTION action4_ on startstate3_.ACTION_=action4_.ID_ left outer join JBPM_ACTION action5_ on action4_.REFERENCEDACTION_=action5_.ID_ left outer join JBPM_DELEGATION delegation6_ on action5_.ACTIONDELEGATION_=delegation6_.ID_ left outer join JBPM_PROCESSDEFINITION processdef7_ on delegation6_.PROCESSDEFINITION_=processdef7_.ID_ left outer join JBPM_EVENT event8_ on action5_.EVENT_=event8_.ID_ left outer join JBPM_PROCESSDEFINITION processdef9_ on action5_.PROCESSDEFINITION_=processdef9_.ID_ left outer join JBPM_ACTION action10_ on action5_.TIMERACTION_=action10_.ID_ left outer join JBPM_NODE superstate11_ on startstate3_.SUPERSTATE_=superstate11_.ID_ left outer join JBPM_PROCESSDEFINITION processdef12_ on node1_.SUBPROCESSDEFINITION_=processdef12_.ID_ left outer join JBPM_DELEGATION delegation13_ on node1_.DECISIONDELEGATION=delegation13_.ID_ left outer join JBPM_PROCESSINSTANCE processins14_ on token0_.PROCESSINSTANCE_=processins14_.ID_ left outer join JBPM_PROCESSDEFINITION processdef15_ on processins14_.PROCESSDEFINITION_=processdef15_.ID_ left outer join JBPM_TOKEN token16_ on processins14_.ROOTTOKEN_=token16_.ID_ left outer join JBPM_TOKEN token17_ on token16_.PARENT_=token17_.ID_ left outer join JBPM_TOKEN token18_ on processins14_.SUPERPROCESSTOKEN_=token18_.ID_ where token0_.ID_=?
                    Hibernate: select leavingtra0_.FROM_ as FROM4_15_, leavingtra0_.ID_ as ID1_15_, leavingtra0_.FROMINDEX_ as FROMINDEX6_15_, leavingtra0_.ID_ as ID1_6_14_, leavingtra0_.NAME_ as NAME2_6_14_, leavingtra0_.PROCESSDEFINITION_ as PROCESSD3_6_14_, leavingtra0_.FROM_ as FROM4_6_14_, leavingtra0_.TO_ as TO5_6_14_, processdef1_.ID_ as ID1_4_0_, processdef1_.NAME_ as NAME2_4_0_, processdef1_.VERSION_ as VERSION3_4_0_, processdef1_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_0_, processdef1_.STARTSTATE_ as STARTSTATE5_4_0_, startstate2_.ID_ as ID1_5_1_, startstate2_.NAME_ as NAME3_5_1_, startstate2_.PROCESSDEFINITION_ as PROCESSD4_5_1_, startstate2_.ACTION_ as ACTION5_5_1_, startstate2_.SUPERSTATE_ as SUPERSTATE6_5_1_, processdef3_.ID_ as ID1_4_2_, processdef3_.NAME_ as NAME2_4_2_, processdef3_.VERSION_ as VERSION3_4_2_, processdef3_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_2_, processdef3_.STARTSTATE_ as STARTSTATE5_4_2_, action4_.ID_ as ID1_8_3_, action4_.NAME_ as NAME3_8_3_, action4_.ISPROPAGATIONALLOWED_ as ISPROPAG4_8_3_, action4_.REFERENCEDACTION_ as REFERENC5_8_3_, action4_.ACTIONDELEGATION_ as ACTIONDE6_8_3_, action4_.EVENT_ as EVENT7_8_3_, action4_.PROCESSDEFINITION_ as PROCESSD8_8_3_, action4_.EXPRESSION_ as EXPRESSION9_8_3_, action4_.TIMERNAME_ as TIMERNAME10_8_3_, action4_.DUEDATE_ as DUEDATE11_8_3_, action4_.REPEAT_ as REPEAT12_8_3_, action4_.TRANSITIONNAME_ as TRANSIT13_8_3_, action4_.TIMERACTION_ as TIMERAC14_8_3_, action4_.class as class8_3_, action5_.ID_ as ID1_8_4_, action5_.NAME_ as NAME3_8_4_, action5_.ISPROPAGATIONALLOWED_ as ISPROPAG4_8_4_, action5_.REFERENCEDACTION_ as REFERENC5_8_4_, action5_.ACTIONDELEGATION_ as ACTIONDE6_8_4_, action5_.EVENT_ as EVENT7_8_4_, action5_.PROCESSDEFINITION_ as PROCESSD8_8_4_, action5_.EXPRESSION_ as EXPRESSION9_8_4_, action5_.TIMERNAME_ as TIMERNAME10_8_4_, action5_.DUEDATE_ as DUEDATE11_8_4_, action5_.REPEAT_ as REPEAT12_8_4_, action5_.TRANSITIONNAME_ as TRANSIT13_8_4_, action5_.TIMERACTION_ as TIMERAC14_8_4_, action5_.class as class8_4_, delegation6_.ID_ as ID1_10_5_, delegation6_.CLASSNAME_ as CLASSNAME2_10_5_, delegation6_.CONFIGURATION_ as CONFIGUR3_10_5_, delegation6_.CONFIGTYPE_ as CONFIGTYPE4_10_5_, delegation6_.PROCESSDEFINITION_ as PROCESSD5_10_5_, processdef7_.ID_ as ID1_4_6_, processdef7_.NAME_ as NAME2_4_6_, processdef7_.VERSION_ as VERSION3_4_6_, processdef7_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_6_, processdef7_.STARTSTATE_ as STARTSTATE5_4_6_, event8_.ID_ as ID1_7_7_, event8_.EVENTTYPE_ as EVENTTYPE2_7_7_, event8_.TYPE_ as TYPE3_7_7_, event8_.GRAPHELEMENT_ as GRAPHELE4_7_7_, processdef9_.ID_ as ID1_4_8_, processdef9_.NAME_ as NAME2_4_8_, processdef9_.VERSION_ as VERSION3_4_8_, processdef9_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_8_, processdef9_.STARTSTATE_ as STARTSTATE5_4_8_, action10_.ID_ as ID1_8_9_, action10_.NAME_ as NAME3_8_9_, action10_.ISPROPAGATIONALLOWED_ as ISPROPAG4_8_9_, action10_.REFERENCEDACTION_ as REFERENC5_8_9_, action10_.ACTIONDELEGATION_ as ACTIONDE6_8_9_, action10_.EVENT_ as EVENT7_8_9_, action10_.PROCESSDEFINITION_ as PROCESSD8_8_9_, action10_.EXPRESSION_ as EXPRESSION9_8_9_, action10_.TIMERNAME_ as TIMERNAME10_8_9_, action10_.DUEDATE_ as DUEDATE11_8_9_, action10_.REPEAT_ as REPEAT12_8_9_, action10_.TRANSITIONNAME_ as TRANSIT13_8_9_, action10_.TIMERACTION_ as TIMERAC14_8_9_, action10_.class as class8_9_, superstate11_.ID_ as ID1_5_10_, superstate11_.NAME_ as NAME3_5_10_, superstate11_.PROCESSDEFINITION_ as PROCESSD4_5_10_, superstate11_.ACTION_ as ACTION5_5_10_, superstate11_.SUPERSTATE_ as SUPERSTATE6_5_10_, node12_.ID_ as ID1_5_11_, node12_.NAME_ as NAME3_5_11_, node12_.PROCESSDEFINITION_ as PROCESSD4_5_11_, node12_.ACTION_ as ACTION5_5_11_, node12_.SUPERSTATE_ as SUPERSTATE6_5_11_, node12_.SUBPROCESSDEFINITION_ as SUBPROCE7_5_11_, node12_.DECISIONDELEGATION as DECISION8_5_11_, node12_.SIGNAL_ as SIGNAL9_5_11_, node12_.CREATETASKS_ as CREATET10_5_11_, node12_.CLASS_ as CLASS2_5_11_, processdef13_.ID_ as ID1_4_12_, processdef13_.NAME_ as NAME2_4_12_, processdef13_.VERSION_ as VERSION3_4_12_, processdef13_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_12_, processdef13_.STARTSTATE_ as STARTSTATE5_4_12_, delegation14_.ID_ as ID1_10_13_, delegation14_.CLASSNAME_ as CLASSNAME2_10_13_, delegation14_.CONFIGURATION_ as CONFIGUR3_10_13_, delegation14_.CONFIGTYPE_ as CONFIGTYPE4_10_13_, delegation14_.PROCESSDEFINITION_ as PROCESSD5_10_13_ from JBPM_TRANSITION leavingtra0_ left outer join JBPM_PROCESSDEFINITION processdef1_ on leavingtra0_.PROCESSDEFINITION_=processdef1_.ID_ left outer join JBPM_NODE startstate2_ on processdef1_.STARTSTATE_=startstate2_.ID_ left outer join JBPM_PROCESSDEFINITION processdef3_ on startstate2_.PROCESSDEFINITION_=processdef3_.ID_ left outer join JBPM_ACTION action4_ on startstate2_.ACTION_=action4_.ID_ left outer join JBPM_ACTION action5_ on action4_.REFERENCEDACTION_=action5_.ID_ left outer join JBPM_DELEGATION delegation6_ on action5_.ACTIONDELEGATION_=delegation6_.ID_ left outer join JBPM_PROCESSDEFINITION processdef7_ on delegation6_.PROCESSDEFINITION_=processdef7_.ID_ left outer join JBPM_EVENT event8_ on action5_.EVENT_=event8_.ID_ left outer join JBPM_PROCESSDEFINITION processdef9_ on action5_.PROCESSDEFINITION_=processdef9_.ID_ left outer join JBPM_ACTION action10_ on action5_.TIMERACTION_=action10_.ID_ left outer join JBPM_NODE superstate11_ on startstate2_.SUPERSTATE_=superstate11_.ID_ left outer join JBPM_NODE node12_ on leavingtra0_.TO_=node12_.ID_ left outer join JBPM_PROCESSDEFINITION processdef13_ on node12_.SUBPROCESSDEFINITION_=processdef13_.ID_ left outer join JBPM_DELEGATION delegation14_ on node12_.DECISIONDELEGATION=delegation14_.ID_ where leavingtra0_.FROM_=?
                    Hibernate: select instances0_.PROCESSINSTANCE_ as PROCESSI3_24_, instances0_.ID_ as ID1_24_, instances0_.NAME_ as NAME5_24_, instances0_.ID_ as ID1_23_23_, instances0_.PROCESSINSTANCE_ as PROCESSI3_23_23_, instances0_.TASKMGMTDEFINITION_ as TASKMGMT4_23_23_, instances0_.CLASS_ as CLASS2_23_23_, taskmgmtde1_.ID_ as ID1_16_0_, taskmgmtde1_.NAME_ as NAME3_16_0_, taskmgmtde1_.PROCESSDEFINITION_ as PROCESSD4_16_0_, taskmgmtde1_.STARTTASK_ as STARTTASK5_16_0_, processdef2_.ID_ as ID1_4_1_, processdef2_.NAME_ as NAME2_4_1_, processdef2_.VERSION_ as VERSION3_4_1_, processdef2_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_1_, processdef2_.STARTSTATE_ as STARTSTATE5_4_1_, startstate3_.ID_ as ID1_5_2_, startstate3_.NAME_ as NAME3_5_2_, startstate3_.PROCESSDEFINITION_ as PROCESSD4_5_2_, startstate3_.ACTION_ as ACTION5_5_2_, startstate3_.SUPERSTATE_ as SUPERSTATE6_5_2_, processdef4_.ID_ as ID1_4_3_, processdef4_.NAME_ as NAME2_4_3_, processdef4_.VERSION_ as VERSION3_4_3_, processdef4_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_3_, processdef4_.STARTSTATE_ as STARTSTATE5_4_3_, action5_.ID_ as ID1_8_4_, action5_.NAME_ as NAME3_8_4_, action5_.ISPROPAGATIONALLOWED_ as ISPROPAG4_8_4_, action5_.REFERENCEDACTION_ as REFERENC5_8_4_, action5_.ACTIONDELEGATION_ as ACTIONDE6_8_4_, action5_.EVENT_ as EVENT7_8_4_, action5_.PROCESSDEFINITION_ as PROCESSD8_8_4_, action5_.EXPRESSION_ as EXPRESSION9_8_4_, action5_.TIMERNAME_ as TIMERNAME10_8_4_, action5_.DUEDATE_ as DUEDATE11_8_4_, action5_.REPEAT_ as REPEAT12_8_4_, action5_.TRANSITIONNAME_ as TRANSIT13_8_4_, action5_.TIMERACTION_ as TIMERAC14_8_4_, action5_.class as class8_4_, action6_.ID_ as ID1_8_5_, action6_.NAME_ as NAME3_8_5_, action6_.ISPROPAGATIONALLOWED_ as ISPROPAG4_8_5_, action6_.REFERENCEDACTION_ as REFERENC5_8_5_, action6_.ACTIONDELEGATION_ as ACTIONDE6_8_5_, action6_.EVENT_ as EVENT7_8_5_, action6_.PROCESSDEFINITION_ as PROCESSD8_8_5_, action6_.EXPRESSION_ as EXPRESSION9_8_5_, action6_.TIMERNAME_ as TIMERNAME10_8_5_, action6_.DUEDATE_ as DUEDATE11_8_5_, action6_.REPEAT_ as REPEAT12_8_5_, action6_.TRANSITIONNAME_ as TRANSIT13_8_5_, action6_.TIMERACTION_ as TIMERAC14_8_5_, action6_.class as class8_5_, delegation7_.ID_ as ID1_10_6_, delegation7_.CLASSNAME_ as CLASSNAME2_10_6_, delegation7_.CONFIGURATION_ as CONFIGUR3_10_6_, delegation7_.CONFIGTYPE_ as CONFIGTYPE4_10_6_, delegation7_.PROCESSDEFINITION_ as PROCESSD5_10_6_, processdef8_.ID_ as ID1_4_7_, processdef8_.NAME_ as NAME2_4_7_, processdef8_.VERSION_ as VERSION3_4_7_, processdef8_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_7_, processdef8_.STARTSTATE_ as STARTSTATE5_4_7_, event9_.ID_ as ID1_7_8_, event9_.EVENTTYPE_ as EVENTTYPE2_7_8_, event9_.TYPE_ as TYPE3_7_8_, event9_.GRAPHELEMENT_ as GRAPHELE4_7_8_, processdef10_.ID_ as ID1_4_9_, processdef10_.NAME_ as NAME2_4_9_, processdef10_.VERSION_ as VERSION3_4_9_, processdef10_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_9_, processdef10_.STARTSTATE_ as STARTSTATE5_4_9_, action11_.ID_ as ID1_8_10_, action11_.NAME_ as NAME3_8_10_, action11_.ISPROPAGATIONALLOWED_ as ISPROPAG4_8_10_, action11_.REFERENCEDACTION_ as REFERENC5_8_10_, action11_.ACTIONDELEGATION_ as ACTIONDE6_8_10_, action11_.EVENT_ as EVENT7_8_10_, action11_.PROCESSDEFINITION_ as PROCESSD8_8_10_, action11_.EXPRESSION_ as EXPRESSION9_8_10_, action11_.TIMERNAME_ as TIMERNAME10_8_10_, action11_.DUEDATE_ as DUEDATE11_8_10_, action11_.REPEAT_ as REPEAT12_8_10_, action11_.TRANSITIONNAME_ as TRANSIT13_8_10_, action11_.TIMERACTION_ as TIMERAC14_8_10_, action11_.class as class8_10_, superstate12_.ID_ as ID1_5_11_, superstate12_.NAME_ as NAME3_5_11_, superstate12_.PROCESSDEFINITION_ as PROCESSD4_5_11_, superstate12_.ACTION_ as ACTION5_5_11_, superstate12_.SUPERSTATE_ as SUPERSTATE6_5_11_, task13_.ID_ as ID1_14_12_, task13_.NAME_ as NAME2_14_12_, task13_.PROCESSDEFINITION_ as PROCESSD3_14_12_, task13_.DESCRIPTION_ as DESCRIPT4_14_12_, task13_.ISBLOCKING_ as ISBLOCKING5_14_12_, task13_.DUEDATE_ as DUEDATE6_14_12_, task13_.TASKMGMTDEFINITION_ as TASKMGMT7_14_12_, task13_.TASKNODE_ as TASKNODE8_14_12_, task13_.STARTSTATE_ as STARTSTATE9_14_12_, task13_.ASSIGNMENTDELEGATION_ as ASSIGNM10_14_12_, task13_.SWIMLANE_ as SWIMLANE11_14_12_, task13_.TASKCONTROLLER_ as TASKCON12_14_12_, processdef14_.ID_ as ID1_4_13_, processdef14_.NAME_ as NAME2_4_13_, processdef14_.VERSION_ as VERSION3_4_13_, processdef14_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_13_, processdef14_.STARTSTATE_ as STARTSTATE5_4_13_, taskmgmtde15_.ID_ as ID1_16_14_, taskmgmtde15_.NAME_ as NAME3_16_14_, taskmgmtde15_.PROCESSDEFINITION_ as PROCESSD4_16_14_, taskmgmtde15_.STARTTASK_ as STARTTASK5_16_14_, tasknode16_.ID_ as ID1_5_15_, tasknode16_.NAME_ as NAME3_5_15_, tasknode16_.PROCESSDEFINITION_ as PROCESSD4_5_15_, tasknode16_.ACTION_ as ACTION5_5_15_, tasknode16_.SUPERSTATE_ as SUPERSTATE6_5_15_, tasknode16_.SIGNAL_ as SIGNAL9_5_15_, tasknode16_.CREATETASKS_ as CREATET10_5_15_, startstate17_.ID_ as ID1_5_16_, startstate17_.NAME_ as NAME3_5_16_, startstate17_.PROCESSDEFINITION_ as PROCESSD4_5_16_, startstate17_.ACTION_ as ACTION5_5_16_, startstate17_.SUPERSTATE_ as SUPERSTATE6_5_16_, delegation18_.ID_ as ID1_10_17_, delegation18_.CLASSNAME_ as CLASSNAME2_10_17_, delegation18_.CONFIGURATION_ as CONFIGUR3_10_17_, delegation18_.CONFIGTYPE_ as CONFIGTYPE4_10_17_, delegation18_.PROCESSDEFINITION_ as PROCESSD5_10_17_, swimlane19_.ID_ as ID1_13_18_, swimlane19_.NAME_ as NAME2_13_18_, swimlane19_.ASSIGNMENTDELEGATION_ as ASSIGNME3_13_18_, swimlane19_.TASKMGMTDEFINITION_ as TASKMGMT4_13_18_, delegation20_.ID_ as ID1_10_19_, delegation20_.CLASSNAME_ as CLASSNAME2_10_19_, delegation20_.CONFIGURATION_ as CONFIGUR3_10_19_, delegation20_.CONFIGTYPE_ as CONFIGTYPE4_10_19_, delegation20_.PROCESSDEFINITION_ as PROCESSD5_10_19_, taskmgmtde21_.ID_ as ID1_16_20_, taskmgmtde21_.NAME_ as NAME3_16_20_, taskmgmtde21_.PROCESSDEFINITION_ as PROCESSD4_16_20_, taskmgmtde21_.STARTTASK_ as STARTTASK5_16_20_, taskcontro22_.ID_ as ID1_15_21_, taskcontro22_.TASKCONTROLLERDELEGATION_ as TASKCONT2_15_21_, delegation23_.ID_ as ID1_10_22_, delegation23_.CLASSNAME_ as CLASSNAME2_10_22_, delegation23_.CONFIGURATION_ as CONFIGUR3_10_22_, delegation23_.CONFIGTYPE_ as CONFIGTYPE4_10_22_, delegation23_.PROCESSDEFINITION_ as PROCESSD5_10_22_ from JBPM_MODULEINSTANCE instances0_ left outer join JBPM_MODULEDEFINITION taskmgmtde1_ on instances0_.TASKMGMTDEFINITION_=taskmgmtde1_.ID_ left outer join JBPM_PROCESSDEFINITION processdef2_ on taskmgmtde1_.PROCESSDEFINITION_=processdef2_.ID_ left outer join JBPM_NODE startstate3_ on processdef2_.STARTSTATE_=startstate3_.ID_ left outer join JBPM_PROCESSDEFINITION processdef4_ on startstate3_.PROCESSDEFINITION_=processdef4_.ID_ left outer join JBPM_ACTION action5_ on startstate3_.ACTION_=action5_.ID_ left outer join JBPM_ACTION action6_ on action5_.REFERENCEDACTION_=action6_.ID_ left outer join JBPM_DELEGATION delegation7_ on action6_.ACTIONDELEGATION_=delegation7_.ID_ left outer join JBPM_PROCESSDEFINITION processdef8_ on delegation7_.PROCESSDEFINITION_=processdef8_.ID_ left outer join JBPM_EVENT event9_ on action6_.EVENT_=event9_.ID_ left outer join JBPM_PROCESSDEFINITION processdef10_ on action6_.PROCESSDEFINITION_=processdef10_.ID_ left outer join JBPM_ACTION action11_ on action6_.TIMERACTION_=action11_.ID_ left outer join JBPM_NODE superstate12_ on startstate3_.SUPERSTATE_=superstate12_.ID_ left outer join JBPM_TASK task13_ on taskmgmtde1_.STARTTASK_=task13_.ID_ left outer join JBPM_PROCESSDEFINITION processdef14_ on task13_.PROCESSDEFINITION_=processdef14_.ID_ left outer join JBPM_MODULEDEFINITION taskmgmtde15_ on task13_.TASKMGMTDEFINITION_=taskmgmtde15_.ID_ left outer join JBPM_NODE tasknode16_ on task13_.TASKNODE_=tasknode16_.ID_ left outer join JBPM_NODE startstate17_ on task13_.STARTSTATE_=startstate17_.ID_ left outer join JBPM_DELEGATION delegation18_ on task13_.ASSIGNMENTDELEGATION_=delegation18_.ID_ left outer join JBPM_SWIMLANE swimlane19_ on task13_.SWIMLANE_=swimlane19_.ID_ left outer join JBPM_DELEGATION delegation20_ on swimlane19_.ASSIGNMENTDELEGATION_=delegation20_.ID_ left outer join JBPM_MODULEDEFINITION taskmgmtde21_ on swimlane19_.TASKMGMTDEFINITION_=taskmgmtde21_.ID_ left outer join JBPM_TASKCONTROLLER taskcontro22_ on task13_.TASKCONTROLLER_=taskcontro22_.ID_ left outer join JBPM_DELEGATION delegation23_ on taskcontro22_.TASKCONTROLLERDELEGATION_=delegation23_.ID_ where instances0_.PROCESSINSTANCE_=?
                    15:41:31,647 DEBUG GraphElement : event 'before-signal' on 'State(s)' for 'Token(/)'
                    Hibernate: select events0_.NODE_ as NODE6_1_, events0_.ID_ as ID1_1_, events0_.EVENTTYPE_ as EVENTTYPE2_1_, events0_.ID_ as ID1_7_0_, events0_.EVENTTYPE_ as EVENTTY

                    • 7. Re: Deployment problem
                      mehmetbilgi

                      try to use a mysql or some other db, this way your process definitions will be persistent among different runs of app, hsqldb is an in memory db .. so it is ok not to see records of prev. runs...

                      • 8. Re: Deployment problem
                        koen.aers

                        Mehmet,

                        Concerning your original post, you should use ProcessDefinition.parseXmlString() instead of ProcessDefinition.parseXmlResource(). The latter looks for a resource (file on the classpath) containing a processdefinition.

                        Hope this helps,
                        Koen