[jboss-user] [JBoss Seam] - java.lang.IllegalStateException: pageflow has not yet starte

JeanGuyer do-not-reply at jboss.com
Wed Aug 2 10:38:54 EDT 2006


Hi.

I am trying to build a very simple webapp.. but this doesn't work.

I am on Jboss Server 4.0.4Ga
I have a jbpm.sar in the server/default/deploy (build on the stable jbpm3.1)
I use Seam nightly build of 26/07 (because of a problem about pageflow sources localisation)
I am using a Oracle Datasource.
I use Eclipse 3.2.

I have a bean : TestJbpmBean , and it's correctly being scanned at startup
anonymous wrote : 
  | 16:20:03,621 INFO  [Scanner] scanning: C:\_V3\SERVERS\jboss-20060614\server\default\tmp\deploy\tmp33491TestJbpm.WEB-exp.war\WEB-INF\classes
  | 16:20:03,668 INFO  [Component] Component: testJbpmBean, scope: CONVERSATION, type: JAVA_BEAN, class: fr.cpage.wkf.test.bean.TestJbpmBean

this bean starts a pageflow 

  @Create 
  |   @Begin(pageflow="test2",join=true)
  |   public void begin(){
  |     System.out.println("pouet");
  |   }
  | 

test2.xml :

  | <?xml version="1.0" encoding="UTF-8"?>
  | 
  | <pageflow-definition
  |   name="test2">
  |    <start-page name="jbpm_listProcessesDefinitions.jsp" view-id="jbpm_listProcessesDefinitions.jsp">
  |       <transition name="tr" to="page1"></transition>
  |    </start-page>
  |    <page name="page1" view-id="page1.jsp"></page>
  | </pageflow-definition>

pages.xml
<pages>
  |    <page view-id="/jbpm_listProcessesDefinitions.jsp" action="#{testJbpmBean.begin}"/>
  | </pages>

But when I call the page jbpm_listProcessesDefinitions.jsp , i have the current error : 

anonymous wrote : 16:35:36,213 INFO  [Pages] reading pages.xml
  | 16:35:36,323 INFO  [STDOUT] pouet
  | 16:35:36,323 INFO  [STDOUT] pouet
  | 16:35:36,323 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception
  | java.lang.IllegalStateException: pageflow has not yet started
  | 	at org.jboss.seam.core.Pageflow.getNode(Pageflow.java:125)
  | 	at org.jboss.seam.core.Pageflow.getPage(Pageflow.java:138)
  | 	at org.jboss.seam.core.Manager.prepareBackswitch(Manager.java:970)
  | 	at org.jboss.seam.jsf.AbstractSeamPhaseListener.beforeRender(AbstractSeamPhaseListener.java:127)
  | 	at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:53)
  | 	at org.apache.myfaces.lifecycle.LifecycleImpl.informPhaseListenersBefore(LifecycleImpl.java:520)
  | 	at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:342)
  | 	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:107)
  | 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
  | 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | 	at org.jbpm.web.JbpmContextFilter.doFilter(JbpmContextFilter.java:83)
  | 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | 	at org.jboss.seam.servlet.SeamRedirectFilter.doFilter(SeamRedirectFilter.java:30)
  | 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | 	at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
  | 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
  | 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
  | 	at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
  | 	at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
  | 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
  | 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
  | 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
  | 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
  | 	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
  | 	at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
  | 	at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
  | 	at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
  | 	at java.lang.Thread.run(Unknown Source)
  | 
I have done just one call , but i have 2 "pouet" .. ?


Server log :

anonymous wrote : 16:37:58,068 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=WkfDS' to JNDI name 'java:WkfDS'
  | 16:37:58,615 INFO  [TomcatDeployer] deploy, ctxPath=/TestJbpm.WEB, warUrl=.../tmp/deploy/tmp60358TestJbpm.WEB-exp.war/
  | 16:37:59,178 INFO  [FacesConfigurator] Reading standard config org/apache/myfaces/resource/standard-faces-config.xml
  | 16:37:59,334 INFO  [FacesConfigurator] Reading config jar:file:/C:/_V3/SERVERS/jboss-20060614/server/default/tmp/deploy/tmp60358TestJbpm.WEB-exp.war/WEB-INF/lib/jboss-seam.jar!/META-INF/faces-config.xml
  | 16:37:59,350 INFO  [FacesConfigurator] Reading config /WEB-INF/faces-config.xml
  | 16:37:59,585 ERROR [LocaleUtils] Locale name null or empty, ignoring
  | 16:38:00,069 INFO  [StartupServletContextListener] ServletContext 'C:\_V3\SERVERS\jboss-20060614\server\default\.\tmp\deploy\tmp60358TestJbpm.WEB-exp.war\' initialized.
  | 16:38:00,085 INFO  [ServletContextListener] Welcome to Seam 1.0.1.GA
  | 16:38:00,100 INFO  [Initialization] reading components.xml
  | 16:38:00,210 INFO  [Initialization] reading properties from: /seam.properties
  | 16:38:00,210 INFO  [Initialization] reading properties from: /jndi.properties
  | 16:38:00,226 INFO  [Initialization] initializing Seam
  | 16:38:00,351 INFO  [Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init
  | 16:38:00,710 INFO  [Component] Component: org.jboss.seam.core.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Pages
  | 16:38:00,741 INFO  [Component] Component: events, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Events
  | 16:38:00,757 INFO  [Component] Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.Manager
  | 16:38:00,820 INFO  [Component] Component: switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.Switcher
  | 16:38:00,851 INFO  [Component] Component: redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Redirect
  | 16:38:00,867 INFO  [Component] Component: httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.HttpError
  | 16:38:00,882 INFO  [Component] Component: userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.UserPrincipal
  | 16:38:00,898 INFO  [Component] Component: isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.IsUserInRole
  | 16:38:00,913 INFO  [Component] Component: conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation
  | 16:38:00,945 INFO  [Component] Component: conversationList, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList
  | 16:38:00,960 INFO  [Component] Component: conversationStack, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack
  | 16:38:00,992 INFO  [Component] Component: facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.FacesContext
  | 16:38:01,007 INFO  [Component] Component: pageContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.PageContext
  | 16:38:01,023 INFO  [Component] Component: eventContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.EventContext
  | 16:38:01,038 INFO  [Component] Component: sessionContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.SessionContext
  | 16:38:01,054 INFO  [Component] Component: statelessContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.StatelessContext
  | 16:38:01,070 INFO  [Component] Component: applicationContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ApplicationContext
  | 16:38:01,070 INFO  [Component] Component: conversationContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationContext
  | 16:38:01,085 INFO  [Component] Component: businessProcessContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.BusinessProcessContext
  | 16:38:01,101 INFO  [Component] Component: locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Locale
  | 16:38:01,117 INFO  [Component] Component: messages, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.Messages
  | 16:38:01,132 INFO  [Component] Component: theme, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme
  | 16:38:01,148 INFO  [Component] Component: themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector
  | 16:38:01,164 INFO  [Component] Component: interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator
  | 16:38:01,179 INFO  [Component] Component: facesMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.FacesMessages
  | 16:38:01,226 INFO  [Component] Component: resourceBundle, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle
  | 16:38:01,242 INFO  [Component] Component: localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.LocaleSelector
  | 16:38:01,273 INFO  [Component] Component: uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.UiComponent
  | 16:38:01,539 INFO  [Component] Component: renderParameters, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.RenderParameters
  | 16:38:01,570 INFO  [Component] Component: org.jboss.seam.remoting.messaging.subscriptionRegistry, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.messaging.SubscriptionRegistry
  | 16:38:01,586 INFO  [Component] Component: pojoCache, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.PojoCache
  | 16:38:01,601 INFO  [Component] Component: org.jboss.seam.debug.introspector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.Introspector
  | 16:38:01,726 INFO  [Component] Component: org.jboss.seam.debug.contexts, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.Contexts
  | 16:38:01,758 INFO  [Component] Component: actor, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.Actor
  | 16:38:01,773 INFO  [Component] Component: businessProcess, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.BusinessProcess
  | 16:38:01,789 INFO  [Component] Component: org.jboss.seam.core.pageflow, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Pageflow
  | 16:38:01,836 INFO  [Component] Component: transition, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Transition
  | 16:38:01,851 INFO  [Component] Component: pooledTask, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.PooledTask
  | 16:38:01,883 INFO  [Component] Component: taskInstance, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.TaskInstance
  | 16:38:01,898 INFO  [Component] Component: processInstance, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ProcessInstance
  | 16:38:01,914 INFO  [Component] Component: taskInstanceList, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.TaskInstanceList
  | 16:38:01,945 INFO  [Component] Component: pooledTaskInstanceList, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.PooledTaskInstanceList
  | 16:38:01,961 INFO  [Component] Component: taskInstanceListForType, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.TaskInstanceListForType
  | 16:38:01,961 INFO  [Component] Component: jbpmContext, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ManagedJbpmContext
  | 16:38:01,992 INFO  [Component] Component: org.jboss.seam.core.jbpm, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Jbpm
  | 16:38:02,055 INFO  [Scanner] scanning: C:\_V3\SERVERS\jboss-20060614\server\default\tmp\deploy\tmp60358TestJbpm.WEB-exp.war\WEB-INF\classes
  | 16:38:02,086 INFO  [Component] Component: testJbpmBean, scope: CONVERSATION, type: JAVA_BEAN, class: fr.cpage.wkf.test.bean.TestJbpmBean
  | 16:38:02,133 INFO  [Lifecycle] starting up: isUserInRole
  | 16:38:02,133 INFO  [Lifecycle] starting up: statelessContext
  | 16:38:02,133 INFO  [Lifecycle] starting up: processInstance
  | 16:38:02,227 INFO  [Lifecycle] starting up: org.jboss.seam.core.jbpm
  | 16:38:02,539 INFO  [Lifecycle] starting up: conversationContext
  | 16:38:02,539 INFO  [Lifecycle] starting up: applicationContext
  | 16:38:02,539 INFO  [Lifecycle] starting up: userPrincipal
  | 16:38:02,539 INFO  [Lifecycle] starting up: sessionContext
  | 16:38:02,539 INFO  [Lifecycle] starting up: facesContext
  | 16:38:02,539 INFO  [Lifecycle] starting up: businessProcessContext
  | 16:38:02,555 INFO  [Lifecycle] starting up: taskInstance
  | 16:38:02,571 INFO  [Lifecycle] starting up: eventContext
  | 16:38:02,571 INFO  [Lifecycle] starting up: pageContext
  | 16:38:02,571 INFO  [Initialization] done initializing Seam
  | 16:38:02,930 INFO  [Environment] Hibernate 3.2 cr2
  | 16:38:02,946 INFO  [Environment] hibernate.properties not found
  | 16:38:02,961 INFO  [Environment] Bytecode provider name : javassist
  | 16:38:02,961 INFO  [Environment] using JDK 1.4 java.sql.Timestamp handling
  | 16:38:03,290 INFO  [Configuration] configuring from resource: hibernate.cfg.xml
  | 16:38:03,290 INFO  [Configuration] Configuration resource: hibernate.cfg.xml
  | 16:38:03,321 INFO  [Configuration] Reading mappings from resource: org/jbpm/graph/action/Script.hbm.xml
  | 16:38:03,477 INFO  [Configuration] Reading mappings from resource: org/jbpm/identity/User.hbm.xml
  | 16:38:03,555 INFO  [HbmBinder] Mapping class: org.jbpm.identity.User -> JBPM_ID_USER
  | 16:38:03,649 INFO  [HbmBinder] Mapping collection: org.jbpm.identity.User.permissions -> JBPM_ID_PERMISSIONS
  | 16:38:04,368 INFO  [Configuration] Reading mappings from resource: org/jbpm/identity/Group.hbm.xml
  | 16:38:04,384 INFO  [HbmBinder] Mapping class: org.jbpm.identity.Group -> JBPM_ID_GROUP
  | 16:38:04,587 INFO  [HbmBinder] Mapping collection: org.jbpm.identity.Group.permissions -> JBPM_ID_PERMISSIONS
  | 16:38:04,587 INFO  [Configuration] Reading mappings from resource: org/jbpm/identity/Membership.hbm.xml
  | 16:38:04,634 INFO  [HbmBinder] Mapping class: org.jbpm.identity.Membership -> JBPM_ID_MEMBERSHIP
  | 16:38:04,650 INFO  [HbmBinder] Mapping collection: org.jbpm.identity.Membership.permissions -> JBPM_ID_PERMISSIONS
  | 16:38:04,650 INFO  [Configuration] Reading mappings from resource: org/jbpm/db/hibernate.queries.hbm.xml
  | 16:38:04,869 INFO  [Configuration] Reading mappings from resource: org/jbpm/graph/def/ProcessDefinition.hbm.xml
  | 16:38:04,900 INFO  [HbmBinder] Mapping class: org.jbpm.graph.def.ProcessDefinition -> JBPM_PROCESSDEFINITION
  | 16:38:04,931 INFO  [Configuration] Reading mappings from resource: org/jbpm/graph/def/Node.hbm.xml
  | 16:38:04,962 INFO  [HbmBinder] Mapping class: org.jbpm.graph.def.Node -> JBPM_NODE
  | 16:38:04,978 INFO  [Configuration] Reading mappings from resource: org/jbpm/graph/def/Transition.hbm.xml
  | 16:38:05,103 INFO  [HbmBinder] Mapping class: org.jbpm.graph.def.Transition -> JBPM_TRANSITION
  | 16:38:05,134 INFO  [Configuration] Reading mappings from resource: org/jbpm/graph/def/Event.hbm.xml
  | 16:38:05,166 INFO  [HbmBinder] Mapping class: org.jbpm.graph.def.Event -> JBPM_EVENT
  | 16:38:05,166 INFO  [Configuration] Reading mappings from resource: org/jbpm/graph/def/Action.hbm.xml
  | 16:38:05,197 INFO  [HbmBinder] Mapping class: org.jbpm.graph.def.Action -> JBPM_ACTION
  | 16:38:05,197 INFO  [Configuration] Reading mappings from resource: org/jbpm/graph/def/SuperState.hbm.xml
  | 16:38:05,291 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.def.SuperState -> JBPM_NODE
  | 16:38:05,291 INFO  [TomcatDeployer] deploy, ctxPath=/jbpm, warUrl=.../tmp/deploy/tmp60359jbpm-exp.war/
  | 16:38:05,338 INFO  [Configuration] Reading mappings from resource: org/jbpm/graph/def/ExceptionHandler.hbm.xml
  | 16:38:05,369 INFO  [HbmBinder] Mapping class: org.jbpm.graph.def.ExceptionHandler -> JBPM_EXCEPTIONHANDLER
  | 16:38:05,369 INFO  [Configuration] Reading mappings from resource: org/jbpm/instantiation/Delegation.hbm.xml
  | 16:38:05,416 INFO  [HbmBinder] Mapping class: org.jbpm.instantiation.Delegation -> JBPM_DELEGATION
  | 16:38:05,963 INFO  [FacesConfigurator] Reading standard config org/apache/myfaces/resource/standard-faces-config.xml
  | 16:38:06,010 INFO  [Configuration] Reading mappings from resource: org/jbpm/graph/node/StartState.hbm.xml
  | 16:38:06,041 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.StartState -> JBPM_NODE
  | 16:38:06,041 INFO  [Configuration] Reading mappings from resource: org/jbpm/graph/node/EndState.hbm.xml
  | 16:38:06,057 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.EndState -> JBPM_NODE
  | 16:38:06,104 INFO  [FacesConfigurator] Reading config jar:file:/C:/_V3/SERVERS/jboss-20060614/server/default/tmp/deploy/tmp60359jbpm-exp.war/WEB-INF/lib/tomahawk.jar!/META-INF/faces-config.xml
  | 16:38:06,119 INFO  [Configuration] Reading mappings from resource: org/jbpm/graph/node/ProcessState.hbm.xml
  | 16:38:06,135 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.ProcessState -> JBPM_NODE
  | 16:38:06,213 INFO  [FacesConfigurator] Reading config /WEB-INF/faces-config.xml
  | 16:38:06,291 INFO  [Configuration] Reading mappings from resource: org/jbpm/graph/node/Decision.hbm.xml
  | 16:38:06,307 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.Decision -> JBPM_NODE
  | 16:38:06,322 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.node.Decision.decisionConditions -> JBPM_DECISIONCONDITIONS
  | 16:38:06,322 INFO  [Configuration] Reading mappings from resource: org/jbpm/graph/node/Fork.hbm.xml
  | 16:38:06,338 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.Fork -> JBPM_NODE
  | 16:38:06,526 ERROR [LocaleUtils] Locale name null or empty, ignoring
  | 16:38:06,557 INFO  [Configuration] Reading mappings from resource: org/jbpm/graph/node/Join.hbm.xml
  | 16:38:06,604 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.Join -> JBPM_NODE
  | 16:38:06,604 INFO  [Configuration] Reading mappings from resource: org/jbpm/graph/node/State.hbm.xml
  | 16:38:06,619 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.State -> JBPM_NODE
  | 16:38:06,619 INFO  [Configuration] Reading mappings from resource: org/jbpm/graph/node/TaskNode.hbm.xml
  | 16:38:07,808 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.TaskNode -> JBPM_NODE
  | 16:38:07,870 INFO  [Configuration] Reading mappings from resource: org/jbpm/context/def/ContextDefinition.hbm.xml
  | 16:38:07,886 INFO  [Configuration] Reading mappings from resource: org/jbpm/context/def/VariableAccess.hbm.xml
  | 16:38:07,901 INFO  [HbmBinder] Mapping class: org.jbpm.context.def.VariableAccess -> JBPM_VARIABLEACCESS
  | 16:38:07,933 INFO  [StartupServletContextListener] ServletContext 'C:\_V3\SERVERS\jboss-20060614\server\default\.\tmp\deploy\tmp60359jbpm-exp.war\' initialized.
  | 16:38:07,964 INFO  [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/def/TaskMgmtDefinition.hbm.xml
  | 16:38:07,995 INFO  [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/def/Swimlane.hbm.xml
  | 16:38:08,011 INFO  [HbmBinder] Mapping class: org.jbpm.taskmgmt.def.Swimlane -> JBPM_SWIMLANE
  | 16:38:08,105 INFO  [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/def/Task.hbm.xml
  | 16:38:08,152 INFO  [HbmBinder] Mapping class: org.jbpm.taskmgmt.def.Task -> JBPM_TASK
  | 16:38:08,183 INFO  [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/def/TaskController.hbm.xml
  | 16:38:08,198 INFO  [HbmBinder] Mapping class: org.jbpm.taskmgmt.def.TaskController -> JBPM_TASKCONTROLLER
  | 16:38:08,214 INFO  [Configuration] Reading mappings from resource: org/jbpm/module/def/ModuleDefinition.hbm.xml
  | 16:38:08,308 INFO  [HbmBinder] Mapping class: org.jbpm.module.def.ModuleDefinition -> JBPM_MODULEDEFINITION
  | 16:38:08,308 INFO  [Configuration] Reading mappings from resource: org/jbpm/bytes/ByteArray.hbm.xml
  | 16:38:08,324 INFO  [HbmBinder] Mapping class: org.jbpm.bytes.ByteArray -> JBPM_BYTEARRAY
  | 16:38:08,339 INFO  [HbmBinder] Mapping collection: org.jbpm.bytes.ByteArray.byteBlocks -> JBPM_BYTEBLOCK
  | 16:38:08,339 INFO  [Configuration] Reading mappings from resource: org/jbpm/file/def/FileDefinition.hbm.xml
  | 16:38:08,355 INFO  [HbmBinder] Mapping subclass: org.jbpm.file.def.FileDefinition -> JBPM_MODULEDEFINITION
  | 16:38:08,355 INFO  [Configuration] Reading mappings from resource: org/jbpm/scheduler/def/CreateTimerAction.hbm.xml
  | 16:38:08,402 INFO  [HbmBinder] Mapping subclass: org.jbpm.scheduler.def.CreateTimerAction -> JBPM_ACTION
  | 16:38:08,402 INFO  [Configuration] Reading mappings from resource: org/jbpm/scheduler/def/CancelTimerAction.hbm.xml
  | 16:38:08,433 INFO  [HbmBinder] Mapping subclass: org.jbpm.scheduler.def.CancelTimerAction -> JBPM_ACTION
  | 16:38:08,433 INFO  [Configuration] Reading mappings from resource: org/jbpm/graph/exe/Comment.hbm.xml
  | 16:38:08,464 INFO  [HbmBinder] Mapping class: org.jbpm.graph.exe.Comment -> JBPM_COMMENT
  | 16:38:08,464 INFO  [Configuration] Reading mappings from resource: org/jbpm/graph/exe/ProcessInstance.hbm.xml
  | 16:38:08,527 INFO  [HbmBinder] Mapping class: org.jbpm.graph.exe.ProcessInstance -> JBPM_PROCESSINSTANCE
  | 16:38:08,542 INFO  [Configuration] Reading mappings from resource: org/jbpm/graph/exe/Token.hbm.xml
  | 16:38:08,558 INFO  [HbmBinder] Mapping class: org.jbpm.graph.exe.Token -> JBPM_TOKEN
  | 16:38:08,589 INFO  [Configuration] Reading mappings from resource: org/jbpm/graph/exe/RuntimeAction.hbm.xml
  | 16:38:08,589 INFO  [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
  | 16:38:08,605 INFO  [HbmBinder] Mapping class: org.jbpm.graph.exe.RuntimeAction -> JBPM_RUNTIMEACTION
  | 16:38:08,621 INFO  [Configuration] Reading mappings from resource: org/jbpm/module/exe/ModuleInstance.hbm.xml
  | 16:38:08,636 INFO  [HbmBinder] Mapping class: org.jbpm.module.exe.ModuleInstance -> JBPM_MODULEINSTANCE
  | 16:38:08,636 INFO  [Configuration] Reading mappings from resource: org/jbpm/context/exe/ContextInstance.hbm.xml
  | 16:38:08,699 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.ContextInstance -> JBPM_MODULEINSTANCE
  | 16:38:08,699 INFO  [Configuration] Reading mappings from resource: org/jbpm/context/exe/TokenVariableMap.hbm.xml
  | 16:38:08,714 INFO  [HbmBinder] Mapping class: org.jbpm.context.exe.TokenVariableMap -> JBPM_TOKENVARIABLEMAP
  | 16:38:08,730 INFO  [Configuration] Reading mappings from resource: org/jbpm/context/exe/VariableInstance.hbm.xml
  | 16:38:08,746 INFO  [HbmBinder] Mapping class: org.jbpm.context.exe.VariableInstance -> JBPM_VARIABLEINSTANCE
  | 16:38:08,933 INFO  [Configuration] Reading mappings from resource: org/jbpm/context/exe/variableinstance/ByteArrayInstance.hbm.xml
  | 16:38:08,964 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.ByteArrayInstance -> JBPM_VARIABLEINSTANCE
  | 16:38:08,964 INFO  [Configuration] Reading mappings from resource: org/jbpm/context/exe/variableinstance/DateInstance.hbm.xml
  | 16:38:08,980 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.DateInstance -> JBPM_VARIABLEINSTANCE
  | 16:38:09,011 INFO  [Configuration] Reading mappings from resource: org/jbpm/context/exe/variableinstance/DoubleInstance.hbm.xml
  | 16:38:09,027 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.DoubleInstance -> JBPM_VARIABLEINSTANCE
  | 16:38:09,027 INFO  [Configuration] Reading mappings from resource: org/jbpm/context/exe/variableinstance/HibernateLongInstance.hbm.xml
  | 16:38:09,168 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.HibernateLongInstance -> JBPM_VARIABLEINSTANCE
  | 16:38:09,168 INFO  [Configuration] Reading mappings from resource: org/jbpm/context/exe/variableinstance/HibernateStringInstance.hbm.xml
  | 16:38:09,183 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.HibernateStringInstance -> JBPM_VARIABLEINSTANCE
  | 16:38:09,183 INFO  [Configuration] Reading mappings from resource: org/jbpm/context/exe/variableinstance/LongInstance.hbm.xml
  | 16:38:09,199 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.LongInstance -> JBPM_VARIABLEINSTANCE
  | 16:38:09,215 INFO  [Http11BaseProtocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
  | 16:38:09,261 INFO  [Configuration] Reading mappings from resource: org/jbpm/context/exe/variableinstance/NullInstance.hbm.xml
  | 16:38:09,324 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.NullInstance -> JBPM_VARIABLEINSTANCE
  | 16:38:09,324 INFO  [Configuration] Reading mappings from resource: org/jbpm/context/exe/variableinstance/StringInstance.hbm.xml
  | 16:38:09,340 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.StringInstance -> JBPM_VARIABLEINSTANCE
  | 16:38:09,340 INFO  [Configuration] Reading mappings from resource: org/jbpm/msg/Message.hbm.xml
  | 16:38:09,355 INFO  [HbmBinder] Mapping class: org.jbpm.msg.Message -> JBPM_MESSAGE
  | 16:38:09,590 INFO  [Configuration] Reading mappings from resource: org/jbpm/msg/db/TextMessage.hbm.xml
  | 16:38:09,605 INFO  [HbmBinder] Mapping subclass: org.jbpm.msg.db.TextMessage -> JBPM_MESSAGE
  | 16:38:09,621 INFO  [Configuration] Reading mappings from resource: org/jbpm/command/ExecuteActionCommand.hbm.xml
  | 16:38:09,652 INFO  [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
  | 16:38:09,652 INFO  [HbmBinder] Mapping subclass: org.jbpm.command.ExecuteActionCommand -> JBPM_MESSAGE
  | 16:38:09,668 INFO  [Configuration] Reading mappings from resource: org/jbpm/command/ExecuteNodeCommand.hbm.xml
  | 16:38:09,715 INFO  [HbmBinder] Mapping subclass: org.jbpm.command.ExecuteNodeCommand -> JBPM_MESSAGE
  | 16:38:09,715 INFO  [Configuration] Reading mappings from resource: org/jbpm/command/SignalCommand.hbm.xml
  | 16:38:09,730 INFO  [HbmBinder] Mapping subclass: org.jbpm.command.SignalCommand -> JBPM_MESSAGE
  | 16:38:09,730 INFO  [Configuration] Reading mappings from resource: org/jbpm/command/TaskInstanceEndCommand.hbm.xml
  | 16:38:09,762 INFO  [HbmBinder] Mapping subclass: org.jbpm.command.TaskInstanceEndCommand -> JBPM_MESSAGE
  | 16:38:09,777 INFO  [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/exe/TaskMgmtInstance.hbm.xml
  | 16:38:09,793 INFO  [JkMain] Jk running ID=0 time=0/313  config=null
  | 16:38:09,824 INFO  [Server] JBoss (MX MicroKernel) [4.0.4.GA (build: CVSTag=JBoss_4_0_4_GA date=200605151000)] Started in 34s:830ms
  | 16:38:09,856 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.exe.TaskMgmtInstance -> JBPM_MODULEINSTANCE
  | 16:38:09,887 INFO  [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/exe/TaskInstance.hbm.xml
  | 16:38:09,965 INFO  [HbmBinder] Mapping class: org.jbpm.taskmgmt.exe.TaskInstance -> JBPM_TASKINSTANCE
  | 16:38:10,059 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.pooledActors -> JBPM_TASKACTORPOOL
  | 16:38:10,059 INFO  [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/exe/PooledActor.hbm.xml
  | 16:38:10,090 INFO  [HbmBinder] Mapping class: org.jbpm.taskmgmt.exe.PooledActor -> JBPM_POOLEDACTOR
  | 16:38:10,090 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.PooledActor.taskInstances -> JBPM_TASKACTORPOOL
  | 16:38:10,090 INFO  [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/exe/SwimlaneInstance.hbm.xml
  | 16:38:10,121 INFO  [HbmBinder] Mapping class: org.jbpm.taskmgmt.exe.SwimlaneInstance -> JBPM_SWIMLANEINSTANCE
  | 16:38:10,246 INFO  [Configuration] Reading mappings from resource: org/jbpm/scheduler/exe/Timer.hbm.xml
  | 16:38:10,293 INFO  [HbmBinder] Mapping class: org.jbpm.scheduler.exe.Timer -> JBPM_TIMER
  | 16:38:10,293 INFO  [Configuration] Reading mappings from resource: org/jbpm/logging/log/ProcessLog.hbm.xml
  | 16:38:10,309 INFO  [HbmBinder] Mapping class: org.jbpm.logging.log.ProcessLog -> JBPM_LOG
  | 16:38:10,309 INFO  [Configuration] Reading mappings from resource: org/jbpm/logging/log/MessageLog.hbm.xml
  | 16:38:10,325 INFO  [HbmBinder] Mapping subclass: org.jbpm.logging.log.MessageLog -> JBPM_LOG
  | 16:38:10,325 INFO  [Configuration] Reading mappings from resource: org/jbpm/logging/log/CompositeLog.hbm.xml
  | 16:38:10,340 INFO  [HbmBinder] Mapping subclass: org.jbpm.logging.log.CompositeLog -> JBPM_LOG
  | 16:38:10,340 INFO  [Configuration] Reading mappings from resource: org/jbpm/graph/log/ActionLog.hbm.xml
  | 16:38:10,340 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.ActionLog -> JBPM_LOG
  | 16:38:10,340 INFO  [Configuration] Reading mappings from resource: org/jbpm/graph/log/NodeLog.hbm.xml
  | 16:38:10,356 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.NodeLog -> JBPM_LOG
  | 16:38:10,356 INFO  [Configuration] Reading mappings from resource: org/jbpm/graph/log/ProcessInstanceCreateLog.hbm.xml
  | 16:38:10,371 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.ProcessInstanceCreateLog -> JBPM_LOG
  | 16:38:10,371 INFO  [Configuration] Reading mappings from resource: org/jbpm/graph/log/ProcessInstanceEndLog.hbm.xml
  | 16:38:10,371 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.ProcessInstanceEndLog -> JBPM_LOG
  | 16:38:10,371 INFO  [Configuration] Reading mappings from resource: org/jbpm/graph/log/ProcessStateLog.hbm.xml
  | 16:38:10,387 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.ProcessStateLog -> JBPM_LOG
  | 16:38:10,387 INFO  [Configuration] Reading mappings from resource: org/jbpm/graph/log/SignalLog.hbm.xml
  | 16:38:10,387 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.SignalLog -> JBPM_LOG
  | 16:38:10,387 INFO  [Configuration] Reading mappings from resource: org/jbpm/graph/log/TokenCreateLog.hbm.xml
  | 16:38:10,403 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.TokenCreateLog -> JBPM_LOG
  | 16:38:10,403 INFO  [Configuration] Reading mappings from resource: org/jbpm/graph/log/TokenEndLog.hbm.xml
  | 16:38:10,418 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.TokenEndLog -> JBPM_LOG
  | 16:38:10,418 INFO  [Configuration] Reading mappings from resource: org/jbpm/graph/log/TransitionLog.hbm.xml
  | 16:38:10,418 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.TransitionLog -> JBPM_LOG
  | 16:38:10,418 INFO  [Configuration] Reading mappings from resource: org/jbpm/context/log/VariableLog.hbm.xml
  | 16:38:10,450 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.VariableLog -> JBPM_LOG
  | 16:38:10,450 INFO  [Configuration] Reading mappings from resource: org/jbpm/context/log/VariableCreateLog.hbm.xml
  | 16:38:10,465 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.VariableCreateLog -> JBPM_LOG
  | 16:38:10,465 INFO  [Configuration] Reading mappings from resource: org/jbpm/context/log/VariableDeleteLog.hbm.xml
  | 16:38:10,481 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.VariableDeleteLog -> JBPM_LOG
  | 16:38:10,481 INFO  [Configuration] Reading mappings from resource: org/jbpm/context/log/VariableUpdateLog.hbm.xml
  | 16:38:10,481 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.VariableUpdateLog -> JBPM_LOG
  | 16:38:10,481 INFO  [Configuration] Reading mappings from resource: org/jbpm/context/log/variableinstance/ByteArrayUpdateLog.hbm.xml
  | 16:38:10,512 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.ByteArrayUpdateLog -> JBPM_LOG
  | 16:38:10,512 INFO  [Configuration] Reading mappings from resource: org/jbpm/context/log/variableinstance/DateUpdateLog.hbm.xml
  | 16:38:10,528 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.DateUpdateLog -> JBPM_LOG
  | 16:38:10,528 INFO  [Configuration] Reading mappings from resource: org/jbpm/context/log/variableinstance/DoubleUpdateLog.hbm.xml
  | 16:38:10,543 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.DoubleUpdateLog -> JBPM_LOG
  | 16:38:10,543 INFO  [Configuration] Reading mappings from resource: org/jbpm/context/log/variableinstance/HibernateLongUpdateLog.hbm.xml
  | 16:38:10,543 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.HibernateLongUpdateLog -> JBPM_LOG
  | 16:38:10,543 INFO  [Configuration] Reading mappings from resource: org/jbpm/context/log/variableinstance/HibernateStringUpdateLog.hbm.xml
  | 16:38:10,559 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.HibernateStringUpdateLog -> JBPM_LOG
  | 16:38:10,559 INFO  [Configuration] Reading mappings from resource: org/jbpm/context/log/variableinstance/LongUpdateLog.hbm.xml
  | 16:38:10,559 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.LongUpdateLog -> JBPM_LOG
  | 16:38:10,559 INFO  [Configuration] Reading mappings from resource: org/jbpm/context/log/variableinstance/StringUpdateLog.hbm.xml
  | 16:38:10,575 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.StringUpdateLog -> JBPM_LOG
  | 16:38:10,575 INFO  [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/log/TaskLog.hbm.xml
  | 16:38:10,575 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.TaskLog -> JBPM_LOG
  | 16:38:10,575 INFO  [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/log/TaskCreateLog.hbm.xml
  | 16:38:10,590 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.TaskCreateLog -> JBPM_LOG
  | 16:38:10,590 INFO  [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/log/TaskAssignLog.hbm.xml
  | 16:38:10,606 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.TaskAssignLog -> JBPM_LOG
  | 16:38:10,606 INFO  [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/log/TaskEndLog.hbm.xml
  | 16:38:10,606 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.TaskEndLog -> JBPM_LOG
  | 16:38:10,606 INFO  [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/log/SwimlaneLog.hbm.xml
  | 16:38:10,622 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneLog -> JBPM_LOG
  | 16:38:10,622 INFO  [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/log/SwimlaneCreateLog.hbm.xml
  | 16:38:10,622 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneCreateLog -> JBPM_LOG
  | 16:38:10,637 INFO  [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/log/SwimlaneAssignLog.hbm.xml
  | 16:38:10,653 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneAssignLog -> JBPM_LOG
  | 16:38:10,653 INFO  [Configuration] Configured SessionFactory: null
  | 16:38:10,653 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.action.Script -> JBPM_ACTION
  | 16:38:10,668 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.def.ContextDefinition -> JBPM_MODULEDEFINITION
  | 16:38:10,668 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.def.TaskMgmtDefinition -> JBPM_MODULEDEFINITION
  | 16:38:10,668 INFO  [HbmBinder] Mapping collection: org.jbpm.identity.User.memberships -> JBPM_ID_MEMBERSHIP
  | 16:38:10,668 INFO  [HbmBinder] Mapping collection: org.jbpm.identity.Group.children -> JBPM_ID_GROUP
  | 16:38:10,668 INFO  [HbmBinder] Mapping collection: org.jbpm.identity.Group.memberships -> JBPM_ID_MEMBERSHIP
  | 16:38:10,668 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.ProcessDefinition.events -> JBPM_EVENT
  | 16:38:10,668 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.ProcessDefinition.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
  | 16:38:10,668 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.ProcessDefinition.nodes -> JBPM_NODE
  | 16:38:10,668 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.ProcessDefinition.actions -> JBPM_ACTION
  | 16:38:10,668 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.ProcessDefinition.definitions -> JBPM_MODULEDEFINITION
  | 16:38:10,668 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.Node.events -> JBPM_EVENT
  | 16:38:10,794 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.Node.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
  | 16:38:10,794 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.Node.leavingTransitions -> JBPM_TRANSITION
  | 16:38:10,794 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.Node.arrivingTransitions -> JBPM_TRANSITION
  | 16:38:10,794 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.Transition.events -> JBPM_EVENT
  | 16:38:10,794 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.Transition.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
  | 16:38:10,794 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.Event.actions -> JBPM_ACTION
  | 16:38:10,794 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.SuperState.nodes -> JBPM_NODE
  | 16:38:10,794 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.ExceptionHandler.actions -> JBPM_ACTION
  | 16:38:10,794 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.node.ProcessState.variableAccesses -> JBPM_VARIABLEACCESS
  | 16:38:10,794 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.node.TaskNode.tasks -> JBPM_TASK
  | 16:38:10,794 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.Swimlane.tasks -> JBPM_TASK
  | 16:38:10,794 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.Task.events -> JBPM_EVENT
  | 16:38:10,794 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.Task.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
  | 16:38:10,794 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.TaskController.variableAccesses -> JBPM_VARIABLEACCESS
  | 16:38:10,794 INFO  [HbmBinder] Mapping collection: org.jbpm.file.def.FileDefinition.processFiles -> JBPM_BYTEARRAY
  | 16:38:10,794 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.exe.ProcessInstance.runtimeActions -> JBPM_RUNTIMEACTION
  | 16:38:10,794 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.exe.ProcessInstance.instances -> JBPM_MODULEINSTANCE
  | 16:38:10,794 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.exe.Token.children -> JBPM_TOKEN
  | 16:38:10,794 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.exe.Token.comments -> JBPM_COMMENT
  | 16:38:10,794 INFO  [HbmBinder] Mapping collection: org.jbpm.context.exe.ContextInstance.tokenVariableMaps -> JBPM_TOKENVARIABLEMAP
  | 16:38:10,794 INFO  [HbmBinder] Mapping collection: org.jbpm.context.exe.TokenVariableMap.variableInstances -> JBPM_VARIABLEINSTANCE
  | 16:38:10,794 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.TaskMgmtInstance.swimlaneInstances -> JBPM_SWIMLANEINSTANCE
  | 16:38:10,794 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.TaskMgmtInstance.taskInstances -> JBPM_TASKINSTANCE
  | 16:38:10,794 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.variableInstances -> JBPM_VARIABLEINSTANCE
  | 16:38:10,794 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.comments -> JBPM_COMMENT
  | 16:38:10,794 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.SwimlaneInstance.pooledActors -> JBPM_POOLEDACTOR
  | 16:38:10,809 INFO  [HbmBinder] Mapping collection: org.jbpm.logging.log.CompositeLog.children -> JBPM_LOG
  | 16:38:10,809 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.action.Script.variableAccesses -> JBPM_VARIABLEACCESS
  | 16:38:10,809 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.TaskMgmtDefinition.swimlanes -> JBPM_SWIMLANE
  | 16:38:10,809 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.TaskMgmtDefinition.tasks -> JBPM_TASK
  | 16:38:11,028 INFO  [NamingHelper] JNDI InitialContext properties:{}
  | 16:38:11,044 INFO  [DatasourceConnectionProvider] Using datasource: java:/WkfDS
  | 16:38:11,606 INFO  [SettingsFactory] RDBMS: Oracle, version: Oracle9i Enterprise Edition Release 9.2.0.5.0 - 64bit Production
  | With the Partitioning and Oracle Data Mining options
  | JServer Release 9.2.0.5.0 - Production
  | 16:38:11,606 INFO  [SettingsFactory] JDBC driver: Oracle JDBC driver, version: 10.2.0.1.0
  | 16:38:11,669 INFO  [Dialect] Using dialect: org.hibernate.dialect.OracleDialect
  | 16:38:11,685 INFO  [TransactionFactoryFactory] Using default transaction strategy (direct JDBC transactions)
  | 16:38:11,700 INFO  [TransactionManagerLookupFactory] No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
  | 16:38:11,700 INFO  [SettingsFactory] Automatic flush during beforeCompletion(): disabled
  | 16:38:11,700 INFO  [SettingsFactory] Automatic session close at end of transaction: disabled
  | 16:38:11,700 INFO  [SettingsFactory] JDBC batch size: 15
  | 16:38:11,700 INFO  [SettingsFactory] JDBC batch updates for versioned data: disabled
  | 16:38:11,700 INFO  [SettingsFactory] Scrollable result sets: enabled
  | 16:38:11,700 INFO  [SettingsFactory] JDBC3 getGeneratedKeys(): disabled
  | 16:38:11,700 INFO  [SettingsFactory] Connection release mode: auto
  | 16:38:11,700 INFO  [SettingsFactory] Default batch fetch size: 1
  | 16:38:11,700 INFO  [SettingsFactory] Generate SQL with comments: disabled
  | 16:38:11,700 INFO  [SettingsFactory] Order SQL updates by primary key: disabled
  | 16:38:11,700 INFO  [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
  | 16:38:11,716 INFO  [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
  | 16:38:11,716 INFO  [SettingsFactory] Query language substitutions: {}
  | 16:38:11,716 INFO  [SettingsFactory] Second-level cache: enabled
  | 16:38:11,716 INFO  [SettingsFactory] Query cache: disabled
  | 16:38:11,716 INFO  [SettingsFactory] Cache provider: org.hibernate.cache.EhCacheProvider
  | 16:38:11,732 INFO  [SettingsFactory] Optimize cache for minimal puts: disabled
  | 16:38:11,732 INFO  [SettingsFactory] Structured second-level cache entries: disabled
  | 16:38:11,763 INFO  [SettingsFactory] Statistics: disabled
  | 16:38:11,763 INFO  [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
  | 16:38:11,763 INFO  [SettingsFactory] Default entity-mode: pojo
  | 16:38:11,857 INFO  [SessionFactoryImpl] building session factory
  | 16:38:12,341 WARN  [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Node]; using defaults.
  | 16:38:12,513 WARN  [EhCacheProvider] Could not find configuration [org.jbpm.instantiation.Delegation]; using defaults.
  | 16:38:12,888 WARN  [EhCacheProvider] Could not find configuration [org.jbpm.taskmgmt.def.Task]; using defaults.
  | 16:38:13,264 WARN  [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.ProcessDefinition]; using defaults.
  | 16:38:13,733 WARN  [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.ExceptionHandler]; using defaults.
  | 16:38:13,811 WARN  [EhCacheProvider] Could not find configuration [org.jbpm.module.def.ModuleDefinition]; using defaults.
  | 16:38:14,889 WARN  [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Action]; using defaults.
  | 16:38:15,171 WARN  [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Event]; using defaults.
  | 16:38:15,483 WARN  [EhCacheProvider] Could not find configuration [org.jbpm.context.def.VariableAccess]; using defaults.
  | 16:38:16,015 WARN  [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Transition]; using defaults.
  | 16:38:17,016 WARN  [EhCacheProvider] Could not find configuration [org.jbpm.taskmgmt.def.TaskController]; using defaults.
  | 16:38:17,156 WARN  [EhCacheProvider] Could not find configuration [org.jbpm.taskmgmt.def.TaskMgmtDefinition.tasks]; using defaults.
  | 16:38:17,156 WARN  [EhCacheProvider] Could not find configuration [org.jbpm.graph.node.ProcessState.variableAccesses]; using defaults.
  | 16:38:17,156 WARN  [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.ProcessDefinition.events]; using defaults.
  | 16:38:17,156 WARN  [EhCacheProvider] Could not find configuration [org.jbpm.taskmgmt.def.Swimlane.tasks]; using defaults.
  | 16:38:17,172 WARN  [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Node.leavingTransitions]; using defaults.
  | 16:38:17,172 WARN  [EhCacheProvider] Could not find configuration [org.jbpm.taskmgmt.def.TaskController.variableAccesses]; using defaults.
  | 16:38:17,172 WARN  [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.ProcessDefinition.exceptionHandlers]; using defaults.
  | 16:38:17,172 WARN  [EhCacheProvider] Could not find configuration [org.jbpm.graph.node.Decision.decisionConditions]; using defaults.
  | 16:38:17,172 WARN  [EhCacheProvider] Could not find configuration [org.jbpm.file.def.FileDefinition.processFiles]; using defaults.
  | 16:38:17,172 WARN  [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.ProcessDefinition.actions]; using defaults.
  | 16:38:17,172 WARN  [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Transition.exceptionHandlers]; using defaults.
  | 16:38:17,187 WARN  [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.ProcessDefinition.nodes]; using defaults.
  | 16:38:17,187 WARN  [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Node.arrivingTransitions]; using defaults.
  | 16:38:17,187 WARN  [EhCacheProvider] Could not find configuration [org.jbpm.graph.node.TaskNode.tasks]; using defaults.
  | 16:38:17,187 WARN  [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.ProcessDefinition.definitions]; using defaults.
  | 16:38:17,187 WARN  [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Event.actions]; using defaults.
  | 16:38:17,187 WARN  [EhCacheProvider] Could not find configuration [org.jbpm.taskmgmt.def.Task.events]; using defaults.
  | 16:38:17,187 WARN  [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Node.events]; using defaults.
  | 16:38:17,187 WARN  [EhCacheProvider] Could not find configuration [org.jbpm.taskmgmt.def.TaskMgmtDefinition.swimlanes]; using defaults.
  | 16:38:17,187 WARN  [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.SuperState.nodes]; using defaults.
  | 16:38:17,187 WARN  [EhCacheProvider] Could not find configuration [org.jbpm.graph.action.Script.variableAccesses]; using defaults.
  | 16:38:17,187 WARN  [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.ExceptionHandler.actions]; using defaults.
  | 16:38:17,187 WARN  [EhCacheProvider] Could not find configuration [org.jbpm.taskmgmt.def.Task.exceptionHandlers]; using defaults.
  | 16:38:17,203 WARN  [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Node.exceptionHandlers]; using defaults.
  | 16:38:17,203 WARN  [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Transition.events]; using defaults.
  | 16:38:17,610 INFO  [SessionFactoryObjectFactory] Not binding factory to JNDI, no JNDI name configured
  | 16:38:18,188 WARN  [FromElementType] Using non-qualified column reference [id -> ([ID_])]
  | 16:38:18,219 WARN  [FromElementType] Using non-qualified column reference [isSuspended -> ([ISSUSPENDED_])]
  | 16:38:18,219 WARN  [FromElementType] Using non-qualified column reference [token -> ([TOKEN_])]
  | 16:38:18,344 WARN  [FromElementType] Using non-qualified column reference [isSuspended -> ([ISSUSPENDED_])]
  | 16:38:18,344 WARN  [FromElementType] Using non-qualified column reference [token -> ([TOKEN_])]
  | 16:38:18,360 WARN  [FromElementType] Using non-qualified column reference [isSuspended -> ([ISSUSPENDED_])]
  | 16:38:18,360 WARN  [FromElementType] Using non-qualified column reference [token -> ([TOKEN_])]
  | 16:38:18,407 WARN  [FromElementType] Using non-qualified column reference [isSuspended -> ([ISSUSPENDED_])]
  | 16:38:18,407 WARN  [FromElementType] Using non-qualified column reference [token -> ([TOKEN_])]
  | 16:38:18,501 WARN  [FromElementType] Using non-qualified column reference [processInstance -> ([PROCESSINSTANCE_])]
  | 16:38:18,579 WARN  [FromElementType] Using non-qualified column reference [token -> ([TOKEN_])]
  | 
  | Regards, 
  | Jean Guyer
  |  

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

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



More information about the jboss-user mailing list