0 Replies Latest reply on Oct 27, 2005 12:41 PM by alg007

    'DEPLOYPAR' problem: Configuration loaded but par files not

    alg007

      Hi all,
      I am facing a problem in which I try to deploy the process archives... everything is going well but as soon as the ant task has loaded all the configuration, it does not want to go further to handle the par files !!!
      So, what is wrong in my config... please help...
      Thanks a lot,
      Xav

      (Using Jbpm3.0 / Hibernate3.0)

      my config:
      hibernate.dialect=org.hibernate.dialect.Oracle9Dialect
      hibernate.connection.driver_class=oracle.jdbc.driver.OracleDriver
      hibernate.connection.url=jdbc:oracle:thin:@thot:1521:TSUNAMI
      hibernate.connection.username=jbpm
      hibernate.connection.password=jbpm
      #hibernate.c3p0.min_size=1
      #hibernate.c3p0.max_size=3
      hibernate.show_sql=true

      my ant script (part)












      my trace
      Buildfile: C:\DDD\myProjects\tsnmBrkr\jboss-deploy-par.xml
      declare.jbpm.tasks:
      deploy.process.archives:
      [deploypar] (cfg.Environment 460 ) Hibernate 3.0.1
      [deploypar] (cfg.Environment 473 ) hibernate.properties not found
      [deploypar] (cfg.Environment 506 ) using CGLIB reflection optimizer
      [deploypar] (cfg.Environment 536 ) using JDK 1.4 java.sql.Timestamp handling
      [deploypar] (cfg.Configuration 1160) configuring from resource: /hibernate.cfg.xml
      [deploypar] (cfg.Configuration 1131) Configuration resource: /hibernate.cfg.xml
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/identity/User.hbm.xml
      [deploypar] (cfg.HbmBinder 258 ) Mapping class: org.jbpm.identity.User -> JBPM_ID_USER
      [deploypar] (cfg.HbmBinder 1202) Mapping collection: org.jbpm.identity.User.permissions -> JBPM_ID_PERMISSIONS
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/identity/Group.hbm.xml
      [deploypar] (cfg.HbmBinder 258 ) Mapping class: org.jbpm.identity.Group -> JBPM_ID_GROUP
      [deploypar] (cfg.HbmBinder 1202) Mapping collection: org.jbpm.identity.Group.permissions -> JBPM_ID_PERMISSIONS
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/identity/Membership.hbm.xml
      [deploypar] (cfg.HbmBinder 258 ) Mapping class: org.jbpm.identity.Membership -> JBPM_ID_MEMBERSHIP
      [deploypar] (cfg.HbmBinder 1202) Mapping collection: org.jbpm.identity.Membership.permissions -> JBPM_ID_PERMISSIONS
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/graph/def/ProcessDefinition.hbm.xml
      [deploypar] (cfg.HbmBinder 258 ) Mapping class: org.jbpm.graph.def.ProcessDefinition -> JBPM_PROCESSDEFINITION
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/graph/def/Node.hbm.xml
      [deploypar] (cfg.HbmBinder 258 ) Mapping class: org.jbpm.graph.def.Node -> JBPM_NODE
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/graph/def/Transition.hbm.xml
      [deploypar] (cfg.HbmBinder 258 ) Mapping class: org.jbpm.graph.def.Transition -> JBPM_TRANSITION
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/graph/def/Event.hbm.xml
      [deploypar] (cfg.HbmBinder 258 ) Mapping class: org.jbpm.graph.def.Event -> JBPM_EVENT
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/graph/def/Action.hbm.xml
      [deploypar] (cfg.HbmBinder 258 ) Mapping class: org.jbpm.graph.def.Action -> JBPM_ACTION
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/graph/def/SuperState.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.graph.def.SuperState -> JBPM_NODE
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/graph/def/ExceptionHandler.hbm.xml
      [deploypar] (cfg.HbmBinder 258 ) Mapping class: org.jbpm.graph.def.ExceptionHandler -> JBPM_EXCEPTIONHANDLER
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/instantiation/Delegation.hbm.xml
      [deploypar] (cfg.HbmBinder 258 ) Mapping class: org.jbpm.instantiation.Delegation -> JBPM_DELEGATION
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/graph/node/StartState.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.graph.node.StartState -> JBPM_NODE
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/graph/node/EndState.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.graph.node.EndState -> JBPM_NODE
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/graph/node/ProcessState.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.graph.node.ProcessState -> JBPM_NODE
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/graph/node/Decision.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.graph.node.Decision -> JBPM_NODE
      [deploypar] (cfg.HbmBinder 1202) Mapping collection: org.jbpm.graph.node.Decision.decisionConditions -> JBPM_DECISIONCONDITIONS
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/graph/node/Fork.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.graph.node.Fork -> JBPM_NODE
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/graph/node/Join.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.graph.node.Join -> JBPM_NODE
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/graph/node/State.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.graph.node.State -> JBPM_NODE
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/graph/node/TaskNode.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.graph.node.TaskNode -> JBPM_NODE
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/graph/action/Script.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.graph.action.Script -> JBPM_ACTION
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/context/def/ContextDefinition.hbm.xml
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/context/def/VariableAccess.hbm.xml
      [deploypar] (cfg.HbmBinder 258 ) Mapping class: org.jbpm.context.def.VariableAccess -> JBPM_VARIABLEACCESS
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/taskmgmt/def/TaskMgmtDefinition.hbm.xml
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/taskmgmt/def/Swimlane.hbm.xml
      [deploypar] (cfg.HbmBinder 258 ) Mapping class: org.jbpm.taskmgmt.def.Swimlane -> JBPM_SWIMLANE
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/taskmgmt/def/Task.hbm.xml
      [deploypar] (cfg.HbmBinder 258 ) Mapping class: org.jbpm.taskmgmt.def.Task -> JBPM_TASK
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/taskmgmt/def/TaskController.hbm.xml
      [deploypar] (cfg.HbmBinder 258 ) Mapping class: org.jbpm.taskmgmt.def.TaskController -> JBPM_TASKCONTROLLER
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/module/def/ModuleDefinition.hbm.xml
      [deploypar] (cfg.HbmBinder 258 ) Mapping class: org.jbpm.module.def.ModuleDefinition -> JBPM_MODULEDEFINITION
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/bytes/ByteArray.hbm.xml
      [deploypar] (cfg.HbmBinder 258 ) Mapping class: org.jbpm.bytes.ByteArray -> JBPM_BYTEARRAY
      [deploypar] (cfg.HbmBinder 1202) Mapping collection: org.jbpm.bytes.ByteArray.byteBlocks -> JBPM_BYTEBLOCK
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/file/def/FileDefinition.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.file.def.FileDefinition -> JBPM_MODULEDEFINITION
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/scheduler/def/CreateTimerAction.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.scheduler.def.CreateTimerAction -> JBPM_ACTION
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/scheduler/def/CancelTimerAction.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.scheduler.def.CancelTimerAction -> JBPM_ACTION
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/graph/exe/Comment.hbm.xml
      [deploypar] (cfg.HbmBinder 258 ) Mapping class: org.jbpm.graph.exe.Comment -> JBPM_COMMENT
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/graph/exe/ProcessInstance.hbm.xml
      [deploypar] (cfg.HbmBinder 258 ) Mapping class: org.jbpm.graph.exe.ProcessInstance -> JBPM_PROCESSINSTANCE
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/graph/exe/Token.hbm.xml
      [deploypar] (cfg.HbmBinder 258 ) Mapping class: org.jbpm.graph.exe.Token -> JBPM_TOKEN
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/graph/exe/RuntimeAction.hbm.xml
      [deploypar] (cfg.HbmBinder 258 ) Mapping class: org.jbpm.graph.exe.RuntimeAction -> JBPM_RUNTIMEACTION
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/module/exe/ModuleInstance.hbm.xml
      [deploypar] (cfg.HbmBinder 258 ) Mapping class: org.jbpm.module.exe.ModuleInstance -> JBPM_MODULEINSTANCE
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/context/exe/ContextInstance.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.context.exe.ContextInstance -> JBPM_MODULEINSTANCE
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/context/exe/TokenVariableMap.hbm.xml
      [deploypar] (cfg.HbmBinder 258 ) Mapping class: org.jbpm.context.exe.TokenVariableMap -> JBPM_TOKENVARIABLEMAP
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/context/exe/VariableInstance.hbm.xml
      [deploypar] (cfg.HbmBinder 258 ) Mapping class: org.jbpm.context.exe.VariableInstance -> JBPM_VARIABLEINSTANCE
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/context/exe/variableinstance/ByteArrayInstance.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.context.exe.variableinstance.ByteArrayInstance -> JBPM_VARIABLEINSTANCE
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/context/exe/variableinstance/DateInstance.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.context.exe.variableinstance.DateInstance -> JBPM_VARIABLEINSTANCE
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/context/exe/variableinstance/DoubleInstance.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.context.exe.variableinstance.DoubleInstance -> JBPM_VARIABLEINSTANCE
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/context/exe/variableinstance/HibernateLongInstance.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.context.exe.variableinstance.HibernateLongInstance -> JBPM_VARIABLEINSTANCE
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/context/exe/variableinstance/HibernateStringInstance.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.context.exe.variableinstance.HibernateStringInstance -> JBPM_VARIABLEINSTANCE
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/context/exe/variableinstance/LongInstance.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.context.exe.variableinstance.LongInstance -> JBPM_VARIABLEINSTANCE
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/context/exe/variableinstance/StringInstance.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.context.exe.variableinstance.StringInstance -> JBPM_VARIABLEINSTANCE
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/taskmgmt/exe/TaskMgmtInstance.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.taskmgmt.exe.TaskMgmtInstance -> JBPM_MODULEINSTANCE
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/taskmgmt/exe/TaskInstance.hbm.xml
      [deploypar] (cfg.HbmBinder 258 ) Mapping class: org.jbpm.taskmgmt.exe.TaskInstance -> JBPM_TASKINSTANCE
      [deploypar] (cfg.HbmBinder 1202) Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.pooledActors -> JBPM_TASKACTORPOOL
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/taskmgmt/exe/PooledActor.hbm.xml
      [deploypar] (cfg.HbmBinder 258 ) Mapping class: org.jbpm.taskmgmt.exe.PooledActor -> JBPM_POOLEDACTOR
      [deploypar] (cfg.HbmBinder 1202) Mapping collection: org.jbpm.taskmgmt.exe.PooledActor.taskInstances -> JBPM_TASKACTORPOOL
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/taskmgmt/exe/SwimlaneInstance.hbm.xml
      [deploypar] (cfg.HbmBinder 258 ) Mapping class: org.jbpm.taskmgmt.exe.SwimlaneInstance -> JBPM_SWIMLANEINSTANCE
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/scheduler/exe/Timer.hbm.xml
      [deploypar] (cfg.HbmBinder 258 ) Mapping class: org.jbpm.scheduler.exe.Timer -> JBPM_TIMER
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/logging/log/ProcessLog.hbm.xml
      [deploypar] (cfg.HbmBinder 258 ) Mapping class: org.jbpm.logging.log.ProcessLog -> JBPM_LOG
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/logging/log/MessageLog.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.logging.log.MessageLog -> JBPM_LOG
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/logging/log/CompositeLog.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.logging.log.CompositeLog -> JBPM_LOG
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/graph/log/ActionLog.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.graph.log.ActionLog -> JBPM_LOG
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/graph/log/NodeLog.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.graph.log.NodeLog -> JBPM_LOG
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/graph/log/ProcessInstanceCreateLog.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.graph.log.ProcessInstanceCreateLog -> JBPM_LOG
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/graph/log/ProcessInstanceEndLog.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.graph.log.ProcessInstanceEndLog -> JBPM_LOG
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/graph/log/SignalLog.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.graph.log.SignalLog -> JBPM_LOG
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/graph/log/TokenCreateLog.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.graph.log.TokenCreateLog -> JBPM_LOG
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/graph/log/TokenEndLog.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.graph.log.TokenEndLog -> JBPM_LOG
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/graph/log/TransitionLog.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.graph.log.TransitionLog -> JBPM_LOG
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/context/log/VariableLog.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.context.log.VariableLog -> JBPM_LOG
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/context/log/VariableCreateLog.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.context.log.VariableCreateLog -> JBPM_LOG
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/context/log/VariableDeleteLog.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.context.log.VariableDeleteLog -> JBPM_LOG
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/context/log/VariableUpdateLog.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.context.log.VariableUpdateLog -> JBPM_LOG
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/context/log/variableinstance/ByteArrayUpdateLog.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.context.log.variableinstance.ByteArrayUpdateLog -> JBPM_LOG
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/context/log/variableinstance/DateUpdateLog.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.context.log.variableinstance.DateUpdateLog -> JBPM_LOG
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/context/log/variableinstance/DoubleUpdateLog.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.context.log.variableinstance.DoubleUpdateLog -> JBPM_LOG
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/context/log/variableinstance/HibernateLongUpdateLog.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.context.log.variableinstance.HibernateLongUpdateLog -> JBPM_LOG
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/context/log/variableinstance/HibernateStringUpdateLog.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.context.log.variableinstance.HibernateStringUpdateLog -> JBPM_LOG
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/context/log/variableinstance/LongUpdateLog.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.context.log.variableinstance.LongUpdateLog -> JBPM_LOG
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/context/log/variableinstance/StringUpdateLog.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.context.log.variableinstance.StringUpdateLog -> JBPM_LOG
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/taskmgmt/log/TaskLog.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.taskmgmt.log.TaskLog -> JBPM_LOG
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/taskmgmt/log/TaskCreateLog.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.taskmgmt.log.TaskCreateLog -> JBPM_LOG
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/taskmgmt/log/TaskAssignLog.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.taskmgmt.log.TaskAssignLog -> JBPM_LOG
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/taskmgmt/log/TaskEndLog.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.taskmgmt.log.TaskEndLog -> JBPM_LOG
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/taskmgmt/log/SwimlaneLog.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneLog -> JBPM_LOG
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/taskmgmt/log/SwimlaneCreateLog.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneCreateLog -> JBPM_LOG
      [deploypar] (cfg.Configuration 441 ) Mapping resource: org/jbpm/taskmgmt/log/SwimlaneAssignLog.hbm.xml
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneAssignLog -> JBPM_LOG
      [deploypar] (cfg.Configuration 1272) Configured SessionFactory: null
      [deploypar] (cfg.Configuration 852 ) processing extends queue
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.context.def.ContextDefinition -> JBPM_MODULEDEFINITION
      [deploypar] (cfg.HbmBinder 736 ) Mapping subclass: org.jbpm.taskmgmt.def.TaskMgmtDefinition -> JBPM_MODULEDEFINITION
      [deploypar] (cfg.Configuration 856 ) processing collection mappings
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.identity.User.memberships -> JBPM_ID_MEMBERSHIP
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.identity.Group.memberships -> JBPM_ID_MEMBERSHIP
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.graph.def.ProcessDefinition.events -> JBPM_EVENT
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.graph.def.ProcessDefinition.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.graph.def.ProcessDefinition.nodes -> JBPM_NODE
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.graph.def.ProcessDefinition.actions -> JBPM_ACTION
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.graph.def.ProcessDefinition.definitions -> JBPM_MODULEDEFINITION
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.graph.def.Node.events -> JBPM_EVENT
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.graph.def.Node.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.graph.def.Node.leavingTransitions -> JBPM_TRANSITION
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.graph.def.Node.arrivingTransitions -> JBPM_TRANSITION
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.graph.def.Transition.events -> JBPM_EVENT
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.graph.def.Transition.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.graph.def.Event.actions -> JBPM_ACTION
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.graph.def.SuperState.nodes -> JBPM_NODE
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.graph.def.ExceptionHandler.actions -> JBPM_ACTION
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.graph.node.ProcessState.variableAccesses -> JBPM_VARIABLEACCESS
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.graph.node.TaskNode.tasks -> JBPM_TASK
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.graph.action.Script.variableAccesses -> JBPM_VARIABLEACCESS
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.taskmgmt.def.Swimlane.tasks -> JBPM_TASK
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.taskmgmt.def.Task.events -> JBPM_EVENT
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.taskmgmt.def.Task.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.taskmgmt.def.TaskController.variableAccesses -> JBPM_VARIABLEACCESS
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.file.def.FileDefinition.processFiles -> JBPM_BYTEARRAY
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.graph.exe.ProcessInstance.runtimeActions -> JBPM_RUNTIMEACTION
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.graph.exe.ProcessInstance.instances -> JBPM_MODULEINSTANCE
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.graph.exe.Token.children -> JBPM_TOKEN
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.graph.exe.Token.comments -> JBPM_COMMENT
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.context.exe.ContextInstance.tokenVariableMaps -> JBPM_TOKENVARIABLEMAP
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.context.exe.TokenVariableMap.variableInstances -> JBPM_VARIABLEINSTANCE
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.taskmgmt.exe.TaskMgmtInstance.swimlaneInstances -> JBPM_SWIMLANEINSTANCE
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.taskmgmt.exe.TaskMgmtInstance.taskInstances -> JBPM_TASKINSTANCE
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.comments -> JBPM_COMMENT
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.taskmgmt.exe.SwimlaneInstance.pooledActors -> JBPM_POOLEDACTOR
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.logging.log.CompositeLog.children -> JBPM_LOG
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.taskmgmt.def.TaskMgmtDefinition.swimlanes -> JBPM_SWIMLANE
      [deploypar] (cfg.HbmBinder 1962) Mapping collection: org.jbpm.taskmgmt.def.TaskMgmtDefinition.tasks -> JBPM_TASK
      [deploypar] (cfg.Configuration 865 ) processing association property references
      [deploypar] (cfg.Configuration 894 ) processing foreign key constraints
      [deploypar] (dialect.Dialect 91 ) Using dialect: org.hibernate.dialect.Oracle9Dialect
      [deploypar] (cfg.SettingsFactory 91 ) Default batch fetch size: 1
      [deploypar] (cfg.SettingsFactory 95 ) Generate SQL with comments: disabled
      [deploypar] (cfg.SettingsFactory 99 ) Order SQL updates by primary key: disabled
      [deploypar] (cfg.SettingsFactory 285 ) Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
      [deploypar] (ast.ASTQueryTranslatorFactory 21 ) Using ASTQueryTranslatorFactory
      [deploypar] (cfg.SettingsFactory 107 ) Query language substitutions: {}
      [deploypar] (connection.DriverManagerConnectionProvider 41 ) Using Hibernate built-in connection pool (not for production use!)
      [deploypar] (connection.DriverManagerConnectionProvider 42 ) Hibernate connection pool size: 20
      [deploypar] (connection.DriverManagerConnectionProvider 45 ) autocommit mode: false
      [deploypar] (connection.DriverManagerConnectionProvider 80 ) using driver: oracle.jdbc.driver.OracleDriver at URL: jdbc:oracle:thin:@thot:1521:TSUNAMI
      [deploypar] (connection.DriverManagerConnectionProvider 86 ) connection properties: {user=jbpm, password=****}
      [deploypar] (cfg.SettingsFactory 149 ) JDBC batch size: 15
      [deploypar] (cfg.SettingsFactory 152 ) JDBC batch updates for versioned data: disabled
      [deploypar] (cfg.SettingsFactory 157 ) Scrollable result sets: enabled
      [deploypar] (cfg.SettingsFactory 165 ) JDBC3 getGeneratedKeys(): disabled
      [deploypar] (transaction.TransactionFactoryFactory 31 ) Using default transaction strategy (direct JDBC transactions)
      [deploypar] (transaction.TransactionManagerLookupFactory 33 ) No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
      [deploypar] (cfg.SettingsFactory 177 ) Automatic flush during beforeCompletion(): disabled
      [deploypar] (cfg.SettingsFactory 180 ) Automatic session close at end of transaction: disabled
      [deploypar] (cfg.SettingsFactory 186 ) Second-level cache: enabled
      [deploypar] (cfg.SettingsFactory 190 ) Query cache: disabled
      [deploypar] (cfg.SettingsFactory 272 ) Cache provider: org.hibernate.cache.EhCacheProvider
      [deploypar] (cfg.SettingsFactory 205 ) Optimize cache for minimal puts: disabled
      [deploypar] (cfg.SettingsFactory 214 ) Structured second-level cache entries: enabled
      [deploypar] (cfg.SettingsFactory 222 ) Echoing all SQL to stdout
      [deploypar] (cfg.SettingsFactory 226 ) Statistics: disabled
      [deploypar] (cfg.SettingsFactory 230 ) Deleted entity synthetic identifier rollback: disabled
      [deploypar] (cfg.SettingsFactory 244 ) Default entity-mode: pojo
      [deploypar] (impl.SessionFactoryImpl 147 ) building session factory
      [deploypar] (cache.EhCacheProvider 97 ) Could not find configuration [org.jbpm.graph.def.Node]; using defaults.
      [deploypar] (cache.EhCacheProvider 97 ) Could not find configuration [org.jbpm.instantiation.Delegation]; using defaults.
      [deploypar] (cache.EhCacheProvider 97 ) Could not find configuration [org.jbpm.taskmgmt.def.Task]; using defaults.
      [deploypar] (cache.EhCacheProvider 97 ) Could not find configuration [org.jbpm.graph.def.ProcessDefinition]; using defaults.
      [deploypar] (cache.EhCacheProvider 97 ) Could not find configuration [org.jbpm.graph.def.ExceptionHandler]; using defaults.
      [deploypar] (cache.EhCacheProvider 97 ) Could not find configuration [org.jbpm.module.def.ModuleDefinition]; using defaults.
      [deploypar] (cache.EhCacheProvider 97 ) Could not find configuration [org.jbpm.graph.def.Action]; using defaults.
      [deploypar] (cache.EhCacheProvider 97 ) Could not find configuration [org.jbpm.graph.def.Event]; using defaults.
      [deploypar] (cache.EhCacheProvider 97 ) Could not find configuration [org.jbpm.context.def.VariableAccess]; using defaults.
      [deploypar] (cache.EhCacheProvider 97 ) Could not find configuration [org.jbpm.graph.def.Transition]; using defaults.
      [deploypar] (cache.EhCacheProvider 97 ) Could not find configuration [org.jbpm.taskmgmt.def.TaskController]; using defaults.
      [deploypar] (impl.SessionFactoryObjectFactory 82 ) Not binding factory to JNDI, no JNDI name configured
      [deploypar] (impl.SessionFactoryImpl 373 ) Checking 0 named queries
      BUILD SUCCESSFUL
      Total time: 12 seconds

      ***
      **
      *