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