Hi "jaxrs-application" only works for trunk. For previous versions you need to define your config by endpoint either in ejb-deployment for EJBs or in pojo-deployment for pojos.
*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/8/15 Chris Owens <[email protected]> > My installation is tomee-plus version 1.5.2 plus openJPA 2.2.2. > > I am trying to use Jackson as the provider to serialize objects. I have > followed the instructions: > Here <http://openejb.979440.n4.nabble.com/Jackson-on-TomEE-td4656312.html> > and here > <http://openejb.979440.n4.nabble.com/TomEE-1-5-and-Jackson-td4657777.html> > and here > < > http://openejb.979440.n4.nabble.com/Jackson-as-JSON-privider-td4566950.html > > > , and I have read up on openejb-jar.xml here > <http://tomee.apache.org/details-on-openejb-jar.html> and Here > < > http://rmannibucau.wordpress.com/2013/01/09/tomeeopenejb-jaxrs-refactoring/ > > > . > > Accordingly, my deployed application contains a file in > WEB-INF/openejb-jar.xml, which contains: > > > > > The system does not appear to be attempting to parse the openejb-jar.xml > file, as evidenced by two facts: the system is not using the Jackson > provider, and I can put syntactically incorrect garbage in the openejb-jar > file and nobody complains. > > Any ideas or suggestions? > > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/openejb-jar-xml-not-being-parsed-tp4664660.html > Sent from the OpenEJB User mailing list archive at Nabble.com. >
