How to resolve JNDI conflict between Jetty and OpenEJB?

I am running Jetty (from Maven) with OpenEJB inside. The problem is that they conflict through the JNDI context. The problem was explained some time ago using Stephen Connolly's solution. The solution looks rather outdated (this is for Jetty 6.x, while I am using Jetty 7.x) and is not very clear to me. Can someone explain if it is even possible to run Jetty and OpenEJB together? It would be great to see an example.

+6
maven jetty maven-jetty-plugin openejb
source share

No one has answered this question yet.

See related questions:

646
Work with "Xerces hell" in Java / Maven?
8
Running a web application in both Jetty and Tomcat
7
jetty-env.xml with DataSource crashes WebAppContext on mvn jetty: run
2
Jetty-maven-plugin with OpenEJB
one
Cannot reuse HSQLDB in Jetty between restarts
one
CDI issues in installation for functional testing with TomEE (or OpenEJB), Jetty, and Selenium
0
Configuring Javamail JNDI for Jetty
0
Using Jetty as a Java EE Application Server
0
Is it possible to run TestNG integration tests in a Jetty container with JNDI and spring context?
0
Jetty maven plugin and spring 4.1.6 - class not found exception

All Articles