Re: Annotation processing - Geronimo injection

2007-03-24 Thread David Jencks
On Mar 24, 2007, at 6:18 PM, Bill Barker wrote: "Filip Hanik - Dev Lists" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] yo, I've been in touch with the folks at Geronimo. They use dependency injection, and have a suggestion on how they would like the annotation processor to b

Re: Annotation processing - Geronimo injection

2007-03-24 Thread David Jencks
Thanks for your interest! On Mar 24, 2007, at 9:26 PM, Fabien Carrion wrote: Hi, Here is my point of view. I like the idea of "" to be replaced by "nice code that can do the object creation and injection in one step". As I am still new on the code of Tomcat, having all the code concentrated

svn commit: r522147 - in /tomcat/site/trunk: docs/security-4.html xdocs/security-4.xml

2007-03-24 Thread markt
Author: markt Date: Sat Mar 24 19:19:50 2007 New Revision: 522147 URL: http://svn.apache.org/viewvc?view=rev&rev=522147 Log: Add information on cve-2002-1394 and cve-2002-1148 Modified: tomcat/site/trunk/docs/security-4.html tomcat/site/trunk/xdocs/security-4.xml Modified: tomcat/site/tr

Re: Annotation processing - Geronimo injection

2007-03-24 Thread Filip Hanik - Dev Lists
Fabien Carrion wrote: Hi, Here is my point of view. I like the idea of "" to be replaced by "nice code that can do the object creation and injection in one step". As I am still new on the code of Tomcat, having all the code concentrated for the object creation and injection is a good idea. I r

Re: Annotation processing - Geronimo injection

2007-03-24 Thread Fabien Carrion
Hi, Here is my point of view. I like the idea of "" to be replaced by "nice code that can do the object creation and injection in one step". As I am still new on the code of Tomcat, having all the code concentrated for the object creation and injection is a good idea. I remember to have problem

Re: Annotation processing - Geronimo injection

2007-03-24 Thread Filip Hanik - Dev Lists
thanks for the feedback, I didn't look closely into the patch to see what it was doing. I'll communicate this to them Filip Bill Barker wrote: "Filip Hanik - Dev Lists" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] yo, I've been in touch with the folks at Geronimo. They use de

svn commit: r522127 - in /tomcat/site/trunk: docs/security-4.html xdocs/security-4.xml

2007-03-24 Thread markt
Author: markt Date: Sat Mar 24 16:33:33 2007 New Revision: 522127 URL: http://svn.apache.org/viewvc?view=rev&rev=522127 Log: Update for cve-2002-1567 Modified: tomcat/site/trunk/docs/security-4.html tomcat/site/trunk/xdocs/security-4.xml Modified: tomcat/site/trunk/docs/security-4.html U

Re: Annotation processing - Geronimo injection

2007-03-24 Thread Bill Barker
"Filip Hanik - Dev Lists" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > yo, > I've been in touch with the folks at Geronimo. > They use dependency injection, and have a suggestion on how they would > like the annotation processor to be able to be injected into tomcat > > Here is

svn commit: r522110 - in /tomcat/container/branches/tc4.1.x: RELEASE-NOTES-4.1.txt build.properties.default

2007-03-24 Thread markt
Author: markt Date: Sat Mar 24 14:50:03 2007 New Revision: 522110 URL: http://svn.apache.org/viewvc?view=rev&rev=522110 Log: Correct build process to use correct mx4j.jar as a result of packing changes in mx4j Modified: tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt tomcat/conta

Re: [VOTE] [CORRECTION] Release Tomcat 4.1.35

2007-03-24 Thread Mark Thomas
Mark Thomas wrote: > Mark Thomas wrote: >> Tomcat 4.1.35 is: >> [X] Stable >> [ ] Beta >> [ ] Alpha I am withdrawing my vote for this release and the release candidate as the build appears to be bad (the wrong mx4j.jar is used). I haven't as yet got to the bottom of why my testing didn't spot thi

Annotation processing - Geronimo injection

2007-03-24 Thread Filip Hanik - Dev Lists
yo, I've been in touch with the folks at Geronimo. They use dependency injection, and have a suggestion on how they would like the annotation processor to be able to be injected into tomcat Here is the email http://marc.info/?l=geronimo-dev&m=117467149802844&w=2 Here is the proposed patch: htt