Viggo Navarsete [https://community.jboss.org/people/viggo.navarsete] created the discussion
"Re: Injecting POJO object to ejb session bean" To view the discussion, visit: https://community.jboss.org/message/780297#780297 -------------------------------------------------------------- Yes you can:) By using CDI, if supported by your container you can use the @Inject annotation to inject a POJO. Remember that you also need a beans.xml bundled with your application, this is the way the container knows it should enable CDI for your application. -------------------------------------------------------------- Reply to this message by going to Community [https://community.jboss.org/message/780297#780297] Start a new discussion in EJB3 at Community [https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
