Hi David, Maarten! Maybe this is slightly offtopic: James Carman recently wrote a Wicket extension to generally use IOC containers to inject Beans (by name/type/type+name) called syringe [1].
This currently works for WebBeans (JSR-299, tested with OpenWebBeans) and Spring, but should be easily extendable to also work for EJBs too. LieGrue, strub [1] http://www.nabble.com/-ANNOUNCE--Syringe:-A-New-IoC-Framework-for-Wicket...-td22660830.html --- David Jencks <[email protected]> schrieb am Mi, 1.4.2009: > Von: David Jencks <[email protected]> > Betreff: Re: Injecting EJBs into Wicket > An: [email protected] > Datum: Mittwoch, 1. April 2009, 10:58 > > On Mar 31, 2009, at 11:31 PM, Maarten Billemont wrote: > > > > > On 01 Apr 2009, at 01:02, David Jencks wrote: > > > >> Apparently the ejbs are bound in a different > unrelated global jndi context. Personally I consider > this a bug. > > > > Should I file a bug report on this? > > I don't think its necessary..... there's already > GERONIMO-4599 which I think is the same or closely related > problem. I'm doing a little investigation while > recovering from extreme jet lag and a cold.... hopefully > this will be easy to fix. > > thanks > david jencks > >
