Hi Romain, Thank you for the indications! I am aware I could use TomEE JAX-RS, but I would like to keep on using Jersey (for the time being)... actually I would like to keep my project the same way it was before, only adding the new features I am seeking in TomEE.
I found that the problem I was facing was actually was related with me using a TomEE in Eclipse with a configurations set as "Use workspace metadata"... somehow when configured like this the server configurations misses several details of the TomEE configs (namely the conf/system.properties - where I had declared: "com.sun.jersey.server.impl.cdi.lookupExtensionInBeanManager=true"). When I changed it to "Use Tomcat installation", the problem went away. You can configure this by double-clicking the TomEE server in Eclipse and select "Use Tomcat installation". Not sure if you had come across with this, but whenever you use an Eclipse "Use workspace metadata", and you go to check the TomEE configurations (.metadata/.plugins/org.eclipse.wst.server.core/tmp/conf), several of the TomEE/conf/ XML files/configs are missing, which I think leads to some problems... Thank you, and keep up with the good work! -- View this message in context: http://openejb.979440.n4.nabble.com/TomEE-and-Jersey-Issue-tp4664515p4664517.html Sent from the OpenEJB User mailing list archive at Nabble.com.
