can you reproduce it in a sample? *Romain Manni-Bucau* *Twitter: @rmannibucau <https://twitter.com/rmannibucau>* *Blog: **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau*
2013/3/28 ZhongGuan <[email protected]> > Hi, Thank you for your answer. > > >>@ApplicationPath("/*") -> @ApplicationPath("/") should be fine > > Yes,when i set as this, > even if the Application class exists, it works fine in Tomee1.5 > > I have a Application class without any content > @ApplicationPath("/") > public class MyApplication extends Application { > > } > And I have a setting in system.properties > openejb.jaxrs.providers.auto = true > > that is OK... > > after that, i try to use 1.6.0-SNAPSHOT. > > In fact, There is a JAXBContextResolver in my case. > when i use Tomee1.5 (Application class and system.properties setting both > exist), > that JAXBContextResolver works. > But with the same setting in 1.6.0-SNAPSHOT(Application class and > system.properties setting both exist), JAXBContextResolver does not work. > > it makes me confused ... > > > > > > > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/how-to-ignore-the-ApplicationPath-tp4661811p4661830.html > Sent from the OpenEJB User mailing list archive at Nabble.com. >
