Re: EJB Injection for Struts 2 Actions

2008-08-03 Thread Struts Two
You can extend the default stack to inject EJB3. I am not sure if the lookups for all the servers are the same, but in my case, I have extended the default stack to inject EJB3 local lookups through an interceptor on Websphere and it is working prettry good. - Original Message From:

Re: EJB Injection for Struts 2 Actions

2008-08-03 Thread Marc Ende
Hi, I've followed this article and it works great for me. http://blogs.cuetech.eu/roller/psartini/entry/in_struts2_auf_ejb3_session Marc � schrieb: i'm looking for a possibility to realize EJB injection for struts actions. The simpler the better. I know that there is a EJB plugin in the regis