HI tomee-jaxrs just allow tomee to deploy jaxrs services (from EE spec). Removing it breaks it. jackson-jaxrs is not linked to it. The issue is related to something else.
It can be a cxf issue but we need a project reproducing it to investigate further. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-02-13 9:55 GMT+01:00 trima <[email protected]>: > Hi Romain, > Thanks for your reply. It seemed like a JAX-RS issue. My > webapp had its own jaxrs dependency (jackson-jaxrs.jar). I removed the > tomee-jaxrs-1.6.0.jar and tested. After that it seems to be working fine. > the autowiring is working perfectly. Any idea why this may be happening and > what can be the possible effects of removing tomee-jaxrs jar from its lib. > (P.S. : I tried doing the other way round too i.e. remove jackson-jaxrs from > webapps lib, but after that I started getting json parsing error, so it > seems i have to work with removing tomee's jar only). > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/Autowiring-Spring-Injection-not-working-tomEE-1-6-plus-tp4667748p4667758.html > Sent from the OpenEJB User mailing list archive at Nabble.com.
