Tagged Questions
0
votes
1answer
252 views
Tomee+ JAX-RS: Jackson annotations ignored
I've got a problem with Jackson annotations that seem to be ignored in Tomee+ v1.
I use Jackson to have my REST responses serialized to JSON. I switched it on setting:
openejb.cxf.jax-rs.providers = ...
1
vote
1answer
460 views
TomEE Plus seems not find the “ejb-jar.xml” in application war
My main aim is to migrate an EJB 2.x application written for WebSphere to a web application deployable for Tomcat server. But I want to this as nearly one-to-one migration.
So I set up a TomEE ...