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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
