https://github.com/jbossas/jboss-eap/pull/1762 fixed https://bugzilla.redhat.com/show_bug.cgi?id=1148961 but causes a NPE in the *_from_ejbembed tests. java.lang.NullPointerException at org.jboss.as.embedded.ejb3.JBossStandaloneEJBContainerProvider.createEJBContainer(JBossStandaloneEJBContainerProvider.java:67) at javax.ejb.embeddable.EJBContainer.createEJBContainer(EJBContainer.java:76) at javax.ejb.embeddable.EJBContainer.createEJBContainer(EJBContainer.java:58) at com.sun.ts.tests.common.vehicle.ejbembed.EJBEmbedRunner.createClient(EJBEmbedRunner.java:89) at com.sun.ts.tests.common.vehicle.ejbembed.EJBEmbedRunner.run(EJBEmbedRunner.java:40) at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:102) at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:392) at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:210) at com.sun.ts.lib.harness.EETest.run(EETest.java:204) at com.sun.ts.tests.common.vehicle.VehicleClient.main(VehicleClient.java:27) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.jboss.modules.Module.run(Module.java:312) at org.jboss.modules.Main.main(Main.java:460)
https://github.com/jbossas/jboss-eap/pull/1788
verified on EAP 6.4.0.DR5