[jboss-user] [Beginner's Corner] - Re: invoking an EJB over iiop

giu fus do-not-reply at jboss.com
Thu Jan 3 10:39:18 EST 2013


giu fus [https://community.jboss.org/people/giufus] created the discussion

"Re: invoking an EJB over iiop"

To view the discussion, visit: https://community.jboss.org/message/787363#787363

--------------------------------------------------------------
EJB3 invocations from other AS to EAP 5 is supported via IIOP theoretically because it requires use of at RemoteHome annotations and EJB 2.1 business interfaces XD
To use IIOP, the EJB remote interface must extend EJBObject, a remote home that extends EJBHome just like in EJB 2.x. The bean must specify @RemoteHome(RemoteHome.class), and at IIOP(interfaceRepositorySupported=false).

Ask me more about it if you need.

Cheers.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/787363#787363]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20130103/9257c739/attachment.html 


More information about the jboss-user mailing list