Nothing beats working code ! You get the error: "The number of beans deployed (3) does not match the number of beans actually in the jar (2). Please redeploy this jar." If you do not change the attribute from "class-name" to "ejb-name" or if you do not change the value to the EJB name and leave the full class name.
Here is the working example including the change to the cxf.jaxrs.providers property in openejb-jar.xml in order to eliminate resource.xml fooEjb.zip <http://openejb.979440.n4.nabble.com/file/n4657789/fooEjb.zip> Do you know if there is any type of documentation for openejb-jar.xml? Also, it might be a good idea to add the setup of Jackson to the list of provided examples. Thanks a lot for your help! -- View this message in context: http://openejb.979440.n4.nabble.com/TomEE-1-5-and-Jackson-tp4657777p4657789.html Sent from the OpenEJB User mailing list archive at Nabble.com.
