My application deploys, but when I try to access certain pages I get an error. Here is the log of the error:
10:19:08,542 INFO [net.company.xa.resourcelocator.handlers.OpenEJBResourceLocatorHandler] (http-/127.0.0.1:8085-2) the openejb handler should now be replaced by the jndi handler, please use: 'net.company.wlp.app.ggr.record.RecordManager=jndi:name=wlp-app-ggr-core.net.company.wlp.app.ggr.record.RecordManagerLocal properties={OPENEJB}'
10:19:08,555
ERROR [net.company.xa.resourcelocator.handlers.JndiResourceLocatorHandler] (http-/127.0.0.1:8085-2) Failed to lookup object named [name=wlp-app-ggr-core.net.company.wlp.app.ggr.record.RecordManagerLocal properties={OPENEJB}] : javax.naming.NamingException: JBAS011843: Échec d'instanciation InitialContextFactory org.apache.openejb.client.LocalInitialContextFactory à partir du chargeur de classes ModuleClassLoader for Module "deployment.latesttapestry2wlp-app-ggr-ear-R18-Q4_1-0-0.ear.wlp-app-ggr-admin.war:main" from Service Module Loader [Root exception is java.lang.ClassNotFoundException: org.apache.openejb.client.LocalInitialContextFactory from [Module "deployment.latesttapestry2wlp-app-ggr-ear-R18-Q4_1-0-0.ear.wlp-app-ggr-admin.war:main" from Service Module Loader]]
I have attached my resource.properties file.
Do you have any suggestions about how to solve this problem? If you need more details please don't hesitate.
I have attached my resource.properties file.