1) ok 2) /webapps/tomee/lib is wrong otherwise that's correct 3) tomee had an issue with a particular rest injection (fixed on trunk), to avoid it you had to exclude jar using this injection
Note: using the snapshot 1 & 2 are enough. - Romain 2012/7/28 nialscorva <[email protected]> > I'm seeing hints, but haven't found a good step by step. To register a > provider of any type(reader, writer, exception mapper, etc), the steps are: > > 1) class name of provider in openejb.cxf.jax-rs.providers. > in CATALINA_BASE/conf/system.properties or setenv.* CATALINA_OPTS? > 2) put the provider class in a jar in... > /lib > /webapps/tomee/lib > /webapps/myapp/WEB-INF/lib > 3) Add the jar to an "exclusion list". Where and what does that do? Does > that mean the providers have to be outside of the war and completely > seperate? > > Is that the whole process? > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/Jackson-on-TomEE-tp4656312p4656557.html > Sent from the OpenEJB User mailing list archive at Nabble.com. >
