EJB component - To work with EJBs like the bean component ---------------------------------------------------------
Key: CAMEL-2768 URL: https://issues.apache.org/activemq/browse/CAMEL-2768 Project: Apache Camel Issue Type: New Feature Components: camel-core Affects Versions: 2.3.0 Reporter: Claus Ibsen Fix For: 2.4.0 Camel should have a new {{ejb}} component where you can easily invoke EJBs as if the {{bean}} component can do. We can use OpenEJB for testing. http://openejb.apache.org/ We most likely need the J2EE API as we need to gather the Home object to crate the instance. And use the corba narrow stuff. Well at least you had to do like that in the old days with EJB 2.1. I recon EJB 3.0 is easier today. But still you never know when it comes to EJBs :) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.