[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-4338) dvdstore and metawidget-dvdstore cannot be deployed on AS 4.2.3.GA

Karel Piwko (JIRA) jira-events at lists.jboss.org
Thu Aug 6 12:09:29 EDT 2009


dvdstore and metawidget-dvdstore cannot be deployed on AS 4.2.3.GA
------------------------------------------------------------------

                 Key: JBSEAM-4338
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-4338
             Project: Seam
          Issue Type: Bug
          Components: Examples
    Affects Versions: 2.2.0.GA
         Environment: JBoss AS 4.2.3.GA, JDK6, Fedora11, Ant 1.7.0
            Reporter: Karel Piwko


Example dvd store cannot be deployed on JBoss AS 4.2.3.GA.
Although lucene-core.jar is included within EAR package in lib directory, 
it is not found during deployment.

17:57:00,742 WARN  [ServiceController] Problem starting service persistence.units:ear=jboss-seam-dvdstore.ear,jar=jboss-seam-dvdstore.jar,unitName=dvdstoreDatabase
java.lang.RuntimeException: java.lang.NoClassDefFoundError: org/apache/lucene/analysis/standard/StandardAnalyzer
        at org.jboss.ejb3.ServiceDelegateWrapper.startService(ServiceDelegateWrapper.java:109)
        at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
        at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
        at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
        at $Proxy0.start(Unknown Source)
        at org.jboss.system.ServiceController.start(ServiceController.java:417)
        at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy57.start(Unknown Source)
        at org.jboss.ejb3.JmxKernelAbstraction.install(JmxKernelAbstraction.java:120)
        at org.jboss.ejb3.Ejb3Deployment.startPersistenceUnits(Ejb3Deployment.java:627)
        at org.jboss.ejb3.Ejb3Deployment.start(Ejb3Deployment.java:351)
        at org.jboss.ejb3.Ejb3Module.startService(Ejb3Module.java:91)
        at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
        at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
        at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
        at $Proxy0.start(Unknown Source)
        at org.jboss.system.ServiceController.start(ServiceController.java:417)
        at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy33.start(Unknown Source)
        at org.jboss.ejb3.EJB3Deployer.start(EJB3Deployer.java:512)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
        at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
        at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
        at org.jboss.wsf.container.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:87)
        at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188)
        at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy34.start(Unknown Source)
        at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
        at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
        at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy9.deploy(Unknown Source)
        at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
        at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
        at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
        at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:274)
        at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:225)
Caused by: java.lang.NoClassDefFoundError: org/apache/lucene/analysis/standard/StandardAnalyzer
        at org.hibernate.search.event.FullTextIndexEventListener.initialize(FullTextIndexEventListener.java:99)
        at org.hibernate.event.EventListeners.initializeListeners(EventListeners.java:356)
        at org.hibernate.cfg.Configuration.getInitializedEventListeners(Configuration.java:1304)
        at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1294)
        at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:713)
        at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:127)
        at org.jboss.ejb3.entity.PersistenceUnitDeployment.start(PersistenceUnitDeployment.java:246)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.ejb3.ServiceDelegateWrapper.startService(ServiceDelegateWrapper.java:103)
        ... 92 more
Caused by: java.lang.ClassNotFoundException: No ClassLoaders found for: org.apache.lucene.analysis.standard.StandardAnalyzer
        at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:212)
        at org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:521)
        at org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:415)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
        ... 104 more
17:57:01,024 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateful.StatefulContainer
17:57:01,026 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=jboss-seam-dvdstore.ear,jar=jboss-seam-dvdstore.jar,name=FullTextSearchAction,service=EJB3 with dependencies:
17:57:01,026 INFO  [JmxKernelAbstraction]       persistence.units:ear=jboss-seam-dvdstore.ear,jar=jboss-seam-dvdstore.jar,unitName=dvdstoreDatabase
17:57:01,028 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
17:57:01,029 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=jboss-seam-dvdstore.ear,jar=jboss-seam-dvdstore.jar,name=StoreManagerBean,service=EJB3 with dependencies:
17:57:01,029 INFO  [JmxKernelAbstraction]       persistence.units:ear=jboss-seam-dvdstore.ear,jar=jboss-seam-dvdstore.jar,unitName=dvdstoreDatabase
17:57:01,030 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateful.StatefulContainer
17:57:01,030 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=jboss-seam-dvdstore.ear,jar=jboss-seam-dvdstore.jar,name=CheckoutAction,service=EJB3 with dependencies:
17:57:01,031 INFO  [JmxKernelAbstraction]       persistence.units:ear=jboss-seam-dvdstore.ear,jar=jboss-seam-dvdstore.jar,unitName=dvdstoreDatabase
17:57:01,032 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateful.StatefulContainer
17:57:01,032 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=jboss-seam-dvdstore.ear,jar=jboss-seam-dvdstore.jar,name=ShowOrdersAction,service=EJB3 with dependencies:
17:57:01,032 INFO  [JmxKernelAbstraction]       persistence.units:ear=jboss-seam-dvdstore.ear,jar=jboss-seam-dvdstore.jar,unitName=dvdstoreDatabase
17:57:01,034 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateful.StatefulContainer
17:57:01,034 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=jboss-seam-dvdstore.ear,jar=jboss-seam-dvdstore.jar,name=AcceptAction,service=EJB3 with dependencies:
17:57:01,034 INFO  [JmxKernelAbstraction]       persistence.units:ear=jboss-seam-dvdstore.ear,jar=jboss-seam-dvdstore.jar,unitName=dvdstoreDatabase
17:57:01,035 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateful.StatefulContainer
17:57:01,036 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=jboss-seam-dvdstore.ear,jar=jboss-seam-dvdstore.jar,name=ShoppingCartBean,service=EJB3 with dependencies:
17:57:01,036 INFO  [JmxKernelAbstraction]       persistence.units:ear=jboss-seam-dvdstore.ear,jar=jboss-seam-dvdstore.jar,unitName=dvdstoreDatabase
17:57:01,037 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateful.StatefulContainer
17:57:01,037 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=jboss-seam-dvdstore.ear,jar=jboss-seam-dvdstore.jar,name=EditCustomerAction,service=EJB3 with dependencies:
17:57:01,037 INFO  [JmxKernelAbstraction]       persistence.units:ear=jboss-seam-dvdstore.ear,jar=jboss-seam-dvdstore.jar,unitName=dvdstoreDatabase
17:57:01,039 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateful.StatefulContainer
17:57:01,039 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=jboss-seam-dvdstore.ear,jar=jboss-seam-dvdstore.jar,name=ShipAction,service=EJB3 with dependencies:
17:57:01,060 INFO  [EJBContainer] STARTED EJB: com.jboss.dvd.seam.ShipAction ejbName: ShipAction
17:57:01,116 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateful.StatefulContainer
17:57:01,117 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=jboss-seam-dvdstore.ear,jar=jboss-seam-dvdstore.jar,name=IndexerAction,service=EJB3 with dependencies:
17:57:01,117 INFO  [JmxKernelAbstraction]       persistence.units:ear=jboss-seam-dvdstore.ear,jar=jboss-seam-dvdstore.jar,unitName=dvdstoreDatabase
17:57:01,123 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
17:57:01,123 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=jboss-seam-dvdstore.ear,jar=jboss-seam-dvdstore.jar,name=AuthenticatorAction,service=EJB3 with dependencies:
17:57:01,238 INFO  [EJBContainer] STARTED EJB: com.jboss.dvd.seam.AuthenticatorAction ejbName: AuthenticatorAction
17:57:01,254 INFO  [EJB3Deployer] Deployed: file:/home/kpiwko/deploy/jboss-4.2.3.GA/server/default/deploy/jboss-seam-dvdstore.ear/jboss-seam-dvdstore.jar/
17:57:01,289 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
17:57:01,289 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=jboss-seam-dvdstore.ear,jar=jboss-seam.jar,name=TimerServiceDispatcher,service=EJB3 with dependencies:
17:57:01,302 INFO  [EJBContainer] STARTED EJB: org.jboss.seam.async.TimerServiceDispatcher ejbName: TimerServiceDispatcher
17:57:01,319 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateful.StatefulContainer
17:57:01,319 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=jboss-seam-dvdstore.ear,jar=jboss-seam.jar,name=EjbSynchronizations,service=EJB3 with dependencies:
17:57:01,331 INFO  [EJBContainer] STARTED EJB: org.jboss.seam.transaction.EjbSynchronizations ejbName: EjbSynchronizations
17:57:01,335 INFO  [EJB3Deployer] Deployed: file:/home/kpiwko/deploy/jboss-4.2.3.GA/server/default/deploy/jboss-seam-dvdstore.ear/jboss-seam.jar
17:57:01,347 INFO  [TomcatDeployer] deploy, ctxPath=/seam-dvdstore, warUrl=.../deploy/jboss-seam-dvdstore.ear/jboss-seam-dvdstore.war/
17:57:01,484 INFO  [ContextConfig] WARNING: Security role name NONE used in an <auth-constraint> without being defined in a <security-role>
17:57:01,964 INFO  [ServletContextListener] Welcome to Seam 2.2.0-SNAPSHOT
17:57:02,915 INFO  [Initialization] reading /WEB-INF/components.xml
17:57:02,939 INFO  [Initialization] reading properties from: /seam.properties
17:57:02,939 INFO  [Initialization] reading properties from: /jndi.properties
17:57:02,958 INFO  [Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init
17:57:02,969 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.resourceLoader
17:57:02,969 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.isUserInRole
17:57:02,970 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.locale
17:57:02,970 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.locale
17:57:02,970 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.persistence.persistenceProvider
17:57:02,970 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.manager
17:57:02,970 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.userPrincipal
17:57:02,970 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.parameters
17:57:02,970 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.transaction.synchronizations
17:57:02,970 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.expressions
17:57:02,997 INFO  [Component] Component: accept, scope: CONVERSATION, type: STATEFUL_SESSION_BEAN, class: com.jboss.dvd.seam.AcceptAction, JNDI: jboss-seam-dvdstore/AcceptAction/local
17:57:03,024 INFO  [Component] Component: afterShipping, scope: EVENT, type: JAVA_BEAN, class: com.jboss.dvd.seam.AfterShippingAction
17:57:03,038 INFO  [Component] Component: allCategories, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.framework.EntityQuery
17:57:03,051 INFO  [Component] Component: authenticator, scope: STATELESS, type: STATELESS_SESSION_BEAN, class: com.jboss.dvd.seam.AuthenticatorAction, JNDI: jboss-seam-dvdstore/AuthenticatorAction/local
17:57:03,058 INFO  [Component] Component: cart, scope: SESSION, type: STATEFUL_SESSION_BEAN, class: com.jboss.dvd.seam.ShoppingCartBean, JNDI: jboss-seam-dvdstore/ShoppingCartBean/local
17:57:03,065 INFO  [Component] Component: checkout, scope: CONVERSATION, type: STATEFUL_SESSION_BEAN, class: com.jboss.dvd.seam.CheckoutAction, JNDI: jboss-seam-dvdstore/CheckoutAction/local
17:57:03,106 INFO  [Component] Component: customer, scope: CONVERSATION, type: ENTITY_BEAN, class: com.jboss.dvd.seam.Customer
17:57:03,109 INFO  [Component] Component: editCustomer, scope: CONVERSATION, type: STATEFUL_SESSION_BEAN, class: com.jboss.dvd.seam.EditCustomerAction, JNDI: jboss-seam-dvdstore/EditCustomerAction/local
17:57:03,117 INFO  [Component] Component: entityManager, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.ManagedPersistenceContext
17:57:03,118 WARN  [Component] Stateful session beans was bound to the APPLICATION context - note that it is not safe to make concurrent calls to the bean: indexer
17:57:03,118 INFO  [Component] Component: indexer, scope: APPLICATION, type: STATEFUL_SESSION_BEAN, class: com.jboss.dvd.seam.IndexerAction, JNDI: jboss-seam-dvdstore/IndexerAction/local
17:57:03,124 INFO  [Component] Component: orderApproval, scope: EVENT, type: JAVA_BEAN, class: com.jboss.dvd.seam.OrderApprovalDecision
17:57:03,130 INFO  [Component] Component: orderHome, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.framework.EntityHome
17:57:03,137 INFO  [Component] Component: org.jboss.seam.async.asynchronousExceptionHandler, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.async.AsynchronousExceptionHandler
17:57:03,139 INFO  [Component] Component: org.jboss.seam.async.dispatcher, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.async.ThreadPoolDispatcher
17:57:03,143 INFO  [Component] Component: org.jboss.seam.bpm.actor, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.bpm.Actor
17:57:03,144 INFO  [Component] Component: org.jboss.seam.bpm.businessProcess, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.bpm.BusinessProcess
17:57:03,151 INFO  [Component] Component: org.jboss.seam.bpm.jbpm, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.bpm.Jbpm
17:57:03,153 INFO  [Component] Component: org.jboss.seam.bpm.jbpmContext, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.bpm.ManagedJbpmContext
17:57:03,157 INFO  [Component] Component: org.jboss.seam.bpm.pooledTask, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.bpm.PooledTask
17:57:03,162 INFO  [Component] Component: org.jboss.seam.bpm.pooledTaskInstanceList, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.bpm.PooledTaskInstanceList
17:57:03,167 INFO  [Component] Component: org.jboss.seam.bpm.processInstance, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.bpm.ProcessInstance
17:57:03,168 INFO  [Component] Component: org.jboss.seam.bpm.processInstanceFinder, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.bpm.ProcessInstanceFinder
17:57:03,173 INFO  [Component] Component: org.jboss.seam.bpm.taskInstance, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.bpm.TaskInstance
17:57:03,173 INFO  [Component] Component: org.jboss.seam.bpm.taskInstanceList, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.bpm.TaskInstanceList
17:57:03,178 INFO  [Component] Component: org.jboss.seam.bpm.taskInstanceListForType, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.bpm.TaskInstanceListForType
17:57:03,187 INFO  [Component] Component: org.jboss.seam.bpm.taskInstancePriorityList, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.bpm.TaskInstancePriorityList
17:57:03,192 INFO  [Component] Component: org.jboss.seam.bpm.transition, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.bpm.Transition
17:57:03,195 INFO  [Component] Component: org.jboss.seam.captcha.captcha, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.captcha.Captcha
17:57:03,197 INFO  [Component] Component: org.jboss.seam.captcha.captchaImage, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.captcha.CaptchaImage
17:57:03,197 INFO  [Component] Component: org.jboss.seam.core.ConversationIdGenerator, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationIdGenerator
17:57:03,203 INFO  [Component] Component: org.jboss.seam.core.contexts, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Contexts
17:57:03,204 INFO  [Component] Component: org.jboss.seam.core.conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation
17:57:03,205 INFO  [Component] Component: org.jboss.seam.core.conversationEntries, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationEntries
17:57:03,206 INFO  [Component] Component: org.jboss.seam.core.conversationListFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList
17:57:03,207 INFO  [Component] Component: org.jboss.seam.core.conversationPropagation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationPropagation
17:57:03,208 INFO  [Component] Component: org.jboss.seam.core.conversationStackFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack
17:57:03,208 INFO  [Component] Component: org.jboss.seam.core.events, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.Events
17:57:03,209 INFO  [Component] Component: org.jboss.seam.core.expressions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesExpressions
17:57:03,210 INFO  [Component] Component: org.jboss.seam.core.interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator
17:57:03,210 INFO  [Component] Component: org.jboss.seam.core.locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Locale
17:57:03,213 INFO  [Component] Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesManager
17:57:03,215 INFO  [Component] Component: org.jboss.seam.core.resourceBundle, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle
17:57:03,217 INFO  [Component] Component: org.jboss.seam.core.resourceLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.ResourceLoader
17:57:03,218 INFO  [Component] Component: org.jboss.seam.core.validators, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Validators
17:57:03,221 INFO  [Component] Component: org.jboss.seam.debug.contexts, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.Contexts
17:57:03,229 INFO  [Component] Component: org.jboss.seam.debug.introspector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.Introspector
17:57:03,235 INFO  [Component] Component: org.jboss.seam.debug.jsf.debugRedirect, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.jsf.DebugRedirect
17:57:03,236 INFO  [Component] Component: org.jboss.seam.document.documentStore, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.document.DocumentStore
17:57:03,243 INFO  [Component] Component: org.jboss.seam.el.referenceCache, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.el.JBossELReferenceCache
17:57:03,351 INFO  [Component] Component: org.jboss.seam.exception.exceptions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.exception.Exceptions
17:57:03,356 INFO  [Component] Component: org.jboss.seam.faces.dataModels, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.DataModels
17:57:03,360 INFO  [Component] Component: org.jboss.seam.faces.dateConverter, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.DateConverter
17:57:03,362 INFO  [Component] Component: org.jboss.seam.faces.facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesContext
17:57:03,366 INFO  [Component] Component: org.jboss.seam.faces.facesPage, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesPage
17:57:03,367 INFO  [Component] Component: org.jboss.seam.faces.httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.HttpError
17:57:03,368 INFO  [Component] Component: org.jboss.seam.faces.redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.Redirect
17:57:03,370 INFO  [Component] Component: org.jboss.seam.faces.renderer, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletsRenderer
17:57:03,372 INFO  [Component] Component: org.jboss.seam.faces.switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.Switcher
17:57:03,373 INFO  [Component] Component: org.jboss.seam.faces.uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.UiComponent
17:57:03,374 INFO  [Component] Component: org.jboss.seam.faces.validation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.Validation
17:57:03,375 INFO  [Component] Component: org.jboss.seam.framework.currentDate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate
17:57:03,381 INFO  [Component] Component: org.jboss.seam.framework.currentDatetime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDatetime
17:57:03,385 INFO  [Component] Component: org.jboss.seam.framework.currentTime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime
17:57:03,392 INFO  [Component] Component: org.jboss.seam.graphicImage.image, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.Image
17:57:03,394 INFO  [Component] Component: org.jboss.seam.international.localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.LocaleSelector
17:57:03,396 INFO  [Component] Component: org.jboss.seam.international.messagesFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Messages
17:57:03,400 INFO  [Component] Component: org.jboss.seam.international.statusMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesMessages
17:57:03,402 INFO  [Component] Component: org.jboss.seam.international.timeZone, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZone
17:57:03,402 INFO  [Component] Component: org.jboss.seam.international.timeZoneSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZoneSelector
17:57:03,404 INFO  [Component] Component: org.jboss.seam.international.timeZones, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZones
17:57:03,417 INFO  [Component] Component: org.jboss.seam.mail.mailSession, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.mail.MailSession
17:57:03,423 INFO  [Component] Component: org.jboss.seam.navigation.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.Pages
17:57:03,427 INFO  [Component] Component: org.jboss.seam.navigation.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.SafeActions
17:57:03,429 INFO  [Component] Component: org.jboss.seam.pageflow.pageflow, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.pageflow.Pageflow
17:57:03,430 INFO  [Component] Component: org.jboss.seam.persistence.persistenceContexts, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.PersistenceContexts
17:57:03,434 INFO  [Component] Component: org.jboss.seam.persistence.persistenceProvider, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.persistence.HibernatePersistenceProvider
17:57:03,436 INFO  [Component] Component: org.jboss.seam.security.configurationFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.Configuration
17:57:03,438 INFO  [Component] Component: org.jboss.seam.security.credentials, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Credentials
17:57:03,439 INFO  [Component] Component: org.jboss.seam.security.entityPermissionChecker, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.EntityPermissionChecker
17:57:03,442 INFO  [Component] Component: org.jboss.seam.security.facesSecurityEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.FacesSecurityEvents
17:57:03,443 INFO  [Component] Component: org.jboss.seam.security.identifierPolicy, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.IdentifierPolicy
17:57:03,446 INFO  [Component] Component: org.jboss.seam.security.identity, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Identity
17:57:03,451 INFO  [Component] Component: org.jboss.seam.security.identityManager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.security.management.IdentityManager
17:57:03,452 INFO  [Component] Component: org.jboss.seam.security.management.roleAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleAction
17:57:03,457 INFO  [Component] Component: org.jboss.seam.security.management.roleSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleSearch
17:57:03,464 INFO  [Component] Component: org.jboss.seam.security.management.userAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserAction
17:57:03,470 INFO  [Component] Component: org.jboss.seam.security.management.userSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserSearch
17:57:03,475 INFO  [Component] Component: org.jboss.seam.security.passwordHash, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.management.PasswordHash
17:57:03,477 INFO  [Component] Component: org.jboss.seam.security.permission.permissionSearch, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.action.PermissionSearch
17:57:03,482 INFO  [Component] Component: org.jboss.seam.security.permissionManager, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionManager
17:57:03,488 INFO  [Component] Component: org.jboss.seam.security.permissionMapper, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionMapper
17:57:03,489 INFO  [Component] Component: org.jboss.seam.security.persistentPermissionResolver, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PersistentPermissionResolver
17:57:03,491 INFO  [Component] Component: org.jboss.seam.security.rememberMe, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.RememberMe
17:57:03,493 INFO  [Component] Component: org.jboss.seam.theme.themeFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme
17:57:03,495 INFO  [Component] Component: org.jboss.seam.theme.themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector
17:57:03,496 INFO  [Component] Component: org.jboss.seam.transaction.facesTransactionEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.transaction.FacesTransactionEvents
17:57:03,496 INFO  [Component] Component: org.jboss.seam.transaction.synchronizations, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.SeSynchronizations
17:57:03,497 INFO  [Component] Component: org.jboss.seam.transaction.transaction, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.Transaction
17:57:03,498 INFO  [Component] Component: org.jboss.seam.ui.EntityConverter, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityConverter
17:57:03,499 INFO  [Component] Component: org.jboss.seam.ui.clientUidSelector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.ui.ClientUidSelector
17:57:03,505 INFO  [Component] Component: org.jboss.seam.ui.entityIdentifierStore, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityIdentifierStore
17:57:03,510 INFO  [Component] Component: org.jboss.seam.ui.entityLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.JpaEntityLoader
17:57:03,516 INFO  [Component] Component: org.jboss.seam.ui.facelet.faceletCompiler, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletCompiler
17:57:03,518 INFO  [Component] Component: org.jboss.seam.ui.facelet.facesContextFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.RendererFacesContextFactory
17:57:03,520 INFO  [Component] Component: org.jboss.seam.ui.facelet.mockHttpSession, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.HttpSessionManager
17:57:03,521 INFO  [Component] Component: org.jboss.seam.ui.facelet.mockServletContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.ServletContextManager
17:57:03,522 INFO  [Component] Component: org.jboss.seam.ui.graphicImage.graphicImageResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageResource
17:57:03,523 INFO  [Component] Component: org.jboss.seam.ui.graphicImage.graphicImageStore, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageStore
17:57:03,524 INFO  [Component] Component: org.jboss.seam.ui.resource.webResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.WebResource
17:57:03,528 INFO  [Component] Component: org.jboss.seam.web.exceptionFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.ExceptionFilter
17:57:03,529 INFO  [Component] Component: org.jboss.seam.web.hotDeployFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.HotDeployFilter
17:57:03,529 INFO  [Component] Component: org.jboss.seam.web.identityFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.IdentityFilter
17:57:03,530 INFO  [Component] Component: org.jboss.seam.web.isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.IsUserInRole
17:57:03,530 INFO  [Component] Component: org.jboss.seam.web.loggingFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.LoggingFilter
17:57:03,531 INFO  [Component] Component: org.jboss.seam.web.multipartFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.MultipartFilter
17:57:03,532 INFO  [Component] Component: org.jboss.seam.web.parameters, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.Parameters
17:57:03,533 INFO  [Component] Component: org.jboss.seam.web.redirectFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RedirectFilter
17:57:03,533 INFO  [Component] Component: org.jboss.seam.web.servletContexts, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.web.ServletContexts
17:57:03,534 INFO  [Component] Component: org.jboss.seam.web.session, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.web.Session
17:57:03,534 INFO  [Component] Component: org.jboss.seam.web.userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.UserPrincipal
17:57:03,535 INFO  [Component] Component: processDefinitionSwitcher, scope: APPLICATION, type: JAVA_BEAN, class: com.jboss.dvd.seam.ProcessDefinitionSwitcher
17:57:03,540 INFO  [Component] Component: search, scope: CONVERSATION, type: STATEFUL_SESSION_BEAN, class: com.jboss.dvd.seam.FullTextSearchAction, JNDI: jboss-seam-dvdstore/FullTextSearchAction/local
17:57:03,569 INFO  [Component] Component: ship, scope: CONVERSATION, type: STATEFUL_SESSION_BEAN, class: com.jboss.dvd.seam.ShipAction, JNDI: jboss-seam-dvdstore/ShipAction/local
17:57:03,574 INFO  [Component] Component: shipperAssignment, scope: EVENT, type: JAVA_BEAN, class: com.jboss.dvd.seam.ShipperAssignment
17:57:03,578 INFO  [Component] Component: showorders, scope: CONVERSATION, type: STATEFUL_SESSION_BEAN, class: com.jboss.dvd.seam.ShowOrdersAction, JNDI: jboss-seam-dvdstore/ShowOrdersAction/local
17:57:03,583 INFO  [Component] Component: stats, scope: STATELESS, type: STATELESS_SESSION_BEAN, class: com.jboss.dvd.seam.StoreManagerBean, JNDI: jboss-seam-dvdstore/StoreManagerBean/local
17:57:03,589 INFO  [Component] Component: topQuery, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.framework.EntityQuery
17:57:03,595 WARN  [PersistentPermissionResolver] no permission store available - please install a PermissionStore with the name 'org.jboss.seam.security.jpaPermissionStore' if persistent permissions are required.
17:57:03,659 INFO  [StaleObjectLogConfigurer] stale object exceptions will be hidden from logging
17:57:03,667 INFO  [JbpmConfiguration] using jbpm configuration resource 'jbpm.cfg.xml'
17:57:03,731 INFO  [StaleObjectLogConfigurer] stale object exceptions will be hidden from logging
17:57:03,764 INFO  [Configuration] configuring from resource: hibernate.cfg.xml
17:57:03,765 INFO  [Configuration] Configuration resource: hibernate.cfg.xml
17:57:03,773 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/action/Script.hbm.xml
17:57:03,858 INFO  [Configuration] Reading mappings from resource : org/jbpm/db/hibernate.queries.hbm.xml
17:57:03,916 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/action/MailAction.hbm.xml
17:57:03,951 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/def/ProcessDefinition.hbm.xml
17:57:03,994 INFO  [HbmBinder] Mapping class: org.jbpm.graph.def.ProcessDefinition -> JBPM_PROCESSDEFINITION
17:57:04,039 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/def/Node.hbm.xml
17:57:04,078 INFO  [HbmBinder] Mapping class: org.jbpm.graph.def.Node -> JBPM_NODE
17:57:04,085 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/def/Transition.hbm.xml
17:57:04,129 INFO  [HbmBinder] Mapping class: org.jbpm.graph.def.Transition -> JBPM_TRANSITION
17:57:04,141 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/def/Event.hbm.xml
17:57:04,167 INFO  [HbmBinder] Mapping class: org.jbpm.graph.def.Event -> JBPM_EVENT
17:57:04,169 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/def/Action.hbm.xml
17:57:04,208 INFO  [HbmBinder] Mapping class: org.jbpm.graph.def.Action -> JBPM_ACTION
17:57:04,213 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/def/SuperState.hbm.xml
17:57:04,282 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.def.SuperState -> JBPM_NODE
17:57:04,293 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/def/ExceptionHandler.hbm.xml
17:57:04,328 INFO  [HbmBinder] Mapping class: org.jbpm.graph.def.ExceptionHandler -> JBPM_EXCEPTIONHANDLER
17:57:04,330 INFO  [Configuration] Reading mappings from resource : org/jbpm/instantiation/Delegation.hbm.xml
17:57:04,353 INFO  [HbmBinder] Mapping class: org.jbpm.instantiation.Delegation -> JBPM_DELEGATION
17:57:04,370 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/node/StartState.hbm.xml
17:57:04,435 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.StartState -> JBPM_NODE
17:57:04,447 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/node/EndState.hbm.xml
17:57:04,459 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.EndState -> JBPM_NODE
17:57:04,487 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/node/ProcessState.hbm.xml
17:57:04,507 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.ProcessState -> JBPM_NODE
17:57:04,509 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/node/Decision.hbm.xml
17:57:04,539 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.Decision -> JBPM_NODE
17:57:04,555 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.node.Decision.decisionConditions -> JBPM_DECISIONCONDITIONS
17:57:04,556 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/node/Fork.hbm.xml
17:57:04,586 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.Fork -> JBPM_NODE
17:57:04,599 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/node/Join.hbm.xml
17:57:04,619 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.Join -> JBPM_NODE
17:57:04,627 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/node/MailNode.hbm.xml
17:57:04,667 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.MailNode -> JBPM_NODE
17:57:04,669 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/node/State.hbm.xml
17:57:04,681 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.State -> JBPM_NODE
17:57:04,681 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/node/TaskNode.hbm.xml
17:57:04,710 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.node.TaskNode -> JBPM_NODE
17:57:04,714 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/def/ContextDefinition.hbm.xml
17:57:04,745 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/def/VariableAccess.hbm.xml
17:57:04,771 INFO  [HbmBinder] Mapping class: org.jbpm.context.def.VariableAccess -> JBPM_VARIABLEACCESS
17:57:04,774 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/def/TaskMgmtDefinition.hbm.xml
17:57:04,795 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/def/Swimlane.hbm.xml
17:57:04,810 INFO  [HbmBinder] Mapping class: org.jbpm.taskmgmt.def.Swimlane -> JBPM_SWIMLANE
17:57:04,814 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/def/Task.hbm.xml
17:57:04,837 INFO  [HbmBinder] Mapping class: org.jbpm.taskmgmt.def.Task -> JBPM_TASK
17:57:04,852 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/def/TaskController.hbm.xml
17:57:04,865 INFO  [HbmBinder] Mapping class: org.jbpm.taskmgmt.def.TaskController -> JBPM_TASKCONTROLLER
17:57:04,868 INFO  [Configuration] Reading mappings from resource : org/jbpm/module/def/ModuleDefinition.hbm.xml
17:57:04,886 INFO  [HbmBinder] Mapping class: org.jbpm.module.def.ModuleDefinition -> JBPM_MODULEDEFINITION
17:57:04,888 INFO  [Configuration] Reading mappings from resource : org/jbpm/bytes/ByteArray.hbm.xml
17:57:04,900 INFO  [HbmBinder] Mapping class: org.jbpm.bytes.ByteArray -> JBPM_BYTEARRAY
17:57:04,902 INFO  [HbmBinder] Mapping collection: org.jbpm.bytes.ByteArray.byteBlocks -> JBPM_BYTEBLOCK
17:57:04,902 INFO  [Configuration] Reading mappings from resource : org/jbpm/file/def/FileDefinition.hbm.xml
17:57:04,920 INFO  [HbmBinder] Mapping subclass: org.jbpm.file.def.FileDefinition -> JBPM_MODULEDEFINITION
17:57:04,920 INFO  [Configuration] Reading mappings from resource : org/jbpm/scheduler/def/CreateTimerAction.hbm.xml
17:57:04,932 INFO  [HbmBinder] Mapping subclass: org.jbpm.scheduler.def.CreateTimerAction -> JBPM_ACTION
17:57:04,941 INFO  [Configuration] Reading mappings from resource : org/jbpm/scheduler/def/CancelTimerAction.hbm.xml
17:57:04,952 INFO  [HbmBinder] Mapping subclass: org.jbpm.scheduler.def.CancelTimerAction -> JBPM_ACTION
17:57:04,954 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/exe/Comment.hbm.xml
17:57:04,972 INFO  [HbmBinder] Mapping class: org.jbpm.graph.exe.Comment -> JBPM_COMMENT
17:57:04,974 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/exe/ProcessInstance.hbm.xml
17:57:04,987 INFO  [HbmBinder] Mapping class: org.jbpm.graph.exe.ProcessInstance -> JBPM_PROCESSINSTANCE
17:57:04,993 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/exe/Token.hbm.xml
17:57:05,013 INFO  [HbmBinder] Mapping class: org.jbpm.graph.exe.Token -> JBPM_TOKEN
17:57:05,020 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/exe/RuntimeAction.hbm.xml
17:57:05,039 INFO  [HbmBinder] Mapping class: org.jbpm.graph.exe.RuntimeAction -> JBPM_RUNTIMEACTION
17:57:05,041 INFO  [Configuration] Reading mappings from resource : org/jbpm/module/exe/ModuleInstance.hbm.xml
17:57:05,060 INFO  [HbmBinder] Mapping class: org.jbpm.module.exe.ModuleInstance -> JBPM_MODULEINSTANCE
17:57:05,061 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/ContextInstance.hbm.xml
17:57:05,072 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.ContextInstance -> JBPM_MODULEINSTANCE
17:57:05,073 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/TokenVariableMap.hbm.xml
17:57:05,091 INFO  [HbmBinder] Mapping class: org.jbpm.context.exe.TokenVariableMap -> JBPM_TOKENVARIABLEMAP
17:57:05,095 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/VariableInstance.hbm.xml
17:57:05,107 INFO  [HbmBinder] Mapping class: org.jbpm.context.exe.VariableInstance -> JBPM_VARIABLEINSTANCE
17:57:05,111 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/ByteArrayInstance.hbm.xml
17:57:05,130 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.ByteArrayInstance -> JBPM_VARIABLEINSTANCE
17:57:05,130 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/DateInstance.hbm.xml
17:57:05,148 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.DateInstance -> JBPM_VARIABLEINSTANCE
17:57:05,149 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/DoubleInstance.hbm.xml
17:57:05,160 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.DoubleInstance -> JBPM_VARIABLEINSTANCE
17:57:05,161 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/HibernateLongInstance.hbm.xml
17:57:05,179 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.HibernateLongInstance -> JBPM_VARIABLEINSTANCE
17:57:05,180 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/HibernateStringInstance.hbm.xml
17:57:05,191 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.HibernateStringInstance -> JBPM_VARIABLEINSTANCE
17:57:05,192 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/LongInstance.hbm.xml
17:57:05,211 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.LongInstance -> JBPM_VARIABLEINSTANCE
17:57:05,211 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/NullInstance.hbm.xml
17:57:05,223 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.NullInstance -> JBPM_VARIABLEINSTANCE
17:57:05,223 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/StringInstance.hbm.xml
17:57:05,242 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.StringInstance -> JBPM_VARIABLEINSTANCE
17:57:05,242 INFO  [Configuration] Reading mappings from resource : org/jbpm/job/Job.hbm.xml
17:57:05,254 INFO  [HbmBinder] Mapping class: org.jbpm.job.Job -> JBPM_JOB
17:57:05,258 INFO  [Configuration] Reading mappings from resource : org/jbpm/job/Timer.hbm.xml
17:57:05,279 INFO  [HbmBinder] Mapping subclass: org.jbpm.job.Timer -> JBPM_JOB
17:57:05,281 INFO  [Configuration] Reading mappings from resource : org/jbpm/job/ExecuteNodeJob.hbm.xml
17:57:05,299 INFO  [HbmBinder] Mapping subclass: org.jbpm.job.ExecuteNodeJob -> JBPM_JOB
17:57:05,300 INFO  [Configuration] Reading mappings from resource : org/jbpm/job/ExecuteActionJob.hbm.xml
17:57:05,310 INFO  [HbmBinder] Mapping subclass: org.jbpm.job.ExecuteActionJob -> JBPM_JOB
17:57:05,311 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/exe/TaskMgmtInstance.hbm.xml
17:57:05,329 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.exe.TaskMgmtInstance -> JBPM_MODULEINSTANCE
17:57:05,332 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/exe/TaskInstance.hbm.xml
17:57:05,346 INFO  [HbmBinder] Mapping class: org.jbpm.taskmgmt.exe.TaskInstance -> JBPM_TASKINSTANCE
17:57:05,360 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.pooledActors -> JBPM_TASKACTORPOOL
17:57:05,361 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/exe/PooledActor.hbm.xml
17:57:05,372 INFO  [HbmBinder] Mapping class: org.jbpm.taskmgmt.exe.PooledActor -> JBPM_POOLEDACTOR
17:57:05,374 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.PooledActor.taskInstances -> JBPM_TASKACTORPOOL
17:57:05,375 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/exe/SwimlaneInstance.hbm.xml
17:57:05,393 INFO  [HbmBinder] Mapping class: org.jbpm.taskmgmt.exe.SwimlaneInstance -> JBPM_SWIMLANEINSTANCE
17:57:05,395 INFO  [Configuration] Reading mappings from resource : org/jbpm/logging/log/ProcessLog.hbm.xml
17:57:05,407 INFO  [HbmBinder] Mapping class: org.jbpm.logging.log.ProcessLog -> JBPM_LOG
17:57:05,416 INFO  [Configuration] Reading mappings from resource : org/jbpm/logging/log/MessageLog.hbm.xml
17:57:05,427 INFO  [HbmBinder] Mapping subclass: org.jbpm.logging.log.MessageLog -> JBPM_LOG
17:57:05,428 INFO  [Configuration] Reading mappings from resource : org/jbpm/logging/log/CompositeLog.hbm.xml
17:57:05,447 INFO  [HbmBinder] Mapping subclass: org.jbpm.logging.log.CompositeLog -> JBPM_LOG
17:57:05,447 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/log/ActionLog.hbm.xml
17:57:05,458 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.ActionLog -> JBPM_LOG
17:57:05,459 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/log/NodeLog.hbm.xml
17:57:05,477 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.NodeLog -> JBPM_LOG
17:57:05,479 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/log/ProcessInstanceCreateLog.hbm.xml
17:57:05,489 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.ProcessInstanceCreateLog -> JBPM_LOG
17:57:05,490 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/log/ProcessInstanceEndLog.hbm.xml
17:57:05,507 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.ProcessInstanceEndLog -> JBPM_LOG
17:57:05,507 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/log/ProcessStateLog.hbm.xml
17:57:05,518 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.ProcessStateLog -> JBPM_LOG
17:57:05,518 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/log/SignalLog.hbm.xml
17:57:05,536 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.SignalLog -> JBPM_LOG
17:57:05,536 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/log/TokenCreateLog.hbm.xml
17:57:05,547 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.TokenCreateLog -> JBPM_LOG
17:57:05,548 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/log/TokenEndLog.hbm.xml
17:57:05,565 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.TokenEndLog -> JBPM_LOG
17:57:05,566 INFO  [Configuration] Reading mappings from resource : org/jbpm/graph/log/TransitionLog.hbm.xml
17:57:05,577 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.log.TransitionLog -> JBPM_LOG
17:57:05,577 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/VariableLog.hbm.xml
17:57:05,595 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.VariableLog -> JBPM_LOG
17:57:05,595 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/VariableCreateLog.hbm.xml
17:57:05,603 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.VariableCreateLog -> JBPM_LOG
17:57:05,603 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/VariableDeleteLog.hbm.xml
17:57:05,610 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.VariableDeleteLog -> JBPM_LOG
17:57:05,610 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/VariableUpdateLog.hbm.xml
17:57:05,624 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.VariableUpdateLog -> JBPM_LOG
17:57:05,625 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/variableinstance/ByteArrayUpdateLog.hbm.xml
17:57:05,632 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.ByteArrayUpdateLog -> JBPM_LOG
17:57:05,633 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/variableinstance/DateUpdateLog.hbm.xml
17:57:05,640 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.DateUpdateLog -> JBPM_LOG
17:57:05,640 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/variableinstance/DoubleUpdateLog.hbm.xml
17:57:05,655 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.DoubleUpdateLog -> JBPM_LOG
17:57:05,655 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/variableinstance/HibernateLongUpdateLog.hbm.xml
17:57:05,662 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.HibernateLongUpdateLog -> JBPM_LOG
17:57:05,663 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/variableinstance/HibernateStringUpdateLog.hbm.xml
17:57:05,670 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.HibernateStringUpdateLog -> JBPM_LOG
17:57:05,670 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/variableinstance/LongUpdateLog.hbm.xml
17:57:05,685 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.LongUpdateLog -> JBPM_LOG
17:57:05,685 INFO  [Configuration] Reading mappings from resource : org/jbpm/context/log/variableinstance/StringUpdateLog.hbm.xml
17:57:05,693 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.StringUpdateLog -> JBPM_LOG
17:57:05,693 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/log/TaskLog.hbm.xml
17:57:05,701 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.TaskLog -> JBPM_LOG
17:57:05,702 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/log/TaskCreateLog.hbm.xml
17:57:05,716 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.TaskCreateLog -> JBPM_LOG
17:57:05,717 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/log/TaskAssignLog.hbm.xml
17:57:05,724 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.TaskAssignLog -> JBPM_LOG
17:57:05,725 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/log/TaskEndLog.hbm.xml
17:57:05,732 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.TaskEndLog -> JBPM_LOG
17:57:05,733 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/log/SwimlaneLog.hbm.xml
17:57:05,747 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneLog -> JBPM_LOG
17:57:05,748 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/log/SwimlaneCreateLog.hbm.xml
17:57:05,755 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneCreateLog -> JBPM_LOG
17:57:05,757 INFO  [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/log/SwimlaneAssignLog.hbm.xml
17:57:05,771 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneAssignLog -> JBPM_LOG
17:57:05,772 INFO  [Configuration] Configured SessionFactory: null
17:57:05,811 INFO  [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.def.TaskMgmtDefinition -> JBPM_MODULEDEFINITION
17:57:05,811 INFO  [HbmBinder] Mapping subclass: org.jbpm.context.def.ContextDefinition -> JBPM_MODULEDEFINITION
17:57:05,812 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.action.MailAction -> JBPM_ACTION
17:57:05,812 INFO  [HbmBinder] Mapping subclass: org.jbpm.graph.action.Script -> JBPM_ACTION
17:57:05,813 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.ProcessDefinition.events -> JBPM_EVENT
17:57:05,814 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.ProcessDefinition.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
17:57:05,814 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.ProcessDefinition.nodes -> JBPM_NODE
17:57:05,814 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.ProcessDefinition.actions -> JBPM_ACTION
17:57:05,814 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.ProcessDefinition.definitions -> JBPM_MODULEDEFINITION
17:57:05,815 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.Node.events -> JBPM_EVENT
17:57:05,815 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.Node.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
17:57:05,815 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.Node.leavingTransitions -> JBPM_TRANSITION
17:57:05,816 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.Node.arrivingTransitions -> JBPM_TRANSITION
17:57:05,816 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.Transition.events -> JBPM_EVENT
17:57:05,816 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.Transition.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
17:57:05,816 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.Event.actions -> JBPM_ACTION
17:57:05,817 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.SuperState.nodes -> JBPM_NODE
17:57:05,817 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.def.ExceptionHandler.actions -> JBPM_ACTION
17:57:05,817 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.node.ProcessState.variableAccesses -> JBPM_VARIABLEACCESS
17:57:05,819 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.node.TaskNode.tasks -> JBPM_TASK
17:57:05,819 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.Swimlane.tasks -> JBPM_TASK
17:57:05,820 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.Task.events -> JBPM_EVENT
17:57:05,820 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.Task.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
17:57:05,820 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.TaskController.variableAccesses -> JBPM_VARIABLEACCESS
17:57:05,821 INFO  [HbmBinder] Mapping collection: org.jbpm.file.def.FileDefinition.processFiles -> JBPM_BYTEARRAY
17:57:05,821 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.exe.ProcessInstance.runtimeActions -> JBPM_RUNTIMEACTION
17:57:05,821 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.exe.ProcessInstance.instances -> JBPM_MODULEINSTANCE
17:57:05,821 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.exe.Token.children -> JBPM_TOKEN
17:57:05,822 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.exe.Token.comments -> JBPM_COMMENT
17:57:05,829 INFO  [HbmBinder] Mapping collection: org.jbpm.context.exe.ContextInstance.tokenVariableMaps -> JBPM_TOKENVARIABLEMAP
17:57:05,830 INFO  [HbmBinder] Mapping collection: org.jbpm.context.exe.TokenVariableMap.variableInstances -> JBPM_VARIABLEINSTANCE
17:57:05,830 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.TaskMgmtInstance.swimlaneInstances -> JBPM_SWIMLANEINSTANCE
17:57:05,830 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.TaskMgmtInstance.taskInstances -> JBPM_TASKINSTANCE
17:57:05,830 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.variableInstances -> JBPM_VARIABLEINSTANCE
17:57:05,831 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.comments -> JBPM_COMMENT
17:57:05,831 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.SwimlaneInstance.pooledActors -> JBPM_POOLEDACTOR
17:57:05,832 INFO  [HbmBinder] Mapping collection: org.jbpm.logging.log.CompositeLog.children -> JBPM_LOG
17:57:05,832 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.TaskMgmtDefinition.swimlanes -> JBPM_SWIMLANE
17:57:05,832 INFO  [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.TaskMgmtDefinition.tasks -> JBPM_TASK
17:57:05,832 INFO  [HbmBinder] Mapping collection: org.jbpm.graph.action.Script.variableAccesses -> JBPM_VARIABLEACCESS
17:57:05,878 INFO  [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
17:57:05,879 INFO  [DatasourceConnectionProvider] Using datasource: java:/dvdstoreDatasource
17:57:05,879 INFO  [SettingsFactory] RDBMS: HSQL Database Engine, version: 1.8.0
17:57:05,879 INFO  [SettingsFactory] JDBC driver: HSQL Database Engine Driver, version: 1.8.0
17:57:05,880 INFO  [Dialect] Using dialect: org.hibernate.dialect.HSQLDialect
17:57:05,880 INFO  [TransactionFactoryFactory] Transaction strategy: org.hibernate.transaction.JTATransactionFactory
17:57:05,890 INFO  [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
17:57:05,890 INFO  [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
17:57:05,891 INFO  [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
17:57:05,891 INFO  [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
17:57:05,891 INFO  [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
17:57:05,891 INFO  [SettingsFactory] Automatic flush during beforeCompletion(): disabled
17:57:05,892 INFO  [SettingsFactory] Automatic session close at end of transaction: disabled
17:57:05,892 INFO  [SettingsFactory] JDBC batch size: 15
17:57:05,892 INFO  [SettingsFactory] JDBC batch updates for versioned data: disabled
17:57:05,892 INFO  [SettingsFactory] Scrollable result sets: enabled
17:57:05,892 INFO  [SettingsFactory] JDBC3 getGeneratedKeys(): disabled
17:57:05,892 INFO  [SettingsFactory] Connection release mode: auto
17:57:05,893 INFO  [SettingsFactory] Default batch fetch size: 1
17:57:05,893 INFO  [SettingsFactory] Generate SQL with comments: disabled
17:57:05,893 INFO  [SettingsFactory] Order SQL updates by primary key: disabled
17:57:05,893 INFO  [SettingsFactory] Order SQL inserts for batching: disabled
17:57:05,893 INFO  [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
17:57:05,894 INFO  [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
17:57:05,894 INFO  [SettingsFactory] Query language substitutions: {}
17:57:05,894 INFO  [SettingsFactory] JPA-QL strict compliance: disabled
17:57:05,894 INFO  [SettingsFactory] Second-level cache: enabled
17:57:05,894 INFO  [SettingsFactory] Query cache: disabled
17:57:05,895 INFO  [SettingsFactory] Cache provider: org.hibernate.cache.HashtableCacheProvider
17:57:05,895 INFO  [SettingsFactory] Optimize cache for minimal puts: disabled
17:57:05,895 INFO  [SettingsFactory] Structured second-level cache entries: disabled
17:57:05,895 INFO  [SettingsFactory] Statistics: disabled
17:57:05,896 INFO  [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
17:57:05,896 INFO  [SettingsFactory] Default entity-mode: pojo
17:57:05,896 INFO  [SettingsFactory] Named query checking : enabled
17:57:05,908 INFO  [SessionFactoryImpl] building session factory
17:57:07,824 INFO  [SessionFactoryObjectFactory] Not binding factory to JNDI, no JNDI name configured
17:57:07,838 INFO  [SchemaExport] Running hbm2ddl schema export
17:57:07,838 INFO  [SchemaExport] exporting generated schema to database
17:57:07,907 INFO  [SchemaExport] Executing import script: /import.sql
17:57:07,908 ERROR [SchemaExport] schema export unsuccessful
org.hibernate.JDBCException: Error during import script execution
        at org.hibernate.tool.hbm2ddl.SchemaExport.importScript(SchemaExport.java:258)
        at org.hibernate.tool.hbm2ddl.SchemaExport.execute(SchemaExport.java:192)
        at org.hibernate.tool.hbm2ddl.SchemaExport.create(SchemaExport.java:133)
        at org.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:311)
        at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1294)
        at org.jbpm.persistence.db.DbPersistenceServiceFactory.getSessionFactory(DbPersistenceServiceFactory.java:91)
        at org.jbpm.persistence.db.DbPersistenceService.getSessionFactory(DbPersistenceService.java:95)
        at org.jbpm.persistence.db.DbPersistenceService.getSession(DbPersistenceService.java:99)
        at org.jbpm.persistence.db.DbPersistenceService.getGraphSession(DbPersistenceService.java:341)
        at org.jbpm.JbpmContext.getGraphSession(JbpmContext.java:571)
        at org.jbpm.JbpmContext.deployProcessDefinition(JbpmContext.java:173)
        at org.jboss.seam.bpm.Jbpm.deployProcess(Jbpm.java:316)
        at org.jboss.seam.bpm.Jbpm.installProcessDefinitions(Jbpm.java:294)
        at org.jboss.seam.bpm.Jbpm.startup(Jbpm.java:80)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
        at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:144)
        at org.jboss.seam.Component.callComponentMethod(Component.java:2249)
        at org.jboss.seam.Component.callCreateMethod(Component.java:2172)
        at org.jboss.seam.Component.newInstance(Component.java:2132)
        at org.jboss.seam.contexts.Contexts.startup(Contexts.java:304)
        at org.jboss.seam.contexts.Contexts.startup(Contexts.java:278)
        at org.jboss.seam.contexts.ServletLifecycle.endInitialization(ServletLifecycle.java:116)
        at org.jboss.seam.init.Initialization.init(Initialization.java:740)
        at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36)
        at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3856)
        at org.apache.catalina.core.StandardContext.start(StandardContext.java:4361)
        at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:790)
        at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:770)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)
        at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.apache.catalina.core.StandardContext.init(StandardContext.java:5312)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)
        at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:301)
        at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)
        at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
        at org.jboss.web.WebModule.startModule(WebModule.java:83)
        at org.jboss.web.WebModule.startService(WebModule.java:61)
        at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
        at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
        at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
        at $Proxy0.start(Unknown Source)
        at org.jboss.system.ServiceController.start(ServiceController.java:417)
        at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy44.start(Unknown Source)
        at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
        at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
        at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
        at org.jboss.wsf.container.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:87)
        at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188)
        at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy45.start(Unknown Source)
        at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
        at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
        at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy9.deploy(Unknown Source)
        at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
        at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
        at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
        at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:274)
        at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:225)
Caused by: java.sql.SQLException: Table not found in statement [delete from ORDERLINES]
        at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
        at org.hsqldb.jdbc.jdbcStatement.fetchResult(Unknown Source)
        at org.hsqldb.jdbc.jdbcStatement.execute(Unknown Source)
        at org.jboss.resource.adapter.jdbc.WrappedStatement.execute(WrappedStatement.java:91)
        at org.hibernate.tool.hbm2ddl.SchemaExport.importScript(SchemaExport.java:254)
        ... 117 more
17:57:07,932 INFO  [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
17:57:11,580 ERROR [[/seam-dvdstore]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener
org.jboss.seam.InstantiationException: Could not instantiate Seam component: indexer
        at org.jboss.seam.Component.newInstance(Component.java:2144)
        at org.jboss.seam.contexts.Contexts.startup(Contexts.java:304)
        at org.jboss.seam.contexts.Contexts.startup(Contexts.java:278)
        at org.jboss.seam.contexts.ServletLifecycle.endInitialization(ServletLifecycle.java:116)
        at org.jboss.seam.init.Initialization.init(Initialization.java:740)
        at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36)
        at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3856)
        at org.apache.catalina.core.StandardContext.start(StandardContext.java:4361)
        at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:790)
        at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:770)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)
        at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.apache.catalina.core.StandardContext.init(StandardContext.java:5312)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)
        at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:301)
        at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)
        at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
        at org.jboss.web.WebModule.startModule(WebModule.java:83)
        at org.jboss.web.WebModule.startService(WebModule.java:61)
        at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
        at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
        at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
        at $Proxy0.start(Unknown Source)
        at org.jboss.system.ServiceController.start(ServiceController.java:417)
        at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy44.start(Unknown Source)
        at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
        at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
        at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
        at org.jboss.wsf.container.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:87)
        at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188)
        at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy45.start(Unknown Source)
        at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
        at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
        at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy9.deploy(Unknown Source)
        at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
        at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
        at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
        at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:274)
        at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:225)
Caused by: javax.naming.NameNotFoundException: IndexerAction not bound
        at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
        at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
        at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
        at org.jnp.server.NamingServer.lookup(NamingServer.java:267)
        at org.jnp.server.NamingServer.lookup(NamingServer.java:270)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:667)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627)
        at javax.naming.InitialContext.lookup(InitialContext.java:392)
        at org.jboss.seam.Component.instantiateSessionBean(Component.java:1400)
        at org.jboss.seam.Component.instantiate(Component.java:1364)
        at org.jboss.seam.Component.newInstance(Component.java:2122)
        ... 95 more
17:57:11,592 ERROR [StandardContext] Error listenerStart
17:57:11,592 ERROR [StandardContext] Context [/seam-dvdstore] startup failed due to previous errors
17:57:11,593 INFO  [SessionFactoryImpl] closing
17:57:11,594 INFO  [SchemaExport] Running hbm2ddl schema export
17:57:11,594 INFO  [SchemaExport] exporting generated schema to database
17:57:11,653 INFO  [SchemaExport] schema export complete
17:57:11,719 WARN  [ServiceController] Problem starting service jboss.web.deployment:war=jboss-seam-dvdstore.war,id=-43148526
org.jboss.deployment.DeploymentException: URL file:/home/kpiwko/deploy/jboss-4.2.3.GA/server/default/deploy/jboss-seam-dvdstore.ear/jboss-seam-dvdstore.war/ deployment failed
        at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:386)
        at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)
        at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
        at org.jboss.web.WebModule.startModule(WebModule.java:83)
        at org.jboss.web.WebModule.startService(WebModule.java:61)
        at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
        at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
        at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
        at $Proxy0.start(Unknown Source)
        at org.jboss.system.ServiceController.start(ServiceController.java:417)
        at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy44.start(Unknown Source)
        at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
        at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
        at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
        at org.jboss.wsf.container.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:87)
        at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188)
        at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy45.start(Unknown Source)
        at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
        at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
        at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy9.deploy(Unknown Source)
        at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
        at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
        at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
        at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:274)
        at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:225)
17:57:11,720 ERROR [MainDeployer] Could not start deployment: file:/home/kpiwko/deploy/jboss-4.2.3.GA/server/default/deploy/jboss-seam-dvdstore.ear/jboss-seam-dvdstore.war/
org.jboss.deployment.DeploymentException: URL file:/home/kpiwko/deploy/jboss-4.2.3.GA/server/default/deploy/jboss-seam-dvdstore.ear/jboss-seam-dvdstore.war/ deployment failed
        at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:386)
        at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)
        at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
        at org.jboss.web.WebModule.startModule(WebModule.java:83)
        at org.jboss.web.WebModule.startService(WebModule.java:61)
        at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
        at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
        at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
        at $Proxy0.start(Unknown Source)
        at org.jboss.system.ServiceController.start(ServiceController.java:417)
        at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy44.start(Unknown Source)
        at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
        at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
        at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
        at org.jboss.wsf.container.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:87)
        at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188)
        at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy45.start(Unknown Source)
        at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
        at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
        at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy9.deploy(Unknown Source)
        at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
        at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
        at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
        at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:274)
        at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:225)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list