Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-04 Thread Gianny Damour

+1

Thanks,
Gianny

On 31/07/2008, at 12:52 PM, Joe Bohn wrote:


All,

I've prepared a release candidate of Geronimo Server 2.1.2 for your
review and vote.

The source for the Geronimo Server 2.1.2 release currently resides  
here:

https://svn.apache.org/repos/asf/geronimo/server/branches/2.1.2

When the release vote is approved, I will svn mv the code to
https://svn.apache.org/repos/asf/geronimo/server/tags/2.1.2

An archive of this source code can be found here:
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2- 
src.tar.gz

OR
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2- 
src.zip


http://people.apache.org/~jbohn/geronimo-2.1.2-dist/ contains the  
10 Java EE, Minimal, and Framework server binary distributions to be
released (framework, tomcat/jetty, Java EE/Minimal, tar/zip) as  
well as
the RELEASE_NOTES, README, NOTICE, LICENSE, DISCLAIMER, and source  
code
archives for the release.  These extra txt files were included so  
that they could be leveraged by GEP if necessary (they are also  
included in the assembly images).


For your convenience, here are pointers to the urls for the
distributions in zip format:
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6- 
javaee5-2.1.2-bin.zip
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6- 
minimal-2.1.2-bin.zip
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo- 
tomcat6-javaee5-2.1.2-bin.zip
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo- 
tomcat6-minimal-2.1.2-bin.zip
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo- 
framework-2.1.2-bin.zip


The maven artifacts for the release can be found here:
http://people.apache.org/~jbohn/staging-repo/geronimo-2.1.2/

When the release vote is approved, these maven artifacts will be moved
to the m2-ibiblio-rsync-repository at Apache.


[ ] +1 Release Geronimo 2.1.2
[ ] 0 No opinion
[ ] -1 Do not release Geronimo 2.1.2 (please provide rationale)

72 hours would expire at 11:00PM ET on Saturday evening, 8/2.   
However, the vote may go longer while the tck results are verified.



Joe Bohn





Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-04 Thread David Jencks

Sorry for the delay getting to look at this.

I'm not sure these are enough to stop the release but

1. bin/gsh now insists you have JAVA_HOME or JRE_HOME defined even  
though this is not needed for mac osx.
2. The on-startup list of ports in use says derby is on port 9, not  
1527.


-0

thanks
david jencks

On Jul 30, 2008, at 7:52 PM, Joe Bohn wrote:


All,

I've prepared a release candidate of Geronimo Server 2.1.2 for your
review and vote.

The source for the Geronimo Server 2.1.2 release currently resides  
here:

https://svn.apache.org/repos/asf/geronimo/server/branches/2.1.2

When the release vote is approved, I will svn mv the code to
https://svn.apache.org/repos/asf/geronimo/server/tags/2.1.2

An archive of this source code can be found here:
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.tar.gz
OR
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.zip

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/ contains the 10  
Java EE, Minimal, and Framework server binary distributions to be
released (framework, tomcat/jetty, Java EE/Minimal, tar/zip) as well  
as
the RELEASE_NOTES, README, NOTICE, LICENSE, DISCLAIMER, and source  
code
archives for the release.  These extra txt files were included so  
that they could be leveraged by GEP if necessary (they are also  
included in the assembly images).


For your convenience, here are pointers to the urls for the
distributions in zip format:
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-javaee5-2.1.2-bin.zip
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-minimal-2.1.2-bin.zip
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-javaee5-2.1.2-bin.zip
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-minimal-2.1.2-bin.zip
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-framework-2.1.2-bin.zip

The maven artifacts for the release can be found here:
http://people.apache.org/~jbohn/staging-repo/geronimo-2.1.2/

When the release vote is approved, these maven artifacts will be moved
to the m2-ibiblio-rsync-repository at Apache.


[ ] +1 Release Geronimo 2.1.2
[ ] 0 No opinion
[ ] -1 Do not release Geronimo 2.1.2 (please provide rationale)

72 hours would expire at 11:00PM ET on Saturday evening, 8/2.   
However, the vote may go longer while the tck results are verified.



Joe Bohn





Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-04 Thread Joe Bohn


Thanks for checking this out David.

It is my opinion that these issues are not sufficient to stop the 
release.  If anyone feels otherwise please speak-up.


It appears #1 was introduced with rev. 665729 when attempting to make 
gsh consistent with geronimo.sh (which has required JAVA_HOME or 
JRE_HOME since at least release 2.1).


I also looked into the derby port (#2) and it appears that this has been 
incorrect for several releases.  I checked 2.1, and 2.1.1 - both of 
these displayed 0 for the port (which is also what I see on 2.1.2 
rather than 9).


Joe



David Jencks wrote:

Sorry for the delay getting to look at this.

I'm not sure these are enough to stop the release but

1. bin/gsh now insists you have JAVA_HOME or JRE_HOME defined even 
though this is not needed for mac osx.

2. The on-startup list of ports in use says derby is on port 9, not 1527.

-0

thanks
david jencks

On Jul 30, 2008, at 7:52 PM, Joe Bohn wrote:


All,

I've prepared a release candidate of Geronimo Server 2.1.2 for your
review and vote.

The source for the Geronimo Server 2.1.2 release currently resides here:
https://svn.apache.org/repos/asf/geronimo/server/branches/2.1.2

When the release vote is approved, I will svn mv the code to
https://svn.apache.org/repos/asf/geronimo/server/tags/2.1.2

An archive of this source code can be found here:
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.tar.gz 


OR
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.zip 



http://people.apache.org/~jbohn/geronimo-2.1.2-dist/ contains the 10 
Java EE, Minimal, and Framework server binary distributions to be

released (framework, tomcat/jetty, Java EE/Minimal, tar/zip) as well as
the RELEASE_NOTES, README, NOTICE, LICENSE, DISCLAIMER, and source code
archives for the release.  These extra txt files were included so that 
they could be leveraged by GEP if necessary (they are also included in 
the assembly images).


For your convenience, here are pointers to the urls for the
distributions in zip format:
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-javaee5-2.1.2-bin.zip 

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-minimal-2.1.2-bin.zip 

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-javaee5-2.1.2-bin.zip 

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-minimal-2.1.2-bin.zip 

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-framework-2.1.2-bin.zip 



The maven artifacts for the release can be found here:
http://people.apache.org/~jbohn/staging-repo/geronimo-2.1.2/

When the release vote is approved, these maven artifacts will be moved
to the m2-ibiblio-rsync-repository at Apache.


[ ] +1 Release Geronimo 2.1.2
[ ] 0 No opinion
[ ] -1 Do not release Geronimo 2.1.2 (please provide rationale)

72 hours would expire at 11:00PM ET on Saturday evening, 8/2.  
However, the vote may go longer while the tck results are verified.



Joe Bohn








Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-04 Thread Jarek Gawor
On Mon, Aug 4, 2008 at 2:24 PM, Joe Bohn [EMAIL PROTECTED] wrote:

 Thanks for checking this out David.

 It is my opinion that these issues are not sufficient to stop the release.

I agree.

  If anyone feels otherwise please speak-up.

 It appears #1 was introduced with rev. 665729 when attempting to make gsh
 consistent with geronimo.sh (which has required JAVA_HOME or JRE_HOME since
 at least release 2.1).

 I also looked into the derby port (#2) and it appears that this has been
 incorrect for several releases.  I checked 2.1, and 2.1.1 - both of these
 displayed 0 for the port (which is also what I see on 2.1.2 rather than
 9).

Nice. Looks like we actually pass port 0, so the derby network
listener actaully listens on first available port the OS assigns. The
workaround is easy, just add DerbyPort=1527 to
config-substitutions.properties file. Probably we should add this to
the release notes.

Jarek


Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-04 Thread David Jencks


On Aug 4, 2008, at 11:33 AM, Jarek Gawor wrote:

On Mon, Aug 4, 2008 at 2:24 PM, Joe Bohn [EMAIL PROTECTED]  
wrote:


Thanks for checking this out David.

It is my opinion that these issues are not sufficient to stop the  
release.


I agree.


If anyone feels otherwise please speak-up.

It appears #1 was introduced with rev. 665729 when attempting to  
make gsh
consistent with geronimo.sh (which has required JAVA_HOME or  
JRE_HOME since

at least release 2.1).

I also looked into the derby port (#2) and it appears that this has  
been
incorrect for several releases.  I checked 2.1, and 2.1.1 - both of  
these
displayed 0 for the port (which is also what I see on 2.1.2  
rather than

9).


Nice. Looks like we actually pass port 0, so the derby network
listener actaully listens on first available port the OS assigns. The
workaround is easy, just add DerbyPort=1527 to
config-substitutions.properties file. Probably we should add this to
the release notes.


looks like plugins/system-database/system-database/pom.xml is missing  
a config-substitution element defining DerbyPort


I wonder if we should have a mode where trying to use an undefined  
property throws an exception?


thanks
david jencks




Jarek




Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-04 Thread Ted Kirby
+1

Ted Kirby

On Wed, Jul 30, 2008 at 10:52 PM, Joe Bohn [EMAIL PROTECTED] wrote:
 All,

 I've prepared a release candidate of Geronimo Server 2.1.2 for your
 review and vote.

 The source for the Geronimo Server 2.1.2 release currently resides here:
 https://svn.apache.org/repos/asf/geronimo/server/branches/2.1.2

 When the release vote is approved, I will svn mv the code to
 https://svn.apache.org/repos/asf/geronimo/server/tags/2.1.2

 An archive of this source code can be found here:
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.tar.gz
 OR
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.zip

 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/ contains the 10 Java
 EE, Minimal, and Framework server binary distributions to be
 released (framework, tomcat/jetty, Java EE/Minimal, tar/zip) as well as
 the RELEASE_NOTES, README, NOTICE, LICENSE, DISCLAIMER, and source code
 archives for the release.  These extra txt files were included so that they
 could be leveraged by GEP if necessary (they are also included in the
 assembly images).

 For your convenience, here are pointers to the urls for the
 distributions in zip format:
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-javaee5-2.1.2-bin.zip
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-minimal-2.1.2-bin.zip
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-javaee5-2.1.2-bin.zip
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-minimal-2.1.2-bin.zip
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-framework-2.1.2-bin.zip

 The maven artifacts for the release can be found here:
 http://people.apache.org/~jbohn/staging-repo/geronimo-2.1.2/

 When the release vote is approved, these maven artifacts will be moved
 to the m2-ibiblio-rsync-repository at Apache.


 [ ] +1 Release Geronimo 2.1.2
 [ ] 0 No opinion
 [ ] -1 Do not release Geronimo 2.1.2 (please provide rationale)

 72 hours would expire at 11:00PM ET on Saturday evening, 8/2.  However, the
 vote may go longer while the tck results are verified.


 Joe Bohn




Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-04 Thread Jason Warner
There might have been an issue with the tck tests I ran.  I'll need to
discuss with Joe, but I suggest not closing the vote until the tests are
verified as valid.

On Mon, Aug 4, 2008 at 2:57 PM, Ted Kirby [EMAIL PROTECTED] wrote:

 +1

 Ted Kirby

 On Wed, Jul 30, 2008 at 10:52 PM, Joe Bohn [EMAIL PROTECTED] wrote:
  All,
 
  I've prepared a release candidate of Geronimo Server 2.1.2 for your
  review and vote.
 
  The source for the Geronimo Server 2.1.2 release currently resides here:
  https://svn.apache.org/repos/asf/geronimo/server/branches/2.1.2
 
  When the release vote is approved, I will svn mv the code to
  https://svn.apache.org/repos/asf/geronimo/server/tags/2.1.2
 
  An archive of this source code can be found here:
 
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.tar.gzhttp://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.tar.gz
  OR
 
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.ziphttp://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.zip
 
  http://people.apache.org/~jbohn/geronimo-2.1.2-dist/http://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/contains
   the 10 Java
  EE, Minimal, and Framework server binary distributions to be
  released (framework, tomcat/jetty, Java EE/Minimal, tar/zip) as well as
  the RELEASE_NOTES, README, NOTICE, LICENSE, DISCLAIMER, and source code
  archives for the release.  These extra txt files were included so that
 they
  could be leveraged by GEP if necessary (they are also included in the
  assembly images).
 
  For your convenience, here are pointers to the urls for the
  distributions in zip format:
 
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-javaee5-2.1.2-bin.ziphttp://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/geronimo-jetty6-javaee5-2.1.2-bin.zip
 
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-minimal-2.1.2-bin.ziphttp://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/geronimo-jetty6-minimal-2.1.2-bin.zip
 
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-javaee5-2.1.2-bin.ziphttp://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/geronimo-tomcat6-javaee5-2.1.2-bin.zip
 
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-minimal-2.1.2-bin.ziphttp://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/geronimo-tomcat6-minimal-2.1.2-bin.zip
 
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-framework-2.1.2-bin.ziphttp://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/geronimo-framework-2.1.2-bin.zip
 
  The maven artifacts for the release can be found here:
  http://people.apache.org/~jbohn/staging-repo/geronimo-2.1.2/http://people.apache.org/%7Ejbohn/staging-repo/geronimo-2.1.2/
 
  When the release vote is approved, these maven artifacts will be moved
  to the m2-ibiblio-rsync-repository at Apache.
 
 
  [ ] +1 Release Geronimo 2.1.2
  [ ] 0 No opinion
  [ ] -1 Do not release Geronimo 2.1.2 (please provide rationale)
 
  72 hours would expire at 11:00PM ET on Saturday evening, 8/2.  However,
 the
  vote may go longer while the tck results are verified.
 
 
  Joe Bohn
 
 




-- 
~Jason Warner


Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-04 Thread Jason Warner
Joe's set me straight.  Everything is still valid.

Thanks,
On Mon, Aug 4, 2008 at 3:05 PM, Jason Warner [EMAIL PROTECTED] wrote:

 There might have been an issue with the tck tests I ran.  I'll need to
 discuss with Joe, but I suggest not closing the vote until the tests are
 verified as valid.


 On Mon, Aug 4, 2008 at 2:57 PM, Ted Kirby [EMAIL PROTECTED] wrote:

 +1

 Ted Kirby

 On Wed, Jul 30, 2008 at 10:52 PM, Joe Bohn [EMAIL PROTECTED]
 wrote:
  All,
 
  I've prepared a release candidate of Geronimo Server 2.1.2 for your
  review and vote.
 
  The source for the Geronimo Server 2.1.2 release currently resides here:
  https://svn.apache.org/repos/asf/geronimo/server/branches/2.1.2
 
  When the release vote is approved, I will svn mv the code to
  https://svn.apache.org/repos/asf/geronimo/server/tags/2.1.2
 
  An archive of this source code can be found here:
 
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.tar.gzhttp://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.tar.gz
  OR
 
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.ziphttp://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.zip
 
  http://people.apache.org/~jbohn/geronimo-2.1.2-dist/http://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/contains
   the 10 Java
  EE, Minimal, and Framework server binary distributions to be
  released (framework, tomcat/jetty, Java EE/Minimal, tar/zip) as well as
  the RELEASE_NOTES, README, NOTICE, LICENSE, DISCLAIMER, and source code
  archives for the release.  These extra txt files were included so that
 they
  could be leveraged by GEP if necessary (they are also included in the
  assembly images).
 
  For your convenience, here are pointers to the urls for the
  distributions in zip format:
 
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-javaee5-2.1.2-bin.ziphttp://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/geronimo-jetty6-javaee5-2.1.2-bin.zip
 
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-minimal-2.1.2-bin.ziphttp://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/geronimo-jetty6-minimal-2.1.2-bin.zip
 
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-javaee5-2.1.2-bin.ziphttp://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/geronimo-tomcat6-javaee5-2.1.2-bin.zip
 
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-minimal-2.1.2-bin.ziphttp://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/geronimo-tomcat6-minimal-2.1.2-bin.zip
 
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-framework-2.1.2-bin.ziphttp://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/geronimo-framework-2.1.2-bin.zip
 
  The maven artifacts for the release can be found here:
  http://people.apache.org/~jbohn/staging-repo/geronimo-2.1.2/http://people.apache.org/%7Ejbohn/staging-repo/geronimo-2.1.2/
 
  When the release vote is approved, these maven artifacts will be moved
  to the m2-ibiblio-rsync-repository at Apache.
 
 
  [ ] +1 Release Geronimo 2.1.2
  [ ] 0 No opinion
  [ ] -1 Do not release Geronimo 2.1.2 (please provide rationale)
 
  72 hours would expire at 11:00PM ET on Saturday evening, 8/2.  However,
 the
  vote may go longer while the tck results are verified.
 
 
  Joe Bohn
 
 




 --
 ~Jason Warner




-- 
~Jason Warner


Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-04 Thread Joe Bohn

Jarek Gawor wrote:

On Mon, Aug 4, 2008 at 2:24 PM, Joe Bohn [EMAIL PROTECTED] wrote:

Thanks for checking this out David.

It is my opinion that these issues are not sufficient to stop the release.


I agree.


 If anyone feels otherwise please speak-up.

It appears #1 was introduced with rev. 665729 when attempting to make gsh
consistent with geronimo.sh (which has required JAVA_HOME or JRE_HOME since
at least release 2.1).

I also looked into the derby port (#2) and it appears that this has been
incorrect for several releases.  I checked 2.1, and 2.1.1 - both of these
displayed 0 for the port (which is also what I see on 2.1.2 rather than
9).


Nice. Looks like we actually pass port 0, so the derby network
listener actaully listens on first available port the OS assigns. The
workaround is easy, just add DerbyPort=1527 to
config-substitutions.properties file. Probably we should add this to
the release notes.


Hmmm ... not sure what to do about that.  Since the release notes are 
included in the image itself we would need to create a new release 
candidate to add the note and if that is the case then we should just go 
ahead and fix it.  We could add the note in the version that we post to 
the wiki.


Joe


Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-04 Thread David Blevins


On Aug 4, 2008, at 2:19 PM, Joe Bohn wrote:


We could add the note in the version that we post to the wiki.


That seems good enough to me.

For future release notes, we might want to add a link at the top to  
the online release notes with some look here for updated information  
type text.


-David




Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-03 Thread Jason Dillon

+1

--jason


On Jul 31, 2008, at 9:52 AM, Joe Bohn wrote:


All,

I've prepared a release candidate of Geronimo Server 2.1.2 for your
review and vote.

The source for the Geronimo Server 2.1.2 release currently resides  
here:

https://svn.apache.org/repos/asf/geronimo/server/branches/2.1.2

When the release vote is approved, I will svn mv the code to
https://svn.apache.org/repos/asf/geronimo/server/tags/2.1.2

An archive of this source code can be found here:
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.tar.gz
OR
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.zip

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/ contains the 10  
Java EE, Minimal, and Framework server binary distributions to be
released (framework, tomcat/jetty, Java EE/Minimal, tar/zip) as well  
as
the RELEASE_NOTES, README, NOTICE, LICENSE, DISCLAIMER, and source  
code
archives for the release.  These extra txt files were included so  
that they could be leveraged by GEP if necessary (they are also  
included in the assembly images).


For your convenience, here are pointers to the urls for the
distributions in zip format:
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-javaee5-2.1.2-bin.zip
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-minimal-2.1.2-bin.zip
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-javaee5-2.1.2-bin.zip
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-minimal-2.1.2-bin.zip
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-framework-2.1.2-bin.zip

The maven artifacts for the release can be found here:
http://people.apache.org/~jbohn/staging-repo/geronimo-2.1.2/

When the release vote is approved, these maven artifacts will be moved
to the m2-ibiblio-rsync-repository at Apache.


[ ] +1 Release Geronimo 2.1.2
[ ] 0 No opinion
[ ] -1 Do not release Geronimo 2.1.2 (please provide rationale)

72 hours would expire at 11:00PM ET on Saturday evening, 8/2.   
However, the vote may go longer while the tck results are verified.



Joe Bohn





Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-03 Thread David Blevins

+1


David

On Jul 30, 2008, at 7:52 PM, Joe Bohn wrote:


All,

I've prepared a release candidate of Geronimo Server 2.1.2 for your
review and vote.

The source for the Geronimo Server 2.1.2 release currently resides  
here:

https://svn.apache.org/repos/asf/geronimo/server/branches/2.1.2

When the release vote is approved, I will svn mv the code to
https://svn.apache.org/repos/asf/geronimo/server/tags/2.1.2

An archive of this source code can be found here:
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.tar.gz
OR
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.zip

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/ contains the 10  
Java EE, Minimal, and Framework server binary distributions to be
released (framework, tomcat/jetty, Java EE/Minimal, tar/zip) as well  
as
the RELEASE_NOTES, README, NOTICE, LICENSE, DISCLAIMER, and source  
code
archives for the release.  These extra txt files were included so  
that they could be leveraged by GEP if necessary (they are also  
included in the assembly images).


For your convenience, here are pointers to the urls for the
distributions in zip format:
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-javaee5-2.1.2-bin.zip
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-minimal-2.1.2-bin.zip
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-javaee5-2.1.2-bin.zip
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-minimal-2.1.2-bin.zip
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-framework-2.1.2-bin.zip

The maven artifacts for the release can be found here:
http://people.apache.org/~jbohn/staging-repo/geronimo-2.1.2/

When the release vote is approved, these maven artifacts will be moved
to the m2-ibiblio-rsync-repository at Apache.


[ ] +1 Release Geronimo 2.1.2
[ ] 0 No opinion
[ ] -1 Do not release Geronimo 2.1.2 (please provide rationale)

72 hours would expire at 11:00PM ET on Saturday evening, 8/2.   
However, the vote may go longer while the tck results are verified.



Joe Bohn






Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-03 Thread Donald Woods

+1

Thanks Joe!


-Donald


Joe Bohn wrote:

All,

I've prepared a release candidate of Geronimo Server 2.1.2 for your
review and vote.

The source for the Geronimo Server 2.1.2 release currently resides here:
https://svn.apache.org/repos/asf/geronimo/server/branches/2.1.2

When the release vote is approved, I will svn mv the code to
https://svn.apache.org/repos/asf/geronimo/server/tags/2.1.2

An archive of this source code can be found here:
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.tar.gz 


OR
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.zip

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/ contains the 10 
Java EE, Minimal, and Framework server binary distributions to be

released (framework, tomcat/jetty, Java EE/Minimal, tar/zip) as well as
the RELEASE_NOTES, README, NOTICE, LICENSE, DISCLAIMER, and source code
archives for the release.  These extra txt files were included so that 
they could be leveraged by GEP if necessary (they are also included in 
the assembly images).


For your convenience, here are pointers to the urls for the
distributions in zip format:
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-javaee5-2.1.2-bin.zip 

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-minimal-2.1.2-bin.zip 

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-javaee5-2.1.2-bin.zip 

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-minimal-2.1.2-bin.zip 

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-framework-2.1.2-bin.zip 



The maven artifacts for the release can be found here:
http://people.apache.org/~jbohn/staging-repo/geronimo-2.1.2/

When the release vote is approved, these maven artifacts will be moved
to the m2-ibiblio-rsync-repository at Apache.


[ ] +1 Release Geronimo 2.1.2
[ ] 0 No opinion
[ ] -1 Do not release Geronimo 2.1.2 (please provide rationale)

72 hours would expire at 11:00PM ET on Saturday evening, 8/2.  However, 
the vote may go longer while the tck results are verified.



Joe Bohn




smime.p7s
Description: S/MIME Cryptographic Signature


Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-03 Thread Jay McHugh
+1

My production app deploys and works properly.

Jay

On Wed, Jul 30, 2008 at 9:52 PM, Joe Bohn [EMAIL PROTECTED] wrote:

 All,

 I've prepared a release candidate of Geronimo Server 2.1.2 for your
 review and vote.

 The source for the Geronimo Server 2.1.2 release currently resides here:
 https://svn.apache.org/repos/asf/geronimo/server/branches/2.1.2

 When the release vote is approved, I will svn mv the code to
 https://svn.apache.org/repos/asf/geronimo/server/tags/2.1.2

 An archive of this source code can be found here:

 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.tar.gzhttp://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.tar.gz
 OR
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.ziphttp://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.zip

 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/http://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/contains
  the 10 Java EE, Minimal, and Framework server binary distributions
 to be
 released (framework, tomcat/jetty, Java EE/Minimal, tar/zip) as well as
 the RELEASE_NOTES, README, NOTICE, LICENSE, DISCLAIMER, and source code
 archives for the release.  These extra txt files were included so that they
 could be leveraged by GEP if necessary (they are also included in the
 assembly images).

 For your convenience, here are pointers to the urls for the
 distributions in zip format:

 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-javaee5-2.1.2-bin.ziphttp://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/geronimo-jetty6-javaee5-2.1.2-bin.zip

 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-minimal-2.1.2-bin.ziphttp://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/geronimo-jetty6-minimal-2.1.2-bin.zip

 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-javaee5-2.1.2-bin.ziphttp://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/geronimo-tomcat6-javaee5-2.1.2-bin.zip

 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-minimal-2.1.2-bin.ziphttp://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/geronimo-tomcat6-minimal-2.1.2-bin.zip

 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-framework-2.1.2-bin.ziphttp://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/geronimo-framework-2.1.2-bin.zip

 The maven artifacts for the release can be found here:
 http://people.apache.org/~jbohn/staging-repo/geronimo-2.1.2/http://people.apache.org/%7Ejbohn/staging-repo/geronimo-2.1.2/

 When the release vote is approved, these maven artifacts will be moved
 to the m2-ibiblio-rsync-repository at Apache.


 [ ] +1 Release Geronimo 2.1.2
 [ ] 0 No opinion
 [ ] -1 Do not release Geronimo 2.1.2 (please provide rationale)

 72 hours would expire at 11:00PM ET on Saturday evening, 8/2.  However, the
 vote may go longer while the tck results are verified.


 Joe Bohn




Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-03 Thread Vamsavardhana Reddy
+1

++Vamsi

On Thu, Jul 31, 2008 at 8:22 AM, Joe Bohn [EMAIL PROTECTED] wrote:

 All,

 I've prepared a release candidate of Geronimo Server 2.1.2 for your
 review and vote.

 The source for the Geronimo Server 2.1.2 release currently resides here:
 https://svn.apache.org/repos/asf/geronimo/server/branches/2.1.2

 When the release vote is approved, I will svn mv the code to
 https://svn.apache.org/repos/asf/geronimo/server/tags/2.1.2

 An archive of this source code can be found here:

 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.tar.gzhttp://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.tar.gz
 OR
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.ziphttp://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.zip

 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/http://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/contains
  the 10 Java EE, Minimal, and Framework server binary distributions
 to be
 released (framework, tomcat/jetty, Java EE/Minimal, tar/zip) as well as
 the RELEASE_NOTES, README, NOTICE, LICENSE, DISCLAIMER, and source code
 archives for the release.  These extra txt files were included so that they
 could be leveraged by GEP if necessary (they are also included in the
 assembly images).

 For your convenience, here are pointers to the urls for the
 distributions in zip format:

 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-javaee5-2.1.2-bin.ziphttp://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/geronimo-jetty6-javaee5-2.1.2-bin.zip

 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-minimal-2.1.2-bin.ziphttp://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/geronimo-jetty6-minimal-2.1.2-bin.zip

 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-javaee5-2.1.2-bin.ziphttp://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/geronimo-tomcat6-javaee5-2.1.2-bin.zip

 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-minimal-2.1.2-bin.ziphttp://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/geronimo-tomcat6-minimal-2.1.2-bin.zip

 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-framework-2.1.2-bin.ziphttp://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/geronimo-framework-2.1.2-bin.zip

 The maven artifacts for the release can be found here:
 http://people.apache.org/~jbohn/staging-repo/geronimo-2.1.2/http://people.apache.org/%7Ejbohn/staging-repo/geronimo-2.1.2/

 When the release vote is approved, these maven artifacts will be moved
 to the m2-ibiblio-rsync-repository at Apache.


 [ ] +1 Release Geronimo 2.1.2
 [ ] 0 No opinion
 [ ] -1 Do not release Geronimo 2.1.2 (please provide rationale)

 72 hours would expire at 11:00PM ET on Saturday evening, 8/2.  However, the
 vote may go longer while the tck results are verified.


 Joe Bohn




Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-02 Thread YunFeng Ma
+1

-- Yun Feng

Joe Bohn wrote: 
All, 

I've prepared a release candidate of Geronimo Server 2.1.2 for your 
review and vote. 

The source for the Geronimo Server 2.1.2 release currently resides here: 
https://svn.apache.org/repos/asf/geronimo/server/branches/2.1.2 

When the release vote is approved, I will svn mv the code to 
https://svn.apache.org/repos/asf/geronimo/server/tags/2.1.2 

An archive of this source code can be found here: 
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.tar.gz 
OR 
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.zip 

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/ contains the 10 
Java EE, Minimal, and Framework server binary distributions to be 
released (framework, tomcat/jetty, Java EE/Minimal, tar/zip) as well as 
the RELEASE_NOTES, README, NOTICE, LICENSE, DISCLAIMER, and source code 
archives for the release.  These extra txt files were included so that 
they could be leveraged by GEP if necessary (they are also included in 
the assembly images). 

For your convenience, here are pointers to the urls for the 
distributions in zip format: 
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-javaee5-2.1.2-bin.zip
 
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-minimal-2.1.2-bin.zip
 
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-javaee5-2.1.2-bin.zip
 
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-minimal-2.1.2-bin.zip
 
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-framework-2.1.2-bin.zip
 

The maven artifacts for the release can be found here: 
http://people.apache.org/~jbohn/staging-repo/geronimo-2.1.2/ 

When the release vote is approved, these maven artifacts will be moved 
to the m2-ibiblio-rsync-repository at Apache. 


[ ] +1 Release Geronimo 2.1.2 
[ ] 0 No opinion 
[ ] -1 Do not release Geronimo 2.1.2 (please provide rationale) 

72 hours would expire at 11:00PM ET on Saturday evening, 8/2.  However, 
the vote may go longer while the tck results are verified. 


Joe Bohn 


  

Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-02 Thread Jason Warner
+1.  All tck tests have passed.

On Sat, Aug 2, 2008 at 6:55 AM, YunFeng Ma [EMAIL PROTECTED] wrote:

 +1

 -- Yun Feng


 Joe Bohn wrote:

 All,

 I've prepared a release candidate of Geronimo Server 2.1.2 for your
 review and vote.

 The source for the Geronimo Server 2.1.2 release currently resides here:
 https://svn.apache.org/repos/asf/geronimo/server/branches/2.1.2

 When the release vote is approved, I will svn mv the code to
 https://svn.apache.org/repos/asf/geronimo/server/tags/2.1.2

 An archive of this source code can be found here:

 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.tar.gzhttp://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.tar.gz
 OR
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.ziphttp://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.zip

 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/http://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/contains
  the 10 Java EE, Minimal, and Framework server binary distributions
 to be
 released (framework, tomcat/jetty, Java EE/Minimal, tar/zip) as well as
 the RELEASE_NOTES, README, NOTICE, LICENSE, DISCLAIMER, and source code
 archives for the release.  These extra txt files were included so that they
 could be leveraged by GEP if necessary (they are also included in the
 assembly images).

 For your convenience, here are pointers to the urls for the
 distributions in zip format:

 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-javaee5-2.1.2-bin.ziphttp://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/geronimo-jetty6-javaee5-2.1.2-bin.zip

 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-minimal-2.1.2-bin.ziphttp://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/geronimo-jetty6-minimal-2.1.2-bin.zip

 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-javaee5-2.1.2-bin.ziphttp://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/geronimo-tomcat6-javaee5-2.1.2-bin.zip

 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-minimal-2.1.2-bin.ziphttp://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/geronimo-tomcat6-minimal-2.1.2-bin.zip

 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-framework-2.1.2-bin.ziphttp://people.apache.org/%7Ejbohn/geronimo-2.1.2-dist/geronimo-framework-2.1.2-bin.zip

 The maven artifacts for the release can be found here:
 http://people.apache.org/~jbohn/staging-repo/geronimo-2.1.2/http://people.apache.org/%7Ejbohn/staging-repo/geronimo-2.1.2/

 When the release vote is approved, these maven artifacts will be moved
 to the m2-ibiblio-rsync-repository at Apache.


 [ ] +1 Release Geronimo 2.1.2
 [ ] 0 No opinion
 [ ] -1 Do not release Geronimo 2.1.2 (please provide rationale)

 72 hours would expire at 11:00PM ET on Saturday evening, 8/2.  However, the
 vote may go longer while the tck results are verified.


 Joe Bohn







-- 
~Jason Warner


Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-02 Thread Tim McConnell

+1

Joe Bohn wrote:

All,

I've prepared a release candidate of Geronimo Server 2.1.2 for your
review and vote.

The source for the Geronimo Server 2.1.2 release currently resides here:
https://svn.apache.org/repos/asf/geronimo/server/branches/2.1.2

When the release vote is approved, I will svn mv the code to
https://svn.apache.org/repos/asf/geronimo/server/tags/2.1.2

An archive of this source code can be found here:
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.tar.gz 


OR
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.zip

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/ contains the 10 
Java EE, Minimal, and Framework server binary distributions to be

released (framework, tomcat/jetty, Java EE/Minimal, tar/zip) as well as
the RELEASE_NOTES, README, NOTICE, LICENSE, DISCLAIMER, and source code
archives for the release.  These extra txt files were included so that 
they could be leveraged by GEP if necessary (they are also included in 
the assembly images).


For your convenience, here are pointers to the urls for the
distributions in zip format:
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-javaee5-2.1.2-bin.zip 

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-minimal-2.1.2-bin.zip 

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-javaee5-2.1.2-bin.zip 

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-minimal-2.1.2-bin.zip 

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-framework-2.1.2-bin.zip 



The maven artifacts for the release can be found here:
http://people.apache.org/~jbohn/staging-repo/geronimo-2.1.2/

When the release vote is approved, these maven artifacts will be moved
to the m2-ibiblio-rsync-repository at Apache.


[ ] +1 Release Geronimo 2.1.2
[ ] 0 No opinion
[ ] -1 Do not release Geronimo 2.1.2 (please provide rationale)

72 hours would expire at 11:00PM ET on Saturday evening, 8/2.  However, 
the vote may go longer while the tck results are verified.



Joe Bohn




--
Thanks,
Tim McConnell


Re: [VOTE] Geronimo Server 2.1.2 Release - vote extended

2008-08-02 Thread Joe Bohn


Things are looking good for the vote and I'm tempted to go ahead and 
close it now given that the 72 hours have expired and we have indeed 
passed TCK (thanks Jason!).  However, I'm a little disappointed with the 
relatively low number of votes.  We had nearly 50% more votes for 2.1.1.


I'm also doing some brief travel starting first thing tomorrow morning 
and returning Monday afternoon which will make it a bit difficult for me 
to push the images and announce the release.


So ... I've decided to extend the vote until Monday PM just in case more 
folks want to chime in.


Thanks for checking out the release!
Joe



Joe Bohn wrote:

All,

I've prepared a release candidate of Geronimo Server 2.1.2 for your
review and vote.

The source for the Geronimo Server 2.1.2 release currently resides here:
https://svn.apache.org/repos/asf/geronimo/server/branches/2.1.2

When the release vote is approved, I will svn mv the code to
https://svn.apache.org/repos/asf/geronimo/server/tags/2.1.2

An archive of this source code can be found here:
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.tar.gz 


OR
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.zip

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/ contains the 10 
Java EE, Minimal, and Framework server binary distributions to be

released (framework, tomcat/jetty, Java EE/Minimal, tar/zip) as well as
the RELEASE_NOTES, README, NOTICE, LICENSE, DISCLAIMER, and source code
archives for the release.  These extra txt files were included so that 
they could be leveraged by GEP if necessary (they are also included in 
the assembly images).


For your convenience, here are pointers to the urls for the
distributions in zip format:
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-javaee5-2.1.2-bin.zip 

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-minimal-2.1.2-bin.zip 

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-javaee5-2.1.2-bin.zip 

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-minimal-2.1.2-bin.zip 

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-framework-2.1.2-bin.zip 



The maven artifacts for the release can be found here:
http://people.apache.org/~jbohn/staging-repo/geronimo-2.1.2/

When the release vote is approved, these maven artifacts will be moved
to the m2-ibiblio-rsync-repository at Apache.


[ ] +1 Release Geronimo 2.1.2
[ ] 0 No opinion
[ ] -1 Do not release Geronimo 2.1.2 (please provide rationale)

72 hours would expire at 11:00PM ET on Saturday evening, 8/2.  However, 
the vote may go longer while the tck results are verified.



Joe Bohn






Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-01 Thread Rick McGuire

+1

Joe Bohn wrote:

All,

I've prepared a release candidate of Geronimo Server 2.1.2 for your
review and vote.

The source for the Geronimo Server 2.1.2 release currently resides here:
https://svn.apache.org/repos/asf/geronimo/server/branches/2.1.2

When the release vote is approved, I will svn mv the code to
https://svn.apache.org/repos/asf/geronimo/server/tags/2.1.2

An archive of this source code can be found here:
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.tar.gz 


OR
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.zip 



http://people.apache.org/~jbohn/geronimo-2.1.2-dist/ contains the 10 
Java EE, Minimal, and Framework server binary distributions to be

released (framework, tomcat/jetty, Java EE/Minimal, tar/zip) as well as
the RELEASE_NOTES, README, NOTICE, LICENSE, DISCLAIMER, and source code
archives for the release.  These extra txt files were included so that 
they could be leveraged by GEP if necessary (they are also included in 
the assembly images).


For your convenience, here are pointers to the urls for the
distributions in zip format:
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-javaee5-2.1.2-bin.zip 

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-minimal-2.1.2-bin.zip 

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-javaee5-2.1.2-bin.zip 

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-minimal-2.1.2-bin.zip 

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-framework-2.1.2-bin.zip 



The maven artifacts for the release can be found here:
http://people.apache.org/~jbohn/staging-repo/geronimo-2.1.2/

When the release vote is approved, these maven artifacts will be moved
to the m2-ibiblio-rsync-repository at Apache.


[ ] +1 Release Geronimo 2.1.2
[ ] 0 No opinion
[ ] -1 Do not release Geronimo 2.1.2 (please provide rationale)

72 hours would expire at 11:00PM ET on Saturday evening, 8/2.  
However, the vote may go longer while the tck results are verified.



Joe Bohn






Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-01 Thread Dan Becker

+1

Several samples worked for me.

Rick McGuire wrote:

+1

Joe Bohn wrote:

All,

I've prepared a release candidate of Geronimo Server 2.1.2 for your
review and vote.

The source for the Geronimo Server 2.1.2 release currently resides here:
https://svn.apache.org/repos/asf/geronimo/server/branches/2.1.2

When the release vote is approved, I will svn mv the code to
https://svn.apache.org/repos/asf/geronimo/server/tags/2.1.2

An archive of this source code can be found here:
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.tar.gz 



--
Thanks, Dan Becker


Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-01 Thread Jarek Gawor
+1.

Jarek

On Wed, Jul 30, 2008 at 10:52 PM, Joe Bohn [EMAIL PROTECTED] wrote:
 All,

 I've prepared a release candidate of Geronimo Server 2.1.2 for your
 review and vote.

 The source for the Geronimo Server 2.1.2 release currently resides here:
 https://svn.apache.org/repos/asf/geronimo/server/branches/2.1.2

 When the release vote is approved, I will svn mv the code to
 https://svn.apache.org/repos/asf/geronimo/server/tags/2.1.2

 An archive of this source code can be found here:
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.tar.gz
 OR
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.zip

 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/ contains the 10 Java
 EE, Minimal, and Framework server binary distributions to be
 released (framework, tomcat/jetty, Java EE/Minimal, tar/zip) as well as
 the RELEASE_NOTES, README, NOTICE, LICENSE, DISCLAIMER, and source code
 archives for the release.  These extra txt files were included so that they
 could be leveraged by GEP if necessary (they are also included in the
 assembly images).

 For your convenience, here are pointers to the urls for the
 distributions in zip format:
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-javaee5-2.1.2-bin.zip
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-minimal-2.1.2-bin.zip
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-javaee5-2.1.2-bin.zip
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-minimal-2.1.2-bin.zip
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-framework-2.1.2-bin.zip

 The maven artifacts for the release can be found here:
 http://people.apache.org/~jbohn/staging-repo/geronimo-2.1.2/

 When the release vote is approved, these maven artifacts will be moved
 to the m2-ibiblio-rsync-repository at Apache.


 [ ] +1 Release Geronimo 2.1.2
 [ ] 0 No opinion
 [ ] -1 Do not release Geronimo 2.1.2 (please provide rationale)

 72 hours would expire at 11:00PM ET on Saturday evening, 8/2.  However, the
 vote may go longer while the tck results are verified.


 Joe Bohn




Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-01 Thread Lin Sun
+1

Lin

On Fri, Aug 1, 2008 at 12:18 PM, Jarek Gawor [EMAIL PROTECTED] wrote:
 +1.

 Jarek

 On Wed, Jul 30, 2008 at 10:52 PM, Joe Bohn [EMAIL PROTECTED] wrote:
 All,

 I've prepared a release candidate of Geronimo Server 2.1.2 for your
 review and vote.

 The source for the Geronimo Server 2.1.2 release currently resides here:
 https://svn.apache.org/repos/asf/geronimo/server/branches/2.1.2

 When the release vote is approved, I will svn mv the code to
 https://svn.apache.org/repos/asf/geronimo/server/tags/2.1.2

 An archive of this source code can be found here:
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.tar.gz
 OR
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.zip

 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/ contains the 10 Java
 EE, Minimal, and Framework server binary distributions to be
 released (framework, tomcat/jetty, Java EE/Minimal, tar/zip) as well as
 the RELEASE_NOTES, README, NOTICE, LICENSE, DISCLAIMER, and source code
 archives for the release.  These extra txt files were included so that they
 could be leveraged by GEP if necessary (they are also included in the
 assembly images).

 For your convenience, here are pointers to the urls for the
 distributions in zip format:
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-javaee5-2.1.2-bin.zip
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-minimal-2.1.2-bin.zip
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-javaee5-2.1.2-bin.zip
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-minimal-2.1.2-bin.zip
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-framework-2.1.2-bin.zip

 The maven artifacts for the release can be found here:
 http://people.apache.org/~jbohn/staging-repo/geronimo-2.1.2/

 When the release vote is approved, these maven artifacts will be moved
 to the m2-ibiblio-rsync-repository at Apache.


 [ ] +1 Release Geronimo 2.1.2
 [ ] 0 No opinion
 [ ] -1 Do not release Geronimo 2.1.2 (please provide rationale)

 72 hours would expire at 11:00PM ET on Saturday evening, 8/2.  However, the
 vote may go longer while the tck results are verified.


 Joe Bohn





Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-01 Thread B.J. Reed

+1

Joe Bohn wrote:

All,

I've prepared a release candidate of Geronimo Server 2.1.2 for your
review and vote.

The source for the Geronimo Server 2.1.2 release currently resides here:
https://svn.apache.org/repos/asf/geronimo/server/branches/2.1.2

When the release vote is approved, I will svn mv the code to
https://svn.apache.org/repos/asf/geronimo/server/tags/2.1.2

An archive of this source code can be found here:
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.tar.gz 


OR
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.zip 



http://people.apache.org/~jbohn/geronimo-2.1.2-dist/ contains the 10 
Java EE, Minimal, and Framework server binary distributions to be

released (framework, tomcat/jetty, Java EE/Minimal, tar/zip) as well as
the RELEASE_NOTES, README, NOTICE, LICENSE, DISCLAIMER, and source code
archives for the release.  These extra txt files were included so that 
they could be leveraged by GEP if necessary (they are also included in 
the assembly images).


For your convenience, here are pointers to the urls for the
distributions in zip format:
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-javaee5-2.1.2-bin.zip 

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-minimal-2.1.2-bin.zip 

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-javaee5-2.1.2-bin.zip 

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-minimal-2.1.2-bin.zip 

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-framework-2.1.2-bin.zip 



The maven artifacts for the release can be found here:
http://people.apache.org/~jbohn/staging-repo/geronimo-2.1.2/

When the release vote is approved, these maven artifacts will be moved
to the m2-ibiblio-rsync-repository at Apache.


[ ] +1 Release Geronimo 2.1.2
[ ] 0 No opinion
[ ] -1 Do not release Geronimo 2.1.2 (please provide rationale)

72 hours would expire at 11:00PM ET on Saturday evening, 8/2.  
However, the vote may go longer while the tck results are verified.



Joe Bohn






Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-01 Thread Kevan Miller

+1 Looks good.

Thanks Joe!

--kevan

On Jul 30, 2008, at 10:52 PM, Joe Bohn wrote:


All,

I've prepared a release candidate of Geronimo Server 2.1.2 for your
review and vote.

The source for the Geronimo Server 2.1.2 release currently resides  
here:

https://svn.apache.org/repos/asf/geronimo/server/branches/2.1.2

When the release vote is approved, I will svn mv the code to
https://svn.apache.org/repos/asf/geronimo/server/tags/2.1.2

An archive of this source code can be found here:
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.tar.gz
OR
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.zip

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/ contains the 10  
Java EE, Minimal, and Framework server binary distributions to be
released (framework, tomcat/jetty, Java EE/Minimal, tar/zip) as well  
as
the RELEASE_NOTES, README, NOTICE, LICENSE, DISCLAIMER, and source  
code
archives for the release.  These extra txt files were included so  
that they could be leveraged by GEP if necessary (they are also  
included in the assembly images).


For your convenience, here are pointers to the urls for the
distributions in zip format:
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-javaee5-2.1.2-bin.zip
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-minimal-2.1.2-bin.zip
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-javaee5-2.1.2-bin.zip
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-minimal-2.1.2-bin.zip
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-framework-2.1.2-bin.zip

The maven artifacts for the release can be found here:
http://people.apache.org/~jbohn/staging-repo/geronimo-2.1.2/

When the release vote is approved, these maven artifacts will be moved
to the m2-ibiblio-rsync-repository at Apache.


[ ] +1 Release Geronimo 2.1.2
[ ] 0 No opinion
[ ] -1 Do not release Geronimo 2.1.2 (please provide rationale)

72 hours would expire at 11:00PM ET on Saturday evening, 8/2.   
However, the vote may go longer while the tck results are verified.



Joe Bohn





Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-01 Thread Jacek Laskowski
+1

Jacek

On Thu, Jul 31, 2008 at 4:52 AM, Joe Bohn [EMAIL PROTECTED] wrote:
 All,

 I've prepared a release candidate of Geronimo Server 2.1.2 for your
 review and vote.

 The source for the Geronimo Server 2.1.2 release currently resides here:
 https://svn.apache.org/repos/asf/geronimo/server/branches/2.1.2

 When the release vote is approved, I will svn mv the code to
 https://svn.apache.org/repos/asf/geronimo/server/tags/2.1.2

 An archive of this source code can be found here:
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.tar.gz
 OR
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.zip

 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/ contains the 10 Java
 EE, Minimal, and Framework server binary distributions to be
 released (framework, tomcat/jetty, Java EE/Minimal, tar/zip) as well as
 the RELEASE_NOTES, README, NOTICE, LICENSE, DISCLAIMER, and source code
 archives for the release.  These extra txt files were included so that they
 could be leveraged by GEP if necessary (they are also included in the
 assembly images).

 For your convenience, here are pointers to the urls for the
 distributions in zip format:
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-javaee5-2.1.2-bin.zip
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-minimal-2.1.2-bin.zip
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-javaee5-2.1.2-bin.zip
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-minimal-2.1.2-bin.zip
 http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-framework-2.1.2-bin.zip

 The maven artifacts for the release can be found here:
 http://people.apache.org/~jbohn/staging-repo/geronimo-2.1.2/

 When the release vote is approved, these maven artifacts will be moved
 to the m2-ibiblio-rsync-repository at Apache.


 [ ] +1 Release Geronimo 2.1.2
 [ ] 0 No opinion
 [ ] -1 Do not release Geronimo 2.1.2 (please provide rationale)

 72 hours would expire at 11:00PM ET on Saturday evening, 8/2.  However, the
 vote may go longer while the tck results are verified.


 Joe Bohn





-- 
Jacek Laskowski
Notatnik Projektanta Java EE - http://www.JacekLaskowski.pl


Re: [VOTE] Geronimo Server 2.1.2 Release

2008-07-31 Thread Joe Bohn


Oh yeah ... here's my +1.

Joe

Joe Bohn wrote:

All,

I've prepared a release candidate of Geronimo Server 2.1.2 for your
review and vote.

The source for the Geronimo Server 2.1.2 release currently resides here:
https://svn.apache.org/repos/asf/geronimo/server/branches/2.1.2

When the release vote is approved, I will svn mv the code to
https://svn.apache.org/repos/asf/geronimo/server/tags/2.1.2

An archive of this source code can be found here:
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.tar.gz 


OR
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.zip

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/ contains the 10 
Java EE, Minimal, and Framework server binary distributions to be

released (framework, tomcat/jetty, Java EE/Minimal, tar/zip) as well as
the RELEASE_NOTES, README, NOTICE, LICENSE, DISCLAIMER, and source code
archives for the release.  These extra txt files were included so that 
they could be leveraged by GEP if necessary (they are also included in 
the assembly images).


For your convenience, here are pointers to the urls for the
distributions in zip format:
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-javaee5-2.1.2-bin.zip 

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-minimal-2.1.2-bin.zip 

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-javaee5-2.1.2-bin.zip 

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-minimal-2.1.2-bin.zip 

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-framework-2.1.2-bin.zip 



The maven artifacts for the release can be found here:
http://people.apache.org/~jbohn/staging-repo/geronimo-2.1.2/

When the release vote is approved, these maven artifacts will be moved
to the m2-ibiblio-rsync-repository at Apache.


[ ] +1 Release Geronimo 2.1.2
[ ] 0 No opinion
[ ] -1 Do not release Geronimo 2.1.2 (please provide rationale)

72 hours would expire at 11:00PM ET on Saturday evening, 8/2.  However, 
the vote may go longer while the tck results are verified.



Joe Bohn






[VOTE] Geronimo Server 2.1.2 Release

2008-07-30 Thread Joe Bohn

All,

I've prepared a release candidate of Geronimo Server 2.1.2 for your
review and vote.

The source for the Geronimo Server 2.1.2 release currently resides here:
https://svn.apache.org/repos/asf/geronimo/server/branches/2.1.2

When the release vote is approved, I will svn mv the code to
https://svn.apache.org/repos/asf/geronimo/server/tags/2.1.2

An archive of this source code can be found here:
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.tar.gz
OR
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-2.1.2-src.zip

http://people.apache.org/~jbohn/geronimo-2.1.2-dist/ contains the 10 
Java EE, Minimal, and Framework server binary distributions to be

released (framework, tomcat/jetty, Java EE/Minimal, tar/zip) as well as
the RELEASE_NOTES, README, NOTICE, LICENSE, DISCLAIMER, and source code
archives for the release.  These extra txt files were included so that 
they could be leveraged by GEP if necessary (they are also included in 
the assembly images).


For your convenience, here are pointers to the urls for the
distributions in zip format:
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-javaee5-2.1.2-bin.zip
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-jetty6-minimal-2.1.2-bin.zip
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-javaee5-2.1.2-bin.zip
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-tomcat6-minimal-2.1.2-bin.zip
http://people.apache.org/~jbohn/geronimo-2.1.2-dist/geronimo-framework-2.1.2-bin.zip

The maven artifacts for the release can be found here:
http://people.apache.org/~jbohn/staging-repo/geronimo-2.1.2/

When the release vote is approved, these maven artifacts will be moved
to the m2-ibiblio-rsync-repository at Apache.


[ ] +1 Release Geronimo 2.1.2
[ ] 0 No opinion
[ ] -1 Do not release Geronimo 2.1.2 (please provide rationale)

72 hours would expire at 11:00PM ET on Saturday evening, 8/2.  However, 
the vote may go longer while the tck results are verified.



Joe Bohn