Re: [Struts 2 + EJB 3] injection of EJBs into struts 2 actions

2009-12-08 Thread irene zeller sancho
in context: http://old.nabble.com/-Struts-2-%2B-EJB-3--injection-of-EJBs-into-struts-2-actions-tp26641329p26683752.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr

Re: [Struts 2 + EJB 3] injection of EJBs into struts 2 actions

2009-12-07 Thread Ignacio de Córdoba
? Since a Struts action is a servlet and injection works in a servlet, injection should work. Thanks for enlightening me. -- View this message in context: http://old.nabble.com/-Struts-2-%2B-EJB-3--injection-of-EJBs-into-struts-2-actions-tp26641329p26683752.html Sent from the Struts - User

Re: [Struts 2 + EJB 3] injection of EJBs into struts 2 actions

2009-12-06 Thread irene zeller sancho
- JC From: Fernandes Celinio [mailto:cfernan...@sopragroup.com] JC Sent: 04 December 2009 11:37 JC To: user@struts.apache.org JC Subject: [Struts 2 + EJB 3] injection of EJBs into struts 2 actions JC JC Hi, JC I know that it is not possible to inject EJB in Struts 2 actions. JC

[Struts 2 + EJB 3] injection of EJBs into struts 2 actions

2009-12-04 Thread Fernandes Celinio
Hi, I know that it is not possible to inject EJB in Struts 2 actions. The following annotation would not work : @EJB MyBeanLocal mybean; But how come ? Since a Struts action is a servlet and injection works in a servlet, injection should work. Thanks for enlightening me.

RE: [Struts 2 + EJB 3] injection of EJBs into struts 2 actions

2009-12-04 Thread James Cook
- From: Fernandes Celinio [mailto:cfernan...@sopragroup.com] Sent: 04 December 2009 11:37 To: user@struts.apache.org Subject: [Struts 2 + EJB 3] injection of EJBs into struts 2 actions Hi, I know that it is not possible to inject EJB in Struts 2 actions. The following annotation would not work

RE: [Struts 2 + EJB 3] injection of EJBs into struts 2 actions

2009-12-04 Thread Haroon Rafique
/2009-07/msg00842.html Hope that helps. JC JC -Original Message- JC From: Fernandes Celinio [mailto:cfernan...@sopragroup.com] JC Sent: 04 December 2009 11:37 JC To: user@struts.apache.org JC Subject: [Struts 2 + EJB 3] injection of EJBs into struts 2 actions JC JC Hi, JC I know