[jboss-user] [EJB 3.0] - Re: Share entity bean between stateless session beans

Rhodan76 do-not-reply at jboss.com
Thu Nov 20 05:32:15 EST 2008


Please check, that you are using the only the LOCAL-Interface from the bean as reference:


  |     @EJB
  |     private LocalBeanInterface bean1;
  | 

Instead using the remote-Interface would result in (De-)serialization and those in deteaching any entity.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4190814#4190814

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4190814



More information about the jboss-user mailing list