Re: [VOTE] 2.0-M3 Release
+1 Best wishes, chris Matt Hogstrom wrote: I have gotten past the hurdles and present for your reviewing pleasure Geronimo 2.0-M3. All assemblies as well as source are available. http://people.apache.org/~hogstrom/2.0-M3-rc1 I have tested a few of the assemblies by deploying and running DayTrader and now its your turn. This vote will conclude Saturday at 1800 Eastern time.
Re: [VOTE] 2.0-M3 Release
+1 Not being able to use database pool wizard was a minor annoyance. http://issues.apache.org/jira/browse/GERONIMO-2916 I was able to deploy from command line using bin\deploy. DB Manager on console is working fine. Thanks Anita --- Matt Hogstrom <[EMAIL PROTECTED]> wrote: > I have gotten past the hurdles and present for your reviewing > pleasure Geronimo 2.0-M3. > > All assemblies as well as source are available. http:// > people.apache.org/~hogstrom/2.0-M3-rc1 > > I have tested a few of the assemblies by deploying and running > DayTrader and now its your turn. > > This vote will conclude Saturday at 1800 Eastern time. > > > Sucker-punch spam with award-winning protection. Try the free Yahoo! Mail Beta. http://advision.webevents.yahoo.com/mailbeta/features_spam.html
Re: [VOTE] 2.0-M3 Release
+1 Jacek On 3/1/07, Matt Hogstrom <[EMAIL PROTECTED]> wrote: I have gotten past the hurdles and present for your reviewing pleasure Geronimo 2.0-M3. All assemblies as well as source are available. http:// people.apache.org/~hogstrom/2.0-M3-rc1 I have tested a few of the assemblies by deploying and running DayTrader and now its your turn. This vote will conclude Saturday at 1800 Eastern time. -- Jacek Laskowski http://www.JacekLaskowski.pl
Re: [VOTE] 2.0-M3 Release
+1 Dain Sundstrom wrote: > +1 > > -dain > > On Feb 28, 2007, at 3:12 PM, Matt Hogstrom wrote: > >> I have gotten past the hurdles and present for your reviewing pleasure >> Geronimo 2.0-M3. >> >> All assemblies as well as source are available. >> http://people.apache.org/~hogstrom/2.0-M3-rc1 >> >> I have tested a few of the assemblies by deploying and running >> DayTrader and now its your turn. >> >> This vote will conclude Saturday at 1800 Eastern time. >> >>
Re: [VOTE] 2.0-M3 Release
+1 Looks good --kevan
Re: [VOTE] 2.0-M3 Release
+1 -dain On Feb 28, 2007, at 3:12 PM, Matt Hogstrom wrote: I have gotten past the hurdles and present for your reviewing pleasure Geronimo 2.0-M3. All assemblies as well as source are available. http:// people.apache.org/~hogstrom/2.0-M3-rc1 I have tested a few of the assemblies by deploying and running DayTrader and now its your turn. This vote will conclude Saturday at 1800 Eastern time.
Re: [VOTE] 2.0-M3 Release
On Feb 28, 2007, at 9:35 PM, Joe Bohn wrote: Matt Hogstrom wrote: I have gotten past the hurdles and present for your reviewing pleasure Geronimo 2.0-M3. All assemblies as well as source are available. http:// people.apache.org/~hogstrom/2.0-M3-rc1 I have tested a few of the assemblies by deploying and running DayTrader and now its your turn. This vote will conclude Saturday at 1800 Eastern time. Way to go Matt!!! Here's what I observed. Building from source zip: - At first I tried just to build using mvn. This failed because it was looking for a car-maven-plugin with version 2.0-M3. jdillon then reminded me that I needed to run bootstrap first. mvn - Dstage=bootstrap failed with missing: org.apache.cxf:cxf-rt-transports-http:jar:2.0-incubator- RC-2007021321 org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.0-incubator- RC-2007021321 ... Do these jars need to be added to the local repo in the image? I'm not certain that it is essential to be able to build from the image source. Binary images: - I started all 4 server images ... played with a few portlets on the web console for the jee5 images, and deployed a simple war file. All that went fine. - One annoying thing was that after having started the server images using the startup script I couldn't terminate them using the shutdown script. I received this: Exception in thread "main" java.lang.NoClassDefFoundError: org/ apache/geronimo/deployment/cli/StopServer ... However, I could still shut it down via the web console (in the case of the jee5 images). We could probably just document that it must be terminated via the web console and recommend java -jar to start the minimal images so that ctrl-c can be used to terminate it. You can always run the server in the foreground using "geronimo.sh run". Which is what I normally use, except when debugging (where i use "geronimo.sh jpda run", instead). This would be preferred to java -jar. --kevan
Re: [VOTE] 2.0-M3 Release
+1 Cheers! Hernan Matt Hogstrom wrote: I have gotten past the hurdles and present for your reviewing pleasure Geronimo 2.0-M3. All assemblies as well as source are available. http://people.apache.org/~hogstrom/2.0-M3-rc1 I have tested a few of the assemblies by deploying and running DayTrader and now its your turn. This vote will conclude Saturday at 1800 Eastern time.
Re: [VOTE] 2.0-M3 Release
+1 On 2/28/07, Matt Hogstrom <[EMAIL PROTECTED]> wrote: I have gotten past the hurdles and present for your reviewing pleasure Geronimo 2.0-M3. All assemblies as well as source are available. http:// people.apache.org/~hogstrom/2.0-M3-rc1 I have tested a few of the assemblies by deploying and running DayTrader and now its your turn. This vote will conclude Saturday at 1800 Eastern time.
Re: [VOTE] 2.0-M3 Release
Sachin, this is actually the default behavior in tomcat. You can change the setting in geronimo/var/catalina/conf/web.xml but there's a warning associated with it: [...] default [...] listings false Best wishes, Paul On 3/1/07, Sachin Patel <[EMAIL PROTECTED]> wrote: Forgot to mention that the problem mention below only occurs on Tomcat. -sachin On Mar 1, 2007, at 11:28 AM, Sachin Patel wrote: I found a problem where for a web app you cannot hit just the hostname:8080/contextRoot as this will throw a 404. However, if the app has any servlet mappings then I can hit the mapping url. We definitely need to look into this, but I don't deem in necessary to respin. +1 -sachin On Feb 28, 2007, at 6:12 PM, Matt Hogstrom wrote: I have gotten past the hurdles and present for your reviewing pleasure Geronimo 2.0-M3. All assemblies as well as source are available. http://people.apache.org/~hogstrom/2.0-M3-rc1 I have tested a few of the assemblies by deploying and running DayTrader and now its your turn. This vote will conclude Saturday at 1800 Eastern time.
Re: [VOTE] 2.0-M3 Release
Forgot to mention that the problem mention below only occurs on Tomcat. -sachin On Mar 1, 2007, at 11:28 AM, Sachin Patel wrote: I found a problem where for a web app you cannot hit just the hostname:8080/contextRoot as this will throw a 404. However, if the app has any servlet mappings then I can hit the mapping url. We definitely need to look into this, but I don't deem in necessary to respin. +1 -sachin On Feb 28, 2007, at 6:12 PM, Matt Hogstrom wrote: I have gotten past the hurdles and present for your reviewing pleasure Geronimo 2.0-M3. All assemblies as well as source are available. http:// people.apache.org/~hogstrom/2.0-M3-rc1 I have tested a few of the assemblies by deploying and running DayTrader and now its your turn. This vote will conclude Saturday at 1800 Eastern time.
Re: [VOTE] 2.0-M3 Release
I found a problem where for a web app you cannot hit just the hostname:8080/contextRoot as this will throw a 404. However, if the app has any servlet mappings then I can hit the mapping url. We definitely need to look into this, but I don't deem in necessary to respin. +1 -sachin On Feb 28, 2007, at 6:12 PM, Matt Hogstrom wrote: I have gotten past the hurdles and present for your reviewing pleasure Geronimo 2.0-M3. All assemblies as well as source are available. http:// people.apache.org/~hogstrom/2.0-M3-rc1 I have tested a few of the assemblies by deploying and running DayTrader and now its your turn. This vote will conclude Saturday at 1800 Eastern time.
Re: [VOTE] 2.0-M3 Release
On Feb 28, 2007, at 3:12 PM, Matt Hogstrom wrote: I have gotten past the hurdles and present for your reviewing pleasure Geronimo 2.0-M3. All assemblies as well as source are available. http:// people.apache.org/~hogstrom/2.0-M3-rc1 I have tested a few of the assemblies by deploying and running DayTrader and now its your turn. This vote will conclude Saturday at 1800 Eastern time. I'm going to hold my vote until the testing of this M3 cut is complete. Regards, Alan
Re: [VOTE] 2.0-M3 Release
All the usual set of apps deployed and started to run fine. Undeploy (on Windows) is an issue that has been documented in the release notes. +1 Cheers Prasad On 2/28/07, Matt Hogstrom <[EMAIL PROTECTED]> wrote: I have gotten past the hurdles and present for your reviewing pleasure Geronimo 2.0-M3. All assemblies as well as source are available. http:// people.apache.org/~hogstrom/2.0-M3-rc1 I have tested a few of the assemblies by deploying and running DayTrader and now its your turn. This vote will conclude Saturday at 1800 Eastern time.
Re: [VOTE] 2.0-M3 Release
On Feb 28, 2007, at 7:11 PM, Jacek Laskowski wrote: On 3/1/07, Matt Hogstrom <[EMAIL PROTECTED]> wrote: I have gotten past the hurdles and present for your reviewing pleasure Geronimo 2.0-M3. Before I get swamped testing the puppy I wonder how you finally worked out the issues with SNAPSHOTs? Just curious (I might've found it out myself, but thought it's easier to ask ;-)) Its a good question; I didn't. I started down the path of resolving a few SNAPSHOTs (forgetting for a milestone we don't need to) but discovered a very important problem. If we need to resolve artifacts when we do the actual 2.0 release its going to get a little ugly. I'm glad I found out now as we'll have to build the jars ourself or something. Jacek -- Jacek Laskowski http://www.JacekLaskowski.pl
Re: [VOTE] 2.0-M3 Release
Matt Hogstrom wrote: I have gotten past the hurdles and present for your reviewing pleasure Geronimo 2.0-M3. All assemblies as well as source are available. http://people.apache.org/~hogstrom/2.0-M3-rc1 I have tested a few of the assemblies by deploying and running DayTrader and now its your turn. This vote will conclude Saturday at 1800 Eastern time. Way to go Matt!!! Here's what I observed. Building from source zip: - At first I tried just to build using mvn. This failed because it was looking for a car-maven-plugin with version 2.0-M3. jdillon then reminded me that I needed to run bootstrap first. mvn -Dstage=bootstrap failed with missing: org.apache.cxf:cxf-rt-transports-http:jar:2.0-incubator-RC-2007021321 org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.0-incubator-RC-2007021321 ... Do these jars need to be added to the local repo in the image? I'm not certain that it is essential to be able to build from the image source. Binary images: - I started all 4 server images ... played with a few portlets on the web console for the jee5 images, and deployed a simple war file. All that went fine. - One annoying thing was that after having started the server images using the startup script I couldn't terminate them using the shutdown script. I received this: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/geronimo/deployment/cli/StopServer ... However, I could still shut it down via the web console (in the case of the jee5 images). We could probably just document that it must be terminated via the web console and recommend java -jar to start the minimal images so that ctrl-c can be used to terminate it. thoughts? Given that this is a milestone I'm +1 even with these issues. I think could document the shutdown problem and make the cxf jars available someplace for download. Joe
Re: [VOTE] 2.0-M3 Release
On 3/1/07, Matt Hogstrom <[EMAIL PROTECTED]> wrote: I have gotten past the hurdles and present for your reviewing pleasure Geronimo 2.0-M3. Before I get swamped testing the puppy I wonder how you finally worked out the issues with SNAPSHOTs? Just curious (I might've found it out myself, but thought it's easier to ask ;-)) Jacek -- Jacek Laskowski http://www.JacekLaskowski.pl
Re: [VOTE] 2.0-M3 Release
+1 --jason On Feb 28, 2007, at 3:12 PM, Matt Hogstrom wrote: I have gotten past the hurdles and present for your reviewing pleasure Geronimo 2.0-M3. All assemblies as well as source are available. http:// people.apache.org/~hogstrom/2.0-M3-rc1 I have tested a few of the assemblies by deploying and running DayTrader and now its your turn. This vote will conclude Saturday at 1800 Eastern time.