What's the status of Geronimo Spring integration?

2005-02-16 Thread Bruce Snyder
I'm curious to know the status of the Geronimo Spring integration. The last message I see is from Jeremy who was looking into an upgrade of cglib to support the work that Jules is doing. Has there been any progress beyond this to date? Jules, do you need any help with this integration? Bruce --

[jira] Commented: (GERONIMO-478) Deployer must not echo password when prompting

2005-02-16 Thread Petr Sickboy Hejl (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-478?page=comments#action_59242 ] Petr Sickboy Hejl commented on GERONIMO-478: I made some experimets and I suppose there exist only two possible solutions for this. 1) native (which I generaly

Re: A Tomcat deployment question

2005-02-16 Thread anita kulshreshtha
--- Jeff Genender <[EMAIL PROTECTED]> wrote: > > > anita kulshreshtha wrote: > > --- Jeff Genender <[EMAIL PROTECTED]> wrote: > > > > > >> > >>anita kulshreshtha wrote: > >> > >>> > the jetty like webapp classloader would not work. > > > In the later case we will need to provide > commo

Re: A Tomcat deployment question

2005-02-16 Thread anita kulshreshtha
Oops! I apologize for the keyboard malfunction. Please ignore my other mail. --- Jeff Genender <[EMAIL PROTECTED]> wrote: > > > anita kulshreshtha wrote: > > --- Jeff Genender <[EMAIL PROTECTED]> wrote: > > > the jetty like webapp classloader would not work. Thanks for the info., I will dig de

Endorsed dir in Tomcat

2005-02-16 Thread anita kulshreshtha
Hi all (Jacek, Jeff), The latest changes (rev 153934) to include endorsed dir in lib and starting server.jar with endorsed dirs option do not work. Currently Tomcat can not be started without deleting lib\endorsed\xercesImpl...jar. Having an "endorsed" property is a good idea. But this is a tom

Re: A Tomcat deployment question

2005-02-16 Thread Jeff Genender
anita kulshreshtha wrote: Oops! I apologize for the keyboard malfunction. Please ignore my other mail. --- Jeff Genender <[EMAIL PROTECTED]> wrote: anita kulshreshtha wrote: --- Jeff Genender <[EMAIL PROTECTED]> wrote: the jetty like webapp classloader would not work. Thanks for the info., I wi

Re: Endorsed dir in Tomcat

2005-02-16 Thread Jeff Genender
I think there has been some discussion about a Geronimo-wide endorsed dir as there actually were some other parts of Geronimo (or supporting tools) that also required it. I think adc and dain were chatting about this not too long ago, so hopefully they can chime in on this. I definately would

Re: Endorsed dir in Tomcat

2005-02-16 Thread Jacek Laskowski
anita kulshreshtha wrote: Hi all (Jacek, Jeff), The latest changes (rev 153934) to include endorsed dir in lib and starting server.jar with endorsed dirs option do not work. Currently Tomcat can not be started without deleting lib\endorsed\xercesImpl...jar. Having an "endorsed" property is a go

Re: Endorsed dir in Tomcat

2005-02-16 Thread Dain Sundstrom
Geronimo is required to ship xerces 2, and the only way to get the JVM to pick up the parser is to set the endorsed dir system property and to adding the xml parser to the manifest class path. We now set the system property in our main boot class based on a manifest entry in the startup jar.