You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to guiceyfruit
Hi James,
in my sample below I currently pass a container-managed Entity Manager
via constructor to MyDao. Can I use guiceyfruit annotation
( @PersistenceContext) to inject a JTA enabled Entity Manager in
MyDAO ? Any hints are appreciated.
Thanks
Martin
@Stateless(name = "MySessionBean")
public class MySessionBean implements MyInterface {