Hmm what role does code like below play? I do not see anywhere that JBoss is reporting
something with these names (specifically the '/local' and '/remote')
Also, in the case of injecting a remote, how can the specific host, server etc... be
specified?
http://www.laliluna.de/ejb-3-tutorial-jboss.html
| public static final String RemoteJNDIName = BookTestBean.class.getSimpleName() +
"/remote";
| public static final String LocalJNDIName = BookTestBean.class.getSimpleName() +
"/local";
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984150#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...