|
Any progress on this guys? I'm stuck at the same point with WildFly 8.2.0 & OGM 4.1.3 with mongodb. Removing the jboss-deployment-structure.xml (is it really needed when no other OGM-module is installed in the AS?) from the EAR gives me a JndiExcpetion with root cause:
{{Caused by: javax.naming.NameNotFoundException: --
PlaceHolderDSForOGM
-- – service jboss.naming.context.java.--
PlaceHolderDSForOGM
-- at org.jboss.as.naming.ServiceBasedNamingStore.lookup(ServiceBasedNamingStore.java:104) at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:202) at org.jboss.as.naming.InitialContext$DefaultInitialContext.lookup(InitialContext.java:233) at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:179) at javax.naming.InitialContext.lookup(InitialContext.java:421) [rt.jar:1.8.0_20] at javax.naming.InitialContext.lookup(InitialContext.java:421) [rt.jar:1.8.0_20] at org.hibernate.engine.jndi.internal.JndiServiceImpl.locate(JndiServiceImpl.java:114) [hibernate-core-4.3.7.Final.jar:4.3.7.Final]}}
|