I think you should ask on the Tomee mailing list : http://tomee.apache.org/support.html They are very reactive.
Rgds, Thibault 2013/11/19 jvence <[email protected]> > Thanks Thibault. Per verstatec's recommendation I simply hard coded the db > name. Now I get another strange error: > > javax.naming.NameNotFoundException: Name "global" not found. > at > org.apache.openejb.core.ivm.naming.IvmContext.federate(IvmContext.java:197) > at > org.apache.openejb.core.ivm.naming.IvmContext.lookup(IvmContext.java:151) > at > > org.apache.tomee.catalina.TomcatJndiBuilder.mergeJava(TomcatJndiBuilder.java:225) > at > > org.apache.tomee.catalina.TomcatJavaJndiBinder.lifecycleEvent(TomcatJavaJndiBinder.java:30) > at > > org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119) > at > > org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90) > at > > org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5173) > at > org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) > at > > org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901) > at > org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877) > at > org.apache.catalina.core.StandardHost.addChild(StandardHost.java:618) > at > > org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1100) > at > > org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1618) > at > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439) > at > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) > at java.util.concurrent.FutureTask.run(FutureTask.java:138) > at > > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) > at > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) > at java.lang.Thread.run(Thread.java:695) > > Please excuse my ignorance but this is the first time I'm dealing with > TomEE. Do you know why this is happening? > > Thanks again for your help. > > > > -- > View this message in context: > http://shiro-user.582556.n2.nabble.com/Example-Shiro-MongoDB-Realm-tp7579029p7579401.html > Sent from the Shiro User mailing list archive at Nabble.com. >
