Typo.
"jaikiran" wrote :
|
| //get the proxy
| MyBeanInterface bean = (MyBeanInterface)
this.sessionContext.getBusinessObject(UserManager.class);
|
|
This was intended to be:
| //get the proxy
| MyBeanInterface bean = (MyBeanInterface)
this.sessionContext.getBusinessObject(MyBeanInterface.class);
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157720#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...