You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2010/05/31 08:15:51 UTC

[jira] Commented: (CAMEL-2768) EJB component - To work with EJBs like the bean component

    [ https://issues.apache.org/activemq/browse/CAMEL-2768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59605#action_59605 ] 

Claus Ibsen commented on CAMEL-2768:
------------------------------------

Could be that EJB 3.0 works out of the box with the bean component as all you do is to look it up from JNDI.
http://openejb.apache.org/3.0/simple-stateless-example.html

I recon its mostly the older EJB 2.x style which requires all the extra hazzle.

> 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.