Re: TomEE Plus (1.0.0-beta-2): Getting NPE for JAX-RS resource with context root "/"

2012-01-13 Thread Scratch
Awesome! Thanks Romain! -- View this message in context: http://openejb.979440.n4.nabble.com/TomEE-Plus-1-0-0-beta-2-Getting-NPE-for-JAX-RS-resource-with-context-root-tp4292186p4294081.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: TomEE Plus (1.0.0-beta-2): Getting NPE for JAX-RS resource with context root "/"

2012-01-13 Thread David Blevins
Excellent work! I'll make sure this makes it into beta-2 when we re-roll it. -David On Jan 13, 2012, at 11:44 AM, Romain Manni-Bucau wrote: > fixed on trunk > -> https://issues.apache.org/jira/browse/TOMEE-61 > > - Romain > > > 2012/1/13 Romain Manni-Bucau > >> Hi Craig, >> >> yes, we ass

Re: TomEE Plus (1.0.0-beta-2): Getting NPE for JAX-RS resource with context root "/"

2012-01-13 Thread Romain Manni-Bucau
fixed on trunk -> https://issues.apache.org/jira/browse/TOMEE-61 - Romain 2012/1/13 Romain Manni-Bucau > Hi Craig, > > yes, we assumed you were not using ROOT webapp to deploy your rest > services. > > I'll fix it soon. > > It was because ROOT set by default its ùeta data to complete and we di

Re: TomEE Plus (1.0.0-beta-2): Getting NPE for JAX-RS resource with context root "/"

2012-01-13 Thread Romain Manni-Bucau
Hi Craig, yes, we assumed you were not using ROOT webapp to deploy your rest services. I'll fix it soon. It was because ROOT set by default its ùeta data to complete and we didnt think it could be changed. Thanks for the report! - Romain 2012/1/13 Scratch > Hi guys, > > First off, great wo

TomEE Plus (1.0.0-beta-2): Getting NPE for JAX-RS resource with context root "/"

2012-01-13 Thread Scratch
Hi guys, First off, great work. I love the idea of being able to deploy EE 6 apps within a Tomcat environment. I've run into a problem with my JAX-RS resources. When I set my app's context root to something like "/myapp", it works fine; but when my app is run in the root context (ROOT.war), I'm s