I need to conditionally create a Stateful Session Bean instance. Therefore I cannot use an
@EJB annotation - I'm looking for a way to do it programmatically. Ideally, I'd
like to say
MySfsbRemote newInstance = ???.create(MySfsbRemote.class);
How can I do this? I guess I cannot use new MySfsb()?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260260#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...