When deploying a jaxrs war (attached) with openejb.classloader.forced-load = javax.ws.rs set in conf/system.properties war deployment goes fine but the test endpoint http://localhost:8080/w/test returns a 404. When removing this property it is working fine again (I need to add the property to have another war which uses jersey working)
How-To-Repeat: # Deploy attached w.war # set in conf/system.properties openejb.classloader.forced-load = javax.ws.rs # Open http://localhost:8080/w/test Result: 404 response Expected: A result ('OK') Is this a bug? w.war <http://tomee-openejb.979440.n4.nabble.com/file/t376095/w.war> -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html
