[Installation, Configuration & DEPLOYMENT] - NullPointerException deploying JPA web application at jboss-
by manuelmv
I developped a web applicacion using JPA as persistence technology and spring-framework-3.0.0.M2 under jboss-5.0.0.CR1 and everything seems to work fine with no problem at all.
The problem comes when I try to deploy the war file to any of the later versions jboss-5.0.0.CR2, jboss-5.0.0.GA, jboss-5.0.1.GA.
I always get a NullPointerException caused at deployment time.
Here is the stack trace from version jboss-5.0.1.GA:
15:53:03,464 ERROR [TomcatDeployment] ENC setup failed
java.lang.NullPointerException
at org.jboss.injection.PersistenceUnitHandler.getManagedEntityManagerFactory(PersistenceUnitHandler.java:149)
at org.jboss.injection.PcEncInjector.inject(PcEncInjector.java:76)
at org.jboss.web.tomcat.service.TomcatInjectionContainer.populateEnc(TomcatInjectionContainer.java:496)
at org.jboss.web.tomcat.service.deployers.TomcatDeployment$EncListener.lifecycleEvent(TomcatDeployment.java:470)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4388)
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:312)
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:144)
at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)
at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)
at $Proxy36.start(Unknown Source)
at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
at org.jboss.system.ServiceController.start(ServiceController.java:460)
at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)
at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)
at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:698)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:290)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:221)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
The persistence.xml file located at directory WEB-INF\classes\META-INF looks like this:
<?xml version="1.0" encoding="UTF-8"?>
| <persistence version="1.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd">
| <persistence-unit name="UNITNAME" transaction-type="RESOURCE_LOCAL">
| <provider>org.hibernate.ejb.HibernatePersistence</provider>
| <jta-data-source>java:comp/env/jdbc/MySqlDS</jta-data-source>
| <class>Class1</class>
| <class>Class2</class>
| ...
| <class>ClassN</class>
| <properties>
| <property name="hibernate.dialect" value="org.hibernate.dialect.MySQLDialect"/>
| <property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.JBossTransactionManagerLookup"/>
| </properties>
| </persistence-unit>
| </persistence>
I did not find anything in release notes referenced to the way of deployment of JPA web applications.
Has anyone else experienced this case?
Any suggestion?
Many thanks.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216637#4216637
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4216637
15 years, 10 months
[JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA
by asookazian
contents of persistence.xml:
<?xml version="1.0" encoding="UTF-8"?>
| <!-- Persistence deployment descriptor for dev profile -->
| <persistence xmlns="http://java.sun.com/xml/ns/persistence"
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
| xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"
| version="1.0">
|
| <persistence-unit name="boBETS">
| <provider>org.hibernate.ejb.HibernatePersistence</provider>
| <jta-data-source>java:/boBETSDatasource</jta-data-source>
| <properties>
| <property name="hibernate.dialect" value="org.hibernate.dialect.SQLServerDialect"/>
| <!-- <property name="hibernate.hbm2ddl.auto" value="validate"/> -->
| <property name="hibernate.show_sql" value="true"/>
| <property name="hibernate.format_sql" value="true"/>
| <property name="jboss.entity.manager.factory.jndi.name" value="java:/boBETSEntityManagerFactory"/>
| <property name="hibernate.default_catalog" value="boBETS"/>
| <property name="hibernate.default_schema" value="dbo"/>
| </properties>
| </persistence-unit>
|
| <persistence-unit name="coxDSS">
| <provider>org.hibernate.ejb.HibernatePersistence</provider>
| <jta-data-source>java:/coxDSSDatasource</jta-data-source>
| <properties>
| <property name="hibernate.dialect" value="org.hibernate.dialect.SQLServerDialect"/>
| <property name="hibernate.show_sql" value="true"/>
| <property name="hibernate.format_sql" value="true"/>
| <property name="jboss.entity.manager.factory.jndi.name" value="java:/coxDSSEntityManagerFactory"/>
| <property name="hibernate.default_catalog" value="coxDSS"/>
| <property name="hibernate.default_schema" value="dbo"/>
| </properties>
| </persistence-unit>
|
| <persistence-unit name="coxIM">
| <provider>org.hibernate.ejb.HibernatePersistence</provider>
| <jta-data-source>java:/coxIMDatasource</jta-data-source>
| <properties>
| <property name="hibernate.dialect" value="org.hibernate.dialect.SQLServerDialect"/>
| <property name="hibernate.show_sql" value="true"/>
| <property name="hibernate.format_sql" value="true"/>
| <property name="jboss.entity.manager.factory.jndi.name" value="java:/coxIMEntityManagerFactory"/>
| <property name="hibernate.default_catalog" value="coxIM"/>
| <property name="hibernate.default_schema" value="dbo"/>
| </properties>
| </persistence-unit>
|
| </persistence>
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216635#4216635
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4216635
15 years, 10 months
[JBoss Portal] - Exception while deploying Jboss Blog portlet : EntityManager
by vantek
Hi.
I've downloaded jboss blog sources via SVN, configured the property file to set my jboss AS location, and built via ant. No problem here.
But when I start jboss portal, i've got errors and the blog portlet can't be deployed...
I'm using Jboss portal 2.7.1-GA with jboss AS 4.2.3 and JDK5, on eclipse 3.3.
It seems it starts well, but there's an error
java.lang.IllegalArgumentException: EntityManagerFactory not found in JNDI : java:/blogEntityManagerFactory
thanks a lot.
here is my log :
| 16:39:35,972 INFO [PortletAppDeployment] Parsing /portal-weather-samples/jboss-portlet.xml
| 16:39:36,206 INFO [PortletAppDeployment] Parsing /portal-users-samples/jboss-portlet.xml
| 16:39:36,362 INFO [PortletAppDeployment] Parsing /portal-jsp-samples/jboss-portlet.xml
| 16:39:36,455 INFO [PortletAppDeployment] Parsing /portal-identity/jboss-portlet.xml
| 16:39:36,689 INFO [PortletAppDeployment] Parsing /portal-admin/jboss-portlet.xml
| 16:39:36,939 INFO [PortletAppDeployment] Parsing /portal-core/jboss-portlet.xml
| 16:39:37,064 INFO [PortletAppDeployment] Parsing /portal-wsrp-admin/jboss-portlet.xml
| 16:39:37,282 INFO [PortletAppDeployment] Parsing /portal-news-samples/jboss-portlet.xml
| 16:39:37,641 INFO [TomcatDeployer] deploy, ctxPath=/Extranet-Portail-v1, warUrl=.../deploy/Extranet-Portail-v1.war/
| 16:39:38,421 INFO [PortletAppDeployment] Parsing /Extranet-Portail-v1/jboss-portlet.xml
| 16:39:41,885 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
| 16:39:43,304 INFO [EARDeployer] Init J2EE application: file:/C:/Vincent/jboss-portal-2.7.1/server/default/deploy/blog.ear
| 16:39:47,439 WARN [ServiceObjectFactory] Unable to narrow port selection for
| UnifiedPortComponentRef
| serviceEndpointInterface=org.jboss.portal.wsrp.core.WSRP_v1_ServiceDescription_PortType
| portQName=null
| enableMTOM=false
| portComponentLink=null
| callProperties=[]
| stubProperties=[]
| configName=null
| configFile=null
| 16:39:48,968 WARN [ServiceObjectFactory] Unable to narrow port selection for
| UnifiedPortComponentRef
| serviceEndpointInterface=org.jboss.portal.wsrp.core.WSRP_v1_Markup_PortType
| portQName=null
| enableMTOM=false
| portComponentLink=null
| callProperties=[]
| stubProperties=[]
| configName=null
| configFile=null
| 16:39:50,216 WARN [ServiceObjectFactory] Unable to narrow port selection for
| UnifiedPortComponentRef
| serviceEndpointInterface=org.jboss.portal.wsrp.core.WSRP_v1_PortletManagement_PortType
| portQName=null
| enableMTOM=false
| portComponentLink=null
| callProperties=[]
| stubProperties=[]
| configName=null
| configFile=null
| 16:39:51,464 WARN [ServiceObjectFactory] Unable to narrow port selection for
| UnifiedPortComponentRef
| serviceEndpointInterface=org.jboss.portal.wsrp.core.WSRP_v1_Registration_PortType
| portQName=null
| enableMTOM=false
| portComponentLink=null
| callProperties=[]
| stubProperties=[]
| configName=null
| configFile=null
| 16:39:53,819 INFO [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.entity.PersistenceUnitDeployment
| 16:39:53,835 INFO [JmxKernelAbstraction] installing MBean: persistence.units:ear=blog.ear,jar=blog-impl.jar,unitName=blog with dependencies:
| 16:39:53,835 INFO [JmxKernelAbstraction] jboss.jca:name=blogDatasource,service=DataSourceBinding
| 16:39:54,163 INFO [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
| 16:39:54,178 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=blog.ear,jar=blog-impl.jar,name=ParserServiceImpl,service=EJB3 with dependencies:
| 16:39:54,272 INFO [EJBContainer] STARTED EJB: org.jboss.blog.session.parser.ParserServiceImpl ejbName: ParserServiceImpl
| 16:39:54,334 INFO [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
| 16:39:54,334 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=blog.ear,jar=blog-impl.jar,name=UpdateHandlerAsyncImpl,service=EJB3 with dependencies:
| 16:39:54,334 INFO [EJBContainer] STARTED EJB: org.jboss.blog.session.update.UpdateHandlerAsyncImpl ejbName: UpdateHandlerAsyncImpl
| 16:39:54,350 INFO [EJB3Deployer] Deployed: file:/C:/Vincent/jboss-portal-2.7.1/server/default/tmp/deploy/tmp4490838010124300895blog.ear-contents/blog-impl.jar
| 16:39:54,522 INFO [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
| 16:39:54,522 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=blog.ear,jar=jboss-seam.jar,name=TimerServiceDispatcher,service=EJB3 with dependencies:
| 16:39:54,537 INFO [EJBContainer] STARTED EJB: org.jboss.seam.async.TimerServiceDispatcher ejbName: TimerServiceDispatcher
| 16:39:54,584 INFO [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateful.StatefulContainer
| 16:39:54,600 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=blog.ear,jar=jboss-seam.jar,name=EjbSynchronizations,service=EJB3 with dependencies:
| 16:39:54,615 INFO [EJBContainer] STARTED EJB: org.jboss.seam.transaction.EjbSynchronizations ejbName: EjbSynchronizations
| 16:39:54,678 INFO [EJB3Deployer] Deployed: file:/C:/Vincent/jboss-portal-2.7.1/server/default/tmp/deploy/tmp4490838010124300895blog.ear-contents/jboss-seam.jar
| 16:39:54,678 INFO [TomcatDeployer] deploy, ctxPath=/feeds, warUrl=.../tmp/deploy/tmp4490838010124300895blog.ear-contents/blog-exp.war/
| 16:39:58,437 INFO [ServletContextListener] Welcome to Seam 2.0.1.CR1
| 16:39:58,500 INFO [Scanner] Using JBoss VFS for scanning.
| 16:39:58,500 INFO [Scanner] scanning: vfsfile:/C:/Vincent/jboss-portal-2.7.1/server/default/tmp/deploy/tmp4490838010124300895blog.ear-contents/lib/jboss-seam-ui.jar
| 16:39:58,687 INFO [Scanner] scanning: vfsfile:/C:/Vincent/jboss-portal-2.7.1/server/default/tmp/deploy/tmp4490838010124300895blog.ear-contents/lib/jboss-seam-remoting.jar
| 16:39:58,718 INFO [Scanner] scanning: vfsfile:/C:/Vincent/jboss-portal-2.7.1/server/default/tmp/deploy/tmp4490838010124300895blog.ear-contents/jboss-seam.jar
| 16:39:58,921 INFO [Scanner] scanning: vfsfile:/C:/Vincent/jboss-portal-2.7.1/server/default/tmp/deploy/tmp4490838010124300895blog.ear-contents/lib/jboss-seam-ioc.jar
| 16:39:58,952 INFO [Initialization] Namespace: http://jboss.com/products/seam/security, package: org.jboss.seam.security, prefix: org.jboss.seam.security
| 16:39:58,952 INFO [Initialization] Namespace: http://jboss.com/products/seam/international, package: org.jboss.seam.international, prefix: org.jboss.seam.international
| 16:39:58,952 INFO [Initialization] Namespace: http://jboss.com/products/seam/persistence, package: org.jboss.seam.persistence, prefix: org.jboss.seam.persistence
| 16:39:58,952 INFO [Initialization] Namespace: http://jboss.com/products/seam/remoting, package: org.jboss.seam.remoting, prefix: org.jboss.seam.remoting
| 16:39:58,952 INFO [Initialization] Namespace: http://jboss.com/products/seam/core, package: org.jboss.seam.core, prefix: org.jboss.seam.core
| 16:39:58,952 INFO [Initialization] Namespace: http://jboss.com/products/seam/captcha, package: org.jboss.seam.captcha, prefix: org.jboss.seam.captcha
| 16:39:58,952 INFO [Initialization] Namespace: http://jboss.com/products/seam/async, package: org.jboss.seam.async, prefix: org.jboss.seam.async
| 16:39:58,952 INFO [Initialization] Namespace: http://jboss.com/products/seam/drools, package: org.jboss.seam.drools, prefix: org.jboss.seam.drools
| 16:39:58,952 INFO [Initialization] Namespace: http://jboss.com/products/seam/spring, package: org.jboss.seam.ioc.spring, prefix: org.jboss.seam.ioc.spring
| 16:39:58,952 INFO [Initialization] Namespace: http://jboss.com/products/seam/mail, package: org.jboss.seam.mail, prefix: org.jboss.seam.mail
| 16:39:58,952 INFO [Initialization] Namespace: http://jboss.com/products/seam/transaction, package: org.jboss.seam.transaction, prefix: org.jboss.seam.transaction
| 16:39:58,952 INFO [Initialization] Namespace: http://jboss.com/products/seam/web, package: org.jboss.seam.web, prefix: org.jboss.seam.web
| 16:39:58,952 INFO [Initialization] Namespace: http://jboss.com/products/seam/security/management, package: org.jboss.seam.security.management, prefix: org.jboss.seam.security.management
| 16:39:58,952 INFO [Initialization] Namespace: http://jboss.com/products/seam/theme, package: org.jboss.seam.theme, prefix: org.jboss.seam.theme
| 16:39:58,952 INFO [Initialization] Namespace: http://jboss.com/products/seam/navigation, package: org.jboss.seam.navigation, prefix: org.jboss.seam.navigation
| 16:39:58,952 INFO [Initialization] Namespace: http://jboss.com/products/seam/bpm, package: org.jboss.seam.bpm, prefix: org.jboss.seam.bpm
| 16:39:58,952 INFO [Initialization] Namespace: http://jboss.com/products/seam/framework, package: org.jboss.seam.framework, prefix: org.jboss.seam.core.framework
| 16:39:58,952 INFO [Initialization] Namespace: http://jboss.com/products/seam/jms, package: org.jboss.seam.jms, prefix: org.jboss.seam.jms
| 16:39:58,968 INFO [Scanner] scanning: vfsfile:/C:/Vincent/jboss-portal-2.7.1/server/default/tmp/deploy/tmp4490838010124300895blog.ear-contents/lib/jboss-seam-debug.jar
| 16:39:58,968 INFO [Scanner] scanning: vfsfile:/C:/Vincent/jboss-portal-2.7.1/server/default/tmp/deploy/tmp4490838010124300895blog.ear-contents/lib/jboss-seam-pdf.jar
| 16:39:58,983 INFO [Scanner] scanning: vfsfile:/C:/Vincent/jboss-portal-2.7.1/server/default/tmp/deploy/tmp4490838010124300895blog.ear-contents/blog-impl.jar
| 16:39:59,015 INFO [Scanner] scanning: vfsfile:/C:/Vincent/jboss-portal-2.7.1/server/default/tmp/deploy/tmp4490838010124300895blog.ear-contents/lib/jboss-seam-mail.jar
| 16:39:59,015 INFO [Initialization] Namespace: http://jboss.com/products/seam/pdf, package: org.jboss.seam.pdf, prefix:
| 16:39:59,030 INFO [Initialization] reading /WEB-INF/components.xml
| 16:39:59,233 INFO [Initialization] reading jar:file:/C:/Vincent/jboss-portal-2.7.1/server/default/tmp/deploy/tmp4490838010124300895blog.ear-contents/lib/jboss-seam-ioc.jar!/META-INF/components.xml
| 16:39:59,249 INFO [Initialization] reading jar:file:/C:/Vincent/jboss-portal-2.7.1/server/default/tmp/deploy/tmp4490838010124300895blog.ear-contents/lib/jboss-seam-remoting.jar!/META-INF/components.xml
| 16:39:59,249 INFO [Initialization] reading jar:file:/C:/Vincent/jboss-portal-2.7.1/server/default/tmp/deploy/tmp4490838010124300895blog.ear-contents/lib/jboss-seam-ui.jar!/META-INF/components.xml
| 16:39:59,249 INFO [Initialization] reading jar:file:/C:/Vincent/jboss-portal-2.7.1/server/default/tmp/deploy/tmp4490838010124300895blog.ear-contents/jboss-seam.jar!/META-INF/components.xml
| 16:39:59,264 INFO [Initialization] reading properties from: /seam.properties
| 16:39:59,264 INFO [Initialization] reading properties from: /jndi.properties
| 16:39:59,280 INFO [Initialization] initializing Seam
| 16:39:59,311 INFO [Scanner] scanning: vfsfile:/C:/Vincent/jboss-portal-2.7.1/server/default/tmp/deploy/tmp4490838010124300895blog.ear-contents/lib/jboss-seam-debug.jar
| 16:39:59,373 INFO [Scanner] scanning: vfsfile:/C:/Vincent/jboss-portal-2.7.1/server/default/tmp/deploy/tmp4490838010124300895blog.ear-contents/lib/jboss-seam-pdf.jar
| 16:39:59,748 INFO [Scanner] scanning: vfsfile:/C:/Vincent/jboss-portal-2.7.1/server/default/tmp/deploy/tmp4490838010124300895blog.ear-contents/blog-impl.jar
| 16:40:00,497 INFO [Scanner] scanning: vfsfile:/C:/Vincent/jboss-portal-2.7.1/server/default/tmp/deploy/tmp4490838010124300895blog.ear-contents/lib/jboss-seam-mail.jar
| 16:40:00,653 INFO [Scanner] scanning: vfsfile:/C:/Vincent/jboss-portal-2.7.1/server/default/tmp/deploy/tmp4490838010124300895blog.ear-contents/lib/jboss-seam-ui.jar
| 16:40:01,776 INFO [Scanner] scanning: vfsfile:/C:/Vincent/jboss-portal-2.7.1/server/default/tmp/deploy/tmp4490838010124300895blog.ear-contents/lib/jboss-seam-remoting.jar
| 16:40:02,275 INFO [Scanner] scanning: vfsfile:/C:/Vincent/jboss-portal-2.7.1/server/default/tmp/deploy/tmp4490838010124300895blog.ear-contents/jboss-seam.jar
| 16:40:06,503 INFO [Scanner] scanning: vfsfile:/C:/Vincent/jboss-portal-2.7.1/server/default/tmp/deploy/tmp4490838010124300895blog.ear-contents/lib/jboss-seam-ioc.jar
| 16:40:06,831 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.expressions
| 16:40:06,846 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.isUserInRole
| 16:40:06,846 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.persistence.persistenceProvider
| 16:40:06,846 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.parameters
| 16:40:06,846 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.locale
| 16:40:06,846 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.resourceLoader
| 16:40:06,846 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.transaction.synchronizations
| 16:40:06,862 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.bpm.businessProcess
| 16:40:06,862 INFO [Initialization] two components with same name, higher precedence wins: externalSecurityService
| 16:40:06,862 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.userPrincipal
| 16:40:06,862 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.security.identity
| 16:40:06,862 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.security.identity
| 16:40:06,878 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.manager
| 16:40:06,893 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.locale
| 16:40:06,987 INFO [Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init
| 16:40:07,112 INFO [Initialization] Installing components...
| 16:40:07,158 INFO [Component] Component: adminBean, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.blog.session.tools.AdminBean
| 16:40:07,283 INFO [Component] Component: aggregatedDeleteListener, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.blog.session.feed.mod.AggregatedDeleteListener
| 16:40:07,299 INFO [Component] Component: aggregatedFeedMod, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.blog.session.feed.mod.AggregatedFeedModBean
| 16:40:07,314 INFO [Component] Component: aggregatedFeedPosts, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.blog.session.feed.posts.AggregatedFeedPosts
| 16:40:07,330 INFO [Component] Component: aggregatedFeedStack, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.blog.session.feed.posts.AggregatedFeedStack
| 16:40:07,361 INFO [Component] Component: authenticator, scope: EVENT, type: JAVA_BEAN, class: org.jboss.blog.session.security.Authenticator
| 16:40:07,377 INFO [Component] Component: blogInit, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.blog.session.scanner.Init
| 16:40:07,392 INFO [Component] Component: cacheManager, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.blog.session.cache.CacheManagerHashMapImpl
| 16:40:07,392 INFO [Component] Component: captchaTools, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.blog.session.tools.CaptchaToolsBean
| 16:40:07,424 INFO [Component] Component: categoryService, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.blog.session.category.CategoryServiceBean
| 16:40:07,439 INFO [Component] Component: configurationManager, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.blog.session.configuration.ConfigurationManager
| 16:40:07,455 INFO [Component] Component: databaseFeedPosts, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.blog.session.feed.posts.DatabaseFeedPosts
| 16:40:07,486 INFO [Component] Component: entityManager, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.ManagedPersistenceContext
| 16:40:07,533 INFO [Component] Component: externalSecurityService, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.blog.session.security.nukes.NukesSecurityService
| 16:40:07,564 INFO [Component] Component: feedConverter, scope: EVENT, type: JAVA_BEAN, class: org.jboss.blog.session.converter.FeedConverter
| 16:40:07,580 INFO [Component] Component: feedMod, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.blog.session.feed.mod.FeedModBean
| 16:40:07,595 INFO [Component] Component: feedTypes, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.blog.session.feed.type.FeedTypes
| 16:40:07,611 INFO [Component] Component: feedView, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.blog.session.view.FeedViewBean
| 16:40:07,626 INFO [Component] Component: feedsChangesObserver, scope: EVENT, type: JAVA_BEAN, class: org.jboss.blog.session.cache.FeedsChangesObserver
| 16:40:07,642 INFO [Component] Component: feedsLocks, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.blog.session.feed.lock.FeedsLocksBean
| 16:40:07,658 INFO [Component] Component: feedsSecurity, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.blog.session.security.filtering.FeedsSecurity
| 16:40:07,673 INFO [Component] Component: feedsService, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.blog.session.feed.FeedsServiceImpl
| 16:40:07,704 INFO [Component] Component: filterAdd, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.blog.session.feed.mod.FilterAddBean
| 16:40:07,720 INFO [Component] Component: groupConverter, scope: EVENT, type: JAVA_BEAN, class: org.jboss.blog.session.converter.GroupConverter
| 16:40:07,736 INFO [Component] Component: groupMod, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.blog.session.group.GroupModBean
| 16:40:07,736 INFO [Component] Component: groupsSecurity, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.blog.session.security.filtering.GroupsSecurity
| 16:40:07,751 INFO [Component] Component: groupsService, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.blog.session.group.GroupsServiceImpl
| 16:40:07,767 INFO [Component] Component: highlightsDeleteListener, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.blog.session.feed.mod.HighlightsDeleteListener
| 16:40:07,782 INFO [Component] Component: highlightsFeedMod, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.blog.session.feed.mod.HighlightsFeedModBean
| 16:40:07,798 INFO [Component] Component: highlightsSecurity, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.blog.session.security.filtering.HighlightsSecurity
| 16:40:07,814 WARN [Component] Component class should be serializable: individualFeedMod
| 16:40:07,814 INFO [Component] Component: individualFeedMod, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.blog.session.feed.mod.IndividualFeedModBean
| 16:40:07,845 INFO [Component] Component: individualPostsFeedUpdate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.blog.session.feed.update.IndividualPostsFeedUpdate
| 16:40:07,860 INFO [Component] Component: linkService, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.blog.session.view.LinkServiceImpl
| 16:40:07,876 INFO [Component] Component: mergeService, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.blog.session.merge.MergeServiceBean
| 16:40:07,876 INFO [Component] Component: nukesSecurityBootstrap, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.blog.session.security.nukes.NukesSecurityBootstrap
| 16:40:07,892 INFO [Component] Component: org.jboss.seam.async.dispatcher, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.async.ThreadPoolDispatcher
| 16:40:07,923 INFO [Component] Component: org.jboss.seam.captcha.captcha, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.captcha.Captcha
| 16:40:07,938 INFO [Component] Component: org.jboss.seam.captcha.captchaImage, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.captcha.CaptchaImage
| 16:40:07,954 INFO [Component] Component: org.jboss.seam.core.ConversationIdGenerator, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationIdGenerator
| 16:40:07,970 INFO [Component] Component: org.jboss.seam.core.contexts, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Contexts
| 16:40:07,970 INFO [Component] Component: org.jboss.seam.core.conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation
| 16:40:08,016 INFO [Component] Component: org.jboss.seam.core.conversationEntries, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationEntries
| 16:40:08,016 INFO [Component] Component: org.jboss.seam.core.conversationListFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList
| 16:40:08,032 INFO [Component] Component: org.jboss.seam.core.conversationPropagation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationPropagation
| 16:40:08,048 INFO [Component] Component: org.jboss.seam.core.conversationStackFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack
| 16:40:08,048 INFO [Component] Component: org.jboss.seam.core.events, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Events
| 16:40:08,063 INFO [Component] Component: org.jboss.seam.core.expressions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesExpressions
| 16:40:08,079 INFO [Component] Component: org.jboss.seam.core.interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator
| 16:40:08,079 INFO [Component] Component: org.jboss.seam.core.locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Locale
| 16:40:08,094 INFO [Component] Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesManager
| 16:40:08,110 INFO [Component] Component: org.jboss.seam.core.pojoCache, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.PojoCache
| 16:40:08,126 INFO [Component] Component: org.jboss.seam.core.resourceBundle, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle
| 16:40:08,126 INFO [Component] Component: org.jboss.seam.core.resourceLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.ResourceLoader
| 16:40:08,157 INFO [Component] Component: org.jboss.seam.core.validators, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Validators
| 16:40:08,188 INFO [Component] Component: org.jboss.seam.debug.contexts, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.Contexts
| 16:40:08,204 INFO [Component] Component: org.jboss.seam.debug.hotDeployFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.hot.HotDeployFilter
| 16:40:08,219 INFO [Component] Component: org.jboss.seam.debug.introspector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.Introspector
| 16:40:08,266 INFO [Component] Component: org.jboss.seam.exception.exceptions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.exception.Exceptions
| 16:40:08,313 INFO [Component] Component: org.jboss.seam.faces.dataModels, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.DataModels
| 16:40:08,313 INFO [Component] Component: org.jboss.seam.faces.facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesContext
| 16:40:08,328 INFO [Component] Component: org.jboss.seam.faces.facesMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesMessages
| 16:40:08,344 INFO [Component] Component: org.jboss.seam.faces.facesPage, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesPage
| 16:40:08,344 INFO [Component] Component: org.jboss.seam.faces.httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.HttpError
| 16:40:08,360 INFO [Component] Component: org.jboss.seam.faces.redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.Redirect
| 16:40:08,375 INFO [Component] Component: org.jboss.seam.faces.renderer, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletsRenderer
| 16:40:08,391 INFO [Component] Component: org.jboss.seam.faces.switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.Switcher
| 16:40:08,391 INFO [Component] Component: org.jboss.seam.faces.uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.UiComponent
| 16:40:08,407 INFO [Component] Component: org.jboss.seam.faces.validation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.Validation
| 16:40:08,422 INFO [Component] Component: org.jboss.seam.framework.currentDate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate
| 16:40:08,422 INFO [Component] Component: org.jboss.seam.framework.currentDatetime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDatetime
| 16:40:08,438 INFO [Component] Component: org.jboss.seam.framework.currentTime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime
| 16:40:08,469 INFO [Component] Component: org.jboss.seam.graphicImage.image, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.Image
| 16:40:08,485 INFO [Component] Component: org.jboss.seam.international.localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.LocaleSelector
| 16:40:08,500 INFO [Component] Component: org.jboss.seam.international.messagesFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Messages
| 16:40:08,516 INFO [Component] Component: org.jboss.seam.international.timeZone, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZone
| 16:40:08,531 INFO [Component] Component: org.jboss.seam.international.timeZoneSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZoneSelector
| 16:40:08,547 INFO [Component] Component: org.jboss.seam.mail.mailSession, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.mail.MailSession
| 16:40:08,594 INFO [Component] Component: org.jboss.seam.navigation.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.Pages
| 16:40:08,625 INFO [Component] Component: org.jboss.seam.navigation.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.SafeActions
| 16:40:08,625 INFO [Component] Component: org.jboss.seam.pdf.documentStore, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.pdf.DocumentStore
| 16:40:08,641 INFO [Component] Component: org.jboss.seam.persistence.persistenceContexts, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.PersistenceContexts
| 16:40:08,672 INFO [Component] Component: org.jboss.seam.persistence.persistenceProvider, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.persistence.HibernatePersistenceProvider
| 16:40:08,687 INFO [Component] Component: org.jboss.seam.remoting.gwt.gwtToSeamAdapter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.gwt.GWTToSeamAdapter
| 16:40:08,703 INFO [Component] Component: org.jboss.seam.remoting.remoting, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.Remoting
| 16:40:08,703 INFO [Component] Component: org.jboss.seam.security.configurationFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.Configuration
| 16:40:08,719 INFO [Component] Component: org.jboss.seam.security.facesSecurityEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.FacesSecurityEvents
| 16:40:08,765 INFO [Component] Component: org.jboss.seam.security.identity, scope: SESSION, type: JAVA_BEAN, class: org.jboss.blog.session.security.FeedsIdentity
| 16:40:08,781 INFO [Component] Component: org.jboss.seam.security.identityManager, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.IdentityManager
| 16:40:08,812 INFO [Component] Component: org.jboss.seam.theme.themeFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme
| 16:40:08,812 INFO [Component] Component: org.jboss.seam.theme.themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector
| 16:40:08,828 INFO [Component] Component: org.jboss.seam.transaction.synchronizations, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.SeSynchronizations
| 16:40:08,843 INFO [Component] Component: org.jboss.seam.transaction.transaction, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.Transaction
| 16:40:08,859 INFO [Component] Component: org.jboss.seam.ui.EntityConverter, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.ui.converter.EntityConverter
| 16:40:08,859 INFO [Component] Component: org.jboss.seam.ui.entityIdentifierStore, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.ui.converter.entityConverter.EntityIdentifierStore
| 16:40:08,890 INFO [Component] Component: org.jboss.seam.ui.entityLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.converter.entityConverter.EntityLoader
| 16:40:08,890 INFO [Component] Component: org.jboss.seam.ui.graphicImage.graphicImageResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageResource
| 16:40:08,906 INFO [Component] Component: org.jboss.seam.ui.graphicImage.graphicImageStore, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageStore
| 16:40:08,921 INFO [Component] Component: org.jboss.seam.ui.hibernateEntityLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.converter.entityConverter.HibernateEntityLoader
| 16:40:08,937 INFO [Component] Component: org.jboss.seam.ui.resource.styleResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.StyleResource
| 16:40:08,937 INFO [Component] Component: org.jboss.seam.ui.resource.webResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.WebResource
| 16:40:08,953 INFO [Component] Component: org.jboss.seam.web.ajax4jsfFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.Ajax4jsfFilter
| 16:40:08,968 INFO [Component] Component: org.jboss.seam.web.ajax4jsfFilterInstantiator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.filter.Ajax4jsfFilterInstantiator
| 16:40:08,984 INFO [Component] Component: org.jboss.seam.web.contextFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.ContextFilter
| 16:40:08,984 INFO [Component] Component: org.jboss.seam.web.exceptionFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.ExceptionFilter
| 16:40:08,999 INFO [Component] Component: org.jboss.seam.web.isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.IsUserInRole
| 16:40:09,015 INFO [Component] Component: org.jboss.seam.web.loggingFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.LoggingFilter
| 16:40:09,031 INFO [Component] Component: org.jboss.seam.web.multipartFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.MultipartFilter
| 16:40:09,046 INFO [Component] Component: org.jboss.seam.web.parameters, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.Parameters
| 16:40:09,062 INFO [Component] Component: org.jboss.seam.web.redirectFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RedirectFilter
| 16:40:09,062 INFO [Component] Component: org.jboss.seam.web.servletContexts, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.web.ServletContexts
| 16:40:09,077 INFO [Component] Component: org.jboss.seam.web.session, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.web.Session
| 16:40:09,077 INFO [Component] Component: org.jboss.seam.web.userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.UserPrincipal
| 16:40:09,109 INFO [Component] Component: parserService, scope: STATELESS, type: STATELESS_SESSION_BEAN, class: org.jboss.blog.session.parser.ParserServiceImpl, JNDI: blog/ParserServiceImpl/local
| 16:40:09,140 INFO [Component] Component: postConverter, scope: EVENT, type: JAVA_BEAN, class: org.jboss.blog.session.converter.PostConverter
| 16:40:09,140 INFO [Component] Component: postManager, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.blog.session.merge.PostManager
| 16:40:09,155 INFO [Component] Component: postSearch, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.blog.session.search.PostSearchBean
| 16:40:09,187 INFO [Component] Component: postToTools, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.blog.session.tools.PostToToolsBean
| 16:40:09,202 INFO [Component] Component: postView, scope: EVENT, type: JAVA_BEAN, class: org.jboss.blog.session.view.PostViewBean
| 16:40:09,202 INFO [Component] Component: postsValidator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.blog.session.feed.mod.PostsValidator
| 16:40:09,218 INFO [Component] Component: propositionsListener, scope: EVENT, type: JAVA_BEAN, class: org.jboss.blog.session.feed.mod.PropositionsListener
| 16:40:09,233 INFO [Component] Component: propositionsTools, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.blog.session.feed.mod.PropositionsToolsBean
| 16:40:09,249 INFO [Component] Component: remoteFeedMod, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.blog.session.feed.mod.RemoteFeedModBean
| 16:40:09,280 INFO [Component] Component: remoteFeedUpdate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.blog.session.feed.update.RemoteFeedUpdate
| 16:40:09,296 INFO [Component] Component: restrictedKeyGenerator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.blog.session.security.RestrictedKeyGenerator
| 16:40:09,311 INFO [Component] Component: searchReindexObserver, scope: EVENT, type: JAVA_BEAN, class: org.jboss.blog.session.search.SearchReindexObserver
| 16:40:09,327 INFO [Component] Component: securityGroupConverter, scope: EVENT, type: JAVA_BEAN, class: org.jboss.blog.session.security.SecurityGroupConverter
| 16:40:09,327 INFO [Component] Component: securityMod, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.blog.session.security.SecurityModBean
| 16:40:09,358 INFO [Component] Component: securityObserver, scope: EVENT, type: JAVA_BEAN, class: org.jboss.blog.session.security.SecurityObserver
| 16:40:09,374 INFO [Component] Component: securityRoleConverter, scope: EVENT, type: JAVA_BEAN, class: org.jboss.blog.session.security.SecurityRoleConverter
| 16:40:09,389 INFO [Component] Component: securityRules, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.drools.RuleBase
| 16:40:09,405 INFO [Component] Component: securityUserConverter, scope: EVENT, type: JAVA_BEAN, class: org.jboss.blog.session.security.SecurityUserConverter
| 16:40:09,421 INFO [Component] Component: securityUserKeys, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.blog.session.security.SecurityUserKeys
| 16:40:09,436 INFO [Component] Component: securityUserSelect, scope: EVENT, type: JAVA_BEAN, class: org.jboss.blog.session.security.SecurityUserSelectBean
| 16:40:09,436 INFO [Component] Component: stringTools, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.blog.session.tools.StringToolsBean
| 16:40:09,452 INFO [Component] Component: templateBootstrap, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.blog.session.xml.velocity.TemplateBootstrap
| 16:40:09,467 INFO [Component] Component: templateConverter, scope: EVENT, type: JAVA_BEAN, class: org.jboss.blog.session.converter.TemplateConverter
| 16:40:09,467 INFO [Component] Component: templateMod, scope: EVENT, type: JAVA_BEAN, class: org.jboss.blog.session.xml.velocity.TemplateModBean
| 16:40:09,499 INFO [Component] Component: templateService, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.blog.session.xml.velocity.TemplateServiceBean
| 16:40:09,499 INFO [Component] Component: titleAsIdService, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.blog.session.merge.TitleAsIdServiceBean
| 16:40:09,514 INFO [Component] Component: uniqueFeedNameValidator, scope: EVENT, type: JAVA_BEAN, class: org.jboss.blog.session.validator.UniqueFeedNameValidator
| 16:40:09,530 INFO [Component] Component: uniqueGroupNameValidator, scope: EVENT, type: JAVA_BEAN, class: org.jboss.blog.session.validator.UniqueGroupNameValidator
| 16:40:09,545 INFO [Component] Component: uniqueTemplateNameValidator, scope: EVENT, type: JAVA_BEAN, class: org.jboss.blog.session.validator.UniqueTemplateNameValidator
| 16:40:09,577 INFO [Component] Component: updateHandler, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.blog.session.update.UpdateHandler
| 16:40:09,577 INFO [Component] Component: updateHandlerAsync, scope: STATELESS, type: STATELESS_SESSION_BEAN, class: org.jboss.blog.session.update.UpdateHandlerAsyncImpl, JNDI: blog/UpdateHandlerAsyncImpl/local
| 16:40:09,592 INFO [Component] Component: updateManager, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.blog.session.update.UpdateManager
| 16:40:09,623 INFO [Component] Component: xmlService, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.blog.session.xml.velocity.VelocityXmlService
| 16:40:09,639 INFO [Contexts] starting up: org.jboss.seam.security.facesSecurityEvents
| 16:40:09,748 INFO [FeedTypes] Registering feed dao class: org.jboss.blog.session.feed.dao.AggregatedFeedDao.
| 16:40:09,748 INFO [FeedTypes] Registering feed dao class: org.jboss.blog.session.feed.dao.HighlightsFeedDao.
| 16:40:09,764 INFO [FeedTypes] Registering feed dao class: org.jboss.blog.session.feed.dao.IndividualPostsFeedDao.
| 16:40:09,764 INFO [FeedTypes] Registering feed dao class: org.jboss.blog.session.feed.dao.RemoteFeedDao.
| 16:40:09,826 ERROR [[/feeds]] Exception lors de l'envoi de l'évènement contexte initialisé (context initialized) à l'instance de classe d'écoute (listener) org.jboss.seam.servlet.SeamListener
| java.lang.IllegalArgumentException: EntityManagerFactory not found in JNDI : java:/blogEntityManagerFactory
| at org.jboss.seam.persistence.ManagedPersistenceContext.getEntityManagerFactoryFromJndiOrValueBinding(ManagedPersistenceContext.java:247)
| at org.jboss.seam.persistence.ManagedPersistenceContext.initEntityManager(ManagedPersistenceContext.java:79)
| at org.jboss.seam.persistence.ManagedPersistenceContext.getEntityManager(ManagedPersistenceContext.java:108)
| 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:21)
| at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:125)
| at org.jboss.seam.Component.callComponentMethod(Component.java:2075)
| at org.jboss.seam.Component.unwrap(Component.java:2101)
| at org.jboss.seam.Component.getInstance(Component.java:1880)
| at org.jboss.seam.Component.getInstance(Component.java:1833)
| at org.jboss.seam.Component.getInstanceInAllNamespaces(Component.java:2175)
| at org.jboss.seam.Component.getValueToInject(Component.java:2127)
| at org.jboss.seam.Component.injectAttributes(Component.java:1591)
| at org.jboss.seam.Component.inject(Component.java:1409)
| at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:45)
| at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
| at org.jboss.seam.transaction.TransactionInterceptor$1.work(TransactionInterceptor.java:38)
| at org.jboss.seam.util.Work.workInTransaction(Work.java:40)
| at org.jboss.seam.transaction.TransactionInterceptor.aroundInvoke(TransactionInterceptor.java:32)
| at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
| at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42)
| at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
| at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
| at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:166)
| at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:102)
| at org.jboss.blog.session.security.nukes.NukesSecurityBootstrap_$$_javassist_2.initAdministrator(NukesSecurityBootstrap_$$_javassist_2.java)
| 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:21)
| at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:125)
| at org.jboss.seam.Component.callComponentMethod(Component.java:2075)
| at org.jboss.seam.core.Events.raiseEvent(Events.java:84)
| at org.jboss.blog.session.scanner.Init.scanForBlogAnnotations(Init.java:32)
| 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:21)
| at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31)
| at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
| at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31)
| at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
| at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:46)
| at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
| at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42)
| at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
| at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
| at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:166)
| at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:102)
| at org.jboss.blog.session.scanner.Init_$$_javassist_0.scanForBlogAnnotations(Init_$$_javassist_0.java)
| 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:21)
| at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:125)
| at org.jboss.seam.Component.callComponentMethod(Component.java:2075)
| at org.jboss.seam.core.Events.raiseEvent(Events.java:84)
| at org.jboss.seam.contexts.ServletLifecycle.endInitialization(ServletLifecycle.java:97)
| at org.jboss.seam.init.Initialization.init(Initialization.java:573)
| at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:34)
| at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3856)
| at org.apache.catalina.core.StandardContext.start(StandardContext.java:4361)
| at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:790)
| at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:770)
| at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553)
| at sun.reflect.GeneratedMethodAccessor145.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)
| at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.apache.catalina.core.StandardContext.init(StandardContext.java:5312)
| at sun.reflect.GeneratedMethodAccessor141.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)
| at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:301)
| at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)
| at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
| at org.jboss.web.WebModule.startModule(WebModule.java:83)
| at org.jboss.web.WebModule.startService(WebModule.java:61)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
| at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
| at $Proxy0.start(Unknown Source)
| at org.jboss.system.ServiceController.start(ServiceController.java:417)
| at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy201.start(Unknown Source)
| at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466)
| at sun.reflect.GeneratedMethodAccessor124.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
| at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
| at org.jboss.wsf.container.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:87)
| at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188)
| at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy202.start(Unknown Source)
| at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
| at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
| at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy9.deploy(Unknown Source)
| at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
| at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
| at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
| at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
| at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
| at $Proxy0.start(Unknown Source)
| at org.jboss.system.ServiceController.start(ServiceController.java:417)
| at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy4.start(Unknown Source)
| at org.jboss.deployment.SARDeployer.start(SARDeployer.java:304)
| at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
| 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.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy5.deploy(Unknown Source)
| at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
| at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
| at org.jboss.Main.boot(Main.java:200)
| at org.jboss.Main$1.run(Main.java:508)
| at java.lang.Thread.run(Thread.java:595)
| Caused by: javax.naming.NameNotFoundException: blogEntityManagerFactory not bound
| at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
| at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
| at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
| at org.jnp.server.NamingServer.lookup(NamingServer.java:296)
| at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:667)
| at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627)
| at javax.naming.InitialContext.lookup(InitialContext.java:351)
| at org.jboss.seam.persistence.ManagedPersistenceContext.getEntityManagerFactoryFromJndiOrValueBinding(ManagedPersistenceContext.java:243)
| ... 198 more
| 16:40:09,842 ERROR [StandardContext] Error listenerStart
| 16:40:09,842 ERROR [StandardContext] Erreur de démarrage du contexte [/feeds] suite aux erreurs précédentes
| 16:40:09,873 WARN [ServiceController] Problem starting service jboss.web.deployment:war=blog.war,id=-1157301062
| org.jboss.deployment.DeploymentException: URL file:/C:/Vincent/jboss-portal-2.7.1/server/default/tmp/deploy/tmp4490838010124300895blog.ear-contents/blog-exp.war/ deployment failed
| at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:386)
| at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)
| at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
| at org.jboss.web.WebModule.startModule(WebModule.java:83)
| at org.jboss.web.WebModule.startService(WebModule.java:61)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
| at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
| at $Proxy0.start(Unknown Source)
| at org.jboss.system.ServiceController.start(ServiceController.java:417)
| at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy201.start(Unknown Source)
| at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466)
| at sun.reflect.GeneratedMethodAccessor124.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
| at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
| at org.jboss.wsf.container.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:87)
| at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188)
| at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy202.start(Unknown Source)
| at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
| at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
| at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy9.deploy(Unknown Source)
| at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
| at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
| at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
| at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
| at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
| at $Proxy0.start(Unknown Source)
| at org.jboss.system.ServiceController.start(ServiceController.java:417)
| at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy4.start(Unknown Source)
| at org.jboss.deployment.SARDeployer.start(SARDeployer.java:304)
| at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
| 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.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy5.deploy(Unknown Source)
| at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
| at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
| at org.jboss.Main.boot(Main.java:200)
| at org.jboss.Main$1.run(Main.java:508)
| at java.lang.Thread.run(Thread.java:595)
| 16:40:09,873 ERROR [MainDeployer] Could not start deployment: file:/C:/Vincent/jboss-portal-2.7.1/server/default/tmp/deploy/tmp4490838010124300895blog.ear-contents/blog.war
| org.jboss.deployment.DeploymentException: URL file:/C:/Vincent/jboss-portal-2.7.1/server/default/tmp/deploy/tmp4490838010124300895blog.ear-contents/blog-exp.war/ deployment failed
| at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:386)
| at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)
| at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
| at org.jboss.web.WebModule.startModule(WebModule.java:83)
| at org.jboss.web.WebModule.startService(WebModule.java:61)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
| at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
| at $Proxy0.start(Unknown Source)
| at org.jboss.system.ServiceController.start(ServiceController.java:417)
| at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy201.start(Unknown Source)
| at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466)
| at sun.reflect.GeneratedMethodAccessor124.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Me
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216629#4216629
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4216629
15 years, 10 months
[EJB 3.0] - Re: EJB3.0 Over HTTP Using JBOSS 5
by itsjewel
Here is the full exception stack trace,
| 21:20:21,000 ERROR [[/servlet-invoker]] Servlet /servlet-invoker threw load() exception
| javax.servlet.ServletException: Can not find servlet server invoker with same locator as specified (servlet://127.0.0.1/servlet-invoker/ServerInvokerServlet)
| at org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.getInvokerFromInvokerUrl(ServerInvokerServlet.java:209)
| at org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.init(ServerInvokerServlet.java:68)
| at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1048)
| at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:950)
| at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4122)
| at org.apache.catalina.core.StandardContext.start(StandardContext.java:4421)
| at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:312)
| at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:144)
| at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)
| at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
| at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:597)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
| at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)
| at $Proxy36.start(Unknown Source)
| at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
| at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
| at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
| at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
| at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
| at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
| at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
| at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598)
| at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
| at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062)
| at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
| at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
| at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
| at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
| at org.jboss.system.ServiceController.start(ServiceController.java:460)
| at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)
| at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)
| at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
| at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
| at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
| at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
| at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
| at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
| at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
| at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
| at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
| at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598)
| at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
| at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062)
| at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
| at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
| at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
| at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
| at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:698)
| at org.jboss.system.server.profileservice.ProfileServiceBootstrap.loadProfile(ProfileServiceBootstrap.java:304)
| at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:205)
| at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:405)
| at org.jboss.Main.boot(Main.java:209)
| at org.jboss.Main$1.run(Main.java:547)
| at java.lang.Thread.run(Thread.java:619)
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216622#4216622
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4216622
15 years, 10 months