[Resin-interest] [4.0.3] CanDI in Wicket : InjectManager.injectObject() ?

2010-02-07 Thread smallufo
I am trying to integrate CanDI in Wicket , but ... In the bottom of the document : http://www.caucho.com/resin/doc/resin-ioc.xtp private InjectManager _webBeans = InjectManager.create(); _webBeans.injectObject(component); But , I cannot find an injectObject() method in InjectManager ...

[Resin-interest] resin-2.1.11 configure Script Missing

2010-02-07 Thread Scott Dudley
I'm trying to build mod_caucho.so on Linux. The instructions say to run the configure script but there isn't one in the installation tree. No configure.in either. All I see are a few Makefile.in files. Where/how do I get the configure script? Thanks. -- Scott Dudley Senior Developer Tel

Re: [Resin-interest] Where is javax.inject.Current ?

2010-02-07 Thread Wesley Wu
the docs should be updated I can't agree more. :) 2010/2/7 smallufo : > Oops , thanks for replying so soon. > BTW , the docs should be updated ... > > 2010/2/7 Wesley Wu >> >> according to the JSR299 & JSR330 final spec >> >> should use javax.inject.Inject instead >> >> 2010/2/7 smallufo : >> > I

Re: [Resin-interest] Where is javax.inject.Current ?

2010-02-07 Thread smallufo
Oops , thanks for replying so soon. BTW , the docs should be updated ... 2010/2/7 Wesley Wu > according to the JSR299 & JSR330 final spec > > should use javax.inject.Inject instead > > 2010/2/7 smallufo : > > I am migrating from Spring to JSR-299 , > > I followed this http://blog.caucho.com/?p=1

Re: [Resin-interest] Where is javax.inject.Current ?

2010-02-07 Thread Wesley Wu
according to the JSR299 & JSR330 final spec should use javax.inject.Inject instead 2010/2/7 smallufo : > I am migrating from Spring to JSR-299 , > I followed this http://blog.caucho.com/?p=137 , > but the first frustration is that I cannot find @Current . > > I extracted javaee-16.jar from resin

[Resin-interest] Where is javax.inject.Current ?

2010-02-07 Thread smallufo
I am migrating from Spring to JSR-299 , I followed this http://blog.caucho.com/?p=137 , but the first frustration is that I cannot find @Current . I extracted javaee-16.jar from resin 4.0.2 , but I cannot find that ... I grabbed glassfish v3 but sees no such annotation , Is it deprecated ? ___