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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...