[jboss-dev-forums] [Design of JBoss IIOP on JBoss] - Re: CorbaNamingService for EJB3 in AS trunk
jhalliday
do-not-reply at jboss.com
Tue Feb 5 05:25:55 EST 2008
So mixing EJB3 with jboss.xml configuration is a mistake. Looks like the proper way to do this is to throw out the xml (sweet!) and use e.g.
| @Stateless
| @Remote(MyRemote.class)
| @RemoteBinding(factory= RemoteBindingDefaults.PROXY_FACTORY_IMPLEMENTATION_IOR)
|
on the bean impl class
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126502#4126502
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126502
More information about the jboss-dev-forums
mailing list