I am using JAX-RS in Tomee.
And I use the openejb.jaxrs.providers.auto = true 
to scan all the Entry and Provider, it works fine.

But if I deploy it to the WebSphere App 8.5.
I need a empty subClass of Application for autoScan
@ApplicationPath("/*")
public class JaxRsApplication extends Application {

}
It also works fine in WebSphere.

But if I reDeploy it to Tomee1.5, There is a error at runTime.
it seems that it can not find the entry class;

so my question is if I use the openejb.jaxrs.providers.auto = true ,
How to ignore the Application Class.

I have tried the openejb.jaxrs.application=false, but it did not work.

Thanks.






--
View this message in context: 
http://openejb.979440.n4.nabble.com/how-to-ignore-the-ApplicationPath-tp4661811.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Reply via email to