Re: @EJB injection for Jetty

2007-01-29 Thread Jarek Gawor
Not sure what happened but it is also working for me know (using latest trunk). Jarek On 1/27/07, Prasad Kashyap [EMAIL PROTECTED] wrote: OK. Now I have verified the @EJB injection jack for Jetty on TRUNK and have found it to be working. Cheers Prasad On 1/27/07, Prasad Kashyap [EMAIL

Re: @EJB injection for Jetty

2007-01-29 Thread Paul McMahan
] wrote: OK. Now I have verified the @EJB injection jack for Jetty on TRUNK and have found it to be working. Cheers Prasad On 1/27/07, Prasad Kashyap [EMAIL PROTECTED] wrote: No I haven't verified the @EJB injection on Jetty. I believe it is only on trunk. I was working on getting my M2

Re: @EJB injection for Jetty

2007-01-27 Thread Prasad Kashyap
No I haven't verified the @EJB injection on Jetty. I believe it is only on trunk. I was working on getting my M2 build to work. (unable to resolve dependency o.a.g.specs.geronimo-ejb_3.0_specs//jar) When I finally gave on M2 build and work on trunk, I hit the following problem - Missing

[2.0-M2] @EJB injection for Jetty doesn't work

2007-01-27 Thread Prasad Kashyap
into trunk. My initial suspicion is on the merge. Maybe the undeploy fix got in and the jetty hack didn't. My next suspicion is on the fix itself. I hadn't had a chance to try the @EJB injection hack for jetty on trunk so far due to build failures. But I hope to try it now. Neverthless

Re: [2.0-M2] @EJB injection for Jetty doesn't work

2007-01-27 Thread Prasad Kashyap
the undeploy fix got in and the jetty hack didn't. My next suspicion is on the fix itself. I hadn't had a chance to try the @EJB injection hack for jetty on trunk so far due to build failures. But I hope to try it now. Neverthless, the release notes are now out of sync. Didn't want to pollute

Re: @EJB injection for Jetty

2007-01-27 Thread Prasad Kashyap
OK. Now I have verified the @EJB injection jack for Jetty on TRUNK and have found it to be working. Cheers Prasad On 1/27/07, Prasad Kashyap [EMAIL PROTECTED] wrote: No I haven't verified the @EJB injection on Jetty. I believe it is only on trunk. I was working on getting my M2 build to work

Re: @EJB injection for Jetty

2007-01-26 Thread Jarek Gawor
properly first (see code in jetty6.handler.ComponentContextHandler) in order to get the JNDI context. Jarek On 1/25/07, Dain Sundstrom [EMAIL PROTECTED] wrote: I added a simple hack to get @EJB injection working in Jetty. It is hack is just a trimmed down version of the Tomcat

Re: @EJB injection for Jetty

2007-01-26 Thread Dain Sundstrom
) in order to get the JNDI context. Jarek On 1/25/07, Dain Sundstrom [EMAIL PROTECTED] wrote: I added a simple hack to get @EJB injection working in Jetty. It is hack is just a trimmed down version of the Tomcat DefaultAnnotationProcess or which only handles @EJB injection. As with the Tomcat version