[jboss-user] [EJB 3.0] - Re: Transactions Question: Subsequent calls the method fail
jaikiran
do-not-reply at jboss.com
Thu Jun 12 11:32:19 EDT 2008
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#4157720
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157720
More information about the jboss-user
mailing list