In one application I developed I add json-p RI as dependency in Apache TomEE and I had no problem, of course this means Apache TomEE has become not Java EE 6 certified but something in the middle, but it works, probably as Romain said you can do something similar to Apache CXF, but instead of adding cxf as project dependency they should be add to /lib directory (and removing previous apache cxf jars). Anyway because of classloader I am a bit sure that if you add them as project dependency it would work as well, but you know when you have different versions of same API on classpath you can get some unmeaningful errors.
2014-07-17 7:22 GMT+02:00 Romain Manni-Bucau <[email protected]>: > Tomee will be in some months at least. And putting cxf in your app? > Le 17 juil. 2014 02:26, "Anthony Fryer" <[email protected]> a écrit : > > > Sorry to ask but is there an expected release date for tomee 2.0? I > can't > > use snapshot versions, so have to wait for the release. Also i'm using > > apache-tomee-plus so don't feel comfortable replacing the cxf version of > > the > > libs. > > > > > > > > -- > > View this message in context: > > > http://tomee-openejb.979440.n4.nabble.com/Is-there-a-CXF-Async-thread-pool-tp4670492p4670507.html > > Sent from the TomEE Users mailing list archive at Nabble.com. > > > -- +----------------------------------------------------------+ Alex Soto Bueno - Computer Engineer www.lordofthejars.com +----------------------------------------------------------+
