[jboss-user] [EJB 3.0] - Re: EJB2 Client calling EJB3 Bean

ALRubinger do-not-reply at jboss.com
Wed Nov 5 14:08:51 EST 2008


Because @Remote denotes a "Business Remote" interface, ie. an EJB3 view.

This is confusing because the XML element "remote" is a "Remote Component" interface ie. an EJB2.x view.

So while using annotations, you don't specify the remote component interface at all; we'll read it in from the return types of "create" methods in EJB2.x Home.

S,
ALR

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187042#4187042

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187042



More information about the jboss-user mailing list