Re: [DISCUSS/FEEDBACK] Usability improvements to Geronimo

2007-11-05 Thread David Jencks
On Nov 5, 2007, at 7:59 AM, Mark Aufdencamp wrote: A piece of constructive criticism and feature request. I only have one major issue with Geronimo. It involves shutting down the application server. As a developer/administrator, I expect the container to cascade the shutdown to the

RE: [DISCUSS/FEEDBACK] Usability improvements to Geronimo

2007-11-05 Thread Mark Aufdencamp
I'll test it this afternoon and let the list know. Original Message Subject: Re: [DISCUSS/FEEDBACK] Usability improvements to Geronimo From: David Jencks [EMAIL PROTECTED] Date: Mon, November 05, 2007 11:42 am To: user@geronimo.apache.org On Nov 5, 2007, at 7:59 AM,

Re: [DISCUSS/FEEDBACK] Usability improvements to Geronimo

2007-11-05 Thread Paul McMahan
I am not able to recreate this problem in Geronimo 1.1.1 or Geronimo 2.0.2. Can you provide some more details about your application or attach a sample to a JIRA? My test listener looks like: package test; import javax.servlet.ServletContextEvent; import

RE: [DISCUSS/FEEDBACK] Usability improvements to Geronimo

2007-11-05 Thread Mark Aufdencamp
Thanks for the look guys. It may be part of my development environment. I'm using G1.1.1 with MyEclipse 5.1.1 on Eclipse 3.2.2 on WXP and OS X. When I Undeploy my app, the context listener cleans up properly. However, when I stop the server, it doesn't. I also have G2.0.2 with MyEclipse

Re: [DISCUSS/FEEDBACK] Usability improvements to Geronimo

2007-11-05 Thread Paul McMahan
How are you stopping Geronimo? If you are stopping it from Eclipse then it could be that Eclipse is not shutting down the server nicely. Best wishes, Paul On Nov 5, 2007, at 1:37 PM, Mark Aufdencamp wrote: Thanks for the look guys. It may be part of my development environment. I'm using

Re: 1 required artifact missing

2007-11-05 Thread ak345
Thanks Jarek Gawor-2 wrote: Please checkout the source code of the sample from svn as indicated on the wiki page. Jarek On 11/3/07, ak345 [EMAIL PROTECTED] wrote: Am trying to build ''Web application security sample''

Re: deploying problem

2007-11-05 Thread ak345
Thanks, viet. Problem solved! vhnguy2 wrote: It means that there exists something at $GERONIMO_HOME/repository/org/apache/geronimo/samples/MyPhonebook/1.0/MyPhonebook-1.0.car Try to undeploy the application first. If it doesn't undeploy, go ahead and delete that file, then try to deploy

Re: deploying problem

2007-11-05 Thread ak345
Thanks, viet. Problem solved! vhnguy2 wrote: It means that there exists something at $GERONIMO_HOME/repository/org/apache/geronimo/samples/MyPhonebook/1.0/MyPhonebook-1.0.car Try to undeploy the application first. If it doesn't undeploy, go ahead and delete that file, then try to deploy

Re: MyFaces 1.1.5 and Geronimo 2.0.2

2007-11-05 Thread Paul McMahan
I got an NPE when I tried using the 1.1 impl in an webapp with the 1.2 api classes inherited from jee-specs. But I suspect that was due to the classloader configuration rather than a backwards compatibility problem. Certain JSF factory methods can return null when the api and impl are in