Hi, in my app some of it's legacy parts are using static InitialContext.lookup on hardcoded jboss's pattern jndi paths, like:
java:global/my-ear/my-ejb/FooService . How can I achieve the same with OpenEJB and ApplicationComposer, while it's quite different naming strategy : "java:comp/env/.... Actually having trouble to locate a good way passing the property of openejb.jndiname.format to tests run by: @RunWith(ApplicationComposer.class) Any idea ? BR, Gregory
