[jboss-user] [JBoss jBPM] - Re: Table not found in statement. While deloying a Process D

chrisrjcox do-not-reply at jboss.com
Fri Mar 7 12:04:47 EST 2008


Thanks mputz,

I have made this change, however the issue still persists...

I have noticed that when the Server starts it configures from resource: hibernate.cfg.xml, mapping all the resources.

But as the application is run it calls the


  | jbpmContext.deployProcessDefinition(processDefinition);
  | 

method, then it begins to map the resources over again?

Is this normal? Could this be the issue?

I notice that both times the SessionFactoryObjectFactory is not bound to JNDI.


  | 16:16:43,648 INFO  [SessionFactoryObjectFactory] Not binding factory to JNDI, no JNDI name configured
  | 

and


  | 16:17:12,338 INFO  [SessionFactoryObjectFactory] Not binding factory to JNDI, no JNDI name configured

Below is the full Server trace.


  | 16:16:27,724 INFO  [Server] Starting JBoss (MX MicroKernel)...
  | 16:16:27,725 INFO  [Server] Release ID: JBoss [Trinity] 4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)
  | 16:16:27,726 INFO  [Server] Home Dir: /Users/chris/jBPM_Project/jboss
  | 16:16:27,730 INFO  [Server] Home URL: file:/Users/chris/jBPM_Project/jboss/
  | 16:16:27,730 INFO  [Server] Patch URL: null
  | 16:16:27,730 INFO  [Server] Server Name: messaging
  | 16:16:27,730 INFO  [Server] Server Home Dir: /Users/chris/jBPM_Project/jboss/server/messaging
  | 16:16:27,730 INFO  [Server] Server Home URL: file:/Users/chris/jBPM_Project/jboss/server/messaging/
  | 16:16:27,730 INFO  [Server] Server Log Dir: /Users/chris/jBPM_Project/jboss/server/messaging/log
  | 16:16:27,731 INFO  [Server] Server Temp Dir: /Users/chris/jBPM_Project/jboss/server/messaging/tmp
  | 16:16:27,731 INFO  [Server] Root Deployment Filename: jboss-service.xml
  | 16:16:28,190 INFO  [ServerInfo] Java version: 1.5.0_13,Apple Inc.
  | 16:16:28,190 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0_13-119,Apple Inc.
  | 16:16:28,190 INFO  [ServerInfo] OS-System: Mac OS X 10.5.2,i386
  | 16:16:28,457 INFO  [Server] Core system initialized
  | 16:16:30,277 INFO  [WebService] Using RMI server codebase: http://127.0.0.1:8083/
  | 16:16:30,279 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
  | 16:16:30,623 INFO  [TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc.
  | 16:16:30,623 INFO  [TransactionManagerService] Setting up property manager MBean and JMX layer
  | 16:16:30,737 INFO  [TransactionManagerService] Starting recovery manager
  | 16:16:30,786 INFO  [TransactionManagerService] Recovery manager started
  | 16:16:30,786 INFO  [TransactionManagerService] Binding TransactionManager JNDI Reference
  | 16:16:32,735 INFO  [EJB3Deployer] Starting java:comp multiplexer
  | 16:16:33,465 INFO  [STDOUT] no object for null
  | 16:16:33,467 INFO  [STDOUT] no object for null
  | 16:16:33,479 INFO  [STDOUT] no object for null
  | 16:16:33,493 INFO  [STDOUT] no object for {urn:jboss:bean-deployer}supplyType
  | 16:16:33,498 INFO  [STDOUT] no object for {urn:jboss:bean-deployer}dependsType
  | 16:16:34,847 INFO  [NativeServerConfig] JBoss Web Services - Native
  | 16:16:34,847 INFO  [NativeServerConfig] jbossws-native-2.0.1.SP2 (build=200710210837)
  | 16:16:35,715 INFO  [Embedded] Catalina naming disabled
  | 16:16:35,828 INFO  [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: .:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
  | 16:16:35,899 INFO  [Http11Protocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080
  | 16:16:35,900 INFO  [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009
  | 16:16:35,900 INFO  [Catalina] Initialization processed in 185 ms
  | 16:16:35,900 INFO  [StandardService] Starting service jboss.web
  | 16:16:35,901 INFO  [StandardEngine] Starting Servlet Engine: JBossWeb/2.0.1.GA
  | 16:16:35,956 INFO  [Catalina] Server startup in 55 ms
  | 16:16:36,051 INFO  [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/
  | 16:16:36,451 INFO  [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/http-invoker.sar/invoker.war/
  | 16:16:36,552 INFO  [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../deploy/jbossws.sar/jbossws-context.war/
  | 16:16:36,741 INFO  [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/
  | 16:16:37,197 INFO  [MailService] Mail Service bound to java:/Mail
  | 16:16:37,350 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar
  | 16:16:37,370 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar
  | 16:16:37,396 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
  | 16:16:37,417 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar
  | 16:16:37,477 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms-ra.rar
  | 16:16:37,495 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/mail-ra.rar
  | 16:16:37,541 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar
  | 16:16:37,549 INFO  [QuartzResourceAdapter] start quartz!!!
  | 16:16:37,593 INFO  [SimpleThreadPool] Job execution threads will use class loader of thread: main
  | 16:16:37,610 INFO  [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
  | 16:16:37,611 INFO  [RAMJobStore] RAMJobStore initialized.
  | 16:16:37,612 INFO  [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
  | 16:16:37,612 INFO  [StdSchedulerFactory] Quartz scheduler version: 1.5.2
  | 16:16:37,612 INFO  [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
  | 16:16:38,040 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
  | 16:16:38,274 INFO  [ServerPeer] JBoss Messaging 1.4.0.SP3 server [0] started
  | 16:16:38,629 INFO  [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds
  | 16:16:38,629 INFO  [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory at de4ebf started
  | 16:16:38,629 WARN  [ConnectionFactoryJNDIMapper] supportsFailover attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support failover
  | 16:16:38,630 WARN  [ConnectionFactoryJNDIMapper] supportsLoadBalancing attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support load balancing
  | 16:16:38,631 INFO  [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds
  | 16:16:38,631 INFO  [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory at 97bb65 started
  | 16:16:38,632 INFO  [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds
  | 16:16:38,632 INFO  [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory at 5186da started
  | 16:16:38,644 INFO  [QueueService] Queue[/queue/jbpmQueueTwo] started, fullSize=200000, pageSize=2000, downCacheSize=2000
  | 16:16:38,645 INFO  [QueueService] Queue[/queue/jbpmQueueOne] started, fullSize=200000, pageSize=2000, downCacheSize=2000
  | 16:16:38,646 INFO  [QueueService] Queue[/queue/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000
  | 16:16:38,647 INFO  [QueueService] Queue[/queue/ExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
  | 16:16:38,649 INFO  [TopicService] Topic[/topic/testTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000
  | 16:16:38,649 INFO  [TopicService] Topic[/topic/securedTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000
  | 16:16:38,650 INFO  [TopicService] Topic[/topic/testDurableTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000
  | 16:16:38,651 INFO  [QueueService] Queue[/queue/testQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
  | 16:16:38,652 INFO  [QueueService] Queue[/queue/A] started, fullSize=200000, pageSize=2000, downCacheSize=2000
  | 16:16:38,653 INFO  [QueueService] Queue[/queue/B] started, fullSize=200000, pageSize=2000, downCacheSize=2000
  | 16:16:38,655 INFO  [QueueService] Queue[/queue/C] started, fullSize=200000, pageSize=2000, downCacheSize=2000
  | 16:16:38,656 INFO  [QueueService] Queue[/queue/D] started, fullSize=200000, pageSize=2000, downCacheSize=2000
  | 16:16:38,657 INFO  [QueueService] Queue[/queue/ex] started, fullSize=200000, pageSize=2000, downCacheSize=2000
  | 16:16:38,658 INFO  [QueueService] Queue[/queue/PrivateDLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000
  | 16:16:38,659 INFO  [QueueService] Queue[/queue/PrivateExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
  | 16:16:38,660 INFO  [QueueService] Queue[/queue/QueueWithOwnDLQAndExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
  | 16:16:38,661 INFO  [TopicService] Topic[/topic/TopicWithOwnDLQAndExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
  | 16:16:38,661 INFO  [QueueService] Queue[/queue/QueueWithOwnRedeliveryDelay] started, fullSize=200000, pageSize=2000, downCacheSize=2000
  | 16:16:38,662 INFO  [TopicService] Topic[/topic/TopicWithOwnRedeliveryDelay] started, fullSize=200000, pageSize=2000, downCacheSize=2000
  | 16:16:38,663 INFO  [QueueService] Queue[/queue/testDistributedQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
  | 16:16:38,663 INFO  [TopicService] Topic[/topic/testDistributedTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000
  | 16:16:38,897 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=JbpmDS' to JNDI name 'java:JbpmDS'
  | 16:16:38,995 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
  | 16:16:39,147 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.mdb.MDB
  | 16:16:39,152 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:jar=DistributedMDB.jar,name=NewPartTwoMDB,service=EJB3 with dependencies:
  | 16:16:39,217 INFO  [EJBContainer] STARTED EJB: com.distributed.jbpm.mdb.NewPartTwoMDB ejbName: NewPartTwoMDB
  | 16:16:39,263 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.mdb.MDB
  | 16:16:39,263 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:jar=DistributedMDB.jar,name=PartOneMDB,service=EJB3 with dependencies:
  | 16:16:39,267 INFO  [EJBContainer] STARTED EJB: com.distributed.jbpm.mdb.PartOneMDB ejbName: PartOneMDB
  | 16:16:39,277 INFO  [EJB3Deployer] Deployed: file:/Users/chris/jBPM_Project/jboss/server/messaging/deploy/DistributedMDB.jar
  | 16:16:39,559 INFO  [TomcatDeployer] deploy, ctxPath=/jbpm-console, warUrl=.../tmp/deploy/tmp48934jbpm-console-exp.war/
  | 16:16:39,650 INFO  [ContextConfig] WARNING: Security role name user used in an <auth-constraint> without being defined in a <security-role>
  | 16:16:40,572 INFO  [JbpmConfiguration] using jbpm configuration resource 'jbpm.cfg.xml'
  | 16:16:40,602 INFO  [StaleObjectLogConfigurer] stale object exceptions will be hidden from logging
  | 16:16:40,724 INFO  [Environment] Hibernate 3.2.4.sp1
  | 16:16:40,731 INFO  [Environment] hibernate.properties not found
  | 16:16:40,733 INFO  [Environment] Bytecode provider name : javassist
  | 16:16:40,738 INFO  [Environment] using JDK 1.4 java.sql.Timestamp handling
  | 16:16:40,777 INFO  [DefaultEndpointRegistry] register: jboss.ws:context=jms-web-service,endpoint=JMSWebServiceExample
  | 16:16:40,834 INFO  [Configuration] configuring from resource: hibernate.cfg.xml
  | 16:16:40,835 INFO  [Configuration] Configuration resource: hibernate.cfg.xml
  | 16:16:40,898 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/action/Script.hbm.xml
  | 16:16:40,908 INFO  [TomcatDeployer] deploy, ctxPath=/jms-web-service, warUrl=.../tmp/deploy/tmp48936jms-web-service-exp.war/
  | 16:16:40,960 INFO  [Configuration] Reading mappings from resource : org/jbpm/identity/User.hbm.xml
  | 16:16:40,983 INFO  [HbmBinder] Mapping class: org.jbpm.identity.User -> JBPM_ID_USER
  | 16:16:41,010 INFO  [HbmBinder] Mapping collection: org.jbpm.identity.User.permissions -> JBPM_ID_PERMISSIONS
  | 16:16:41,010 INFO  [Configuration] Reading mappings from resource : org/jbpm/identity/Group.hbm.xml
  | 16:16:41,051 INFO  [HbmBinder] Mapping class: org.jbpm.identity.Group -> JBPM_ID_GROUP
  | 16:16:41,143 INFO  [HbmBinder] Mapping collection: org.jbpm.identity.Group.permissions -> JBPM_ID_PERMISSIONS
  | 16:16:41,144 INFO  [Configuration] Reading mappings from resource : org/jbpm/identity/Membership.hbm.xml
  | 16:16:41,150 INFO  [HbmBinder] Mapping class: org.jbpm.identity.Membership -> JBPM_ID_MEMBERSHIP
  | 16:16:41,151 INFO  [HbmBinder] Mapping collection: org.jbpm.identity.Membership.permissions -> JBPM_ID_PERMISSIONS
  | 16:16:41,151 INFO  [Configuration] Reading mappings from resource : org/jbpm/db/hibernate.queries.hbm.xml
  | 16:16:41,164 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/action/MailAction.hbm.xml
  | 16:16:41,176 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/def/ProcessDefinition.hbm.xml
  | 16:16:41,186 INFO  [HbmBinder] Mapping class: org.jbpm.graph.def.ProcessDefinition -> JBPM_PROCESSDEFINITION
  | 16:16:41,209 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/def/Node.hbm.xml
  | 16:16:41,215 INFO  [HbmBinder] Mapping class: org.jbpm.graph.def.Node -> JBPM_NODE
  | 16:16:41,221 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/def/Transition.hbm.xml
  | 16:16:41,244 INFO  [HbmBinder] Mapping class: org.jbpm.graph.def.Transition -> JBPM_TRANSITION
  | 16:16:41,247 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/def/Event.hbm.xml
  | 16:16:41,259 INFO  [HbmBinder] Mapping class: org.jbpm.graph.def.Event -> JBPM_EVENT
  | 16:16:41,260 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/def/Action.hbm.xml
  | 16:16:41,284 INFO  [HbmBinder] Mapping class: org.jbpm.graph.def.Action -> JBPM_ACTION
  | 16:16:41,287 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/def/SuperState.hbm.xml
  | 16:16:41,354 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.def.SuperState -> JBPM_NODE
  | 16:16:41,355 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/def/ExceptionHandler.hbm.xml
  | 16:16:41,360 INFO  [HbmBinder] Mapping class: org.jbpm.graph.def.ExceptionHandler -> JBPM_EXCEPTIONHANDLER
  | 16:16:41,360 INFO  [Configuration] Reading mappings from resource : org/jbpm/instantiation/Delegation.hbm.xml
  | 16:16:41,364 INFO  [HbmBinder] Mapping class: org.jbpm.instantiation.Delegation -> JBPM_DELEGATION
  | 16:16:41,368 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/node/StartState.hbm.xml
  | 16:16:41,372 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.StartState -> JBPM_NODE
  | 16:16:41,372 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/node/EndState.hbm.xml
  | 16:16:41,377 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.EndState -> JBPM_NODE
  | 16:16:41,378 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/node/ProcessState.hbm.xml
  | 16:16:41,382 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.ProcessState -> JBPM_NODE
  | 16:16:41,386 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/node/Decision.hbm.xml
  | 16:16:41,396 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.Decision -> JBPM_NODE
  | 16:16:41,399 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.node.Decision.decisionConditions -> JBPM_DECISIONCONDITIONS
  | 16:16:41,399 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/node/Fork.hbm.xml
  | 16:16:41,403 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.Fork -> JBPM_NODE
  | 16:16:41,407 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/node/Join.hbm.xml
  | 16:16:41,410 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.Join -> JBPM_NODE
  | 16:16:41,411 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/node/MailNode.hbm.xml
  | 16:16:41,415 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.MailNode -> JBPM_NODE
  | 16:16:41,415 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/node/State.hbm.xml
  | 16:16:41,419 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.State -> JBPM_NODE
  | 16:16:41,419 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/node/TaskNode.hbm.xml
  | 16:16:41,444 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.TaskNode -> JBPM_NODE
  | 16:16:41,450 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/def/ContextDefinition.hbm.xml
  | 16:16:41,454 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/def/VariableAccess.hbm.xml
  | 16:16:41,460 INFO  [HbmBinder] Mapping class: org.jbpm.context.def.VariableAccess -> JBPM_VARIABLEACCESS
  | 16:16:41,461 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/def/TaskMgmtDefinition.hbm.xml
  | 16:16:41,465 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/def/Swimlane.hbm.xml
  | 16:16:41,482 INFO  [HbmBinder] Mapping class: org.jbpm.taskmgmt.def.Swimlane -> JBPM_SWIMLANE
  | 16:16:41,483 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/def/Task.hbm.xml
  | 16:16:41,488 INFO  [HbmBinder] Mapping class: org.jbpm.taskmgmt.def.Task -> JBPM_TASK
  | 16:16:41,720 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/def/TaskController.hbm.xml
  | 16:16:41,742 INFO  [HbmBinder] Mapping class: org.jbpm.taskmgmt.def.TaskController -> JBPM_TASKCONTROLLER
  | 16:16:41,743 INFO  [Configuration] Reading mappings from resource : org/jbpm/module/def/ModuleDefinition.hbm.xml
  | 16:16:41,748 INFO  [HbmBinder] Mapping class: org.jbpm.module.def.ModuleDefinition -> JBPM_MODULEDEFINITION
  | 16:16:41,748 INFO  [Configuration] Reading mappings from resource : org/jbpm/bytes/ByteArray.hbm.xml
  | 16:16:41,755 INFO  [HbmBinder] Mapping class: org.jbpm.bytes.ByteArray -> JBPM_BYTEARRAY
  | 16:16:41,755 INFO  [HbmBinder] Mapping collection: org.jbpm.bytes.ByteArray.byteBlocks -> JBPM_BYTEBLOCK
  | 16:16:41,756 INFO  [Configuration] Reading mappings from resource : org/jbpm/file/def/FileDefinition.hbm.xml
  | 16:16:41,761 INFO  [HbmBinder] Mapping subclass: org.jbpm.file.def.FileDefinition -> JBPM_MODULEDEFINITION
  | 16:16:41,761 INFO  [Configuration] Reading mappings from resource : org/jbpm/scheduler/def/CreateTimerAction.hbm.xml
  | 16:16:41,766 INFO  [HbmBinder] Mapping subclass: org.jbpm.scheduler.def.CreateTimerAction -> JBPM_ACTION
  | 16:16:41,768 INFO  [Configuration] Reading mappings from resource : org/jbpm/scheduler/def/CancelTimerAction.hbm.xml
  | 16:16:41,777 INFO  [HbmBinder] Mapping subclass: org.jbpm.scheduler.def.CancelTimerAction -> JBPM_ACTION
  | 16:16:41,778 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/exe/Comment.hbm.xml
  | 16:16:41,782 INFO  [HbmBinder] Mapping class: org.jbpm.graph.exe.Comment -> JBPM_COMMENT
  | 16:16:41,784 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/exe/ProcessInstance.hbm.xml
  | 16:16:41,788 INFO  [HbmBinder] Mapping class: org.jbpm.graph.exe.ProcessInstance -> JBPM_PROCESSINSTANCE
  | 16:16:41,792 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/exe/Token.hbm.xml
  | 16:16:41,797 INFO  [HbmBinder] Mapping class: org.jbpm.graph.exe.Token -> JBPM_TOKEN
  | 16:16:41,801 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/exe/RuntimeAction.hbm.xml
  | 16:16:41,807 INFO  [HbmBinder] Mapping class: org.jbpm.graph.exe.RuntimeAction -> JBPM_RUNTIMEACTION
  | 16:16:41,808 INFO  [Configuration] Reading mappings from resource : org/jbpm/module/exe/ModuleInstance.hbm.xml
  | 16:16:41,811 INFO  [HbmBinder] Mapping class: org.jbpm.module.exe.ModuleInstance -> JBPM_MODULEINSTANCE
  | 16:16:41,812 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/ContextInstance.hbm.xml
  | 16:16:41,816 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.ContextInstance -> JBPM_MODULEINSTANCE
  | 16:16:41,816 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/TokenVariableMap.hbm.xml
  | 16:16:41,820 INFO  [HbmBinder] Mapping class: org.jbpm.context.exe.TokenVariableMap -> JBPM_TOKENVARIABLEMAP
  | 16:16:41,823 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/VariableInstance.hbm.xml
  | 16:16:41,830 INFO  [HbmBinder] Mapping class: org.jbpm.context.exe.VariableInstance -> JBPM_VARIABLEINSTANCE
  | 16:16:41,833 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/ByteArrayInstance.hbm.xml
  | 16:16:41,838 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.ByteArrayInstance -> JBPM_VARIABLEINSTANCE
  | 16:16:41,839 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/DateInstance.hbm.xml
  | 16:16:41,843 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.DateInstance -> JBPM_VARIABLEINSTANCE
  | 16:16:41,843 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/DoubleInstance.hbm.xml
  | 16:16:41,847 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.DoubleInstance -> JBPM_VARIABLEINSTANCE
  | 16:16:41,848 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/HibernateLongInstance.hbm.xml
  | 16:16:41,852 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.HibernateLongInstance -> JBPM_VARIABLEINSTANCE
  | 16:16:41,853 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/HibernateStringInstance.hbm.xml
  | 16:16:41,865 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.HibernateStringInstance -> JBPM_VARIABLEINSTANCE
  | 16:16:41,865 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/LongInstance.hbm.xml
  | 16:16:41,879 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.LongInstance -> JBPM_VARIABLEINSTANCE
  | 16:16:41,879 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/NullInstance.hbm.xml
  | 16:16:41,883 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.NullInstance -> JBPM_VARIABLEINSTANCE
  | 16:16:41,883 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/StringInstance.hbm.xml
  | 16:16:41,892 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.StringInstance -> JBPM_VARIABLEINSTANCE
  | 16:16:41,893 INFO  [Configuration] Reading mappings from resource : org/jbpm/job/Job.hbm.xml
  | 16:16:41,897 INFO  [HbmBinder] Mapping class: org.jbpm.job.Job -> JBPM_JOB
  | 16:16:41,898 INFO  [Configuration] Reading mappings from resource : org/jbpm/job/Timer.hbm.xml
  | 16:16:41,903 INFO  [HbmBinder] Mapping subclass: org.jbpm.job.Timer -> JBPM_JOB
  | 16:16:41,903 INFO  [Configuration] Reading mappings from resource : org/jbpm/job/ExecuteNodeJob.hbm.xml
  | 16:16:41,908 INFO  [HbmBinder] Mapping subclass: org.jbpm.job.ExecuteNodeJob -> JBPM_JOB
  | 16:16:41,908 INFO  [Configuration] Reading mappings from resource : org/jbpm/job/ExecuteActionJob.hbm.xml
  | 16:16:41,913 INFO  [HbmBinder] Mapping subclass: org.jbpm.job.ExecuteActionJob -> JBPM_JOB
  | 16:16:41,913 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/exe/TaskMgmtInstance.hbm.xml
  | 16:16:41,917 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.exe.TaskMgmtInstance -> JBPM_MODULEINSTANCE
  | 16:16:41,920 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/exe/TaskInstance.hbm.xml
  | 16:16:41,925 INFO  [HbmBinder] Mapping class: org.jbpm.taskmgmt.exe.TaskInstance -> JBPM_TASKINSTANCE
  | 16:16:41,932 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.pooledActors -> JBPM_TASKACTORPOOL
  | 16:16:41,932 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/exe/PooledActor.hbm.xml
  | 16:16:41,937 INFO  [HbmBinder] Mapping class: org.jbpm.taskmgmt.exe.PooledActor -> JBPM_POOLEDACTOR
  | 16:16:41,939 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.PooledActor.taskInstances -> JBPM_TASKACTORPOOL
  | 16:16:41,946 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/exe/SwimlaneInstance.hbm.xml
  | 16:16:41,950 INFO  [HbmBinder] Mapping class: org.jbpm.taskmgmt.exe.SwimlaneInstance -> JBPM_SWIMLANEINSTANCE
  | 16:16:41,951 INFO  [Configuration] Reading mappings from resource : org/jbpm/logging/log/ProcessLog.hbm.xml
  | 16:16:41,959 INFO  [HbmBinder] Mapping class: org.jbpm.logging.log.ProcessLog -> JBPM_LOG
  | 16:16:41,960 INFO  [Configuration] Reading mappings from resource : org/jbpm/logging/log/MessageLog.hbm.xml
  | 16:16:41,964 INFO  [HbmBinder] Mapping subclass: org.jbpm.logging.log.MessageLog -> JBPM_LOG
  | 16:16:41,965 INFO  [Configuration] Reading mappings from resource : org/jbpm/logging/log/CompositeLog.hbm.xml
  | 16:16:41,969 INFO  [HbmBinder] Mapping subclass: org.jbpm.logging.log.CompositeLog -> JBPM_LOG
  | 16:16:41,969 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/log/ActionLog.hbm.xml
  | 16:16:41,976 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.ActionLog -> JBPM_LOG
  | 16:16:41,978 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/log/NodeLog.hbm.xml
  | 16:16:41,982 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.NodeLog -> JBPM_LOG
  | 16:16:41,982 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/log/ProcessInstanceCreateLog.hbm.xml
  | 16:16:41,986 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.ProcessInstanceCreateLog -> JBPM_LOG
  | 16:16:41,986 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/log/ProcessInstanceEndLog.hbm.xml
  | 16:16:41,989 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.ProcessInstanceEndLog -> JBPM_LOG
  | 16:16:41,989 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/log/ProcessStateLog.hbm.xml
  | 16:16:41,993 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.ProcessStateLog -> JBPM_LOG
  | 16:16:41,993 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/log/SignalLog.hbm.xml
  | 16:16:41,997 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.SignalLog -> JBPM_LOG
  | 16:16:41,997 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/log/TokenCreateLog.hbm.xml
  | 16:16:42,001 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.TokenCreateLog -> JBPM_LOG
  | 16:16:42,001 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/log/TokenEndLog.hbm.xml
  | 16:16:42,005 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.TokenEndLog -> JBPM_LOG
  | 16:16:42,005 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/log/TransitionLog.hbm.xml
  | 16:16:42,009 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.TransitionLog -> JBPM_LOG
  | 16:16:42,010 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/VariableLog.hbm.xml
  | 16:16:42,013 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.VariableLog -> JBPM_LOG
  | 16:16:42,013 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/VariableCreateLog.hbm.xml
  | 16:16:42,017 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.VariableCreateLog -> JBPM_LOG
  | 16:16:42,017 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/VariableDeleteLog.hbm.xml
  | 16:16:42,020 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.VariableDeleteLog -> JBPM_LOG
  | 16:16:42,021 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/VariableUpdateLog.hbm.xml
  | 16:16:42,044 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.VariableUpdateLog -> JBPM_LOG
  | 16:16:42,044 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/variableinstance/ByteArrayUpdateLog.hbm.xml
  | 16:16:42,048 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.ByteArrayUpdateLog -> JBPM_LOG
  | 16:16:42,048 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/variableinstance/DateUpdateLog.hbm.xml
  | 16:16:42,053 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.DateUpdateLog -> JBPM_LOG
  | 16:16:42,053 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/variableinstance/DoubleUpdateLog.hbm.xml
  | 16:16:42,059 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.DoubleUpdateLog -> JBPM_LOG
  | 16:16:42,060 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/variableinstance/HibernateLongUpdateLog.hbm.xml
  | 16:16:42,064 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.HibernateLongUpdateLog -> JBPM_LOG
  | 16:16:42,065 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/variableinstance/HibernateStringUpdateLog.hbm.xml
  | 16:16:42,078 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.HibernateStringUpdateLog -> JBPM_LOG
  | 16:16:42,078 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/variableinstance/LongUpdateLog.hbm.xml
  | 16:16:42,083 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.LongUpdateLog -> JBPM_LOG
  | 16:16:42,083 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/variableinstance/StringUpdateLog.hbm.xml
  | 16:16:42,092 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.StringUpdateLog -> JBPM_LOG
  | 16:16:42,093 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/log/TaskLog.hbm.xml
  | 16:16:42,097 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.TaskLog -> JBPM_LOG
  | 16:16:42,097 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/log/TaskCreateLog.hbm.xml
  | 16:16:42,103 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.TaskCreateLog -> JBPM_LOG
  | 16:16:42,103 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/log/TaskAssignLog.hbm.xml
  | 16:16:42,108 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.TaskAssignLog -> JBPM_LOG
  | 16:16:42,109 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/log/TaskEndLog.hbm.xml
  | 16:16:42,113 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.TaskEndLog -> JBPM_LOG
  | 16:16:42,113 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/log/SwimlaneLog.hbm.xml
  | 16:16:42,116 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneLog -> JBPM_LOG
  | 16:16:42,117 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/log/SwimlaneCreateLog.hbm.xml
  | 16:16:42,120 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneCreateLog -> JBPM_LOG
  | 16:16:42,121 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/log/SwimlaneAssignLog.hbm.xml
  | 16:16:42,142 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneAssignLog -> JBPM_LOG
  | 16:16:42,143 INFO  [Configuration] Configured SessionFactory: null
  | 16:16:42,144 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.def.ContextDefinition -> JBPM_MODULEDEFINITION
  | 16:16:42,144 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.action.MailAction -> JBPM_ACTION
  | 16:16:42,144 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.action.Script -> JBPM_ACTION
  | 16:16:42,145 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.def.TaskMgmtDefinition -> JBPM_MODULEDEFINITION
  | 16:16:42,146 INFO  [HbmBinder] Mapping collection: org.jbpm.identity.User.memberships -> JBPM_ID_MEMBERSHIP
  | 16:16:42,146 INFO  [HbmBinder] Mapping collection: org.jbpm.identity.Group.children -> JBPM_ID_GROUP
  | 16:16:42,146 INFO  [HbmBinder] Mapping collection: org.jbpm.identity.Group.memberships -> JBPM_ID_MEMBERSHIP
  | 16:16:42,147 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.ProcessDefinition.events -> JBPM_EVENT
  | 16:16:42,147 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.ProcessDefinition.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
  | 16:16:42,147 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.ProcessDefinition.nodes -> JBPM_NODE
  | 16:16:42,147 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.ProcessDefinition.actions -> JBPM_ACTION
  | 16:16:42,147 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.ProcessDefinition.definitions -> JBPM_MODULEDEFINITION
  | 16:16:42,147 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.Node.events -> JBPM_EVENT
  | 16:16:42,147 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.Node.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
  | 16:16:42,147 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.Node.leavingTransitions -> JBPM_TRANSITION
  | 16:16:42,148 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.Node.arrivingTransitions -> JBPM_TRANSITION
  | 16:16:42,148 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.Transition.events -> JBPM_EVENT
  | 16:16:42,148 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.Transition.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
  | 16:16:42,148 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.Event.actions -> JBPM_ACTION
  | 16:16:42,148 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.SuperState.nodes -> JBPM_NODE
  | 16:16:42,148 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.ExceptionHandler.actions -> JBPM_ACTION
  | 16:16:42,148 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.node.ProcessState.variableAccesses -> JBPM_VARIABLEACCESS
  | 16:16:42,150 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.node.TaskNode.tasks -> JBPM_TASK
  | 16:16:42,150 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.Swimlane.tasks -> JBPM_TASK
  | 16:16:42,150 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.Task.events -> JBPM_EVENT
  | 16:16:42,150 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.Task.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
  | 16:16:42,150 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.TaskController.variableAccesses -> JBPM_VARIABLEACCESS
  | 16:16:42,150 INFO  [HbmBinder] Mapping collection: org.jbpm.file.def.FileDefinition.processFiles -> JBPM_BYTEARRAY
  | 16:16:42,150 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.exe.ProcessInstance.runtimeActions -> JBPM_RUNTIMEACTION
  | 16:16:42,151 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.exe.ProcessInstance.instances -> JBPM_MODULEINSTANCE
  | 16:16:42,151 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.exe.Token.children -> JBPM_TOKEN
  | 16:16:42,151 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.exe.Token.comments -> JBPM_COMMENT
  | 16:16:42,151 INFO  [HbmBinder] Mapping collection: org.jbpm.context.exe.ContextInstance.tokenVariableMaps -> JBPM_TOKENVARIABLEMAP
  | 16:16:42,151 INFO  [HbmBinder] Mapping collection: org.jbpm.context.exe.TokenVariableMap.variableInstances -> JBPM_VARIABLEINSTANCE
  | 16:16:42,151 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.TaskMgmtInstance.swimlaneInstances -> JBPM_SWIMLANEINSTANCE
  | 16:16:42,153 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.TaskMgmtInstance.taskInstances -> JBPM_TASKINSTANCE
  | 16:16:42,153 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.variableInstances -> JBPM_VARIABLEINSTANCE
  | 16:16:42,153 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.comments -> JBPM_COMMENT
  | 16:16:42,155 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.SwimlaneInstance.pooledActors -> JBPM_POOLEDACTOR
  | 16:16:42,155 INFO  [HbmBinder] Mapping collection: org.jbpm.logging.log.CompositeLog.children -> JBPM_LOG
  | 16:16:42,155 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.action.Script.variableAccesses -> JBPM_VARIABLEACCESS
  | 16:16:42,155 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.TaskMgmtDefinition.swimlanes -> JBPM_SWIMLANE
  | 16:16:42,155 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.TaskMgmtDefinition.tasks -> JBPM_TASK
  | 16:16:42,252 INFO  [NamingHelper] JNDI InitialContext properties:{}
  | 16:16:42,253 INFO  [DatasourceConnectionProvider] Using datasource: java:/JbpmDS
  | 16:16:42,257 INFO  [SettingsFactory] RDBMS: HSQL Database Engine, version: 1.8.0
  | 16:16:42,257 INFO  [SettingsFactory] JDBC driver: HSQL Database Engine Driver, version: 1.8.0
  | 16:16:42,279 INFO  [Dialect] Using dialect: org.hibernate.dialect.HSQLDialect
  | 16:16:42,289 INFO  [TransactionFactoryFactory] Using default transaction strategy (direct JDBC transactions)
  | 16:16:42,292 INFO  [TransactionManagerLookupFactory] No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
  | 16:16:42,292 INFO  [SettingsFactory] Automatic flush during beforeCompletion(): disabled
  | 16:16:42,292 INFO  [SettingsFactory] Automatic session close at end of transaction: disabled
  | 16:16:42,292 INFO  [SettingsFactory] JDBC batch size: 15
  | 16:16:42,292 INFO  [SettingsFactory] JDBC batch updates for versioned data: disabled
  | 16:16:42,292 INFO  [SettingsFactory] Scrollable result sets: enabled
  | 16:16:42,292 INFO  [SettingsFactory] JDBC3 getGeneratedKeys(): disabled
  | 16:16:42,293 INFO  [SettingsFactory] Connection release mode: auto
  | 16:16:42,293 INFO  [SettingsFactory] Default batch fetch size: 1
  | 16:16:42,293 INFO  [SettingsFactory] Generate SQL with comments: disabled
  | 16:16:42,293 INFO  [SettingsFactory] Order SQL updates by primary key: disabled
  | 16:16:42,293 INFO  [SettingsFactory] Order SQL inserts for batching: disabled
  | 16:16:42,293 INFO  [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
  | 16:16:42,309 INFO  [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
  | 16:16:42,309 INFO  [SettingsFactory] Query language substitutions: {}
  | 16:16:42,309 INFO  [SettingsFactory] JPA-QL strict compliance: disabled
  | 16:16:42,309 INFO  [SettingsFactory] Second-level cache: enabled
  | 16:16:42,309 INFO  [SettingsFactory] Query cache: disabled
  | 16:16:42,309 INFO  [SettingsFactory] Cache provider: org.hibernate.cache.HashtableCacheProvider
  | 16:16:42,310 INFO  [SettingsFactory] Optimize cache for minimal puts: disabled
  | 16:16:42,310 INFO  [SettingsFactory] Structured second-level cache entries: disabled
  | 16:16:42,316 INFO  [SettingsFactory] Statistics: disabled
  | 16:16:42,316 INFO  [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
  | 16:16:42,316 INFO  [SettingsFactory] Default entity-mode: pojo
  | 16:16:42,316 INFO  [SettingsFactory] Named query checking : enabled
  | 16:16:42,367 INFO  [SessionFactoryImpl] building session factory
  | 16:16:42,596 INFO  [WSDLFilePublisher] WSDL published to: file:/Users/chris/jBPM_Project/jboss/server/messaging/data/wsdl/jms-web-service.war/WebServiceExampleImplService48937.wsdl
  | 16:16:42,785 INFO  [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
  | 16:16:43,232 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
  | 16:16:43,255 INFO  [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
  | 16:16:43,261 INFO  [Server] JBoss (MX MicroKernel) [4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)] Started in 15s:529ms16:16:43,648 INFO  [SessionFactoryObjectFactory] Not binding factory to JNDI, no JNDI name configured
  | 
  |  **** NOW THE SERVER IS STARTED. SEE ABOVE "SessionFactoryObjectFactory" IS NOT BOUND ****
  | 
  | 
  | 16:16:45,417 ERROR [STDERR] Mar 7, 2008 4:16:45 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/Users/chris/jBPM_Project/jboss/server/messaging/tmp/deploy/tmp48934jbpm-console-exp.war/WEB-INF/lib/jbpm4jsf-14.jar!/META-INF/tf-compat.taglib.xml
  | 16:16:45,448 ERROR [STDERR] Mar 7, 2008 4:16:45 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/Users/chris/jBPM_Project/jboss/server/messaging/tmp/deploy/tmp48934jbpm-console-exp.war/WEB-INF/lib/jbpm4jsf-14.jar!/META-INF/core.taglib.xml
  | 16:16:45,462 ERROR [STDERR] Mar 7, 2008 4:16:45 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/Users/chris/jBPM_Project/jboss/server/messaging/tmp/deploy/tmp48934jbpm-console-exp.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-ui.taglib.xml
  | 16:16:45,465 ERROR [STDERR] Mar 7, 2008 4:16:45 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/Users/chris/jBPM_Project/jboss/server/messaging/tmp/deploy/tmp48934jbpm-console-exp.war/WEB-INF/lib/jbpm4jsf-14.jar!/META-INF/tf.taglib.xml
  | 16:16:45,477 ERROR [STDERR] Mar 7, 2008 4:16:45 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/Users/chris/jBPM_Project/jboss/server/messaging/tmp/deploy/tmp48934jbpm-console-exp.war/WEB-INF/lib/jbpm4jsf-14.jar!/META-INF/tfl-compat.taglib.xml
  | 16:16:45,490 ERROR [STDERR] Mar 7, 2008 4:16:45 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/Users/chris/jBPM_Project/jboss/server/messaging/tmp/deploy/tmp48934jbpm-console-exp.war/WEB-INF/lib/gravel-14.jar!/META-INF/gravel-compat.taglib.xml
  | 16:16:45,494 ERROR [STDERR] Mar 7, 2008 4:16:45 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/Users/chris/jBPM_Project/jboss/server/messaging/tmp/deploy/tmp48934jbpm-console-exp.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-html.taglib.xml
  | 16:16:45,510 ERROR [STDERR] Mar 7, 2008 4:16:45 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/Users/chris/jBPM_Project/jboss/server/messaging/tmp/deploy/tmp48934jbpm-console-exp.war/WEB-INF/lib/gravel-14.jar!/META-INF/gravel-data.taglib.xml
  | 16:16:45,513 ERROR [STDERR] Mar 7, 2008 4:16:45 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/Users/chris/jBPM_Project/jboss/server/messaging/tmp/deploy/tmp48934jbpm-console-exp.war/WEB-INF/lib/jbpm4jsf-14.jar!/META-INF/tfl.taglib.xml
  | 16:16:45,527 ERROR [STDERR] Mar 7, 2008 4:16:45 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/Users/chris/jBPM_Project/jboss/server/messaging/tmp/deploy/tmp48934jbpm-console-exp.war/WEB-INF/lib/jbpm4jsf-14.jar!/META-INF/identity.taglib.xml
  | 16:16:45,559 ERROR [STDERR] Mar 7, 2008 4:16:45 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/Users/chris/jBPM_Project/jboss/server/messaging/tmp/deploy/tmp48934jbpm-console-exp.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-core.taglib.xml
  | 16:16:45,568 ERROR [STDERR] Mar 7, 2008 4:16:45 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/Users/chris/jBPM_Project/jboss/server/messaging/tmp/deploy/tmp48934jbpm-console-exp.war/WEB-INF/lib/gravel-14.jar!/META-INF/gravel-action.taglib.xml
  | 16:16:45,573 ERROR [STDERR] Mar 7, 2008 4:16:45 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/Users/chris/jBPM_Project/jboss/server/messaging/tmp/deploy/tmp48934jbpm-console-exp.war/WEB-INF/lib/gravel-14.jar!/META-INF/gravel-nav.taglib.xml
  | 16:16:45,586 ERROR [STDERR] Mar 7, 2008 4:16:45 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/Users/chris/jBPM_Project/jboss/server/messaging/tmp/deploy/tmp48934jbpm-console-exp.war/WEB-INF/lib/gravel-14.jar!/META-INF/gravel-simple.taglib.xml
  | 16:16:45,594 ERROR [STDERR] Mar 7, 2008 4:16:45 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/Users/chris/jBPM_Project/jboss/server/messaging/tmp/deploy/tmp48934jbpm-console-exp.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jstl-core.taglib.xml
  | 16:16:45,599 ERROR [STDERR] Mar 7, 2008 4:16:45 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/Users/chris/jBPM_Project/jboss/server/messaging/tmp/deploy/tmp48934jbpm-console-exp.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jstl-fn.taglib.xml
  | 16:16:52,130 WARN  [ProxyWarnLog] Narrowing proxy to class org.jbpm.graph.node.StartState - this operation breaks ==
  | 16:16:57,009 WARN  [ProxyWarnLog] Narrowing proxy to class org.jbpm.graph.node.StartState - this operation breaks ==
  | 16:16:57,017 WARN  [ProxyWarnLog] Narrowing proxy to class org.jbpm.graph.node.TaskNode - this operation breaks ==
  | 16:17:00,719 WARN  [ProxyWarnLog] Narrowing proxy to class org.jbpm.graph.node.TaskNode - this operation breaks ==
  | 16:17:00,722 WARN  [ProxyWarnLog] Narrowing proxy to class org.jbpm.graph.node.StartState - this operation breaks ==
  | 16:17:00,728 WARN  [ProxyWarnLog] Narrowing proxy to class org.jbpm.graph.node.TaskNode - this operation breaks ==
  | 16:17:04,119 WARN  [ProxyWarnLog] Narrowing proxy to class org.jbpm.graph.node.TaskNode - this operation breaks ==
  | 16:17:04,121 WARN  [ProxyWarnLog] Narrowing proxy to class org.jbpm.graph.node.StartState - this operation breaks ==
  | 16:17:04,128 WARN  [ProxyWarnLog] Narrowing proxy to class org.jbpm.graph.node.TaskNode - this operation breaks ==
  | 16:17:07,723 WARN  [ProxyWarnLog] Narrowing proxy to class org.jbpm.graph.node.TaskNode - this operation breaks ==
  | 16:17:07,727 WARN  [ProxyWarnLog] Narrowing proxy to class org.jbpm.graph.node.StartState - this operation breaks ==
  | 16:17:07,733 WARN  [ProxyWarnLog] Narrowing proxy to class org.jbpm.graph.node.TaskNode - this operation breaks ==
  | 16:17:10,934 WARN  [ProxyWarnLog] Narrowing proxy to class org.jbpm.graph.node.StartState - this operation breaks ==
  | 16:17:10,939 WARN  [ProxyWarnLog] Narrowing proxy to class org.jbpm.graph.node.State - this operation breaks ==
  | 16:17:10,952 INFO  [STDOUT] SendMessageToQueueForPartTwo: jndi Initial Context created
  | 16:17:10,952 INFO  [STDOUT] SendMessageToQueueForPartTwo: ConnectionFactory created
  | 16:17:10,956 INFO  [STDOUT] SendMessageToQueueForPartTwo: Connection created
  | 16:17:10,957 INFO  [STDOUT] SendMessageToQueueForPartTwo: Session created
  | 16:17:10,957 INFO  [STDOUT] SendMessageToQueueForPartTwo: Looked up jbpmQueue
  | 16:17:11,088 INFO  [STDOUT] SendMessageToQueueForPartTwo: Producer Created
  | 16:17:11,094 INFO  [STDOUT] SendMessageToQueueForPartTwo: textMessage Created
  | 16:17:11,107 INFO  [STDOUT] SendMessageToQueueForPartTwo: textMessage sent to jbpmQueueTwo queue
  | 16:17:11,123 INFO  [JbpmConfiguration] using jbpm configuration resource 'jbpm.cfg.xml'
  | 16:17:11,161 INFO  [StaleObjectLogConfigurer] stale object exceptions will be hidden from logging
  | 16:17:11,216 INFO  [STDOUT] onMessage: Message received: Start processTwo
  | 16:17:11,217 INFO  [STDOUT] deployProcessDefinition(): Begining to deploy processDefinition
  | 16:17:11,296 INFO  [STDOUT] deployProcessDefinition(): processDefinition.parseXmlString Complete
  | 16:17:11,306 INFO  [STDOUT] deployProcessDefinition(): jbpmContext Created
  | 
  | **** jbpmContext.deployProcessDefinition(processDefinition); is called hibernate.cfg.xml starts to map things again ****
  | 
  | 16:17:11,310 INFO  [Configuration] configuring from resource: hibernate.cfg.xml
  | 16:17:11,310 INFO  [Configuration] Configuration resource: hibernate.cfg.xml
  | 16:17:11,316 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/action/Script.hbm.xml
  | 16:17:11,320 INFO  [Configuration] Reading mappings from resource : org/jbpm/db/hibernate.queries.hbm.xml
  | 16:17:11,327 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/action/MailAction.hbm.xml
  | 16:17:11,332 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/def/ProcessDefinition.hbm.xml
  | 16:17:11,337 INFO  [HbmBinder] Mapping class: org.jbpm.graph.def.ProcessDefinition -> JBPM_PROCESSDEFINITION
  | 16:17:11,343 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/def/Node.hbm.xml
  | 16:17:11,349 INFO  [HbmBinder] Mapping class: org.jbpm.graph.def.Node -> JBPM_NODE
  | 16:17:11,351 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/def/Transition.hbm.xml
  | 16:17:11,359 INFO  [HbmBinder] Mapping class: org.jbpm.graph.def.Transition -> JBPM_TRANSITION
  | 16:17:11,360 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/def/Event.hbm.xml
  | 16:17:11,365 INFO  [HbmBinder] Mapping class: org.jbpm.graph.def.Event -> JBPM_EVENT
  | 16:17:11,366 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/def/Action.hbm.xml
  | 16:17:11,371 INFO  [HbmBinder] Mapping class: org.jbpm.graph.def.Action -> JBPM_ACTION
  | 16:17:11,372 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/def/SuperState.hbm.xml
  | 16:17:11,377 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.def.SuperState -> JBPM_NODE
  | 16:17:11,378 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/def/ExceptionHandler.hbm.xml
  | 16:17:11,383 INFO  [HbmBinder] Mapping class: org.jbpm.graph.def.ExceptionHandler -> JBPM_EXCEPTIONHANDLER
  | 16:17:11,383 INFO  [Configuration] Reading mappings from resource : org/jbpm/instantiation/Delegation.hbm.xml
  | 16:17:11,388 INFO  [HbmBinder] Mapping class: org.jbpm.instantiation.Delegation -> JBPM_DELEGATION
  | 16:17:11,388 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/node/StartState.hbm.xml
  | 16:17:11,392 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.StartState -> JBPM_NODE
  | 16:17:11,393 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/node/EndState.hbm.xml
  | 16:17:11,396 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.EndState -> JBPM_NODE
  | 16:17:11,396 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/node/ProcessState.hbm.xml
  | 16:17:11,400 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.ProcessState -> JBPM_NODE
  | 16:17:11,404 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/node/Decision.hbm.xml
  | 16:17:11,408 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.Decision -> JBPM_NODE
  | 16:17:11,410 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.node.Decision.decisionConditions -> JBPM_DECISIONCONDITIONS
  | 16:17:11,410 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/node/Fork.hbm.xml
  | 16:17:11,415 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.Fork -> JBPM_NODE
  | 16:17:11,416 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/node/Join.hbm.xml
  | 16:17:11,419 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.Join -> JBPM_NODE
  | 16:17:11,420 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/node/MailNode.hbm.xml
  | 16:17:11,423 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.MailNode -> JBPM_NODE
  | 16:17:11,423 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/node/State.hbm.xml
  | 16:17:11,427 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.State -> JBPM_NODE
  | 16:17:11,427 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/node/TaskNode.hbm.xml
  | 16:17:11,432 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.TaskNode -> JBPM_NODE
  | 16:17:11,436 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/def/ContextDefinition.hbm.xml
  | 16:17:11,440 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/def/VariableAccess.hbm.xml
  | 16:17:11,445 INFO  [HbmBinder] Mapping class: org.jbpm.context.def.VariableAccess -> JBPM_VARIABLEACCESS
  | 16:17:11,446 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/def/TaskMgmtDefinition.hbm.xml
  | 16:17:11,450 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/def/Swimlane.hbm.xml
  | 16:17:11,454 INFO  [HbmBinder] Mapping class: org.jbpm.taskmgmt.def.Swimlane -> JBPM_SWIMLANE
  | 16:17:11,455 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/def/Task.hbm.xml
  | 16:17:11,460 INFO  [HbmBinder] Mapping class: org.jbpm.taskmgmt.def.Task -> JBPM_TASK
  | 16:17:11,461 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/def/TaskController.hbm.xml
  | 16:17:11,478 INFO  [HbmBinder] Mapping class: org.jbpm.taskmgmt.def.TaskController -> JBPM_TASKCONTROLLER
  | 16:17:11,479 INFO  [Configuration] Reading mappings from resource : org/jbpm/module/def/ModuleDefinition.hbm.xml
  | 16:17:11,483 INFO  [HbmBinder] Mapping class: org.jbpm.module.def.ModuleDefinition -> JBPM_MODULEDEFINITION
  | 16:17:11,484 INFO  [Configuration] Reading mappings from resource : org/jbpm/bytes/ByteArray.hbm.xml
  | 16:17:11,489 INFO  [HbmBinder] Mapping class: org.jbpm.bytes.ByteArray -> JBPM_BYTEARRAY
  | 16:17:11,491 INFO  [HbmBinder] Mapping collection: org.jbpm.bytes.ByteArray.byteBlocks -> JBPM_BYTEBLOCK
  | 16:17:11,491 INFO  [Configuration] Reading mappings from resource : org/jbpm/file/def/FileDefinition.hbm.xml
  | 16:17:11,495 INFO  [HbmBinder] Mapping subclass: org.jbpm.file.def.FileDefinition -> JBPM_MODULEDEFINITION
  | 16:17:11,495 INFO  [Configuration] Reading mappings from resource : org/jbpm/scheduler/def/CreateTimerAction.hbm.xml
  | 16:17:11,499 INFO  [HbmBinder] Mapping subclass: org.jbpm.scheduler.def.CreateTimerAction -> JBPM_ACTION
  | 16:17:11,501 INFO  [Configuration] Reading mappings from resource : org/jbpm/scheduler/def/CancelTimerAction.hbm.xml
  | 16:17:11,514 INFO  [HbmBinder] Mapping subclass: org.jbpm.scheduler.def.CancelTimerAction -> JBPM_ACTION
  | 16:17:11,514 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/exe/Comment.hbm.xml
  | 16:17:11,519 INFO  [HbmBinder] Mapping class: org.jbpm.graph.exe.Comment -> JBPM_COMMENT
  | 16:17:11,520 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/exe/ProcessInstance.hbm.xml
  | 16:17:11,525 INFO  [HbmBinder] Mapping class: org.jbpm.graph.exe.ProcessInstance -> JBPM_PROCESSINSTANCE
  | 16:17:11,529 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/exe/Token.hbm.xml
  | 16:17:11,534 INFO  [HbmBinder] Mapping class: org.jbpm.graph.exe.Token -> JBPM_TOKEN
  | 16:17:11,538 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/exe/RuntimeAction.hbm.xml
  | 16:17:11,543 INFO  [HbmBinder] Mapping class: org.jbpm.graph.exe.RuntimeAction -> JBPM_RUNTIMEACTION
  | 16:17:11,543 INFO  [Configuration] Reading mappings from resource : org/jbpm/module/exe/ModuleInstance.hbm.xml
  | 16:17:11,548 INFO  [HbmBinder] Mapping class: org.jbpm.module.exe.ModuleInstance -> JBPM_MODULEINSTANCE
  | 16:17:11,549 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/ContextInstance.hbm.xml
  | 16:17:11,554 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.ContextInstance -> JBPM_MODULEINSTANCE
  | 16:17:11,554 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/TokenVariableMap.hbm.xml
  | 16:17:11,560 INFO  [HbmBinder] Mapping class: org.jbpm.context.exe.TokenVariableMap -> JBPM_TOKENVARIABLEMAP
  | 16:17:11,564 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/VariableInstance.hbm.xml
  | 16:17:11,569 INFO  [HbmBinder] Mapping class: org.jbpm.context.exe.VariableInstance -> JBPM_VARIABLEINSTANCE
  | 16:17:11,575 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/ByteArrayInstance.hbm.xml
  | 16:17:11,579 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.ByteArrayInstance -> JBPM_VARIABLEINSTANCE
  | 16:17:11,579 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/DateInstance.hbm.xml
  | 16:17:11,583 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.DateInstance -> JBPM_VARIABLEINSTANCE
  | 16:17:11,583 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/DoubleInstance.hbm.xml
  | 16:17:11,586 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.DoubleInstance -> JBPM_VARIABLEINSTANCE
  | 16:17:11,586 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/HibernateLongInstance.hbm.xml
  | 16:17:11,590 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.HibernateLongInstance -> JBPM_VARIABLEINSTANCE
  | 16:17:11,590 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/HibernateStringInstance.hbm.xml
  | 16:17:11,594 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.HibernateStringInstance -> JBPM_VARIABLEINSTANCE
  | 16:17:11,594 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/LongInstance.hbm.xml
  | 16:17:11,598 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.LongInstance -> JBPM_VARIABLEINSTANCE
  | 16:17:11,598 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/NullInstance.hbm.xml
  | 16:17:11,602 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.NullInstance -> JBPM_VARIABLEINSTANCE
  | 16:17:11,603 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/StringInstance.hbm.xml
  | 16:17:11,607 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.StringInstance -> JBPM_VARIABLEINSTANCE
  | 16:17:11,607 INFO  [Configuration] Reading mappings from resource : org/jbpm/job/Job.hbm.xml
  | 16:17:11,612 INFO  [HbmBinder] Mapping class: org.jbpm.job.Job -> JBPM_JOB
  | 16:17:11,614 INFO  [Configuration] Reading mappings from resource : org/jbpm/job/Timer.hbm.xml
  | 16:17:11,618 INFO  [HbmBinder] Mapping subclass: org.jbpm.job.Timer -> JBPM_JOB
  | 16:17:11,618 INFO  [Configuration] Reading mappings from resource : org/jbpm/job/ExecuteNodeJob.hbm.xml
  | 16:17:11,622 INFO  [HbmBinder] Mapping subclass: org.jbpm.job.ExecuteNodeJob -> JBPM_JOB
  | 16:17:11,622 INFO  [Configuration] Reading mappings from resource : org/jbpm/job/ExecuteActionJob.hbm.xml
  | 16:17:11,626 INFO  [HbmBinder] Mapping subclass: org.jbpm.job.ExecuteActionJob -> JBPM_JOB
  | 16:17:11,626 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/exe/TaskMgmtInstance.hbm.xml
  | 16:17:11,630 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.exe.TaskMgmtInstance -> JBPM_MODULEINSTANCE
  | 16:17:11,633 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/exe/TaskInstance.hbm.xml
  | 16:17:11,638 INFO  [HbmBinder] Mapping class: org.jbpm.taskmgmt.exe.TaskInstance -> JBPM_TASKINSTANCE
  | 16:17:11,642 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.pooledActors -> JBPM_TASKACTORPOOL
  | 16:17:11,642 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/exe/PooledActor.hbm.xml
  | 16:17:11,646 INFO  [HbmBinder] Mapping class: org.jbpm.taskmgmt.exe.PooledActor -> JBPM_POOLEDACTOR
  | 16:17:11,648 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.PooledActor.taskInstances -> JBPM_TASKACTORPOOL
  | 16:17:11,648 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/exe/SwimlaneInstance.hbm.xml
  | 16:17:11,652 INFO  [HbmBinder] Mapping class: org.jbpm.taskmgmt.exe.SwimlaneInstance -> JBPM_SWIMLANEINSTANCE
  | 16:17:11,653 INFO  [Configuration] Reading mappings from resource : org/jbpm/logging/log/ProcessLog.hbm.xml
  | 16:17:11,657 INFO  [HbmBinder] Mapping class: org.jbpm.logging.log.ProcessLog -> JBPM_LOG
  | 16:17:11,658 INFO  [Configuration] Reading mappings from resource : org/jbpm/logging/log/MessageLog.hbm.xml
  | 16:17:11,664 INFO  [HbmBinder] Mapping subclass: org.jbpm.logging.log.MessageLog -> JBPM_LOG
  | 16:17:11,664 INFO  [Configuration] Reading mappings from resource : org/jbpm/logging/log/CompositeLog.hbm.xml
  | 16:17:11,676 INFO  [HbmBinder] Mapping subclass: org.jbpm.logging.log.CompositeLog -> JBPM_LOG
  | 16:17:11,676 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/log/ActionLog.hbm.xml
  | 16:17:11,681 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.ActionLog -> JBPM_LOG
  | 16:17:11,681 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/log/NodeLog.hbm.xml
  | 16:17:11,686 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.NodeLog -> JBPM_LOG
  | 16:17:11,687 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/log/ProcessInstanceCreateLog.hbm.xml
  | 16:17:11,691 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.ProcessInstanceCreateLog -> JBPM_LOG
  | 16:17:11,691 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/log/ProcessInstanceEndLog.hbm.xml
  | 16:17:11,694 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.ProcessInstanceEndLog -> JBPM_LOG
  | 16:17:11,694 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/log/ProcessStateLog.hbm.xml
  | 16:17:11,698 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.ProcessStateLog -> JBPM_LOG
  | 16:17:11,698 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/log/SignalLog.hbm.xml
  | 16:17:11,702 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.SignalLog -> JBPM_LOG
  | 16:17:11,702 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/log/TokenCreateLog.hbm.xml
  | 16:17:11,706 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.TokenCreateLog -> JBPM_LOG
  | 16:17:11,706 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/log/TokenEndLog.hbm.xml
  | 16:17:11,710 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.TokenEndLog -> JBPM_LOG
  | 16:17:11,710 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/log/TransitionLog.hbm.xml
  | 16:17:11,714 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.TransitionLog -> JBPM_LOG
  | 16:17:11,714 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/VariableLog.hbm.xml
  | 16:17:11,718 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.VariableLog -> JBPM_LOG
  | 16:17:11,718 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/VariableCreateLog.hbm.xml
  | 16:17:11,722 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.VariableCreateLog -> JBPM_LOG
  | 16:17:11,722 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/VariableDeleteLog.hbm.xml
  | 16:17:11,725 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.VariableDeleteLog -> JBPM_LOG
  | 16:17:11,725 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/VariableUpdateLog.hbm.xml
  | 16:17:11,729 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.VariableUpdateLog -> JBPM_LOG
  | 16:17:11,729 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/variableinstance/ByteArrayUpdateLog.hbm.xml
  | 16:17:11,733 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.ByteArrayUpdateLog -> JBPM_LOG
  | 16:17:11,733 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/variableinstance/DateUpdateLog.hbm.xml
  | 16:17:11,739 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.DateUpdateLog -> JBPM_LOG
  | 16:17:11,740 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/variableinstance/DoubleUpdateLog.hbm.xml
  | 16:17:11,744 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.DoubleUpdateLog -> JBPM_LOG
  | 16:17:11,744 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/variableinstance/HibernateLongUpdateLog.hbm.xml
  | 16:17:11,749 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.HibernateLongUpdateLog -> JBPM_LOG
  | 16:17:11,749 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/variableinstance/HibernateStringUpdateLog.hbm.xml
  | 16:17:11,754 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.HibernateStringUpdateLog -> JBPM_LOG
  | 16:17:11,754 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/variableinstance/LongUpdateLog.hbm.xml
  | 16:17:11,764 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.LongUpdateLog -> JBPM_LOG
  | 16:17:11,764 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/variableinstance/StringUpdateLog.hbm.xml
  | 16:17:11,769 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.StringUpdateLog -> JBPM_LOG
  | 16:17:11,770 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/log/TaskLog.hbm.xml
  | 16:17:11,776 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.TaskLog -> JBPM_LOG
  | 16:17:11,776 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/log/TaskCreateLog.hbm.xml
  | 16:17:11,780 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.TaskCreateLog -> JBPM_LOG
  | 16:17:11,780 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/log/TaskAssignLog.hbm.xml
  | 16:17:11,784 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.TaskAssignLog -> JBPM_LOG
  | 16:17:11,784 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/log/TaskEndLog.hbm.xml
  | 16:17:11,788 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.TaskEndLog -> JBPM_LOG
  | 16:17:11,788 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/log/SwimlaneLog.hbm.xml
  | 16:17:11,791 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneLog -> JBPM_LOG
  | 16:17:11,791 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/log/SwimlaneCreateLog.hbm.xml
  | 16:17:11

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134914#4134914

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134914



More information about the jboss-user mailing list