@EJB annotation can be used only with container managed components like Servlet and JSF beans. Other than that either you have to use spring or right a customized EJB3 interceptor for struts 2 or modify request processing command chains for struts 1.3 to inject EJB 3 beans.
Keep in mind you can also use Google Guice to do that as well [if you are not using any other spring goodies, Guice should very easy to set up] --- On Fri, 4/10/09, Stefano Tranquillini <stefano.tranquill...@gmail.com> wrote: > From: Stefano Tranquillini <stefano.tranquill...@gmail.com> > Subject: Re: Struts and EJB 3 > To: "Struts Users Mailing List" <user@struts.apache.org> > Received: Friday, April 10, 2009, 2:39 PM > Yes, i'll try to use, but the ejb > with annotation gives me a > nullpointer exception. > i've to call the ejb using the old style jndi call. > > On Fri, Apr 10, 2009 at 15:25, Lukasz Lenart > <lukasz.len...@googlemail.com> > wrote: > > 2009/4/10 Stefano <elste...@gmail.com>: > >> in struts1 what's the way to use EJB3.0? > >> > >> there's no possibility to use annotation? > >> i need to use classical jndi? why? > > > > You can use annotations with Struts1, is not a problem > with framework > > but with Java platform you're using. THe best solution > is to use > > Spring to connect Struts1 Actions with EJB3 beans. > > > > > > Regards > > -- > > Lukasz > > http://www.lenart.org.pl/ > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > > For additional commands, e-mail: user-h...@struts.apache.org > > > > > > > > -- > Stefano > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > __________________________________________________________________ Yahoo! Canada Toolbar: Search from anywhere on the web, and bookmark your favourite sites. Download it now http://ca.toolbar.yahoo.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org