[JBoss Seam] - Re: seam-security example
by aahamlin
Thanks for additional information so far... I have two questions - one specific to the current implementation, one more general. Due to the length of the error stack trace, I'll post the second question as a second reply to this thread.
First the specific one. I have successfully deployed the seam-security example and used the simple annotations @Secure(roles = "myrole"), as shown in the example. However, when I try to deploy this same code, virtually line by line the components.xml, AuthenticatorAction, and LoginAction, from the example into my little demo app I get a seam error page. Here is the error and stack trace (sorry for the length!):
An Error Occurred:
No Authentication could be created, make sure the Component exists in session scope
+- Stack Trace
org.jboss.seam.security.AuthenticationException: No Authentication could be created, make sure the Component exists in session scope
at org.jboss.seam.security.Authentication.instance(Authentication.java:35)
at org.jboss.seam.interceptors.SecurityInterceptor.checkSecurity(SecurityInterceptor.java:51)
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:585)
at org.jboss.seam.util.Reflections.invoke(Reflections.java:35)
at org.jboss.seam.intercept.Interceptor.aroundInvoke(Interceptor.java:337)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:64)
at org.jboss.seam.interceptors.BijectionInterceptor.bijectTargetComponent(BijectionInterceptor.java:51)
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:585)
at org.jboss.seam.util.Reflections.invoke(Reflections.java:35)
at org.jboss.seam.intercept.Interceptor.aroundInvoke(Interceptor.java:337)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:64)
at org.jboss.seam.interceptors.ManagedEntityIdentityInterceptor.aroundInvoke(ManagedEntityIdentityInterceptor.java:157)
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:585)
at org.jboss.seam.util.Reflections.invoke(Reflections.java:35)
at org.jboss.seam.intercept.Interceptor.aroundInvoke(Interceptor.java:337)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:64)
at org.jboss.seam.interceptors.OutcomeInterceptor.interceptOutcome(OutcomeInterceptor.java:45)
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:585)
at org.jboss.seam.util.Reflections.invoke(Reflections.java:35)
at org.jboss.seam.intercept.Interceptor.aroundInvoke(Interceptor.java:337)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:64)
at org.jboss.seam.interceptors.RollbackInterceptor.rollbackIfNecessary(RollbackInterceptor.java:65)
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:585)
at org.jboss.seam.util.Reflections.invoke(Reflections.java:35)
at org.jboss.seam.intercept.Interceptor.aroundInvoke(Interceptor.java:337)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:64)
at org.jboss.seam.interceptors.ConversationInterceptor.endOrBeginLongRunningConversation(ConversationInterceptor.java:55)
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:585)
at org.jboss.seam.util.Reflections.invoke(Reflections.java:35)
at org.jboss.seam.intercept.Interceptor.aroundInvoke(Interceptor.java:337)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:64)
at org.jboss.seam.interceptors.TransactionInterceptor$1.work(TransactionInterceptor.java:49)
at org.jboss.seam.util.Work.workInTransaction(Work.java:61)
at org.jboss.seam.interceptors.TransactionInterceptor.doInTransactionIfNecessary(TransactionInterceptor.java:37)
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:585)
at org.jboss.seam.util.Reflections.invoke(Reflections.java:35)
at org.jboss.seam.intercept.Interceptor.aroundInvoke(Interceptor.java:337)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:64)
at org.jboss.seam.interceptors.ExceptionInterceptor.handleExceptions(ExceptionInterceptor.java:28)
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:585)
at org.jboss.seam.util.Reflections.invoke(Reflections.java:35)
at org.jboss.seam.intercept.Interceptor.aroundInvoke(Interceptor.java:337)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:64)
at org.jboss.seam.intercept.RootInterceptor.createSeamInvocationContext(RootInterceptor.java:287)
at org.jboss.seam.intercept.RootInterceptor.invokeInContexts(RootInterceptor.java:257)
at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:203)
at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:128)
at org.jboss.seam.intercept.JavaBeanInterceptor.intercept(JavaBeanInterceptor.java:69)
at org.blackcat.seam.framework.example.UserHome$$EnhancerByCGLIB$$a5dc8a8c.create()
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:585)
at org.jboss.seam.util.Reflections.invoke(Reflections.java:35)
at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:203)
at org.jboss.seam.Component.callComponentMethod(Component.java:1738)
at org.jboss.seam.Component.callCreateMethod(Component.java:1686)
at org.jboss.seam.Component.newInstance(Component.java:1675)
at org.jboss.seam.Component.getInstance(Component.java:1583)
at org.jboss.seam.Component.getInstance(Component.java:1557)
at org.jboss.seam.jsf.SeamVariableResolver.resolveVariable(SeamVariableResolver.java:89)
at org.apache.myfaces.config.LastVariableResolverInChain.resolveVariable(LastVariableResolverInChain.java:42)
at com.sun.facelets.el.LegacyELContext$LegacyELResolver.getValue(LegacyELContext.java:134)
at com.sun.el.parser.AstIdentifier.getValue(AstIdentifier.java:65)
at com.sun.el.parser.AstValue.getValue(AstValue.java:106)
at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:192)
at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:71)
at com.sun.facelets.el.LegacyValueBinding.getValue(LegacyValueBinding.java:56)
at javax.faces.component.UIOutput.getValue(UIOutput.java:77)
at org.apache.myfaces.shared_impl.renderkit.RendererUtils.getStringValue(RendererUtils.java:217)
at org.apache.myfaces.shared_impl.renderkit.html.HtmlTextRendererBase.renderInput(HtmlTextRendererBase.java:135)
at org.apache.myfaces.shared_impl.renderkit.html.HtmlTextRendererBase.encodeEnd(HtmlTextRendererBase.java:53)
at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:536)
at org.jboss.seam.ui.JSF.renderChild(JSF.java:355)
at org.jboss.seam.ui.JSF.renderChildren(JSF.java:321)
at org.jboss.seam.ui.UIDecorate.encodeChildren(UIDecorate.java:323)
at com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:234)
at com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:239)
at com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:239)
at com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:239)
at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:580)
at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:384)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:138)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.jboss.seam.servlet.SeamRedirectFilter.doFilter(SeamRedirectFilter.java:63)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.jboss.seam.servlet.SeamExceptionFilter.doFilter(SeamExceptionFilter.java:91)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
at java.lang.Thread.run(Thread.java:595)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986549#3986549
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986549
19Â years, 7Â months
[Beginners Corner] - How to change JBOSS connect to SQL Server?
by Kentzhou
I want config JBOSS to use SQL Server for BMP EJB.
What I did as below:
Add following line in login-config.xml:
<application-policy name = "MSSQLDbRealm">
<login-module code = "org.jboss.resource.security.ConfiguredIdentityLoginModule"
flag = "required">
<module-option name = "principal">sa</module-option>
<module-option name = "userName">sa</module-option>
<module-option name = "password">supermalibu</module-option>
<module-option name ="managedConnectionFactoryName">
jboss.jca:service=LocalTxCM,name=EstoreDataSource
</module-option>
</login-module>
</application-policy>
Add following lines in standardjbosscmp-jdbc.xml:
java:/EstoreDataSource
<!-- optional since 4.0 <datasource-mapping>Hypersonic SQL</datasource-mapping> -->
<datasource-mapping>MS SQLSERVER2000</datasource-mapping>
<create-table>true</create-table>
<remove-table>false</remove-table>
<read-only>false</read-only>
<read-time-out>300000</read-time-out>
<row-locking>false</row-locking>
<pk-constraint>true</pk-constraint>
<fk-constraint>false</fk-constraint>
<preferred-relation-mapping>foreign-key</preferred-relation-mapping>
<read-ahead>
on-load
<page-size>1000</page-size>
<eager-load-group>*</eager-load-group>
</read-ahead>
<list-cache-max>1000</list-cache-max>
<clean-read-ahead-on-load>false</clean-read-ahead-on-load>
<unknown-pk>
<key-generator-factory>UUIDKeyGeneratorFactory</key-generator-factory>
<unknown-pk-class>java.lang.String</unknown-pk-class>
<jdbc-type>VARCHAR</jdbc-type>
<sql-type>VARCHAR(32)</sql-type>
</unknown-pk>
<entity-command name="default"/>
<ql-compiler>org.jboss.ejb.plugins.cmp.jdbc.JDBCEJBQLCompiler</ql-compiler>
<throw-runtime-exceptions>false</throw-runtime-exceptions>
.......
<type-mapping>
MS SQLSERVER2000
<row-locking-template>SELECT ?1 FROM ?2 with (xlock) WHERE ?3 ORDER BY ?4</row-locking-template>
<pk-constraint-template>CONSTRAINT ?1 PRIMARY KEY (?2)</pk-constraint-template>
<fk-constraint-template>ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5)</fk-constraint-template>
<auto-increment-template>?1 IDENTITY</auto-increment-template>
<alias-header-prefix>t</alias-header-prefix>
<alias-header-suffix>_</alias-header-suffix>
<alias-max-length>32</alias-max-length>
<subquery-supported>true</subquery-supported>
<true-mapping>1</true-mapping>
<false-mapping>0</false-mapping>
<function-mapping>
<function-name>concat</function-name>
<function-sql>(?1 + ?2)</function-sql>
</function-mapping>
.......
But in JMX Console, I still get
database=localDB,service=Hypersonic
why?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986547#3986547
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986547
19Â years, 7Â months
[JNDI/Naming/Network] - Compression Socket
by JLudwig
hi,
i have an EJB 3.0 application which extract text-data from MySQL Database. Only the EJB application works fine.
Now, i want get the data in compressed form by using CompressedSocket. Therefore, i've create the CompressionSocket classes from the "org.jboss.test.jrmp.ejb" package. In additional, i wrote the following jboss.xml deployment descriptor:
| <?xml version="1.0"?>
| <jboss>
|
| <container-configurations>
| <container-configuration>
| <container-name>Standard Stateless SessionBean</container-name>
| <invoker-proxy-binding-name>stateless-compression-invoker</invoker-proxy-binding-name>
| <container-invoker-conf>
| <Optimized>true</Optimized>
| <RMIObjectPort>0</RMIObjectPort>
| <RMIClientSocketFactory>de.einsundeins.socket.CompressionClientSocketFactory</RMIClientSocketFactory>
| <RMIServerSocketFactory>de.einsundeins.socket.CompressionServerSocketFactory</RMIServerSocketFactory>
| </container-invoker-conf>
| </container-configuration>
| </container-configurations>
|
| <enterprise-beans>
| <session>
| <ejb-name>TextBean</ejb-name>
| <configuration-name>Standard Stateless SessionBean</configuration-name>
| <invoker-bindings>
| <invoker>
| <invoker-proxy-binding-name>
| stateless-compression-invoker
| </invoker-proxy-binding-name>
| <jndi-name>CompressedApp/TextBean/remote</jndi-name>
| </invoker>
| </invoker-bindings>
| </session>
| </enterprise-beans>
|
| <invoker-proxy-bindings>
| <invoker-proxy-binding>
| <name>stateless-compression-invoker</name>
| <invoker-mbean>jboss:service=invoker,type=jrmp, socketType=CompressionSocketFactory</invoker-mbean>
| <proxy-factory>org.jboss.proxy.ejb.ProxyFactory</proxy-factory>
| <proxy-factory-config>
| <client-interceptors>
| <home>
| <interceptor>org.jboss.proxy.ejb.HomeInterceptor</interceptor>
| <interceptor>org.jboss.proxy.SecurityInterceptor</interceptor>
| <interceptor>org.jboss.proxy.TransactionInterceptor</interceptor>
| <interceptor>org.jboss.invocation.InvokerInterceptor</interceptor>
| </home>
| <bean>
| <interceptor>org.jboss.proxy.ejb.StatelessSessionInterceptor</interceptor>
| <interceptor>org.jboss.proxy.SecurityInterceptor</interceptor>
| <interceptor>org.jboss.proxy.TransactionInterceptor</interceptor>
| <interceptor>org.jboss.invocation.InvokerInterceptor</interceptor>
| </bean>
| </client-interceptors>
| </proxy-factory-config>
| </invoker-proxy-binding>
| </invoker-proxy-bindings>
|
| </jboss>
|
Now, i get the same result when i deploy and start the application as previous. I don't get an error message if i rename the clientSocketFactory or serverSocketFactory class. First, i think that the jboss.xml file is never read but the application doesn't run when i modify the Enterprise-bean settings in this file.
The code of the TextBean.class:
| import java.sql.Connection;
| import java.sql.PreparedStatement;
| import java.sql.ResultSet;
| import java.sql.SQLException;
| import javax.ejb.Remote;
| import javax.ejb.Stateless;
| import org.jboss.annotation.ejb.RemoteBinding;
| import de.einsundeins.ccsys.util.DBConnection;
| import de.einsundeins.ccsys.interfaces.*;
|
|
| @Stateless
| @Remote(TextRemote.class)
| //@RemoteBinding (jndiBinding="CompressedApp/TextBean/remote")
| public class TextBean implements TextHome, TextRemote {
|
| private static final String QRY_TEXT_SEL = "select text.data from textandbinary.text LIMIT 100";
|
|
| public String getText() {
|
|
| try {
| Connection ConMySQL = DBConnection.dbMysql(DBConnection.MySQLURL);
| PreparedStatement prepStmt = ConMySQL.prepareStatement(QRY_TEXT_SEL);
| ResultSet rs = prepStmt.executeQuery();
| String text = "";
|
| while(rs.next()){
| text = text + rs.getString("data");
| }
| return text;
| }
| catch(ClassNotFoundException ex){
| ex.printStackTrace();
| }catch (SQLException e) {
| // TODO Auto-generated catch block
| e.printStackTrace();
| }
|
| return null;
| }
| }
|
TextRemote.class Interface:
| public interface TextRemote{
|
| public String getText();
|
| }
|
CompressedClient.class
| import de.einsundeins.ccsys.interfaces.*;
| import javax.naming.InitialContext;
|
|
|
| public class CompressedClient {
|
| public static void main(String args[]){
|
| try{
| InitialContext ctx = new InitialContext();
|
| TextRemote remote = (TextRemote)ctx.lookup("CompressedApp/TextBean/remote");
| System.out.println(remote.getText());
| }
| catch(Exception e){
| e.printStackTrace();
| }
| }
| }
|
I deploy the application as an EAR-file with following structure:
CompressedApp.ear
- application.xml --> META-INF
- ejb-app.jar
- TextBean.class
- TextRemote.class
- CompressionClientSocketFactory.class
- CompressionServerSocketFactory.class
- CompressionServerSocket.class
- CompressionSocket.class
- CompressionInputStream.class
- CompressionOutputStream.class
- CompressionConstants.class
- jboss.xml --> META-INF
Is it possible that i have make for error in the jboss.xml file or i have forget about something?
I don't know it.
I would be grateful for every help.
Best regards
Markus
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986542#3986542
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986542
19Â years, 7Â months
[JBossWS] - JSR-181 Endpoint ClassCastException
by jhudson
Hello, I'm new to JSR-181 and was creating a simple test but I am getting a ClassCastException. Can anybody help me? Thanks
<!DOCTYPE web-app
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
<servlet-name>Test</servlet-name>
<servlet-class>com.test.TestEndpoint</servlet-class>
<servlet-mapping>
<servlet-name>Test</servlet-name>
<url-pattern>/*</url-pattern>
</servlet-mapping>
</web-app>
package com.test;
import javax.jws.WebMethod;
import javax.jws.WebService;
import javax.jws.soap.SOAPBinding;
@WebService(name = "TestEndpoint")
@SOAPBinding(style = SOAPBinding.Style.RPC)
public class TestEndpoint {
@WebMethod
public String test (String param) {
System.out.println("Param: " + param);
return param;
}
}
javax.servlet.ServletException: Class com.test.TestEndpoint is not a Servlet
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:54)
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:174)
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
java.lang.Thread.run(Thread.java:595)
root cause
java.lang.ClassCastException: com.test.TestEndpoint
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:54)
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:174)
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
java.lang.Thread.run(Thread.java:595)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986540#3986540
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986540
19Â years, 7Â months
[Installation, Configuration & Deployment] - Re: java hotspot error mixed mode
by javainside
this is the log file that is created.
Hugh
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# EXCEPTION_ILLEGAL_INSTRUCTION (0xc000001d) at pc=0x00a00393, pid=4076, tid=2220
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_04-b05 mixed mode)
# Problematic frame:
# v ~RuntimeStub::interpreter_entries Runtime1 stub
#
--------------- T H R E A D ---------------
Current thread (0x27cd5280): JavaThread "http-0.0.0.0-80-1" daemon [_thread_in_Java, id=2220]
siginfo: ExceptionCode=0xc000001d
Registers:
EAX=0x22a34bc0, EBX=0x22a308c8, ECX=0x22dd4de8, EDX=0x00a0038a
ESP=0x2985dedc, EBP=0x2985df00, ESI=0x03df9f18, EDI=0x22dd4de8
EIP=0x00a00393, EFLAGS=0x00010206
Top of Stack: (sp=0x2985dedc)
0x2985dedc: 00b88110 22dd4de8 00a51b68 22dd4fc0
0x2985deec: 03df9f18 03df9f18 00000001 03df9f18
0x2985defc: 22dd4de8 2985df2c 009a29fa 22dd4de8
0x2985df0c: 03df9f18 2985df10 22dcd10f 2985df44
0x2985df1c: 22dcd8e0 00000000 22dcd178 2985df3c
0x2985df2c: 2985df64 009a29fa 03df9f00 22dd4de8
0x2985df3c: 00000000 080b70a8 03df9b08 2985df48
0x2985df4c: 22dcd582 2985df94 22dcd8e0 00000000
Instructions: (pc=0x00a00393)
0x00a00383: 85 78 e4 ff ff 81 7b 2c 00 00 00 00 0f 85 6b e6
0x00a00393: ff ff e9 76 71 fa ff 81 7b 2c 00 00 00 00 0f 85
Stack: [0x29820000,0x29860000), sp=0x2985dedc, free space=247k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
v ~RuntimeStub::interpreter_entries Runtime1 stub
j javax.xml.parsers.FactoryFinder.newInstance(Ljava/lang/String;Ljava/lang/ClassLoader;Z)Ljava/lang/Object;+95
j javax.xml.parsers.FactoryFinder.findJarServiceProvider(Ljava/lang/String;)Ljava/lang/Object;+290
j javax.xml.parsers.FactoryFinder.find(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;+310
j javax.xml.parsers.SAXParserFactory.newInstance()Ljavax/xml/parsers/SAXParserFactory;+4
j org.dom4j.io.JAXPHelper.createXMLReader(ZZ)Lorg/xml/sax/XMLReader;+0
j org.dom4j.io.SAXHelper.createXMLReaderViaJAXP(ZZ)Lorg/xml/sax/XMLReader;+2
j org.dom4j.io.SAXHelper.createXMLReader(Z)Lorg/xml/sax/XMLReader;+8
j org.dom4j.io.SAXReader.createXMLReader()Lorg/xml/sax/XMLReader;+4
j org.dom4j.io.SAXReader.getXMLReader()Lorg/xml/sax/XMLReader;+9
j org.dom4j.io.SAXReader.read(Lorg/xml/sax/InputSource;)Lorg/dom4j/Document;+1
j org.dom4j.io.SAXReader.read(Ljava/io/Reader;)Lorg/dom4j/Document;+26
j com.liferay.portal.model.Layout.getName(Ljava/lang/String;)Ljava/lang/String;+31
j com.liferay.portal.model.Layout.getName(Ljava/util/Locale;)Ljava/lang/String;+7
j org.apache.jsp.html.themes.classic.templates.portal_005fnormal_jsp._jspService(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+987
j org.apache.jasper.runtime.HttpJspBase.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+3
j javax.servlet.http.HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+30
J org.apache.jasper.servlet.JspServletWrapper.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Z)V
J org.apache.jasper.servlet.JspServlet.serviceJspFile(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Ljava/lang/String;Ljava/lang/Throwable;Z)V
J org.apache.jasper.servlet.JspServlet.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
v ~RuntimeStub::alignment_frame_return Runtime1 stub
j javax.servlet.http.HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+30
J org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V
J org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V
J org.apache.catalina.core.ApplicationDispatcher.invoke(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V
J org.apache.catalina.core.ApplicationDispatcher.doInclude(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V
J org.apache.catalina.core.ApplicationDispatcher.include(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V
j com.liferay.taglib.util.ThemeUtil.includeJSP(Ljavax/servlet/ServletContext;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Ljava/lang/String;Lcom/liferay/portal/model/Theme;)V+229
j com.liferay.taglib.util.ThemeUtil.include(Ljavax/servlet/ServletContext;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Ljavax/servlet/jsp/PageContext;Ljava/lang/String;Lcom/liferay/portal/model/Theme;)V+67
j com.liferay.taglib.util.IncludeTag.doEndTag()I+59
j org.apache.jsp.html.common.themes.portal_jsp._jspx_meth_liferay$1theme_include_1(Ljavax/servlet/jsp/tagext/JspTag;Ljavax/servlet/jsp/PageContext;)Z+77
j org.apache.jsp.html.common.themes.portal_jsp._jspx_meth_c_otherwise_0(Ljavax/servlet/jsp/tagext/JspTag;Ljavax/servlet/jsp/PageContext;)Z+96
j org.apache.jsp.html.common.themes.portal_jsp._jspService(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+909
j org.apache.jasper.runtime.HttpJspBase.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+3
j javax.servlet.http.HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+30
J org.apache.jasper.servlet.JspServletWrapper.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Z)V
J org.apache.jasper.servlet.JspServlet.serviceJspFile(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Ljava/lang/String;Ljava/lang/Throwable;Z)V
J org.apache.jasper.servlet.JspServlet.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
v ~RuntimeStub::alignment_frame_return Runtime1 stub
j javax.servlet.http.HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+30
J org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V
J org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V
J org.apache.catalina.core.ApplicationDispatcher.invoke(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V
j org.apache.catalina.core.ApplicationDispatcher.processRequest(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+64
j org.apache.catalina.core.ApplicationDispatcher.doForward(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+469
j org.apache.catalina.core.ApplicationDispatcher.forward(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+55
j com.liferay.portal.struts.StrutsUtil.forward(Ljava/lang/String;Ljavax/servlet/ServletContext;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+155
j com.liferay.portal.struts.PortalRequestProcessor.doForward(Ljava/lang/String;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+7
j org.apache.struts.tiles.TilesRequestProcessor.processTilesDefinition(Ljava/lang/String;ZLjavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)Z+385
j org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Lorg/apache/struts/config/ForwardConfig;)V+74
j org.apache.struts.action.RequestProcessor.process(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+267
j com.liferay.portal.struts.PortalRequestProcessor.process(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+92
j org.apache.struts.action.ActionServlet.process(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+40
j org.apache.struts.action.ActionServlet.doGet(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+3
j javax.servlet.http.HttpServlet.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+35
j com.liferay.portal.servlet.MainServlet.callParentService(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+3
j com.liferay.portal.servlet.MainServlet.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+1299
j javax.servlet.http.HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+30
J org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V
J org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V
J com.liferay.filters.strip.StripFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V
J org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V
J org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V
j com.liferay.filters.secure.SecureFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+376
J org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V
J org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V
j com.liferay.filters.compression.CompressionFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+174
J org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V
J org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V
v ~RuntimeStub::alignment_frame_return Runtime1 stub
j com.liferay.portal.servlet.filters.layoutcache.LayoutCacheFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+559
J org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V
J org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V
j org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+61
J org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V
J org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V
v ~RuntimeStub::alignment_frame_return Runtime1 stub
j org.apache.catalina.core.StandardWrapperValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+670
j org.apache.catalina.core.StandardContextValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+285
j org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+342
j org.apache.catalina.authenticator.AuthenticatorBase.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+327
j org.jboss.web.tomcat.security.JaccContextValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+32
j org.apache.catalina.core.StandardHostValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+64
j org.apache.catalina.valves.ErrorReportValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+6
j org.apache.catalina.core.StandardEngineValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+42
j org.apache.catalina.connector.CoyoteAdapter.service(Lorg/apache/coyote/Request;Lorg/apache/coyote/Response;)V+141
j org.apache.coyote.http11.Http11Processor.process(Ljava/io/InputStream;Ljava/io/OutputStream;)V+566
j org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Lorg/apache/tomcat/util/net/TcpConnection;[Ljava/lang/Object;)V+113
j org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(Ljava/net/Socket;Lorg/apache/tomcat/util/net/TcpConnection;[Ljava/lang/Object;)V+45
j org.apache.tomcat.util.net.MasterSlaveWorkerThread.run()V+32
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
V [jvm.dll+0x82696]
V [jvm.dll+0xd6fd9]
V [jvm.dll+0x82567]
V [jvm.dll+0x822c4]
V [jvm.dll+0x9d216]
V [jvm.dll+0x101489]
V [jvm.dll+0x101457]
C [MSVCRT.dll+0x2a3b0]
...<more frames>...
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x28fa7918 JavaThread "JmsSessionDispatcher: 1" daemon [_thread_blocked, id=3348]
0x28946e18 JavaThread "Checkpoint Worker" daemon [_thread_blocked, id=3300]
0x283c1818 JavaThread "Thread-16" daemon [_thread_blocked, id=3260]
0x283c1698 JavaThread "Dispatch Worker" daemon [_thread_blocked, id=3276]
0x283a9dc0 JavaThread "Durable Queue Worker" daemon [_thread_blocked, id=3268]
0x283a9c40 JavaThread "Checkpoint Timmer" daemon [_thread_blocked, id=3280]
0x28e16ab8 JavaThread "Journal Writter" daemon [_thread_blocked, id=2252]
0x27f81ca0 JavaThread "Cleanup Timmer" daemon [_thread_blocked, id=3236]
0x289ec0c8 JavaThread "derby.rawStoreDaemon" daemon [_thread_blocked, id=3264]
0x28d57010 JavaThread "derby.antiGC" daemon [_thread_blocked, id=3192]
0x288c4428 JavaThread "http-0.0.0.0-80-3" daemon [_thread_blocked, id=2572]
0x27851990 JavaThread "http-0.0.0.0-80-2" daemon [_thread_blocked, id=804]
0x27c4a4e0 JavaThread "TP-Monitor" daemon [_thread_blocked, id=2056]
0x28acab40 JavaThread "TP-Processor4" daemon [_thread_in_native, id=2260]
0x27fa7a20 JavaThread "TP-Processor3" daemon [_thread_blocked, id=2236]
0x27f5a0a8 JavaThread "TP-Processor2" daemon [_thread_blocked, id=2240]
0x27c4a8d0 JavaThread "TP-Processor1" daemon [_thread_blocked, id=2244]
=>0x27cd5280 JavaThread "http-0.0.0.0-80-1" daemon [_thread_in_Java, id=2220]
0x27ce8b80 JavaThread "http-0.0.0.0-80" daemon [_thread_in_native, id=160]
0x27c19dd8 JavaThread "JBossLifeThread" [_thread_blocked, id=1920]
0x27cd98a8 JavaThread "HttpBridge-UserManager-Housekeeping" daemon [_thread_blocked, id=1348]
0x27cd2de0 JavaThread "com.liferay.portal.kernel.deploy.AutoDeployScanner" daemon [_thread_blocked, id=2184]
0x27cd5db0 JavaThread "DefaultQuartzScheduler_QuartzSchedulerThread" [_thread_blocked, id=2180]
0x27c95ca8 JavaThread "DefaultQuartzScheduler_Worker-9" daemon [_thread_blocked, id=2136]
0x27948b88 JavaThread "DefaultQuartzScheduler_Worker-8" daemon [_thread_blocked, id=2064]
0x28675920 JavaThread "DefaultQuartzScheduler_Worker-7" daemon [_thread_blocked, id=2104]
0x272bbd28 JavaThread "DefaultQuartzScheduler_Worker-6" daemon [_thread_blocked, id=1988]
0x2788bba0 JavaThread "DefaultQuartzScheduler_Worker-5" daemon [_thread_blocked, id=1952]
0x27a988d8 JavaThread "DefaultQuartzScheduler_Worker-4" daemon [_thread_blocked, id=1872]
0x27403c20 JavaThread "DefaultQuartzScheduler_Worker-3" daemon [_thread_blocked, id=528]
0x28785310 JavaThread "DefaultQuartzScheduler_Worker-2" daemon [_thread_blocked, id=880]
0x28952920 JavaThread "DefaultQuartzScheduler_Worker-1" daemon [_thread_blocked, id=1852]
0x27f1b430 JavaThread "DefaultQuartzScheduler_Worker-0" daemon [_thread_blocked, id=792]
0x28bb7e78 JavaThread "IdleRemover" daemon [_thread_blocked, id=128]
0x28bb6968 JavaThread "Thread-6" daemon [_thread_blocked, id=500]
0x272d0468 JavaThread "Dispatch Worker" daemon [_thread_blocked, id=2000]
0x284775a0 JavaThread "Durable Queue Worker" daemon [_thread_blocked, id=1440]
0x27e2b008 JavaThread "UILServerILService Accept Thread" [_thread_in_native, id=1716]
0x27e4b7f0 JavaThread "TimeoutFactory-1" daemon [_thread_blocked, id=1704]
0x27d9e640 JavaThread "JCA PoolFiller" [_thread_blocked, id=1700]
0x27d9e008 JavaThread "Timer-2" daemon [_thread_blocked, id=1696]
0x27f31220 JavaThread "HSQLDB Timer @bc22eb" daemon [_thread_blocked, id=1628]
0x27a6d488 JavaThread "WorkManager(3)-1" daemon [_thread_blocked, id=1668]
0x277e0e30 JavaThread "Thread-3" daemon [_thread_blocked, id=1644]
0x277ded18 JavaThread "JBossMQ Cache Reference Softner" daemon [_thread_blocked, id=1380]
0x279e4008 JavaThread "SubscriptionWatchDog" [_thread_blocked, id=1252]
0x27a773b0 JavaThread "ContainerBackgroundProcessor[StandardEngine[jboss.web]]" daemon [_thread_blocked, id=1080]
0x273eb1d0 JavaThread "PooledInvokerAcceptor#0-4445" [_thread_in_native, id=1044]
0x270a5330 JavaThread "RMI TCP Accept-4444" daemon [_thread_in_native, id=968]
0x270a4df8 JavaThread "TimeoutFactory-0" daemon [_thread_blocked, id=760]
0x273ff528 JavaThread "JBoss System Threads(1)-2" daemon [_thread_in_native, id=464]
0x270c9930 JavaThread "GC Daemon" daemon [_thread_blocked, id=512]
0x2739ac50 JavaThread "RMI Reaper" [_thread_blocked, id=576]
0x2735b3f0 JavaThread "Timer-1" daemon [_thread_blocked, id=572]
0x270c6ad8 JavaThread "RMI TCP Accept-1098" daemon [_thread_in_native, id=1108]
0x2735bc40 JavaThread "JBoss System Threads(1)-1" daemon [_thread_in_native, id=556]
0x270c10e8 JavaThread "ScannerThread" daemon [_thread_blocked, id=444]
0x27225950 JavaThread "Timer-0" daemon [_thread_blocked, id=484]
0x00037730 JavaThread "DestroyJavaVM" [_thread_blocked, id=4084]
0x00975708 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=256]
0x00974380 JavaThread "CompilerThread0" daemon [_thread_blocked, id=180]
0x009736b0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=916]
0x0096aa48 JavaThread "Finalizer" daemon [_thread_blocked, id=1964]
0x009695b8 JavaThread "Reference Handler" daemon [_thread_blocked, id=4092]
Other Threads:
0x00966be8 VMThread [id=4088]
0x00976a10 WatcherThread [id=304]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 36288K, used 20579K [0x02a20000, 0x05180000, 0x05180000)
eden space 32256K, 63% used [0x02a20000, 0x03e0b4e0, 0x049a0000)
from space 4032K, 4% used [0x049a0000, 0x049cd838, 0x04d90000)
to space 4032K, 0% used [0x04d90000, 0x04d90000, 0x05180000)
tenured generation total 483968K, used 84803K [0x05180000, 0x22a20000, 0x22a20000)
the space 483968K, 17% used [0x05180000, 0x0a450db0, 0x0a450e00, 0x22a20000)
compacting perm gen total 58112K, used 58029K [0x22a20000, 0x262e0000, 0x26a20000)
the space 58112K, 99% used [0x22a20000, 0x262cb6a0, 0x262cb800, 0x262e0000)
No shared spaces configured.
Dynamic libraries:
0x00400000 - 0x0040c000 C:\Program Files\Java\jdk1.5.0_04\bin\java.exe
0x7c900000 - 0x7c9b0000 C:\WINDOWS\system32\ntdll.dll
0x7c800000 - 0x7c8f4000 C:\WINDOWS\system32\kernel32.dll
0x77dd0000 - 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll
0x77e70000 - 0x77f01000 C:\WINDOWS\system32\RPCRT4.dll
0x77c10000 - 0x77c68000 C:\WINDOWS\system32\MSVCRT.dll
0x6d6b0000 - 0x6d839000 C:\Program Files\Java\jdk1.5.0_04\jre\bin\client\jvm.dll
0x77d40000 - 0x77dd0000 C:\WINDOWS\system32\USER32.dll
0x77f10000 - 0x77f57000 C:\WINDOWS\system32\GDI32.dll
0x76b40000 - 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
0x6d2f0000 - 0x6d2f8000 C:\Program Files\Java\jdk1.5.0_04\jre\bin\hpi.dll
0x76bf0000 - 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
0x6d680000 - 0x6d68c000 C:\Program Files\Java\jdk1.5.0_04\jre\bin\verify.dll
0x6d370000 - 0x6d38d000 C:\Program Files\Java\jdk1.5.0_04\jre\bin\java.dll
0x6d6a0000 - 0x6d6af000 C:\Program Files\Java\jdk1.5.0_04\jre\bin\zip.dll
0x6d530000 - 0x6d543000 C:\Program Files\Java\jdk1.5.0_04\jre\bin\net.dll
0x71ab0000 - 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
0x71aa0000 - 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
0x71a50000 - 0x71a8f000 C:\WINDOWS\System32\mswsock.dll
0x76f20000 - 0x76f47000 C:\WINDOWS\system32\DNSAPI.dll
0x76fb0000 - 0x76fb8000 C:\WINDOWS\System32\winrnr.dll
0x76f60000 - 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll
0x76fc0000 - 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll
0x6d520000 - 0x6d528000 C:\Program Files\Java\jdk1.5.0_04\jre\bin\management.dll
0x662b0000 - 0x66308000 C:\WINDOWS\system32\hnetcfg.dll
0x71a90000 - 0x71a98000 C:\WINDOWS\System32\wshtcpip.dll
0x275a0000 - 0x275c8000 C:\WINDOWS\system32\rsaenh.dll
0x769c0000 - 0x76a73000 C:\WINDOWS\system32\USERENV.dll
0x5b860000 - 0x5b8b4000 C:\WINDOWS\system32\netapi32.dll
0x6d550000 - 0x6d559000 C:\Program Files\Java\jdk1.5.0_04\jre\bin\nio.dll
0x77b40000 - 0x77b62000 C:\WINDOWS\system32\Apphelp.dll
0x77c00000 - 0x77c08000 C:\WINDOWS\system32\VERSION.dll
VM Arguments:
jvm_args: -Dprogram.name=run.bat -Xms512m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dfile.encoding=UTF-8 -Duser.timezone=GMT -Djava.endorsed.dirs=C:\svnroot\liferay\ext\servers\jboss-tomcat\bin\\..\lib\endorsed
java_command: org.jboss.Main
Environment Variables:
JAVA_HOME=C:\Program Files\Java\jdk1.5.0_04
PATH=C:\Program Files\Java\jdk1.5.0_04\bin;C:\Program Files\Java\jdk1.5.0_04\lib;C:\jikes\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\WBEM;c:\ant\bin;C:\Program Files\CVSNT\;C:\Program Files\PostgreSQL\8.1\bin;C:\Program Files\IDM Computer Solutions\UltraEdit-32;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\Program Files\Subversion\bin;C:\Program Files\IDM Computer Solutions\UltraCompare
USERNAME=portal_test
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 1, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows XP Build 2600 Service Pack 2
CPU:total 2 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
Memory: 4k page, physical 1031652k(394980k free), swap 2508640k(1601048k free)
vm_info: Java HotSpot(TM) Client VM (1.5.0_04-b05) for windows-x86, built on Jun 3 2005 02:10:41 by "java_re" with MS VC++ 6.0
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986538#3986538
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986538
19Â years, 7Â months
[JBoss Seam] - Problema on jBPM and MicroContainer ManagedHibernateSession
by fguerzoni
Hi to all,
I'm trying to mixing and matching 'hibernate' and 'todo' seam samples to conform to my use case (on front end) where I have seam, hibernate and pojo (and I would like to have jbpm).
I do have some troubles because even if every piece works well alone, the bundle is not working.
I think the root cause is that both microcontainer and jbpm scan hibernate.cfg.xml and do the mapping: so this operation happens twice.
Accidentally the exception I get is
org.hibernate.MappingException: An AnnotationConfiguration instance is required to use <mapping class="cbi.model.Distint
| a"/>
| No surprise on that becasue jbpm is not configured as microcontainer.
My config is:
jboss-seam-CVS.20061115, jdk1.5.0.04, win xp.
Here is the full stack trace:
C:\jetty-6.0.1>java -jar start.jar
2006-11-16 15:16:38.892::INFO: Logging to STDERR via org.mortbay.log.StdErrLog
2006-11-16 15:16:39.096::INFO: jetty-6.0.1
2006-11-16 15:16:39.486::INFO: Extract jar:file:/C:/jetty-6.0.1/webapps/TODO.war!/ to C:\DOCUME~1\CR00570\IMPOST~1\Temp
\Jetty_0_0_0_0_8080__TODO_\webapp
15:16:41,721 INFO [ServletContextListener] Welcome to Seam 1.1.0.BETA2
15:16:41,752 INFO [Initialization] Mapping namespace http://jboss.com/products/seam/framework to package org.jboss.sea
m.framework with prefix=
15:16:41,767 INFO [Scanner] scanning: /C:/Documents and Settings/CR00570/Impostazioni locali/Temp/Jetty_0_0_0_0_8080__T
ODO_/webapp/WEB-INF/lib/TODO.jar
15:16:41,767 INFO [Initialization] reading /WEB-INF/components.xml
15:16:41,861 INFO [Initialization] reading properties from: /seam.properties
15:16:41,861 INFO [Initialization] reading properties from: /jndi.properties
15:16:41,877 INFO [Initialization] initializing Seam
15:16:41,877 INFO [Scanner] scanning: /C:/Documents and Settings/CR00570/Impostazioni locali/Temp/Jetty_0_0_0_0_8080__T
ODO_/webapp/WEB-INF/lib/TODO.jar
15:16:41,955 INFO [Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jbos
s.seam.core.Init
15:16:41,971 INFO [Component] Component: expressions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.E
xpressions
15:16:41,971 INFO [Component] Component: org.jboss.seam.core.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jbo
ss.seam.core.Pages
15:16:41,986 INFO [Component] Component: org.jboss.seam.core.facesPage, scope: PAGE, type: JAVA_BEAN, class: org.jboss.
seam.core.FacesPage
15:16:41,986 INFO [Component] Component: events, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Events
15:16:41,986 INFO [Component] Component: org.jboss.seam.core.conversationEntries, scope: SESSION, type: JAVA_BEAN, clas
s: org.jboss.seam.core.ConversationEntries
15:16:42,002 INFO [Component] Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.s
eam.core.Manager
15:16:42,002 INFO [Component] Component: switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.Switcher
15:16:42,002 INFO [Component] Component: redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Red
irect
15:16:42,002 INFO [Component] Component: httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Htt
pError
15:16:42,002 INFO [Component] Component: userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core
.UserPrincipal
15:16:42,017 INFO [Component] Component: isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.
IsUserInRole
15:16:42,017 INFO [Component] Component: conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core
.Conversation
15:16:42,017 INFO [Component] Component: conversationList, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.Con
versationList
15:16:42,017 INFO [Component] Component: conversationStack, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.Co
nversationStack
15:16:42,017 INFO [Component] Component: facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.
FacesContext
15:16:42,017 INFO [Component] Component: pageContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.P
ageContext
15:16:42,033 INFO [Component] Component: eventContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.
EventContext
15:16:42,033 INFO [Component] Component: sessionContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.cor
e.SessionContext
15:16:42,033 INFO [Component] Component: applicationContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam
.core.ApplicationContext
15:16:42,033 INFO [Component] Component: conversationContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.sea
m.core.ConversationContext
15:16:42,033 INFO [Component] Component: businessProcessContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.
seam.core.BusinessProcessContext
15:16:42,049 INFO [Component] Component: locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Locale
15:16:42,049 INFO [Component] Component: messages, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.Messages
15:16:42,049 INFO [Component] Component: theme, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme
15:16:42,049 INFO [Component] Component: themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.Th
emeSelector
15:16:42,064 INFO [Component] Component: interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.In
terpolator
15:16:42,064 INFO [Component] Component: org.jboss.seam.core.validation, scope: APPLICATION, type: JAVA_BEAN, class: or
g.jboss.seam.core.Validation
15:16:42,080 INFO [Component] Component: facesMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.cor
e.FacesMessages
15:16:42,080 INFO [Component] Component: resourceBundle, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.Re
sourceBundle
15:16:42,096 INFO [Component] Component: localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.Lo
caleSelector
15:16:42,096 INFO [Component] Component: uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.UiC
omponent
15:16:42,111 INFO [Component] Component: org.jboss.seam.core.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: o
rg.jboss.seam.core.SafeActions
15:16:42,111 INFO [Component] Component: org.jboss.seam.core.persistenceContexts, scope: CONVERSATION, type: JAVA_BEAN,
class: org.jboss.seam.core.PersistenceContexts
15:16:42,127 INFO [Component] Component: currentDate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framewor
k.CurrentDate
15:16:42,142 INFO [Component] Component: currentTime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framewor
k.CurrentTime
15:16:42,158 INFO [Component] Component: currentDatetime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.fram
ework.CurrentDatetime
15:16:42,158 INFO [Component] Component: org.jboss.seam.core.exceptions, scope: APPLICATION, type: JAVA_BEAN, class: or
g.jboss.seam.core.Exceptions
15:16:42,174 INFO [Component] Component: org.jboss.seam.securityManager, scope: APPLICATION, type: JAVA_BEAN, class: or
g.jboss.seam.security.SeamSecurityManager
15:16:42,174 INFO [Component] Component: org.jboss.seam.remoting.remotingConfig, scope: APPLICATION, type: JAVA_BEAN, c
lass: org.jboss.seam.remoting.RemotingConfig
15:16:42,189 INFO [Component] Component: org.jboss.seam.remoting.messaging.subscriptionRegistry, scope: APPLICATION, ty
pe: JAVA_BEAN, class: org.jboss.seam.remoting.messaging.SubscriptionRegistry
15:16:42,189 INFO [Component] Component: pojoCache, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Poj
oCache
15:16:42,221 INFO [Component] Component: org.jboss.seam.debug.introspector, scope: EVENT, type: JAVA_BEAN, class: org.j
boss.seam.debug.Introspector
15:16:42,236 INFO [Component] Component: org.jboss.seam.debug.contexts, scope: APPLICATION, type: JAVA_BEAN, class: org
.jboss.seam.debug.Contexts
15:16:42,236 INFO [Component] Component: actor, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.Actor
15:16:42,252 INFO [Component] Component: businessProcess, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.c
ore.BusinessProcess
15:16:42,252 INFO [Component] Component: pageflow, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Pag
eflow
15:16:42,267 INFO [Component] Component: transition, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.T
ransition
15:16:42,267 INFO [Component] Component: pooledTask, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Po
oledTask
15:16:42,361 INFO [Component] Component: taskInstance, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.
TaskInstance
15:16:42,361 INFO [Component] Component: processInstance, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.co
re.ProcessInstance
15:16:42,377 INFO [Component] Component: taskInstanceList, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.c
ore.TaskInstanceList
15:16:42,377 INFO [Component] Component: pooledTaskInstanceList, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.
seam.core.PooledTaskInstanceList
15:16:42,392 INFO [Component] Component: taskInstanceListForType, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss
.seam.core.TaskInstanceListForType
15:16:42,408 INFO [Component] Component: jbpmContext, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.Managed
JbpmContext
15:16:42,408 INFO [Component] Component: cbiFeDatabase, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.cor
e.ManagedHibernateSession
15:16:42,424 INFO [Component] Component: hibernateSessionFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss
.seam.core.HibernateSessionFactory
15:16:42,424 INFO [Component] Component: org.jboss.seam.core.microcontainer, scope: APPLICATION, type: JAVA_BEAN, class
: org.jboss.seam.core.Microcontainer
15:16:42,439 INFO [Component] Component: org.jboss.seam.core.jbpm, scope: APPLICATION, type: JAVA_BEAN, class: org.jbos
s.seam.core.Jbpm
15:16:42,439 INFO [Component] Component: distMng, scope: EVENT, type: JAVA_BEAN, class: bean.DistinteManager
15:16:42,455 INFO [Component] Component: login, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.example.todo.Login
15:16:42,455 INFO [Component] Component: todoList, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.example.todo.To
doList
15:16:42,471 INFO [Component] Component: distinta, scope: CONVERSATION, type: ENTITY_BEAN, class: cbi.model.Distinta
15:16:42,486 INFO [Lifecycle] starting up: isUserInRole
15:16:42,486 INFO [Lifecycle] starting up: processInstance
15:16:42,486 INFO [Lifecycle] starting up: org.jboss.seam.core.microcontainer
15:16:42,939 WARN [BeanSchemaBinding] You should use the 2.0 version of the Microcontainer xml. xmlns='urn:jboss:bean-d
eployer:2.0'
15:16:43,017 INFO [TransactionManagerFactory] starting JTA transaction manager
15:16:43,142 INFO [DataSourceFactory] starting Datasource at JNDI name: java:/DefaultDS
15:16:43,174 INFO [LocalTxDataSource] Bound datasource to JNDI name 'java:/DefaultDS'
15:16:43,189 INFO [Version] Hibernate Annotations 3.2.0.CR1
15:16:43,205 INFO [Environment] Hibernate 3.2 cr2
15:16:43,221 INFO [Environment] hibernate.properties not found
15:16:43,221 INFO [Environment] Bytecode provider name : cglib
15:16:43,236 INFO [Environment] using JDK 1.4 java.sql.Timestamp handling
15:16:43,283 INFO [Configuration] configuring from resource: /hibernate.cfg.xml
15:16:43,283 INFO [Configuration] Configuration resource: /hibernate.cfg.xml
15:16:43,346 INFO [Configuration] Reading mappings from resource: org/jbpm/db/hibernate.queries.hbm.xml
15:16:43,392 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/def/ProcessDefinition.hbm.xml
15:16:43,517 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/def/Node.hbm.xml
15:16:43,564 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/def/Transition.hbm.xml
15:16:43,580 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/def/Event.hbm.xml
15:16:43,611 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/def/Action.hbm.xml
15:16:43,627 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/def/SuperState.hbm.xml
15:16:43,642 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/def/ExceptionHandler.hbm.xml
15:16:43,674 INFO [Configuration] Reading mappings from resource: org/jbpm/instantiation/Delegation.hbm.xml
15:16:43,689 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/node/StartState.hbm.xml
15:16:43,689 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/node/EndState.hbm.xml
15:16:43,705 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/node/ProcessState.hbm.xml
15:16:43,721 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/node/Decision.hbm.xml
15:16:43,736 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/node/Fork.hbm.xml
15:16:43,752 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/node/Join.hbm.xml
15:16:43,767 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/node/State.hbm.xml
15:16:43,861 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/node/TaskNode.hbm.xml
15:16:43,892 INFO [Configuration] Reading mappings from resource: org/jbpm/context/def/ContextDefinition.hbm.xml
15:16:43,892 INFO [Configuration] Reading mappings from resource: org/jbpm/context/def/VariableAccess.hbm.xml
15:16:43,908 INFO [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/def/TaskMgmtDefinition.hbm.xml
15:16:43,924 INFO [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/def/Swimlane.hbm.xml
15:16:43,939 INFO [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/def/Task.hbm.xml
15:16:43,955 INFO [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/def/TaskController.hbm.xml
15:16:43,971 INFO [Configuration] Reading mappings from resource: org/jbpm/module/def/ModuleDefinition.hbm.xml
15:16:43,986 INFO [Configuration] Reading mappings from resource: org/jbpm/bytes/ByteArray.hbm.xml
15:16:43,986 INFO [Configuration] Reading mappings from resource: org/jbpm/file/def/FileDefinition.hbm.xml
15:16:44,002 INFO [Configuration] Reading mappings from resource: org/jbpm/scheduler/def/CreateTimerAction.hbm.xml
15:16:44,017 INFO [Configuration] Reading mappings from resource: org/jbpm/scheduler/def/CancelTimerAction.hbm.xml
15:16:44,033 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/exe/Comment.hbm.xml
15:16:44,127 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/exe/ProcessInstance.hbm.xml
15:16:44,142 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/exe/Token.hbm.xml
15:16:44,158 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/exe/RuntimeAction.hbm.xml
15:16:44,174 INFO [Configuration] Reading mappings from resource: org/jbpm/module/exe/ModuleInstance.hbm.xml
15:16:44,174 INFO [Configuration] Reading mappings from resource: org/jbpm/context/exe/ContextInstance.hbm.xml
15:16:44,189 INFO [Configuration] Reading mappings from resource: org/jbpm/context/exe/TokenVariableMap.hbm.xml
15:16:44,205 INFO [Configuration] Reading mappings from resource: org/jbpm/context/exe/VariableInstance.hbm.xml
15:16:44,221 INFO [Configuration] Reading mappings from resource: org/jbpm/context/exe/variableinstance/ByteArrayInstan
ce.hbm.xml
15:16:44,236 INFO [Configuration] Reading mappings from resource: org/jbpm/context/exe/variableinstance/DateInstance.hb
m.xml
15:16:44,236 INFO [Configuration] Reading mappings from resource: org/jbpm/context/exe/variableinstance/DoubleInstance.
hbm.xml
15:16:44,252 INFO [Configuration] Reading mappings from resource: org/jbpm/context/exe/variableinstance/HibernateLongIn
stance.hbm.xml
15:16:44,267 INFO [Configuration] Reading mappings from resource: org/jbpm/context/exe/variableinstance/HibernateString
Instance.hbm.xml
15:16:44,283 INFO [Configuration] Reading mappings from resource: org/jbpm/context/exe/variableinstance/LongInstance.hb
m.xml
15:16:44,299 INFO [Configuration] Reading mappings from resource: org/jbpm/context/exe/variableinstance/NullInstance.hb
m.xml
15:16:44,408 INFO [Configuration] Reading mappings from resource: org/jbpm/context/exe/variableinstance/StringInstance.
hbm.xml
15:16:44,424 INFO [Configuration] Reading mappings from resource: org/jbpm/msg/Message.hbm.xml
15:16:44,424 INFO [Configuration] Reading mappings from resource: org/jbpm/msg/db/TextMessage.hbm.xml
15:16:44,439 INFO [Configuration] Reading mappings from resource: org/jbpm/command/ExecuteActionCommand.hbm.xml
15:16:44,455 INFO [Configuration] Reading mappings from resource: org/jbpm/command/ExecuteNodeCommand.hbm.xml
15:16:44,455 INFO [Configuration] Reading mappings from resource: org/jbpm/command/SignalCommand.hbm.xml
15:16:44,471 INFO [Configuration] Reading mappings from resource: org/jbpm/command/TaskInstanceEndCommand.hbm.xml
15:16:44,486 INFO [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/exe/TaskMgmtInstance.hbm.xml
15:16:44,486 INFO [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/exe/TaskInstance.hbm.xml
15:16:44,502 INFO [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/exe/PooledActor.hbm.xml
15:16:44,517 INFO [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/exe/SwimlaneInstance.hbm.xml
15:16:44,533 INFO [Configuration] Reading mappings from resource: org/jbpm/scheduler/exe/Timer.hbm.xml
15:16:44,533 INFO [Configuration] Reading mappings from resource: org/jbpm/logging/log/ProcessLog.hbm.xml
15:16:44,549 INFO [Configuration] Reading mappings from resource: org/jbpm/logging/log/MessageLog.hbm.xml
15:16:44,564 INFO [Configuration] Reading mappings from resource: org/jbpm/logging/log/CompositeLog.hbm.xml
15:16:44,564 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/log/ActionLog.hbm.xml
15:16:44,674 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/log/NodeLog.hbm.xml
15:16:44,689 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/log/ProcessInstanceCreateLog.hbm.xml
15:16:44,689 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/log/ProcessInstanceEndLog.hbm.xml
15:16:44,705 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/log/SignalLog.hbm.xml
15:16:44,721 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/log/TokenCreateLog.hbm.xml
15:16:44,721 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/log/TokenEndLog.hbm.xml
15:16:44,736 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/log/TransitionLog.hbm.xml
15:16:44,736 INFO [Configuration] Reading mappings from resource: org/jbpm/context/log/VariableLog.hbm.xml
15:16:44,752 INFO [Configuration] Reading mappings from resource: org/jbpm/context/log/VariableCreateLog.hbm.xml
15:16:44,767 INFO [Configuration] Reading mappings from resource: org/jbpm/context/log/VariableDeleteLog.hbm.xml
15:16:44,767 INFO [Configuration] Reading mappings from resource: org/jbpm/context/log/VariableUpdateLog.hbm.xml
15:16:44,783 INFO [Configuration] Reading mappings from resource: org/jbpm/context/log/variableinstance/ByteArrayUpdate
Log.hbm.xml
15:16:44,799 INFO [Configuration] Reading mappings from resource: org/jbpm/context/log/variableinstance/DateUpdateLog.h
bm.xml
15:16:44,814 INFO [Configuration] Reading mappings from resource: org/jbpm/context/log/variableinstance/DoubleUpdateLog
.hbm.xml
15:16:44,814 INFO [Configuration] Reading mappings from resource: org/jbpm/context/log/variableinstance/HibernateLongUp
dateLog.hbm.xml
15:16:44,924 INFO [Configuration] Reading mappings from resource: org/jbpm/context/log/variableinstance/HibernateString
UpdateLog.hbm.xml
15:16:44,939 INFO [Configuration] Reading mappings from resource: org/jbpm/context/log/variableinstance/LongUpdateLog.h
bm.xml
15:16:44,955 INFO [Configuration] Reading mappings from resource: org/jbpm/context/log/variableinstance/StringUpdateLog
.hbm.xml
15:16:44,971 INFO [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/log/TaskLog.hbm.xml
15:16:44,971 INFO [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/log/TaskCreateLog.hbm.xml
15:16:44,986 INFO [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/log/TaskAssignLog.hbm.xml
15:16:44,986 INFO [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/log/TaskEndLog.hbm.xml
15:16:45,002 INFO [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/log/SwimlaneLog.hbm.xml
15:16:45,017 INFO [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/log/SwimlaneCreateLog.hbm.xml
15:16:45,017 INFO [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/log/SwimlaneAssignLog.hbm.xml
15:16:45,033 INFO [Configuration] Configured SessionFactory: null
15:16:45,111 INFO [HbmBinder] Mapping class: org.jbpm.graph.def.ProcessDefinition -> JBPM_PROCESSDEFINITION
15:16:45,189 INFO [HbmBinder] Mapping class: org.jbpm.graph.def.Node -> JBPM_NODE
15:16:45,205 INFO [HbmBinder] Mapping class: org.jbpm.graph.def.Transition -> JBPM_TRANSITION
15:16:45,205 INFO [HbmBinder] Mapping class: org.jbpm.graph.def.Event -> JBPM_EVENT
15:16:45,205 INFO [HbmBinder] Mapping class: org.jbpm.graph.def.Action -> JBPM_ACTION
15:16:45,252 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.def.SuperState -> JBPM_NODE
15:16:45,252 INFO [HbmBinder] Mapping class: org.jbpm.graph.def.ExceptionHandler -> JBPM_EXCEPTIONHANDLER
15:16:45,252 INFO [HbmBinder] Mapping class: org.jbpm.instantiation.Delegation -> JBPM_DELEGATION
15:16:45,252 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.node.StartState -> JBPM_NODE
15:16:45,252 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.node.EndState -> JBPM_NODE
15:16:45,267 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.node.ProcessState -> JBPM_NODE
15:16:45,267 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.node.Decision -> JBPM_NODE
15:16:45,267 INFO [HbmBinder] Mapping collection: org.jbpm.graph.node.Decision.decisionConditions -> JBPM_DECISIONCONDI
TIONS
15:16:45,283 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.node.Fork -> JBPM_NODE
15:16:45,283 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.node.Join -> JBPM_NODE
15:16:45,283 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.node.State -> JBPM_NODE
15:16:45,283 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.node.TaskNode -> JBPM_NODE
15:16:45,299 INFO [HbmBinder] Mapping class: org.jbpm.context.def.VariableAccess -> JBPM_VARIABLEACCESS
15:16:45,299 INFO [HbmBinder] Mapping class: org.jbpm.taskmgmt.def.Swimlane -> JBPM_SWIMLANE
15:16:45,299 INFO [HbmBinder] Mapping class: org.jbpm.taskmgmt.def.Task -> JBPM_TASK
15:16:45,299 INFO [HbmBinder] Mapping class: org.jbpm.taskmgmt.def.TaskController -> JBPM_TASKCONTROLLER
15:16:45,314 INFO [HbmBinder] Mapping class: org.jbpm.module.def.ModuleDefinition -> JBPM_MODULEDEFINITION
15:16:45,314 INFO [HbmBinder] Mapping class: org.jbpm.bytes.ByteArray -> JBPM_BYTEARRAY
15:16:45,314 INFO [HbmBinder] Mapping collection: org.jbpm.bytes.ByteArray.byteBlocks -> JBPM_BYTEBLOCK
15:16:45,314 INFO [HbmBinder] Mapping subclass: org.jbpm.file.def.FileDefinition -> JBPM_MODULEDEFINITION
15:16:45,314 INFO [HbmBinder] Mapping subclass: org.jbpm.scheduler.def.CreateTimerAction -> JBPM_ACTION
15:16:45,330 INFO [HbmBinder] Mapping subclass: org.jbpm.scheduler.def.CancelTimerAction -> JBPM_ACTION
15:16:45,330 INFO [HbmBinder] Mapping class: org.jbpm.graph.exe.Comment -> JBPM_COMMENT
15:16:45,330 INFO [HbmBinder] Mapping class: org.jbpm.graph.exe.ProcessInstance -> JBPM_PROCESSINSTANCE
15:16:45,346 INFO [HbmBinder] Mapping class: org.jbpm.graph.exe.Token -> JBPM_TOKEN
15:16:45,346 INFO [HbmBinder] Mapping class: org.jbpm.graph.exe.RuntimeAction -> JBPM_RUNTIMEACTION
15:16:45,361 INFO [HbmBinder] Mapping class: org.jbpm.module.exe.ModuleInstance -> JBPM_MODULEINSTANCE
15:16:45,361 INFO [HbmBinder] Mapping subclass: org.jbpm.context.exe.ContextInstance -> JBPM_MODULEINSTANCE
15:16:45,361 INFO [HbmBinder] Mapping class: org.jbpm.context.exe.TokenVariableMap -> JBPM_TOKENVARIABLEMAP
15:16:45,361 INFO [HbmBinder] Mapping class: org.jbpm.context.exe.VariableInstance -> JBPM_VARIABLEINSTANCE
15:16:45,377 INFO [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.ByteArrayInstance -> JBPM_VARIABL
EINSTANCE
15:16:45,377 INFO [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.DateInstance -> JBPM_VARIABLEINST
ANCE
15:16:45,377 INFO [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.DoubleInstance -> JBPM_VARIABLEIN
STANCE
15:16:45,377 INFO [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.HibernateLongInstance -> JBPM_VAR
IABLEINSTANCE
15:16:45,392 INFO [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.HibernateStringInstance -> JBPM_V
ARIABLEINSTANCE
15:16:45,392 INFO [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.LongInstance -> JBPM_VARIABLEINST
ANCE
15:16:45,392 INFO [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.NullInstance -> JBPM_VARIABLEINST
ANCE
15:16:45,408 INFO [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.StringInstance -> JBPM_VARIABLEIN
STANCE
15:16:45,408 INFO [HbmBinder] Mapping class: org.jbpm.msg.Message -> JBPM_MESSAGE
15:16:45,408 INFO [HbmBinder] Mapping subclass: org.jbpm.msg.db.TextMessage -> JBPM_MESSAGE
15:16:45,424 INFO [HbmBinder] Mapping subclass: org.jbpm.command.ExecuteActionCommand -> JBPM_MESSAGE
15:16:45,424 INFO [HbmBinder] Mapping subclass: org.jbpm.command.ExecuteNodeCommand -> JBPM_MESSAGE
15:16:45,424 INFO [HbmBinder] Mapping subclass: org.jbpm.command.SignalCommand -> JBPM_MESSAGE
15:16:45,424 INFO [HbmBinder] Mapping subclass: org.jbpm.command.TaskInstanceEndCommand -> JBPM_MESSAGE
15:16:45,424 INFO [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.exe.TaskMgmtInstance -> JBPM_MODULEINSTANCE
15:16:45,439 INFO [HbmBinder] Mapping class: org.jbpm.taskmgmt.exe.TaskInstance -> JBPM_TASKINSTANCE
15:16:45,439 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.pooledActors -> JBPM_TASKACTORPOOL
15:16:45,455 INFO [HbmBinder] Mapping class: org.jbpm.taskmgmt.exe.PooledActor -> JBPM_POOLEDACTOR
15:16:45,455 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.PooledActor.taskInstances -> JBPM_TASKACTORPOOL
15:16:45,455 INFO [HbmBinder] Mapping class: org.jbpm.taskmgmt.exe.SwimlaneInstance -> JBPM_SWIMLANEINSTANCE
15:16:45,455 INFO [HbmBinder] Mapping class: org.jbpm.scheduler.exe.Timer -> JBPM_TIMER
15:16:45,471 INFO [HbmBinder] Mapping class: org.jbpm.logging.log.ProcessLog -> JBPM_LOG
15:16:45,471 INFO [HbmBinder] Mapping subclass: org.jbpm.logging.log.MessageLog -> JBPM_LOG
15:16:45,471 INFO [HbmBinder] Mapping subclass: org.jbpm.logging.log.CompositeLog -> JBPM_LOG
15:16:45,471 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.log.ActionLog -> JBPM_LOG
15:16:45,471 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.log.NodeLog -> JBPM_LOG
15:16:45,486 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.log.ProcessInstanceCreateLog -> JBPM_LOG
15:16:45,486 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.log.ProcessInstanceEndLog -> JBPM_LOG
15:16:45,486 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.log.SignalLog -> JBPM_LOG
15:16:45,486 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.log.TokenCreateLog -> JBPM_LOG
15:16:45,486 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.log.TokenEndLog -> JBPM_LOG
15:16:45,486 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.log.TransitionLog -> JBPM_LOG
15:16:45,502 INFO [HbmBinder] Mapping subclass: org.jbpm.context.log.VariableLog -> JBPM_LOG
15:16:45,502 INFO [HbmBinder] Mapping subclass: org.jbpm.context.log.VariableCreateLog -> JBPM_LOG
15:16:45,502 INFO [HbmBinder] Mapping subclass: org.jbpm.context.log.VariableDeleteLog -> JBPM_LOG
15:16:45,502 INFO [HbmBinder] Mapping subclass: org.jbpm.context.log.VariableUpdateLog -> JBPM_LOG
15:16:45,502 INFO [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.ByteArrayUpdateLog -> JBPM_LOG
15:16:45,502 INFO [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.DateUpdateLog -> JBPM_LOG
15:16:45,517 INFO [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.DoubleUpdateLog -> JBPM_LOG
15:16:45,517 INFO [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.HibernateLongUpdateLog -> JBPM_LO
G
15:16:45,517 INFO [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.HibernateStringUpdateLog -> JBPM_
LOG
15:16:45,517 INFO [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.LongUpdateLog -> JBPM_LOG
15:16:45,533 INFO [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.StringUpdateLog -> JBPM_LOG
15:16:45,533 INFO [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.TaskLog -> JBPM_LOG
15:16:45,533 INFO [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.TaskCreateLog -> JBPM_LOG
15:16:45,533 INFO [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.TaskAssignLog -> JBPM_LOG
15:16:45,533 INFO [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.TaskEndLog -> JBPM_LOG
15:16:45,533 INFO [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneLog -> JBPM_LOG
15:16:45,549 INFO [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneCreateLog -> JBPM_LOG
15:16:45,549 INFO [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneAssignLog -> JBPM_LOG
15:16:45,549 INFO [AnnotationBinder] Binding entity from annotated class: cbi.model.Distinta
15:16:45,564 INFO [EntityBinder] Bind entity cbi.model.Distinta on table Distinta
15:16:45,596 INFO [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.def.TaskMgmtDefinition -> JBPM_MODULEDEFINITION
15:16:45,596 INFO [HbmBinder] Mapping subclass: org.jbpm.context.def.ContextDefinition -> JBPM_MODULEDEFINITION
15:16:45,596 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.ProcessDefinition.events -> JBPM_EVENT
15:16:45,596 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.ProcessDefinition.exceptionHandlers -> JBPM_EXCEPT
IONHANDLER
15:16:45,611 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.ProcessDefinition.nodes -> JBPM_NODE
15:16:45,611 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.ProcessDefinition.actions -> JBPM_ACTION
15:16:45,611 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.ProcessDefinition.definitions -> JBPM_MODULEDEFINI
TION
15:16:45,611 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.Node.events -> JBPM_EVENT
15:16:45,611 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.Node.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
15:16:45,627 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.Node.leavingTransitions -> JBPM_TRANSITION
15:16:45,627 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.Node.arrivingTransitions -> JBPM_TRANSITION
15:16:45,627 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.Transition.events -> JBPM_EVENT
15:16:45,627 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.Transition.exceptionHandlers -> JBPM_EXCEPTIONHAND
LER
15:16:45,627 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.Event.actions -> JBPM_ACTION
15:16:45,642 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.SuperState.nodes -> JBPM_NODE
15:16:45,642 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.ExceptionHandler.actions -> JBPM_ACTION
15:16:45,642 INFO [HbmBinder] Mapping collection: org.jbpm.graph.node.ProcessState.variableAccesses -> JBPM_VARIABLEACC
ESS
15:16:45,642 INFO [HbmBinder] Mapping collection: org.jbpm.graph.node.TaskNode.tasks -> JBPM_TASK
15:16:45,642 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.Swimlane.tasks -> JBPM_TASK
15:16:45,658 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.Task.events -> JBPM_EVENT
15:16:45,658 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.Task.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
15:16:45,658 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.TaskController.variableAccesses -> JBPM_VARIABL
EACCESS
15:16:45,658 INFO [HbmBinder] Mapping collection: org.jbpm.file.def.FileDefinition.processFiles -> JBPM_BYTEARRAY
15:16:45,674 INFO [HbmBinder] Mapping collection: org.jbpm.graph.exe.ProcessInstance.runtimeActions -> JBPM_RUNTIMEACTI
ON
15:16:45,674 INFO [HbmBinder] Mapping collection: org.jbpm.graph.exe.ProcessInstance.instances -> JBPM_MODULEINSTANCE
15:16:45,674 INFO [HbmBinder] Mapping collection: org.jbpm.graph.exe.Token.children -> JBPM_TOKEN
15:16:45,783 INFO [HbmBinder] Mapping collection: org.jbpm.graph.exe.Token.comments -> JBPM_COMMENT
15:16:45,783 INFO [HbmBinder] Mapping collection: org.jbpm.context.exe.ContextInstance.tokenVariableMaps -> JBPM_TOKENV
ARIABLEMAP
15:16:45,783 INFO [HbmBinder] Mapping collection: org.jbpm.context.exe.TokenVariableMap.variableInstances -> JBPM_VARIA
BLEINSTANCE
15:16:45,799 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.TaskMgmtInstance.swimlaneInstances -> JBPM_SWIM
LANEINSTANCE
15:16:45,799 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.TaskMgmtInstance.taskInstances -> JBPM_TASKINST
ANCE
15:16:45,799 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.variableInstances -> JBPM_VARIABLE
INSTANCE
15:16:45,814 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.comments -> JBPM_COMMENT
15:16:45,814 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.SwimlaneInstance.pooledActors -> JBPM_POOLEDACT
OR
15:16:45,814 INFO [HbmBinder] Mapping collection: org.jbpm.logging.log.CompositeLog.children -> JBPM_LOG
15:16:45,814 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.TaskMgmtDefinition.swimlanes -> JBPM_SWIMLANE
15:16:45,814 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.TaskMgmtDefinition.tasks -> JBPM_TASK
15:16:46,080 INFO [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.LocalOn
lyContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
15:16:46,080 INFO [DatasourceConnectionProvider] Using datasource: java:/DefaultDS
15:16:46,299 INFO [SettingsFactory] RDBMS: MySQL, version: 5.0.22-community-nt
15:16:46,299 INFO [SettingsFactory] JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.0.3 ( $Date: 200
6-07-26 17:26:47 +0200 (Wed, 26 Jul 2006) $, $Revision: 5553 $ )
15:16:46,330 INFO [Dialect] Using dialect: org.hibernate.dialect.MySQLDialect
15:16:46,330 INFO [TransactionFactoryFactory] Transaction strategy: org.hibernate.transaction.JTATransactionFactory
15:16:46,330 INFO [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.LocalOn
lyContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
15:16:46,346 INFO [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.J
BossTransactionManagerLookup
15:16:46,346 INFO [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
15:16:46,346 INFO [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.J
BossTransactionManagerLookup
15:16:46,361 INFO [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
15:16:46,361 INFO [SettingsFactory] Automatic flush during beforeCompletion(): enabled
15:16:46,361 INFO [SettingsFactory] Automatic session close at end of transaction: disabled
15:16:46,361 INFO [SettingsFactory] JDBC batch size: 15
15:16:46,361 INFO [SettingsFactory] JDBC batch updates for versioned data: disabled
15:16:46,361 INFO [SettingsFactory] Scrollable result sets: enabled
15:16:46,377 INFO [SettingsFactory] JDBC3 getGeneratedKeys(): enabled
15:16:46,377 INFO [SettingsFactory] Connection release mode: after_statement
15:16:46,377 INFO [SettingsFactory] Maximum outer join fetch depth: 2
15:16:46,377 INFO [SettingsFactory] Default batch fetch size: 1
15:16:46,377 INFO [SettingsFactory] Generate SQL with comments: disabled
15:16:46,377 INFO [SettingsFactory] Order SQL updates by primary key: disabled
15:16:46,392 INFO [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
15:16:46,392 INFO [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
15:16:46,392 INFO [SettingsFactory] Query language substitutions: {}
15:16:46,392 INFO [SettingsFactory] Second-level cache: enabled
15:16:46,392 INFO [SettingsFactory] Query cache: disabled
15:16:46,392 INFO [SettingsFactory] Cache provider: org.hibernate.cache.HashtableCacheProvider
15:16:46,408 INFO [SettingsFactory] Optimize cache for minimal puts: disabled
15:16:46,408 INFO [SettingsFactory] Structured second-level cache entries: disabled
15:16:46,408 INFO [SettingsFactory] Echoing all SQL to stdout
15:16:46,408 INFO [SettingsFactory] Statistics: disabled
15:16:46,408 INFO [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
15:16:46,424 INFO [SettingsFactory] Default entity-mode: pojo
15:16:46,455 INFO [SessionFactoryImpl] building session factory
15:16:47,783 INFO [JbpmConfiguration] using jbpm configuration resource 'jbpm.cfg.xml'
15:16:48,392 INFO [SessionFactoryObjectFactory] Not binding factory to JNDI, no JNDI name configured
15:16:48,392 INFO [SchemaUpdate] Running hbm2ddl schema update
15:16:48,392 INFO [SchemaUpdate] fetching database metadata
15:16:48,408 INFO [SchemaUpdate] updating schema
15:16:48,439 INFO [DatabaseMetadata] table not found: Distinta
15:16:48,486 INFO [TableMetadata] table found: todo.jbpm_action
15:16:48,486 INFO [TableMetadata] columns: [event_, repeat_, isasync_, class, id_, exceptionhandlerindex_, exceptionhan
dler_, referencedaction_, ispropagationallowed_, eventindex_, name_, actiondelegation_, timername_, actionexpression_, p
rocessdefinition_, timeraction_, duedate_, transitionname_]
15:16:48,502 INFO [TableMetadata] foreign keys: [fk_action_actndel, fk_action_expthdl, fk_crtetimeract_ta, fk_action_ev
ent, fk_action_refact, fk_action_procdef]
15:16:48,502 INFO [TableMetadata] indexes: [fk_action_actndel, primary, fk_action_expthdl, fk_crtetimeract_ta, fk_actio
n_event, fk_action_refact, fk_action_procdef]
15:16:48,533 INFO [TableMetadata] table found: todo.jbpm_bytearray
15:16:48,533 INFO [TableMetadata] columns: [name_, filedefinition_, id_]
15:16:48,533 INFO [TableMetadata] foreign keys: [fk_bytearr_fildef]
15:16:48,533 INFO [TableMetadata] indexes: [primary, fk_bytearr_fildef]
15:16:48,549 INFO [TableMetadata] table found: todo.jbpm_byteblock
15:16:48,564 INFO [TableMetadata] columns: [bytes_, index_, processfile_]
15:16:48,564 INFO [TableMetadata] foreign keys: [fk_byteblock_file]
15:16:48,564 INFO [TableMetadata] indexes: [primary, fk_byteblock_file]
15:16:48,580 INFO [TableMetadata] table found: todo.jbpm_comment
15:16:48,580 INFO [TableMetadata] columns: [message_, taskinstance_, time_, token_, actorid_, version_, taskinstanceind
ex_, id_, tokenindex_]
15:16:48,596 INFO [TableMetadata] foreign keys: [fk_comment_tsk, fk_comment_token]
15:16:48,596 INFO [TableMetadata] indexes: [primary, fk_comment_tsk, fk_comment_token]
15:16:48,611 INFO [TableMetadata] table found: todo.jbpm_decisionconditions
15:16:48,611 INFO [TableMetadata] columns: [decision_, expression_, transitionname_, index_]
15:16:48,611 INFO [TableMetadata] foreign keys: [fk_deccond_dec]
15:16:48,611 INFO [TableMetadata] indexes: [primary, fk_deccond_dec]
15:16:48,642 INFO [TableMetadata] table found: todo.jbpm_delegation
15:16:48,642 INFO [TableMetadata] columns: [classname_, processdefinition_, configuration_, id_, configtype_]
15:16:48,642 INFO [TableMetadata] foreign keys: [fk_delegation_prcd]
15:16:48,642 INFO [TableMetadata] indexes: [primary, fk_delegation_prcd]
15:16:48,658 INFO [TableMetadata] table found: todo.jbpm_event
15:16:48,674 INFO [TableMetadata] columns: [type_, processdefinition_, node_, task_, eventtype_, id_, transition_, grap
helement_]
15:16:48,674 INFO [TableMetadata] foreign keys: [fk_event_task, fk_event_procdef, fk_event_trans, fk_event_node]
15:16:48,674 INFO [TableMetadata] indexes: [fk_event_task, primary, fk_event_procdef, fk_event_trans, fk_event_node]
15:16:48,689 INFO [TableMetadata] table found: todo.jbpm_exceptionhandler
15:16:48,689 INFO [TableMetadata] columns: [type_, processdefinition_, node_, task_, id_, graphelementindex_, transitio
n_, graphelement_, exceptionclassname_]
15:16:48,705 INFO [TableMetadata] foreign keys: []
15:16:48,705 INFO [TableMetadata] indexes: [primary]
15:16:48,736 INFO [TableMetadata] table found: todo.jbpm_log
15:16:48,736 INFO [TableMetadata] columns: [child_, newlongidclass_, token_, oldlongidclass_, taskactorid_, oldlongvalu
e_, class_, id_, newlongvalue_, newstringidvalue_, parent_, node_, olddoublevalue_, newlongidvalue_, date_, newdatevalue
_, olddatevalue_, swimlaneinstance_, oldstringvalue_, sourcenode_, newstringvalue_, leave_, enter_, oldbytearray_, newby
tearray_, oldstringidclass_, exception_, destinationnode_, oldlongidvalue_, duration_, index_, message_, taskinstance_,
newstringidclass_, newdoublevalue_, variableinstance_, transition_, action_, taskoldactorid_, oldstringidvalue_]
15:16:48,752 INFO [TableMetadata] foreign keys: [fk_log_destnode, fk_log_transition, fk_log_action, fk_log_varinst, fk_
log_parent, fk_log_sourcenode, fk_log_newbytes, fk_log_node, fk_log_childtoken, fk_log_oldbytes, fk_log_swiminst, fk_log
_taskinst, fk_log_token]
15:16:48,752 INFO [TableMetadata] indexes: [primary, fk_log_destnode, fk_log_transition, fk_log_action, fk_log_varinst,
fk_log_parent, fk_log_sourcenode, fk_log_newbytes, fk_log_node, fk_log_childtoken, fk_log_oldbytes, fk_log_swiminst, fk
_log_taskinst, fk_log_token]
15:16:48,783 INFO [TableMetadata] table found: todo.jbpm_message
15:16:48,783 INFO [TableMetadata] columns: [text_, destination_, taskinstance_, token_, node_, exception_, class_, id_,
transitionname_, issuspended_, action_]
15:16:48,783 INFO [TableMetadata] foreign keys: [fk_cmd_taskinst, fk_msg_token, fk_cmd_node, fk_cmd_action]
15:16:48,799 INFO [TableMetadata] indexes: [primary, fk_cmd_taskinst, fk_cmd_action, fk_cmd_node, fk_msg_token]
15:16:48,814 INFO [TableMetadata] table found: todo.jbpm_moduledefinition
15:16:48,814 INFO [TableMetadata] columns: [name_, starttask_, processdefinition_, class_, id_]
15:16:48,830 INFO [TableMetadata] foreign keys: [fk_tskdef_start, fk_moddef_procdef]
15:16:48,830 INFO [TableMetadata] indexes: [fk_tskdef_start, primary, fk_moddef_procdef]
15:16:48,846 INFO [TableMetadata] table found: todo.jbpm_moduleinstance
15:16:48,846 INFO [TableMetadata] columns: [name_, processinstance_, taskmgmtdefinition_, class_, id_]
15:16:48,846 INFO [TableMetadata] foreign keys: [fk_taskmgtinst_tmd, fk_modinst_prcinst]
15:16:48,846 INFO [TableMetadata] indexes: [fk_modinst_prcinst, fk_taskmgtinst_tmd, primary]
15:16:48,877 INFO [TableMetadata] table found: todo.jbpm_node
15:16:48,877 INFO [TableMetadata] columns: [nodecollectionindex_, superstate_, subprocessdefinition_, isasync_, endtask
s_, id_, class_, createtasks_, decisiondelegation, name_, processdefinition_, action_, decisionexpression_, signal_]
15:16:48,877 INFO [TableMetadata] foreign keys: [fk_procst_sbprcdef, fk_node_action, fk_node_superstate, fk_node_procde
f, fk_decision_deleg]
15:16:48,892 INFO [TableMetadata] indexes: [fk_procst_sbprcdef, primary, fk_node_action, fk_node_superstate, fk_node_pr
ocdef, fk_decision_deleg]
15:16:48,908 INFO [TableMetadata] table found: todo.jbpm_pooledactor
15:16:48,908 INFO [TableMetadata] columns: [actorid_, id_, swimlaneinstance_]
15:16:48,908 INFO [TableMetadata] foreign keys: [fk_pooledactor_sli]
15:16:48,908 INFO [TableMetadata] indexes: [primary, fk_pooledactor_sli]
15:16:48,924 INFO [TableMetadata] table found: todo.jbpm_processdefinition
15:16:48,924 INFO [TableMetadata] columns: [name_, version_, startstate_, id_, isterminationimplicit_]
15:16:48,939 INFO [TableMetadata] foreign keys: [fk_procdef_strtsta]
15:16:48,939 INFO [TableMetadata] indexes: [primary, fk_procdef_strtsta]
15:16:48,955 INFO [TableMetadata] table found: todo.jbpm_processinstance
15:16:48,955 INFO [TableMetadata] columns: [start_, processdefinition_, end_, version_, roottoken_, id_, superprocessto
ken_, issuspended_]
15:16:48,955 INFO [TableMetadata] foreign keys: [fk_procin_sproctkn, fk_procin_procdef, fk_procin_roottkn]
15:16:48,955 INFO [TableMetadata] indexes: [fk_procin_sproctkn, primary, fk_procin_procdef, fk_procin_roottkn]
15:16:48,986 INFO [TableMetadata] table found: todo.jbpm_runtimeaction
15:16:48,986 INFO [TableMetadata] columns: [type_, version_, processinstance_, eventtype_, processinstanceindex_, id_,
action_, graphelement_]
15:16:48,986 INFO [TableMetadata] foreign keys: [fk_rtactn_procinst, fk_rtactn_action]
15:16:48,986 INFO [TableMetadata] indexes: [fk_rtactn_procinst, primary, fk_rtactn_action]
15:16:49,002 INFO [TableMetadata] table found: todo.jbpm_swimlane
15:16:49,017 INFO [TableMetadata] columns: [name_, assignmentdelegation_, taskmgmtdefinition_, id_, pooledactorsexpress
ion_, actoridexpression_]
15:16:49,017 INFO [TableMetadata] foreign keys: [fk_swl_assdel, fk_swl_tskmgmtdef]
15:16:49,017 INFO [TableMetadata] indexes: [fk_swl_assdel, primary, fk_swl_tskmgmtdef]
15:16:49,033 INFO [TableMetadata] table found: todo.jbpm_swimlaneinstance
15:16:49,033 INFO [TableMetadata] columns: [name_, actorid_, taskmgmtinstance_, swimlane_, id_]
15:16:49,033 INFO [TableMetadata] foreign keys: [fk_swimlaneinst_sl, fk_swimlaneinst_tm]
15:16:49,049 INFO [TableMetadata] indexes: [primary, fk_swimlaneinst_sl, fk_swimlaneinst_tm]
15:16:49,064 INFO [TableMetadata] table found: todo.jbpm_task
15:16:49,064 INFO [TableMetadata] columns: [assignmentdelegation_, taskcontroller_, swimlane_, taskmgmtdefinition_, id_
, issignalling_, actoridexpression_, pooledactorsexpression_, name_, isblocking_, processdefinition_, startstate_, dueda
te_, tasknode_, description_]
15:16:49,064 INFO [TableMetadata] foreign keys: [fk_task_tasknode, fk_task_startst, fk_task_assdel, fk_task_swimlane, f
k_tsk_tskctrl, fk_task_taskmgtdef, fk_task_procdef]
15:16:49,080 INFO [TableMetadata] indexes: [primary, fk_task_startst, fk_task_tasknode, fk_task_assdel, fk_task_swimlan
e, fk_tsk_tskctrl, fk_task_taskmgtdef, fk_task_procdef]
15:16:49,096 INFO [TableMetadata] table found: todo.jbpm_taskactorpool
15:16:49,096 INFO [TableMetadata] columns: [taskinstance_, pooledactor_]
15:16:49,096 INFO [TableMetadata] foreign keys: [fk_tskactpol_plact, fk_taskactpl_tski]
15:16:49,096 INFO [TableMetadata] indexes: [primary, fk_tskactpol_plact, fk_taskactpl_tski]
15:16:49,111 INFO [TableMetadata] table found: todo.jbpm_taskcontroller
15:16:49,111 INFO [TableMetadata] columns: [taskcontrollerdelegation_, id_]
15:16:49,111 INFO [TableMetadata] foreign keys: [fk_tskctrl_deleg]
15:16:49,127 INFO [TableMetadata] indexes: [fk_tskctrl_deleg, primary]
15:16:49,142 INFO [TableMetadata] table found: todo.jbpm_taskinstance
15:16:49,142 INFO [TableMetadata] columns: [start_, isopen_, token_, actorid_, swimlaninstance_, id_, class_, priority_
, create_, issignalling_, name_, isblocking_, end_, taskmgmtinstance_, task_, duedate_, description_, iscancelled_, issu
spended_]
15:16:49,142 INFO [TableMetadata] foreign keys: [fk_taskinst_tminst, fk_taskinst_token, fk_taskinst_slinst, fk_taskinst
_task]
15:16:49,158 INFO [TableMetadata] indexes: [primary, fk_taskinst_tminst, fk_taskinst_token, fk_taskinst_slinst, fk_task
inst_task]
15:16:49,174 INFO [TableMetadata] table found: todo.jbpm_timer
15:16:49,174 INFO [TableMetadata] columns: [repeat_, token_, exception_, id_, name_, taskinstance_, graphelementtype_,
processinstance_, duedate_, transitionname_, issuspended_, action_, graphelement_]
15:16:49,189 INFO [TableMetadata] foreign keys: [fk_timer_tskinst, fk_timer_action, fk_timer_prinst, fk_timer_token]
15:16:49,189 INFO [TableMetadata] indexes: [primary, fk_timer_tskinst, fk_timer_action, fk_timer_prinst, fk_timer_token
]
15:16:49,205 INFO [TableMetadata] table found: todo.jbpm_token
15:16:49,221 INFO [TableMetadata] columns: [start_, id_, isabletoreactivateparent_, subprocessinstance_, nodeenter_, na
me_, nextlogindex_, version_, end_, parent_, processinstance_, node_, isterminationimplicit_, issuspended_]
15:16:49,221 INFO [TableMetadata] foreign keys: [fk_token_procinst, fk_token_subpi, fk_token_parent, fk_token_node]
15:16:49,221 INFO [TableMetadata] indexes: [primary, fk_token_procinst, fk_token_subpi, fk_token_parent, fk_token_node]
15:16:49,236 INFO [TableMetadata] table found: todo.jbpm_tokenvariablemap
15:16:49,236 INFO [TableMetadata] columns: [contextinstance_, token_, id_]
15:16:49,252 INFO [TableMetadata] foreign keys: [fk_tkvarmap_ctxt, fk_tkvarmap_token]
15:16:49,252 INFO [TableMetadata] indexes: [primary, fk_tkvarmap_ctxt, fk_tkvarmap_token]
15:16:51,158 INFO [TableMetadata] table found: todo.jbpm_transition
15:16:51,158 INFO [TableMetadata] columns: [name_, processdefinition_, to_, fromindex_, id_, from_]
15:16:51,158 INFO [TableMetadata] foreign keys: [fk_trans_procdef, fk_transition_to, fk_transition_from]
15:16:51,174 INFO [TableMetadata] indexes: [primary, fk_trans_procdef, fk_transition_to, fk_transition_from]
15:16:51,220 INFO [TableMetadata] table found: todo.jbpm_variableaccess
15:16:51,220 INFO [TableMetadata] columns: [variablename_, access_, taskcontroller_, processstate_, mappedname_, id_, i
ndex_]
15:16:51,220 INFO [TableMetadata] foreign keys: [fk_varacc_tskctrl, fk_varacc_procst]
15:16:51,220 INFO [TableMetadata] indexes: [primary, fk_varacc_tskctrl, fk_varacc_procst]
15:16:51,252 INFO [TableMetadata] table found: todo.jbpm_variableinstance
15:16:51,252 INFO [TableMetadata] columns: [stringvalue_, bytearrayvalue_, stringidclass_, token_, tokenvariablemap_, d
oublevalue_, id_, class_, datevalue_, longvalue_, name_, taskinstance_, converter_, processinstance_, longidclass_]
15:16:51,252 INFO [TableMetadata] foreign keys: [fk_varinst_tkvarmp, fk_byteinst_array, fk_var_tskinst, fk_varinst_prci
nst, fk_varinst_tk]
15:16:51,267 INFO [TableMetadata] indexes: [fk_varinst_tkvarmp, primary, fk_byteinst_array, fk_var_tskinst, fk_varinst_
prcinst, fk_varinst_tk]
15:16:51,267 INFO [DatabaseMetadata] table not found: Distinta
15:16:51,470 INFO [SchemaUpdate] schema update complete
15:16:51,486 INFO [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.LocalOn
lyContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
15:16:51,642 WARN [FromElementType] Using non-qualified column reference [id -> ([ID_])]
15:16:51,658 WARN [FromElementType] Using non-qualified column reference [isSuspended -> ([ISSUSPENDED_])]
15:16:51,658 WARN [FromElementType] Using non-qualified column reference [token -> ([TOKEN_])]
15:16:51,689 WARN [FromElementType] Using non-qualified column reference [isSuspended -> ([ISSUSPENDED_])]
15:16:51,689 WARN [FromElementType] Using non-qualified column reference [token -> ([TOKEN_])]
15:16:51,689 WARN [FromElementType] Using non-qualified column reference [isSuspended -> ([ISSUSPENDED_])]
15:16:51,705 WARN [FromElementType] Using non-qualified column reference [token -> ([TOKEN_])]
15:16:51,720 WARN [FromElementType] Using non-qualified column reference [isSuspended -> ([ISSUSPENDED_])]
15:16:51,720 WARN [FromElementType] Using non-qualified column reference [token -> ([TOKEN_])]
15:16:51,752 WARN [FromElementType] Using non-qualified column reference [processInstance -> ([PROCESSINSTANCE_])]
15:16:51,767 WARN [FromElementType] Using non-qualified column reference [token -> ([TOKEN_])]
15:16:51,783 INFO [Lifecycle] starting up: org.jboss.seam.core.jbpm
15:16:51,783 INFO [Configuration] configuring from resource: hibernate.cfg.xml
15:16:51,799 INFO [Configuration] Configuration resource: hibernate.cfg.xml
2006-11-16 15:16:51.799::WARN: failed ContextHandler@7ae6d{/TODO,file:/C:/Documents%20and%20Settings/CR00570/Impostazio
ni%20locali/Temp/Jetty_0_0_0_0_8080__TODO_/webapp/}
2006-11-16 15:16:51.814::WARN: failed ContextHandlerCollection@4c94e5
2006-11-16 15:16:51.814::WARN: failed HandlerCollection@fafd42
2006-11-16 15:16:51.861::INFO: Started SelectChannelConnector @ 0.0.0.0:8080
2006-11-16 15:16:51.861::WARN: failed Server@3c9616
2006-11-16 15:16:51.861::WARN: EXCEPTION
org.hibernate.MappingException: An AnnotationConfiguration instance is required to use
at org.hibernate.cfg.Configuration.parseMappingElement(Configuration.java:1519)
at org.hibernate.cfg.Configuration.parseSessionFactory(Configuration.java:1474)
at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1453)
at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1427)
at org.hibernate.cfg.Configuration.configure(Configuration.java:1347)
at org.jbpm.db.hibernate.HibernateHelper.createConfiguration(HibernateHelper.java:90)
at org.jbpm.persistence.db.DbPersistenceServiceFactory.getConfiguration(DbPersistenceServiceFactory.java:68)
at org.jboss.seam.core.Jbpm.initJbpmConfiguration(Jbpm.java:115)
at org.jboss.seam.core.Jbpm.getJbpmConfiguration(Jbpm.java:81)
at org.jboss.seam.core.Jbpm.installProcessDefinitions(Jbpm.java:217)
at org.jboss.seam.core.Jbpm.startup(Jbpm.java:63)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jboss.seam.util.Reflections.invoke(Reflections.java:18)
at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:102)
at org.jboss.seam.Component.callComponentMethod(Component.java:1743)
at org.jboss.seam.Component.callCreateMethod(Component.java:1691)
at org.jboss.seam.Component.newInstance(Component.java:1680)
at org.jboss.seam.contexts.Lifecycle.startup(Lifecycle.java:153)
at org.jboss.seam.contexts.Lifecycle.endInitialization(Lifecycle.java:127)
at org.jboss.seam.init.Initialization.init(Initialization.java:438)
at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:33)
at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:450)
at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1129)
at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:420)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:457)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:38)
at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:156)
at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:120)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:38)
at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:156)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:38)
at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:119)
at org.mortbay.jetty.Server.doStart(Server.java:210)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:38)
at org.mortbay.xml.XmlConfiguration.main(XmlConfiguration.java:905)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.mortbay.start.Main.invokeMain(Main.java:183)
at org.mortbay.start.Main.start(Main.java:497)
at org.mortbay.start.Main.main(Main.java:115)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986536#3986536
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986536
19Â years, 7Â months