[JBossWS] - [WSSecurityHandler] Cannot obtain security configuration
by thomasrynne
I get the following in the jboss log when trying to use a jbossws webservice with a security domain. i.e. @SecurityDomain("mydomain"):
[java] 17:58:11,224 WARN [WSSecurityHandler] Cannot obtain security configuration
[java] 17:58:11,240 ERROR [SOAPFaultExceptionHelper] SOAP request exception
[java] javax.xml.rpc.soap.SOAPFaultException: Unprocessed 'mustUnderstand' header element: {http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security
[java] at org.jboss.ws.handler.HandlerChainBaseImpl.checkMustUnderstand(HandlerChainBaseImpl.java:505)
[java] at org.jboss.ws.server.ServiceEndpointInvoker.callRequestHandlerChain(ServiceEndpointInvoker.java:229)
......
Btw, I am using annotations and the class files are in a sar.
Here are my questions, answers to any of these would be greatly appreciated.
-Do I get the error because the security configuration can not be found?
-Does 'security configuration' mean jboss-wsse-server.xml?
-Where should jboss-wsse-server.xml go in a .sar? I've tried the root and META-INF directories.
-Will I find things easier if I don't use annotations?
-Once I have this working will jbossws automatially hook into the existing jboss JAAS authentication?
thanks
Thomas
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977311#3977311
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977311
19 years, 7 months
[JBoss Seam] - Problem deploying example
by cocampo
Hi,
I'm having problems deploying the "todo" example. I can properly build and deploy the application (at least ant shows BUILD SUCCSESSFUL), but I'm getting errors in the JBoss log as soon as I execute the deploy task, and of course I can't execute de application. I've been able to execute the "registration" example (I interpret this as a sign of Seam correctly installed). I copied the jBPM necessary JARs into JBoss's lib directory (as stated in http://docs.jboss.com/jbpm/v3/userguide/deployment.html#jbpmlibraries), but I'm not sure what could be the problem, hope you can help me.
| 2006-10-10 11:25:19,703 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/software/jboss-4.0.4.GA/server/default/deploy/jboss-seam-todo.ear
| 2006-10-10 11:25:19,703 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment (init step) of package at: file:/C:/software/jboss-4.0.4.GA/server/default/deploy/jboss-seam-todo.ear
| 2006-10-10 11:25:19,703 DEBUG [org.jboss.deployment.MainDeployer] Copying file:/C:/software/jboss-4.0.4.GA/server/default/deploy/jboss-seam-todo.ear -> C:\software\jboss-4.0.4.GA\server\default\tmp\deploy\tmp27003jboss-seam-todo.ear
| 2006-10-10 11:25:19,718 DEBUG [org.jboss.deployment.MainDeployer] using deployer org.jboss.deployment.EARDeployer@bf053f
| 2006-10-10 11:25:19,718 INFO [org.jboss.deployment.EARDeployer] Init J2EE application: file:/C:/software/jboss-4.0.4.GA/server/default/deploy/jboss-seam-todo.ear
| 2006-10-10 11:25:19,734 DEBUG [org.jboss.deployment.EARDeployer] Extracted non-deployable content: META-INF/MANIFEST.MF
| 2006-10-10 11:25:19,750 DEBUG [org.jboss.deployment.EARDeployer] Extracted deployable content: jboss-seam.jar
| 2006-10-10 11:25:19,750 DEBUG [org.jboss.deployment.EARDeployer] Extracted deployable content: jboss-seam-todo.jar
| 2006-10-10 11:25:19,765 DEBUG [org.jboss.deployment.EARDeployer] Extracted deployable content: jboss-seam-todo.war
| 2006-10-10 11:25:19,765 DEBUG [org.jboss.deployment.EARDeployer] Extracted non-deployable content: META-INF/application.xml
| 2006-10-10 11:25:19,765 DEBUG [org.jboss.deployment.EARDeployer] Extracted non-deployable content: META-INF/jboss-app.xml
| 2006-10-10 11:25:19,765 DEBUG [org.jboss.deployment.EARDeployer] Extracted non-deployable content: hibernate.cfg.xml
| 2006-10-10 11:25:19,781 DEBUG [org.jboss.deployment.EARDeployer] Extracted non-deployable content: jbpm.cfg.xml
| 2006-10-10 11:25:19,781 DEBUG [org.jboss.deployment.EARDeployer] Extracted non-deployable content: todo.jpdl.xml
| 2006-10-10 11:25:19,796 DEBUG [org.jboss.deployment.EARDeployer] Extracted deployable content: jbpm-3.1.1.jar
| 2006-10-10 11:25:19,796 DEBUG [org.jboss.deployment.EARDeployer] Deployment Info: org.jboss.deployment.DeploymentInfo@b1025e00 { url=file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jboss-seam-todo.war }
| deployer: null
| status: null
| state: CONSTRUCTED
| watch: file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jboss-seam-todo.war
| altDD: null
| lastDeployed: 0
| lastModified: 0
| mbeans:
| , isDirectory: false
| 2006-10-10 11:25:19,796 DEBUG [org.jboss.deployment.EARDeployer] Deployment Info: org.jboss.deployment.DeploymentInfo@b1022d33 { url=file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jboss-seam-todo.jar }
| deployer: null
| status: null
| state: CONSTRUCTED
| watch: file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jboss-seam-todo.jar
| altDD: null
| lastDeployed: 0
| lastModified: 0
| mbeans:
| , isDirectory: false
| 2006-10-10 11:25:19,796 DEBUG [org.jboss.deployment.EARDeployer] Deployment Info: org.jboss.deployment.DeploymentInfo@755bed90 { url=file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jboss-seam.jar }
| deployer: null
| status: null
| state: CONSTRUCTED
| watch: file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jboss-seam.jar
| altDD: null
| lastDeployed: 0
| lastModified: 0
| mbeans:
| , isDirectory: false
| 2006-10-10 11:25:19,796 DEBUG [org.jboss.deployment.EARDeployer] Deployment Info: org.jboss.deployment.DeploymentInfo@946d42bd { url=file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jbpm-3.1.1.jar }
| deployer: null
| status: null
| state: CONSTRUCTED
| watch: file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jbpm-3.1.1.jar
| altDD: null
| lastDeployed: 0
| lastModified: 0
| mbeans:
| , isDirectory: false
| 2006-10-10 11:25:19,796 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.UnifiedClassLoader3@16b4e30{ url=null ,addedOrder=0}
| 2006-10-10 11:25:19,796 DEBUG [org.jboss.deployment.DeploymentInfo] createLoaderRepository from config: LoaderRepositoryConfig(repositoryName: seam.jboss.org:loader=seam-todo, repositoryClassName: org.jboss.mx.loading.HeirarchicalLoaderRepository3, configParserClassName: null, repositoryConfig: null)
| 2006-10-10 11:25:19,796 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.UnifiedClassLoader3@1da6868{ url=file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear ,addedOrder=0}
| 2006-10-10 11:25:19,796 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.UnifiedClassLoader3@1da6868{ url=file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear ,addedOrder=0}
| 2006-10-10 11:25:19,796 DEBUG [org.jboss.mx.loading.UnifiedLoaderRepository3] Adding org.jboss.mx.loading.UnifiedClassLoader3@1da6868{ url=file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear ,addedOrder=0}
| 2006-10-10 11:25:19,843 DEBUG [org.jboss.deployment.MainDeployer] found 4 subpackages of file:/C:/software/jboss-4.0.4.GA/server/default/deploy/jboss-seam-todo.ear
| 2006-10-10 11:25:19,843 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment (init step) of package at: file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jboss-seam-todo.jar
| 2006-10-10 11:25:19,843 DEBUG [org.jboss.deployment.JARDeployer] No xml files found
| 2006-10-10 11:25:19,843 DEBUG [org.jboss.deployment.MainDeployer] using deployer org.jboss.deployment.JARDeployer@b4e29b
| 2006-10-10 11:25:19,843 DEBUG [org.jboss.deployment.JARDeployer] looking for nested deployments in : file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jboss-seam-todo.jar
| 2006-10-10 11:25:19,859 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] Added url: file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jboss-seam-todo.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@1da6868{ url=file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear ,addedOrder=40}
| 2006-10-10 11:25:19,859 DEBUG [org.jboss.deployment.MainDeployer] found 0 subpackages of file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jboss-seam-todo.jar
| 2006-10-10 11:25:19,859 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment (init step) of package at: file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jboss-seam.jar
| 2006-10-10 11:25:20,281 DEBUG [org.jboss.deployment.JARDeployer] No xml files found
| 2006-10-10 11:25:20,281 DEBUG [org.jboss.deployment.MainDeployer] using deployer org.jboss.deployment.JARDeployer@b4e29b
| 2006-10-10 11:25:20,281 DEBUG [org.jboss.deployment.JARDeployer] looking for nested deployments in : file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jboss-seam.jar
| 2006-10-10 11:25:20,343 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] Added url: file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jboss-seam.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@1da6868{ url=file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear ,addedOrder=40}
| 2006-10-10 11:25:20,343 DEBUG [org.jboss.deployment.MainDeployer] found 0 subpackages of file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jboss-seam.jar
| 2006-10-10 11:25:20,343 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment (init step) of package at: file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jbpm-3.1.1.jar
| 2006-10-10 11:25:21,015 DEBUG [org.jboss.deployment.JARDeployer] No xml files found
| 2006-10-10 11:25:21,015 DEBUG [org.jboss.deployment.MainDeployer] using deployer org.jboss.deployment.JARDeployer@b4e29b
| 2006-10-10 11:25:21,015 DEBUG [org.jboss.deployment.JARDeployer] looking for nested deployments in : file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jbpm-3.1.1.jar
| 2006-10-10 11:25:21,140 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] Added url: file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jbpm-3.1.1.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@1da6868{ url=file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear ,addedOrder=40}
| 2006-10-10 11:25:21,140 DEBUG [org.jboss.deployment.MainDeployer] found 0 subpackages of file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jbpm-3.1.1.jar
| 2006-10-10 11:25:21,140 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment (init step) of package at: file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jboss-seam-todo.war
| 2006-10-10 11:25:21,140 DEBUG [org.jboss.deployment.MainDeployer] using deployer MBeanProxyExt[jboss.web:service=WebServer]
| 2006-10-10 11:25:21,140 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] Begin init
| 2006-10-10 11:25:21,140 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] Unpacking war to: C:\software\jboss-4.0.4.GA\server\default\tmp\deploy\tmp27003jboss-seam-todo.ear-contents\jboss-seam-todo-exp.war
| 2006-10-10 11:25:21,203 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] Replaced war with unpacked contents
| 2006-10-10 11:25:21,203 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] Was unable to delete war file
| 2006-10-10 11:25:21,203 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] webContext: /seam-todo
| 2006-10-10 11:25:21,203 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] warURL: file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jboss-seam-todo-exp.war/
| 2006-10-10 11:25:21,203 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] End init
| 2006-10-10 11:25:21,203 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] Added url: file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jboss-seam-todo-exp.war/, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@1da6868{ url=file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear ,addedOrder=40}
| 2006-10-10 11:25:21,203 DEBUG [org.jboss.deployment.MainDeployer] found 0 subpackages of file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jboss-seam-todo.war
| 2006-10-10 11:25:21,203 DEBUG [org.jboss.deployment.MainDeployer] Watching new file: file:/C:/software/jboss-4.0.4.GA/server/default/deploy/jboss-seam-todo.ear
| 2006-10-10 11:25:21,203 DEBUG [org.jboss.deployment.MainDeployer] create step for deployment file:/C:/software/jboss-4.0.4.GA/server/default/deploy/jboss-seam-todo.ear
| 2006-10-10 11:25:21,203 DEBUG [org.jboss.deployment.MainDeployer] create step for deployment file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jboss-seam-todo.jar
| 2006-10-10 11:25:21,203 DEBUG [org.jboss.deployment.MainDeployer] Done with create step of deploying jboss-seam-todo.jar
| 2006-10-10 11:25:21,203 DEBUG [org.jboss.deployment.MainDeployer] create step for deployment file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jboss-seam.jar
| 2006-10-10 11:25:21,203 DEBUG [org.jboss.deployment.MainDeployer] Done with create step of deploying jboss-seam.jar
| 2006-10-10 11:25:21,203 DEBUG [org.jboss.deployment.MainDeployer] create step for deployment file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jbpm-3.1.1.jar
| 2006-10-10 11:25:21,203 DEBUG [org.jboss.deployment.MainDeployer] Done with create step of deploying jbpm-3.1.1.jar
| 2006-10-10 11:25:21,203 DEBUG [org.jboss.deployment.MainDeployer] create step for deployment file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jboss-seam-todo.war
| 2006-10-10 11:25:21,203 DEBUG [org.jboss.ws.server.WebServiceDeployerJSE] create: file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jboss-seam-todo.war
| 2006-10-10 11:25:21,203 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] create, jboss-seam-todo.war
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@1ccbefe{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.system.ServiceController] Creating service jboss.web.deployment:war=jboss-seam-todo.war,id=-1325244928
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.system.ServiceController] adding depends in ServiceController.register: []
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.web.WebModule] Creating jboss.web.deployment:war=jboss-seam-todo.war,id=-1325244928
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.web.WebModule] Created jboss.web.deployment:war=jboss-seam-todo.war,id=-1325244928
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.system.ServiceController] Creating dependent components for: jboss.web.deployment:war=jboss-seam-todo.war,id=-1325244928 dependents are: []
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@f87478{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.deployment.MainDeployer] Done with create step of deploying jboss-seam-todo.war
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.system.ServiceController] Creating service jboss.j2ee:service=EARDeployment,url='jboss-seam-todo.ear'
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.deployment.EARDeployment] Creating jboss.j2ee:service=EARDeployment,url='jboss-seam-todo.ear'
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.deployment.EARDeployment] Created jboss.j2ee:service=EARDeployment,url='jboss-seam-todo.ear'
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.system.ServiceController] Creating dependent components for: jboss.j2ee:service=EARDeployment,url='jboss-seam-todo.ear' dependents are: []
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.deployment.MainDeployer] Done with create step of deploying jboss-seam-todo.ear
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.deployment.MainDeployer] Begin deployment start file:/C:/software/jboss-4.0.4.GA/server/default/deploy/jboss-seam-todo.ear
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.deployment.MainDeployer] Begin deployment start file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jboss-seam-todo.jar
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.deployment.MainDeployer] End deployment start on package: jboss-seam-todo.jar
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.deployment.MainDeployer] Begin deployment start file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jboss-seam.jar
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.deployment.MainDeployer] End deployment start on package: jboss-seam.jar
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.deployment.MainDeployer] Begin deployment start file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jbpm-3.1.1.jar
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.deployment.MainDeployer] End deployment start on package: jbpm-3.1.1.jar
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.deployment.MainDeployer] Begin deployment start file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jboss-seam-todo.war
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.ws.server.WebServiceDeployerJSE] start: file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jboss-seam-todo.war
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.system.ServiceController] starting service jboss.web.deployment:war=jboss-seam-todo.war,id=-1325244928
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.web.WebModule] Starting jboss.web.deployment:war=jboss-seam-todo.war,id=-1325244928
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.web.tomcat.tc5.TomcatDeployer] webContext: /seam-todo
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.web.tomcat.tc5.TomcatDeployer] warURL: file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jboss-seam-todo-exp.war/
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.web.tomcat.tc5.TomcatDeployer] webAppParser: org.jboss.web.AbstractWebDeployer$DescriptorParser@1a6ac39
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.web.WebPermissionMapping] Qualified url patterns: {/=PatternInfo[pattern=/,type=3,isOverriden=false,qualifiers=[]]}
| 2006-10-10 11:25:21,218 INFO [org.jboss.web.tomcat.tc5.TomcatDeployer] deploy, ctxPath=/seam-todo, warUrl=.../tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jboss-seam-todo-exp.war/
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.web.tomcat.tc5.TomcatDeployer] AbstractWebContainer.parseWebAppDescriptors, Begin
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@1ffccd6{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.web.tomcat.tc5.TomcatDeployer] Creating ENC using ClassLoader: java.net.FactoryURLClassLoader@174f6ef
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.web.tomcat.tc5.TomcatDeployer] ..org.jboss.mx.loading.UnifiedClassLoader3@1da6868{ url=file:/C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear ,addedOrder=40}
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.web.tomcat.tc5.TomcatDeployer] ..org.jboss.mx.loading.HeirarchicalLoaderRepository3$NoParentClassLoader@e11a87
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.web.tomcat.tc5.TomcatDeployer] ..org.jboss.system.server.NoAnnotationURLClassLoader@ab95e6
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.web.tomcat.tc5.TomcatDeployer] ..sun.misc.Launcher$AppClassLoader@a39137
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.web.tomcat.tc5.TomcatDeployer] ..sun.misc.Launcher$ExtClassLoader@92e78c
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@94cbe2{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@d593f7{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.web.tomcat.tc5.TomcatDeployer] Unable to retrieve orbjavax.management.InstanceNotFoundException: jboss:service=CorbaORB is not registered.
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.web.tomcat.tc5.TomcatDeployer] Linked java:comp/UserTransaction to JNDI name: UserTransaction
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.web.tomcat.tc5.TomcatDeployer] addEnvEntries
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.web.tomcat.tc5.TomcatDeployer] linkResourceEnvRefs
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.web.tomcat.tc5.TomcatDeployer] linkResourceRefs
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.web.tomcat.tc5.TomcatDeployer] linkMessageDestinationRefs
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.web.tomcat.tc5.TomcatDeployer] linkEjbRefs
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.web.tomcat.tc5.TomcatDeployer] linkEjbLocalRefs
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.web.tomcat.tc5.TomcatDeployer] linkServiceRefs
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.web.tomcat.tc5.TomcatDeployer] linkSecurityDomain
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.web.tomcat.tc5.TomcatDeployer] No security-domain given, using default: java:/jaas/other
| 2006-10-10 11:25:21,218 DEBUG [org.jboss.web.tomcat.tc5.TomcatDeployer] Linking security/securityMgr to JNDI name: java:/jaas/other
| 2006-10-10 11:25:21,234 DEBUG [org.jboss.web.tomcat.tc5.TomcatDeployer] AbstractWebContainer.parseWebAppDescriptors, End
| 2006-10-10 11:25:21,234 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@1e5627c{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,234 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@a4daa3{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,234 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@10e130c{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,265 DEBUG [org.jboss.web.tomcat.tc5.TomcatDeployer] Using session cookies default setting
| 2006-10-10 11:25:21,265 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@1815146{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,265 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@fef26a{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,265 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@1dd40f3{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,265 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@d320d6{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,265 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@110d68a{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,265 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@751d58{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,265 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@d98b00{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,281 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@34d46a{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,328 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@9ddde9{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,343 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@82acef{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,343 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@fff2a2{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,343 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@1927ba1{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,343 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@1f2b0dd{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,343 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@39b27b{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,343 INFO [javax.servlet.ServletContextListener] Welcome to Seam 1.0.1.GA
| 2006-10-10 11:25:21,359 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@1f4e1c6{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,359 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@129552{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,359 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@95f75{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,359 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@15a191e{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,359 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@270664{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,359 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@14b43d{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,359 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@1454f68{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,359 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@16068c9{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,359 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@7f7957{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,359 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@f77c8e{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,359 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@128cad{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,359 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@1d1d2b8{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,359 INFO [org.jboss.seam.init.Initialization] reading components.xml
| 2006-10-10 11:25:21,359 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@612ef6{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,359 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@525531{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,359 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@1573872{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,359 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@5eb650{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,359 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@134eca{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,359 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@199c55a{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,375 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@6bc5aa{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,375 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@17e5cbd{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,375 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@faa824{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,656 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@350225{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,656 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@200bde{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,656 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@1eb41d6{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,656 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@2f892f{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,656 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@d79dfe{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,656 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@1c5b828{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,656 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@1bd8993{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,656 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@934c3b{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,671 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@a53948{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,671 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@194363b{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,671 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@17470d0{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,671 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@19a8942{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,671 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@a96eba{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,671 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@1a4a1c9{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,671 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@1799a1e{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,671 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@150d5d6{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,671 INFO [org.jboss.seam.init.Initialization] reading properties from: /seam.properties
| 2006-10-10 11:25:21,671 INFO [org.jboss.seam.init.Initialization] reading properties from: /jndi.properties
| 2006-10-10 11:25:21,671 DEBUG [org.jboss.seam.init.Initialization] not found: /seam-jndi.properties
| 2006-10-10 11:25:21,671 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@c3dd7e{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,687 INFO [org.jboss.seam.init.Initialization] initializing Seam
| 2006-10-10 11:25:21,687 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@10285d8{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,703 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@a14c53{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,703 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@19a19fd{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,703 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@205df9{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,703 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@f9aa66{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,718 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@1224b90{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,718 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@8edb84{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,718 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@edf1de{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,718 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@1a2264c{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,718 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@804a77{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,718 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@98f805{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,718 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@c33893{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,718 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@b749a5{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,718 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@1ce508a{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,718 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init
| 2006-10-10 11:25:21,718 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@9b1ac{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,718 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@52ac68{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,718 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@1b4ee5e{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,718 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@18d9ab8{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,718 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@1a8a9e7{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,718 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@2aaec8{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,718 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@38d0a8{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,718 DEBUG [org.jboss.seam.Component] org.jboss.seam.core.init.myFacesLifecycleBug=true
| 2006-10-10 11:25:21,734 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.init
| 2006-10-10 11:25:21,734 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Pages
| 2006-10-10 11:25:21,750 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@c042ab{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,750 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@58f124{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,750 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@13f9276{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,750 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@a8a271{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,750 INFO [org.jboss.seam.Component] Component: events, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Events
| 2006-10-10 11:25:21,750 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.Manager
| 2006-10-10 11:25:21,765 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@114629{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,765 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@154145{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,765 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@17035c6{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,765 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@1da997a{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,765 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@921a90{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,781 INFO [org.jboss.seam.Component] Component: switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.Switcher
| 2006-10-10 11:25:21,781 INFO [org.jboss.seam.Component] Component: redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Redirect
| 2006-10-10 11:25:21,781 INFO [org.jboss.seam.Component] Component: httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.HttpError
| 2006-10-10 11:25:21,781 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@12394f8{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,796 INFO [org.jboss.seam.Component] Component: userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.UserPrincipal
| 2006-10-10 11:25:21,796 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@1cfc277{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,796 INFO [org.jboss.seam.Component] Component: isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.IsUserInRole
| 2006-10-10 11:25:21,796 INFO [org.jboss.seam.Component] Component: conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation
| 2006-10-10 11:25:21,812 INFO [org.jboss.seam.Component] Component: conversationList, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList
| 2006-10-10 11:25:21,812 INFO [org.jboss.seam.Component] Component: conversationStack, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack
| 2006-10-10 11:25:21,812 INFO [org.jboss.seam.Component] Component: facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.FacesContext
| 2006-10-10 11:25:21,828 INFO [org.jboss.seam.Component] Component: pageContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.PageContext
| 2006-10-10 11:25:21,828 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@1cd8bf7{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,828 INFO [org.jboss.seam.Component] Component: eventContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.EventContext
| 2006-10-10 11:25:21,828 INFO [org.jboss.seam.Component] Component: sessionContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.SessionContext
| 2006-10-10 11:25:21,843 INFO [org.jboss.seam.Component] Component: statelessContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.StatelessContext
| 2006-10-10 11:25:21,843 INFO [org.jboss.seam.Component] Component: applicationContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ApplicationContext
| 2006-10-10 11:25:21,843 INFO [org.jboss.seam.Component] Component: conversationContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationContext
| 2006-10-10 11:25:21,859 INFO [org.jboss.seam.Component] Component: businessProcessContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.BusinessProcessContext
| 2006-10-10 11:25:21,859 INFO [org.jboss.seam.Component] Component: locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Locale
| 2006-10-10 11:25:21,859 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@1a40fff{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,859 INFO [org.jboss.seam.Component] Component: messages, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.Messages
| 2006-10-10 11:25:21,875 INFO [org.jboss.seam.Component] Component: interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator
| 2006-10-10 11:25:21,875 INFO [org.jboss.seam.Component] Component: facesMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.FacesMessages
| 2006-10-10 11:25:21,875 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@10cdec1{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,875 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@1f46b16{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,890 INFO [org.jboss.seam.Component] Component: resourceBundle, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle
| 2006-10-10 11:25:21,890 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@1c6600{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,890 INFO [org.jboss.seam.Component] Component: localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.LocaleSelector
| 2006-10-10 11:25:21,906 INFO [org.jboss.seam.Component] Component: uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.UiComponent
| 2006-10-10 11:25:21,906 INFO [org.jboss.seam.Component] Component: org.jboss.seam.remoting.messaging.subscriptionRegistry, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.messaging.SubscriptionRegistry
| 2006-10-10 11:25:21,906 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@110caf0{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,906 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@17b6178{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,906 INFO [org.jboss.seam.Component] Component: pojoCache, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.PojoCache
| 2006-10-10 11:25:21,921 INFO [org.jboss.seam.Component] Component: actor, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.Actor
| 2006-10-10 11:25:21,921 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.process, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Process
| 2006-10-10 11:25:21,921 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@ca671a{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,921 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.pageflow, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Pageflow
| 2006-10-10 11:25:21,937 INFO [org.jboss.seam.Component] Component: transition, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Transition
| 2006-10-10 11:25:21,953 INFO [org.jboss.seam.Component] Component: pooledTask, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.PooledTask
| 2006-10-10 11:25:21,953 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@7bd86d{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,984 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@bdff3b{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,984 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@1bf8a41{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,984 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@dd841{ url=null ,addedOrder=0}
| 2006-10-10 11:25:21,984 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@681070{ url=null ,addedOrder=0}
| 2006-10-10 11:25:22,000 INFO [org.jboss.seam.Component] Component: taskInstance, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.TaskInstance
| 2006-10-10 11:25:22,000 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@1deadf0{ url=null ,addedOrder=0}
| 2006-10-10 11:25:22,000 INFO [org.jboss.seam.Component] Component: processInstance, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ProcessInstance
| 2006-10-10 11:25:22,015 INFO [org.jboss.seam.Component] Component: taskInstanceList, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.TaskInstanceList
| 2006-10-10 11:25:22,015 INFO [org.jboss.seam.Component] Component: pooledTaskInstanceList, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.PooledTaskInstanceList
| 2006-10-10 11:25:22,031 INFO [org.jboss.seam.Component] Component: taskInstanceListForType, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.TaskInstanceListForType
| 2006-10-10 11:25:22,031 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@1415dbf{ url=null ,addedOrder=0}
| 2006-10-10 11:25:22,031 INFO [org.jboss.seam.Component] Component: jbpmContext, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ManagedJbpmContext
| 2006-10-10 11:25:22,031 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@71cb25{ url=null ,addedOrder=0}
| 2006-10-10 11:25:22,031 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@cff49f{ url=null ,addedOrder=0}
| 2006-10-10 11:25:22,046 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.jbpm, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Jbpm
| 2006-10-10 11:25:22,046 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@33c1aa{ url=null ,addedOrder=0}
| 2006-10-10 11:25:22,046 DEBUG [org.jboss.seam.Component] org.jboss.seam.core.jbpm.processDefinitions=todo.jpdl.xml
| 2006-10-10 11:25:22,062 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@1f1cc1a{ url=null ,addedOrder=0}
| 2006-10-10 11:25:22,062 INFO [org.jboss.seam.deployment.Scanner] scanning: /C:/software/jboss-4.0.4.GA/server/default/tmp/deploy/tmp27003jboss-seam-todo.ear-contents/jboss-seam-todo.jar
| 2006-10-10 11:25:22,062 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@18eef25{ url=null ,addedOrder=0}
| 2006-10-10 11:25:22,062 DEBUG [org.jboss.seam.deployment.Scanner] archive: C:\software\jboss-4.0.4.GA\server\default\tmp\deploy\tmp27003jboss-seam-todo.ear-contents\jboss-seam-todo.jar
| 2006-10-10 11:25:22,062 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@f67d81{ url=null ,addedOrder=0}
| 2006-10-10 11:25:22,062 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@a9a1ac{ url=null ,addedOrder=0}
| 2006-10-10 11:25:22,062 DEBUG [org.jboss.seam.deployment.Scanner] found: META-INF/
| 2006-10-10 11:25:22,062 DEBUG [org.jboss.seam.deployment.Scanner] found: META-INF/MANIFEST.MF
| 2006-10-10 11:25:22,062 DEBUG [org.jboss.seam.deployment.Scanner] found: org/
| 2006-10-10 11:25:22,062 DEBUG [org.jboss.seam.deployment.Scanner] found: org/jboss/
| 2006-10-10 11:25:22,062 DEBUG [org.jboss.seam.deployment.Scanner] found: org/jboss/seam/
| 2006-10-10 11:25:22,062 DEBUG [org.jboss.seam.deployment.Scanner] found: org/jboss/seam/example/
| 2006-10-10 11:25:22,062 DEBUG [org.jboss.seam.deployment.Scanner] found: org/jboss/seam/example/todo/
| 2006-10-10 11:25:22,062 DEBUG [org.jboss.seam.deployment.Scanner] found: org/jboss/seam/example/todo/Login.class
| 2006-10-10 11:25:22,062 DEBUG [org.jboss.seam.deployment.Scanner] found: org/jboss/seam/example/todo/TodoList.class
| 2006-10-10 11:25:22,062 DEBUG [org.jboss.seam.deployment.Scanner] found: seam.properties
| 2006-10-10 11:25:22,062 INFO [org.jboss.seam.Component] Component: login, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.example.todo.Login
| 2006-10-10 11:25:22,078 INFO [org.jboss.seam.Component] Component: todoList, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.example.todo.TodoList
| 2006-10-10 11:25:22,093 DEBUG [org.jboss.seam.Component] instantiating Seam component: applicationContext
| 2006-10-10 11:25:22,093 DEBUG [org.jboss.seam.Component] instantiating Seam component: isUserInRole
| 2006-10-10 11:25:22,093 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@8f2588{ url=null ,addedOrder=0}
| 2006-10-10 11:25:22,093 DEBUG [org.jboss.seam.Component] instantiating Seam component: statelessContext
| 2006-10-10 11:25:22,093 DEBUG [org.jboss.seam.Component] instantiating Seam component: userPrincipal
| 2006-10-10 11:25:22,093 DEBUG [org.jboss.seam.Component] instantiating Seam component: sessionContext
| 2006-10-10 11:25:22,093 DEBUG [org.jboss.seam.Component] instantiating Seam component: facesContext
| 2006-10-10 11:25:22,093 DEBUG [org.jboss.seam.Component] instantiating Seam component: processInstance
| 2006-10-10 11:25:22,109 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@cdc97b{ url=null ,addedOrder=0}
| 2006-10-10 11:25:22,109 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@66eb46{ url=null ,addedOrder=0}
| 2006-10-10 11:25:22,109 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@b92dc2, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@e07e6b{ url=null ,addedOrder=0}
| 2006-10-10 11:25:22,125 ERROR [STDERR] java.lang.reflect.InvocationTargetException
| 2006-10-10 11:25:22,125 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| 2006-10-10 11:25:22,125 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| 2006-10-10 11:25:22,125 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| 2006-10-10 11:25:22,125 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585)
| 2006-10-10 11:25:22,125 ERROR [STDERR] at org.jboss.seam.util.Reflections.invoke(Reflections.java:13)
| 2006-10-10 11:25:22,125 ERROR [STDERR] at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:32)
| 2006-10-10 11:25:22,125 ERROR [STDERR] at org.jboss.seam.Component.callComponentMethod(Component.java:1334)
| 2006-10-10 11:25:22,125 ERROR [STDERR] at org.jboss.seam.Component.unwrap(Component.java:1350)
| 2006-10-10 11:25:22,140 ERROR [STDERR] at org.jboss.seam.Component.getInstance(Component.java:1276)
| 2006-10-10 11:25:22,140 ERROR [STDERR] at org.jboss.seam.Component.getInstance(Component.java:1253)
| 2006-10-10 11:25:22,140 ERROR [STDERR] at org.jboss.seam.contexts.Lifecycle.startup(Lifecycle.java:125)
| 2006-10-10 11:25:22,140 ERROR [STDERR] at org.jboss.seam.contexts.Lifecycle.endInitialization(Lifecycle.java:104)
| 2006-10-10 11:25:22,140 ERROR [STDERR] at org.jboss.seam.init.Initialization.init(Initialization.java:196)
| 2006-10-10 11:25:22,140 ERROR [STDERR] at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:32)
| 2006-10-10 11:25:22,140 ERROR [STDERR] at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3729)
| 2006-10-10 11:25:22,140 ERROR [STDERR] at org.apache.catalina.core.StandardContext.start(StandardContext.java:4187)
| 2006-10-10 11:25:22,140 ERROR [STDERR] at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
| 2006-10-10 11:25:22,140 ERROR [STDERR] at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
| 2006-10-10 11:25:22,140 ERROR [STDERR] at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
| 2006-10-10 11:25:22,140 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| 2006-10-10 11:25:22,140 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| 2006-10-10 11:25:22,140 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| 2006-10-10 11:25:22,140 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585)
| 2006-10-10 11:25:22,140 ERROR [STDERR] at org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503)
| 2006-10-10 11:25:22,140 ERROR [STDERR] at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
| 2006-10-10 11:25:22,140 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| 2006-10-10 11:25:22,140 ERROR [STDERR] at org.apache.catalina.core.StandardContext.init(StandardContext.java:5116)
| 2006-10-10 11:25:22,140 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| 2006-10-10 11:25:22,140 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| 2006-10-10 11:25:22,140 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| 2006-10-10 11:25:22,140 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585)
| 2006-10-10 11:25:22,140 ERROR [STDERR] at org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503)
| 2006-10-10 11:25:22,140 ERROR [STDERR] at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
| 2006-10-10 11:25:22,140 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| 2006-10-10 11:25:22,140 ERROR [STDERR] at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(TomcatDeployer.java:297)
| 2006-10-10 11:25:22,140 ERROR [STDERR] at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(Tomca
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977308#3977308
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977308
19 years, 7 months