Re: [vote] Release Geronimo 1.2

2007-04-10 Thread Rick McGuire

+1

Dain Sundstrom wrote:
The 1.2 release cut and awaiting your vote!  All the files are 
available in a staging area in my home dir on people.


http://people.apache.org/~dain/dist
   geronimo-1.2-src
   geronimo-framework-1.2
   geronimo-jetty-minimal-1.2
   geronimo-tomcat-minimal-1.2
   geronimo-jetty-j2ee-1.2
   geronimo-tomcat-j2ee-1.2

Additionally the maven repository with all of the modules, configs, 
assemblies, etc. is here:


  http://people.apache.org/~dain/stage/org/apache/geronimo

All archives contain LICENSE and NOTICE.  Each binary jar is also 
accompanied by source, javadoc, pom and all are signed, md5-ed, and 
secure-hashed.  Keys file available here:


  http://people.apache.org/dist/geronimo/KEYS

Svn tag is here:

  http://svn.apache.org/repos/asf/geronimo/server/tags/1.2

Here's my +1!

-dain








Re: [vote] Release Geronimo 1.2

2007-04-09 Thread Dain Sundstrom

I agree and am switching to a -1 also.

At the same time, we can fix the other minor issues people pointed  
out and respin.


-dain

On Apr 9, 2007, at 10:51 AM, Matt Hogstrom wrote:

I'll switch to a -1 given the instabiity of the connection  
manager.  I'll help to work on this as its the same code for 2.0.


On Apr 4, 2007, at 8:01 PM, Dain Sundstrom wrote:

The 1.2 release cut and awaiting your vote!  All the files are  
available in a staging area in my home dir on people.


http://people.apache.org/~dain/dist
   geronimo-1.2-src
   geronimo-framework-1.2
   geronimo-jetty-minimal-1.2
   geronimo-tomcat-minimal-1.2
   geronimo-jetty-j2ee-1.2
   geronimo-tomcat-j2ee-1.2

Additionally the maven repository with all of the modules,  
configs, assemblies, etc. is here:


  http://people.apache.org/~dain/stage/org/apache/geronimo

All archives contain LICENSE and NOTICE.  Each binary jar is also  
accompanied by source, javadoc, pom and all are signed, md5-ed,  
and secure-hashed.  Keys file available here:


  http://people.apache.org/dist/geronimo/KEYS

Svn tag is here:

  http://svn.apache.org/repos/asf/geronimo/server/tags/1.2

Here's my +1!

-dain










Re: [vote] Release Geronimo 1.2

2007-04-09 Thread Matt Hogstrom
I'll switch to a -1 given the instabiity of the connection manager.   
I'll help to work on this as its the same code for 2.0.


On Apr 4, 2007, at 8:01 PM, Dain Sundstrom wrote:

The 1.2 release cut and awaiting your vote!  All the files are  
available in a staging area in my home dir on people.


http://people.apache.org/~dain/dist
   geronimo-1.2-src
   geronimo-framework-1.2
   geronimo-jetty-minimal-1.2
   geronimo-tomcat-minimal-1.2
   geronimo-jetty-j2ee-1.2
   geronimo-tomcat-j2ee-1.2

Additionally the maven repository with all of the modules, configs,  
assemblies, etc. is here:


  http://people.apache.org/~dain/stage/org/apache/geronimo

All archives contain LICENSE and NOTICE.  Each binary jar is also  
accompanied by source, javadoc, pom and all are signed, md5-ed, and  
secure-hashed.  Keys file available here:


  http://people.apache.org/dist/geronimo/KEYS

Svn tag is here:

  http://svn.apache.org/repos/asf/geronimo/server/tags/1.2

Here's my +1!

-dain








Re: [vote] Release Geronimo 1.2

2007-04-09 Thread Kevan Miller
There are some src-related issues, also (posted on discuss thread). I  
think they should be resolved, also...


--kevan
On Apr 9, 2007, at 1:51 PM, Matt Hogstrom wrote:

I'll switch to a -1 given the instabiity of the connection  
manager.  I'll help to work on this as its the same code for 2.0.


On Apr 4, 2007, at 8:01 PM, Dain Sundstrom wrote:

The 1.2 release cut and awaiting your vote!  All the files are  
available in a staging area in my home dir on people.


http://people.apache.org/~dain/dist
   geronimo-1.2-src
   geronimo-framework-1.2
   geronimo-jetty-minimal-1.2
   geronimo-tomcat-minimal-1.2
   geronimo-jetty-j2ee-1.2
   geronimo-tomcat-j2ee-1.2

Additionally the maven repository with all of the modules,  
configs, assemblies, etc. is here:


  http://people.apache.org/~dain/stage/org/apache/geronimo

All archives contain LICENSE and NOTICE.  Each binary jar is also  
accompanied by source, javadoc, pom and all are signed, md5-ed,  
and secure-hashed.  Keys file available here:


  http://people.apache.org/dist/geronimo/KEYS

Svn tag is here:

  http://svn.apache.org/repos/asf/geronimo/server/tags/1.2

Here's my +1!

-dain










Re: [vote] Release Geronimo 1.2

2007-04-06 Thread Christopher Blythe

Matt...

You mentioned that you deployed DayTrader 1.2... did you happen to run it
under load? JDBC/Direct mode looks good; however, I am still seeing
ConcurrentModificationExceptions while attempting to run more than 1 client
in Session Direct mode (https://issues.apache.org/jira/browse/GERONIMO-2708).
These exceptions are thrown throughout the duration of the run. FYI - I
deployed the same ear on Geronimo 1.1.1 and didn't have a problem scaling up
the users for Session Direct mode.

java.util.ConcurrentModificationException
   at java.util.HashMap$HashIterator.remove(HashMap.java:861)
   at
org.apache.geronimo.connector.outbound.connectiontracking.ConnectionTrackingCoordinator.exit
(ConnectionTrackingCoordinator.java:127)
   at
org.apache.geronimo.connector.outbound.connectiontracking.ConnectionTrackingCoordinator$$FastClassByCGLIB$$5d33aabf.invoke
()
   at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
   at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(
FastMethodInvoker.java:38)
   at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(
GBeanOperation.java:122)
   at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(
GBeanInstance.java:820)
   at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java
:57)
   at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(
RawOperationInvoker.java:35)
   at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(
ProxyMethodInterceptor.java:96)
   at
org.apache.geronimo.connector.outbound.connectiontracking.ConnectionTracker$$EnhancerByCGLIB$$b6b1324a.exit
()
   at org.apache.openejb.NoConnectionEnlistingInterceptor.invoke(
NoConnectionEnlistingInterceptor.java:70)
   at org.apache.openejb.SystemExceptionInterceptor.invoke(
SystemExceptionInterceptor.java:35)
   at org.apache.openejb.security.DefaultSubjectInterceptor.invoke(
DefaultSubjectInterceptor.java:49)
   at org.apache.openejb.slsb.DefaultStatelessEjbContainer.invoke(
DefaultStatelessEjbContainer.java:178)
   at
org.apache.openejb.slsb.DefaultStatelessEjbContainer$$FastClassByCGLIB$$7ad7a562.invoke
()
   at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
   at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(
FastMethodInvoker.java:38)
   at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(
GBeanOperation.java:122)
   at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(
GBeanInstance.java:820)
   at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java
:57)
   at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(
RawOperationInvoker.java:35)
   at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(
ProxyMethodInterceptor.java:96)
   at
org.apache.openejb.StatelessEjbContainer$$EnhancerByCGLIB$$5c554f35.invoke
()
   at org.apache.openejb.AbstractEjbDeployment.invoke(
AbstractEjbDeployment.java:195)
   at org.apache.openejb.proxy.EJBMethodInterceptor.intercept(
EJBMethodInterceptor.java:145)
   at
org.apache.openejb.proxy.SessionEJBObject$$EnhancerByCGLIB$$f5a9c1b2.login
()
   at org.apache.geronimo.samples.daytrader.TradeAction.login(
TradeAction.java:449)
   at org.apache.geronimo.samples.daytrader.web.TradeServletAction.doLogin(
TradeServletAction.java:364)
   at org.apache.geronimo.samples.daytrader.web.TradeAppServlet.performTask
(TradeAppServlet.java:126)
   at org.apache.geronimo.samples.daytrader.web.TradeAppServlet.doPost(
TradeAppServlet.java:91)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(
ApplicationFilterChain.java:252)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(
ApplicationFilterChain.java:173)
   at org.apache.geronimo.samples.daytrader.web.OrdersAlertFilter.doFilter(
OrdersAlertFilter.java:91)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(
ApplicationFilterChain.java:202)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(
ApplicationFilterChain.java:173)
   at org.apache.catalina.core.StandardWrapperValve.invoke(
StandardWrapperValve.java:213)
   at org.apache.catalina.core.StandardContextValve.invoke(
StandardContextValve.java:178)
   at org.apache.geronimo.tomcat.valve.DefaultSubjectValve.invoke(
DefaultSubjectValve.java:56)
   at
org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.invoke(
GeronimoStandardContext.java:328)
   at org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(
GeronimoBeforeAfterValve.java:47)
   at org.apache.catalina.core.StandardHostValve.invoke(
StandardHostValve.java:126)
   at org.apache.catalina.valves.ErrorReportValve.invoke(
ErrorReportValve.java:105)
   at org.apache.catalina.core.StandardEngineValve.invoke(
StandardEngineValve.java:107)
   at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java
:541)
   at org.apache.catalina.connector.CoyoteAdapter.service(
C

Re: [vote] Release Geronimo 1.2

2007-04-05 Thread Jason Dillon
Aight, no worries.  I still don't fully understand all that plugin  
stuff... yet ;-)


--jason


On Apr 5, 2007, at 3:38 PM, Paul McMahan wrote:

The change I have cued up replaces "1.2-SNAPSHOT" with "1.2" for  
all the catalog entries.  So it would break anyone using the  
Geronimo plugin repo from a 1.2-SNAPSHOT server (maybe not a huge  
deal).  Also, I've tested the catalog updates by looping http  
requests to repo1.maven.org/maven2 back to my local maven repo.  So  
I've made some assumptions about the repo layout that should  
probably be verified.


Best wishes,
Paul

On Apr 5, 2007, at 6:22 PM, Jason Dillon wrote:


Will it hurt anything to commit it now?  Or will it break things?

--jason


On Apr 5, 2007, at 3:14 PM, Paul McMahan wrote:



On Apr 5, 2007, at 2:11 PM, Joe Bohn wrote:

I couldn't do much with the framework assembly as it requires a  
plugin repository with 1.2 plugins and AFAIK there is no such  
plugin repository available yet.  Will you be making the plugins  
available for 1.2 as you make the release available?  If not,  
then perhaps we shouldn't include the framework assembly in the  
distribution.


I updated the plugin catalog stuff in site/trunk/docs/plugins/ 
geronimo-1.2 locally and ran some quick tests of plugin download  
& install from maven repo.  I'm ready to commit if/when the 1.2  
artifacts are published to central.


Best wishes,
Paul









Re: [vote] Release Geronimo 1.2

2007-04-05 Thread Paul McMahan
The change I have cued up replaces "1.2-SNAPSHOT" with "1.2" for all  
the catalog entries.  So it would break anyone using the Geronimo  
plugin repo from a 1.2-SNAPSHOT server (maybe not a huge deal).   
Also, I've tested the catalog updates by looping http requests to  
repo1.maven.org/maven2 back to my local maven repo.  So I've made  
some assumptions about the repo layout that should probably be verified.


Best wishes,
Paul

On Apr 5, 2007, at 6:22 PM, Jason Dillon wrote:


Will it hurt anything to commit it now?  Or will it break things?

--jason


On Apr 5, 2007, at 3:14 PM, Paul McMahan wrote:



On Apr 5, 2007, at 2:11 PM, Joe Bohn wrote:

I couldn't do much with the framework assembly as it requires a  
plugin repository with 1.2 plugins and AFAIK there is no such  
plugin repository available yet.  Will you be making the plugins  
available for 1.2 as you make the release available?  If not,  
then perhaps we shouldn't include the framework assembly in the  
distribution.


I updated the plugin catalog stuff in site/trunk/docs/plugins/ 
geronimo-1.2 locally and ran some quick tests of plugin download &  
install from maven repo.  I'm ready to commit if/when the 1.2  
artifacts are published to central.


Best wishes,
Paul







Re: [vote] Release Geronimo 1.2

2007-04-05 Thread Jason Dillon

Will it hurt anything to commit it now?  Or will it break things?

--jason


On Apr 5, 2007, at 3:14 PM, Paul McMahan wrote:



On Apr 5, 2007, at 2:11 PM, Joe Bohn wrote:

I couldn't do much with the framework assembly as it requires a  
plugin repository with 1.2 plugins and AFAIK there is no such  
plugin repository available yet.  Will you be making the plugins  
available for 1.2 as you make the release available?  If not, then  
perhaps we shouldn't include the framework assembly in the  
distribution.


I updated the plugin catalog stuff in site/trunk/docs/plugins/ 
geronimo-1.2 locally and ran some quick tests of plugin download &  
install from maven repo.  I'm ready to commit if/when the 1.2  
artifacts are published to central.


Best wishes,
Paul





Re: [vote] Release Geronimo 1.2

2007-04-05 Thread Paul McMahan


On Apr 5, 2007, at 2:11 PM, Joe Bohn wrote:

I couldn't do much with the framework assembly as it requires a  
plugin repository with 1.2 plugins and AFAIK there is no such  
plugin repository available yet.  Will you be making the plugins  
available for 1.2 as you make the release available?  If not, then  
perhaps we shouldn't include the framework assembly in the  
distribution.


I updated the plugin catalog stuff in site/trunk/docs/plugins/ 
geronimo-1.2 locally and ran some quick tests of plugin download &  
install from maven repo.  I'm ready to commit if/when the 1.2  
artifacts are published to central.


Best wishes,
Paul



Re: [vote] Release Geronimo 1.2

2007-04-05 Thread Paul McMahan

+1

I will update the 1.2 plugin catalog when the artifacts have been  
published to central.  For now I'm testing the plugin repo and  
installation process by hacking my /etc/hosts and serving up  
everything locally.


Thanks for the excellent RM work Dain and Alan.

Best wishes,
Paul

On Apr 4, 2007, at 8:01 PM, Dain Sundstrom wrote:

The 1.2 release cut and awaiting your vote!  All the files are  
available in a staging area in my home dir on people.


http://people.apache.org/~dain/dist
   geronimo-1.2-src
   geronimo-framework-1.2
   geronimo-jetty-minimal-1.2
   geronimo-tomcat-minimal-1.2
   geronimo-jetty-j2ee-1.2
   geronimo-tomcat-j2ee-1.2

Additionally the maven repository with all of the modules, configs,  
assemblies, etc. is here:


  http://people.apache.org/~dain/stage/org/apache/geronimo

All archives contain LICENSE and NOTICE.  Each binary jar is also  
accompanied by source, javadoc, pom and all are signed, md5-ed, and  
secure-hashed.  Keys file available here:


  http://people.apache.org/dist/geronimo/KEYS

Svn tag is here:

  http://svn.apache.org/repos/asf/geronimo/server/tags/1.2

Here's my +1!

-dain







Re: [vote] Release Geronimo 1.2

2007-04-05 Thread Jay D. McHugh

+1

As far as the three issues brought up:
Slow startup - Doesn't bother me much
NPE on shutdown - There is a patch now for the NPE 
(https://issues.apache.org/jira/browse/GERONIMO-3068)

Derby connection problems - Couldn't duplicate

Jay

Dain Sundstrom wrote:
The 1.2 release cut and awaiting your vote!  All the files are 
available in a staging area in my home dir on people.


http://people.apache.org/~dain/dist
   geronimo-1.2-src
   geronimo-framework-1.2
   geronimo-jetty-minimal-1.2
   geronimo-tomcat-minimal-1.2
   geronimo-jetty-j2ee-1.2
   geronimo-tomcat-j2ee-1.2

Additionally the maven repository with all of the modules, configs, 
assemblies, etc. is here:


  http://people.apache.org/~dain/stage/org/apache/geronimo

All archives contain LICENSE and NOTICE.  Each binary jar is also 
accompanied by source, javadoc, pom and all are signed, md5-ed, and 
secure-hashed.  Keys file available here:


  http://people.apache.org/dist/geronimo/KEYS

Svn tag is here:

  http://svn.apache.org/repos/asf/geronimo/server/tags/1.2

Here's my +1!

-dain








Re: [vote] Release Geronimo 1.2

2007-04-05 Thread Jason Dillon
IMO we moved from 1.2 to 2.0 *way* to quickly, leaving 1.2 out in the  
cold... I was afraid this was going to happen.  But we can't really  
just drop it.


I believe we need to release 1.2, even if it has some minor issues.

I'm holding off my vote at the moment until I can finish my  
validation... but chances are its going to be plus-one.


--jason


On Apr 5, 2007, at 11:00 AM, Aaron Mulder wrote:


0: Given the attention on 2.0, I'm not optimistic about there being
another release in the 1.2.x stream, and I don't really like the
problems Hernan found (database pools and shutdown exception).  I'll
change to a +1 if someone commits to fixing and releasing these in a
1.2.1 fairly quickly.

Thanks,
 Aaron

On 4/4/07, Dain Sundstrom <[EMAIL PROTECTED]> wrote:

The 1.2 release cut and awaiting your vote!  All the files are
available in a staging area in my home dir on people.

http://people.apache.org/~dain/dist
geronimo-1.2-src
geronimo-framework-1.2
geronimo-jetty-minimal-1.2
geronimo-tomcat-minimal-1.2
geronimo-jetty-j2ee-1.2
geronimo-tomcat-j2ee-1.2

Additionally the maven repository with all of the modules, configs,
assemblies, etc. is here:

   http://people.apache.org/~dain/stage/org/apache/geronimo

All archives contain LICENSE and NOTICE.  Each binary jar is also
accompanied by source, javadoc, pom and all are signed, md5-ed, and
secure-hashed.  Keys file available here:

   http://people.apache.org/dist/geronimo/KEYS

Svn tag is here:

   http://svn.apache.org/repos/asf/geronimo/server/tags/1.2

Here's my +1!

-dain









Re: [vote] Release Geronimo 1.2

2007-04-05 Thread Joe Bohn

+1

I downloaded all 5 assemblies, played with the console some on the j2ee 
assemblies, deployed an app on each of the jetty/tomcat assemblies and 
verified that I could get to the app.  I noticed the shutdown errors as 
well (actually, they seemed to be slightly different on the different 
assemblies).  While they are ugly and not very professional they seem 
harmless and I think some people might find the release useful ... and 
I'm concerned that if we delay to fix these we might not ever release 
1.2.


I couldn't do much with the framework assembly as it requires a plugin 
repository with 1.2 plugins and AFAIK there is no such plugin repository 
available yet.  Will you be making the plugins available for 1.2 as you 
make the release available?  If not, then perhaps we shouldn't include 
the framework assembly in the distribution.


Joe


Dain Sundstrom wrote:
The 1.2 release cut and awaiting your vote!  All the files are available 
in a staging area in my home dir on people.


http://people.apache.org/~dain/dist
   geronimo-1.2-src
   geronimo-framework-1.2
   geronimo-jetty-minimal-1.2
   geronimo-tomcat-minimal-1.2
   geronimo-jetty-j2ee-1.2
   geronimo-tomcat-j2ee-1.2

Additionally the maven repository with all of the modules, configs, 
assemblies, etc. is here:


  http://people.apache.org/~dain/stage/org/apache/geronimo

All archives contain LICENSE and NOTICE.  Each binary jar is also 
accompanied by source, javadoc, pom and all are signed, md5-ed, and 
secure-hashed.  Keys file available here:


  http://people.apache.org/dist/geronimo/KEYS

Svn tag is here:

  http://svn.apache.org/repos/asf/geronimo/server/tags/1.2

Here's my +1!

-dain






Re: [vote] Release Geronimo 1.2

2007-04-05 Thread Aaron Mulder

0: Given the attention on 2.0, I'm not optimistic about there being
another release in the 1.2.x stream, and I don't really like the
problems Hernan found (database pools and shutdown exception).  I'll
change to a +1 if someone commits to fixing and releasing these in a
1.2.1 fairly quickly.

Thanks,
 Aaron

On 4/4/07, Dain Sundstrom <[EMAIL PROTECTED]> wrote:

The 1.2 release cut and awaiting your vote!  All the files are
available in a staging area in my home dir on people.

http://people.apache.org/~dain/dist
geronimo-1.2-src
geronimo-framework-1.2
geronimo-jetty-minimal-1.2
geronimo-tomcat-minimal-1.2
geronimo-jetty-j2ee-1.2
geronimo-tomcat-j2ee-1.2

Additionally the maven repository with all of the modules, configs,
assemblies, etc. is here:

   http://people.apache.org/~dain/stage/org/apache/geronimo

All archives contain LICENSE and NOTICE.  Each binary jar is also
accompanied by source, javadoc, pom and all are signed, md5-ed, and
secure-hashed.  Keys file available here:

   http://people.apache.org/dist/geronimo/KEYS

Svn tag is here:

   http://svn.apache.org/repos/asf/geronimo/server/tags/1.2

Here's my +1!

-dain







Re: [vote] Release Geronimo 1.2

2007-04-05 Thread Matt Hogstrom

+1

I downloaded the Tomcat distribution and looked at the legal and  
license files.
Also verified a few of the .asc gpg signatures against the binaries  
and those look good as well.
Deployed and tested DayTrader 1.2 in Direct, EJB and Session modes as  
well as tested the WebServices elements.


All Transactions executed as expected and there were no exceptions  
thrown.  Deployment was smooth and it was a "clean" experience.


Looks good...thanks for hunking on this.

On Apr 4, 2007, at 8:01 PM, Dain Sundstrom wrote:

The 1.2 release cut and awaiting your vote!  All the files are  
available in a staging area in my home dir on people.


http://people.apache.org/~dain/dist
   geronimo-1.2-src
   geronimo-framework-1.2
   geronimo-jetty-minimal-1.2
   geronimo-tomcat-minimal-1.2
   geronimo-jetty-j2ee-1.2
   geronimo-tomcat-j2ee-1.2

Additionally the maven repository with all of the modules, configs,  
assemblies, etc. is here:


  http://people.apache.org/~dain/stage/org/apache/geronimo

All archives contain LICENSE and NOTICE.  Each binary jar is also  
accompanied by source, javadoc, pom and all are signed, md5-ed, and  
secure-hashed.  Keys file available here:


  http://people.apache.org/dist/geronimo/KEYS

Svn tag is here:

  http://svn.apache.org/repos/asf/geronimo/server/tags/1.2

Here's my +1!

-dain








Re: [vote] Release Geronimo 1.2

2007-04-05 Thread Davanum Srinivas

+0

thanks,
dims

On 4/5/07, Hernan Cunico <[EMAIL PROTECTED]> wrote:

+0 I'm not done with the testing but I would like to see those errors go away.

Cheers!
Hernan

Dain Sundstrom wrote:
> So are you saying that you do not want to no release this software until
> these are fixed?
>
> This is a vote thread to determine if we should release this software
> with it's current warts or run another fix release cycle.
>
> -dain
>
> On Apr 5, 2007, at 6:44 AM, Hernan Cunico wrote:
>
>> Thanks for putting this together.
>> I did some basic testing (did not test security) on the binaries and
>> this is what I found so far.
>>
>> - *geronimo-jetty-j2ee-1.2* takes around 30 sec to start, IFRC it used
>> to be under 20 and it also takes longer to shutdown. Tomcat is about
>> 10 sec faster for both start and stop.
>>
>> - Both J2EE distros still have the problem of not having accessible a
>> newly created embedded Derby DB and still require a Geronimo restart.
>>
>> 09:28:46,296 ERROR [MCFConnectionInterceptor] Error occurred
>> creating ManagedConnection for
>> [EMAIL PROTECTED]
>> javax.resource.spi.ResourceAllocationException: Unable to obtain
>> physical connection to jdbc:derby:SomeDB
>>
>> - All 4 distros throw this exception on shutdown.
>>
>> Server shutdown begun
>> 09:09:41,296 WARN  [BasicLifecycleMonitor] Exception occured while
>> notifying listener
>> java.lang.NullPointerException
>> at
>> 
org.apache.geronimo.gjndi.binding.GBeanBinding.removeBinding(GBeanBinding.java:159)
>>
>> at
>> 
org.apache.geronimo.gjndi.binding.GBeanBinding$GBeanLifecycleListener.stopped(GBeanBinding.java:108)
>>
>> at
>> 
org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.fireStoppedEvent(BasicLifecycleMonitor.java:197)
>>
>> at
>> 
org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.access$500(BasicLifecycleMonitor.java:41)
>>
>> at
>> 
org.apache.geronimo.kernel.basic.BasicLifecycleMonitor$RawLifecycleBroadcaster.fireStoppedEvent(BasicLifecycleMonitor.java:259)
>>
>> at
>> 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStop(GBeanInstanceState.java:359)
>>
>> at
>> 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:188)
>>
>> at
>> org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551)
>>
>> at
>> org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423)
>>
>> at
>> 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180)
>>
>> at
>> org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551)
>>
>> at
>> org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423)
>>
>> at
>> 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180)
>>
>> at
>> org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551)
>>
>> at
>> org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423)
>>
>> at
>> 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180)
>>
>> at
>> org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551)
>>
>> at
>> org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423)
>>
>> at
>> 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180)
>>
>> at
>> org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551)
>>
>> at
>> org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423)
>>
>> at
>> 
org.apache.geronimo.kernel.config.KernelConfigurationManager$ShutdownHook.run(KernelConfigurationManager.java:311)
>>
>> at
>> 
org.apache.geronimo.kernel.basic.BasicKernel.notifyShutdownHooks(BasicKernel.java:668)
>>
>> at
>> org.apache.geronimo.kernel.basic.BasicKernel.shutdown(BasicKernel.java:645)
>>
>> at org.apache.geronimo.system.main.Daemon$1.run(Daemon.java:225)
>> Server shutdown completed
>>
>> Cheers!
>> Hernan
>>
>> Dain Sundstrom wrote:
>>> The 1.2 release cut and awaiting your vote!  All the files are
>>> available in a staging area in my home dir on people.
>>> http://people.apache.org/~dain/dist
>>>geronimo-1.2-src
>>>geronimo-framework-1.2
>>>geronimo-jetty-minimal-1.2
>>>geronimo-tomcat-minimal-1.2
>>>geronimo-jetty-j2ee-1.2
>>>geronimo-tomcat-j2ee-1.2
>>> Additionally the maven repository with all of the modules, configs,
>>> assemblies, etc. is here:
>>>   http://people.apache.org/~dain/stage/org/apache/geronimo
>>> All archives contain LICENSE and NOTICE.  Each binary jar is also
>>> accompanied by source, javadoc, pom and all are signed, md5-ed, and
>>> secure-hashed.  Keys file available here:
>>>   http://people.apache.org/dist/geronimo/KEYS
>>> Svn tag is here:
>>>   http://svn.apache.org/repos/asf/geronimo/

Re: [vote] Release Geronimo 1.2

2007-04-05 Thread Hernan Cunico

+0 I'm not done with the testing but I would like to see those errors go away.

Cheers!
Hernan

Dain Sundstrom wrote:
So are you saying that you do not want to no release this software until 
these are fixed?


This is a vote thread to determine if we should release this software 
with it's current warts or run another fix release cycle.


-dain

On Apr 5, 2007, at 6:44 AM, Hernan Cunico wrote:


Thanks for putting this together.
I did some basic testing (did not test security) on the binaries and 
this is what I found so far.


- *geronimo-jetty-j2ee-1.2* takes around 30 sec to start, IFRC it used 
to be under 20 and it also takes longer to shutdown. Tomcat is about 
10 sec faster for both start and stop.


- Both J2EE distros still have the problem of not having accessible a 
newly created embedded Derby DB and still require a Geronimo restart.


09:28:46,296 ERROR [MCFConnectionInterceptor] Error occurred 
creating ManagedConnection for 
[EMAIL PROTECTED]
javax.resource.spi.ResourceAllocationException: Unable to obtain 
physical connection to jdbc:derby:SomeDB


- All 4 distros throw this exception on shutdown.

Server shutdown begun
09:09:41,296 WARN  [BasicLifecycleMonitor] Exception occured while 
notifying listener

java.lang.NullPointerException
at 
org.apache.geronimo.gjndi.binding.GBeanBinding.removeBinding(GBeanBinding.java:159) 

at 
org.apache.geronimo.gjndi.binding.GBeanBinding$GBeanLifecycleListener.stopped(GBeanBinding.java:108) 

at 
org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.fireStoppedEvent(BasicLifecycleMonitor.java:197) 

at 
org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.access$500(BasicLifecycleMonitor.java:41) 

at 
org.apache.geronimo.kernel.basic.BasicLifecycleMonitor$RawLifecycleBroadcaster.fireStoppedEvent(BasicLifecycleMonitor.java:259) 

at 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStop(GBeanInstanceState.java:359) 

at 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:188) 

at 
org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551) 

at 
org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423) 

at 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180) 

at 
org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551) 

at 
org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423) 

at 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180) 

at 
org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551) 

at 
org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423) 

at 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180) 

at 
org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551) 

at 
org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423) 

at 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180) 

at 
org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551) 

at 
org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423) 

at 
org.apache.geronimo.kernel.config.KernelConfigurationManager$ShutdownHook.run(KernelConfigurationManager.java:311) 

at 
org.apache.geronimo.kernel.basic.BasicKernel.notifyShutdownHooks(BasicKernel.java:668) 

at 
org.apache.geronimo.kernel.basic.BasicKernel.shutdown(BasicKernel.java:645) 


at org.apache.geronimo.system.main.Daemon$1.run(Daemon.java:225)
Server shutdown completed

Cheers!
Hernan

Dain Sundstrom wrote:
The 1.2 release cut and awaiting your vote!  All the files are 
available in a staging area in my home dir on people.

http://people.apache.org/~dain/dist
   geronimo-1.2-src
   geronimo-framework-1.2
   geronimo-jetty-minimal-1.2
   geronimo-tomcat-minimal-1.2
   geronimo-jetty-j2ee-1.2
   geronimo-tomcat-j2ee-1.2
Additionally the maven repository with all of the modules, configs, 
assemblies, etc. is here:

  http://people.apache.org/~dain/stage/org/apache/geronimo
All archives contain LICENSE and NOTICE.  Each binary jar is also 
accompanied by source, javadoc, pom and all are signed, md5-ed, and 
secure-hashed.  Keys file available here:

  http://people.apache.org/dist/geronimo/KEYS
Svn tag is here:
  http://svn.apache.org/repos/asf/geronimo/server/tags/1.2
Here's my +1!
-dain





Re: [vote] Release Geronimo 1.2

2007-04-05 Thread Dain Sundstrom
So are you saying that you do not want to no release this software  
until these are fixed?


This is a vote thread to determine if we should release this software  
with it's current warts or run another fix release cycle.


-dain

On Apr 5, 2007, at 6:44 AM, Hernan Cunico wrote:


Thanks for putting this together.
I did some basic testing (did not test security) on the binaries  
and this is what I found so far.


- *geronimo-jetty-j2ee-1.2* takes around 30 sec to start, IFRC it  
used to be under 20 and it also takes longer to shutdown. Tomcat is  
about 10 sec faster for both start and stop.


- Both J2EE distros still have the problem of not having accessible  
a newly created embedded Derby DB and still require a Geronimo  
restart.


	09:28:46,296 ERROR [MCFConnectionInterceptor] Error occurred  
creating ManagedConnection for  
[EMAIL PROTECTED]
	javax.resource.spi.ResourceAllocationException: Unable to obtain  
physical connection to jdbc:derby:SomeDB


- All 4 distros throw this exception on shutdown.

Server shutdown begun
	09:09:41,296 WARN  [BasicLifecycleMonitor] Exception occured while  
notifying listener

java.lang.NullPointerException
		at org.apache.geronimo.gjndi.binding.GBeanBinding.removeBinding 
(GBeanBinding.java:159)
		at org.apache.geronimo.gjndi.binding.GBeanBinding 
$GBeanLifecycleListener.stopped(GBeanBinding.java:108)
		at  
org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.fireStoppedEven 
t(BasicLifecycleMonitor.java:197)
		at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.access 
$500(BasicLifecycleMonitor.java:41)
		at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor 
$RawLifecycleBroadcaster.fireStoppedEvent 
(BasicLifecycleMonitor.java:259)
		at  
org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStop 
(GBeanInstanceState.java:359)
		at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop 
(GBeanInstanceState.java:188)
		at org.apache.geronimo.gbean.runtime.GBeanInstance.stop 
(GBeanInstance.java:551)
		at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean 
(BasicKernel.java:423)
		at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop 
(GBeanInstanceState.java:180)
		at org.apache.geronimo.gbean.runtime.GBeanInstance.stop 
(GBeanInstance.java:551)
		at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean 
(BasicKernel.java:423)
		at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop 
(GBeanInstanceState.java:180)
		at org.apache.geronimo.gbean.runtime.GBeanInstance.stop 
(GBeanInstance.java:551)
		at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean 
(BasicKernel.java:423)
		at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop 
(GBeanInstanceState.java:180)
		at org.apache.geronimo.gbean.runtime.GBeanInstance.stop 
(GBeanInstance.java:551)
		at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean 
(BasicKernel.java:423)
		at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop 
(GBeanInstanceState.java:180)
		at org.apache.geronimo.gbean.runtime.GBeanInstance.stop 
(GBeanInstance.java:551)
		at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean 
(BasicKernel.java:423)
		at org.apache.geronimo.kernel.config.KernelConfigurationManager 
$ShutdownHook.run(KernelConfigurationManager.java:311)
		at  
org.apache.geronimo.kernel.basic.BasicKernel.notifyShutdownHooks 
(BasicKernel.java:668)
		at org.apache.geronimo.kernel.basic.BasicKernel.shutdown 
(BasicKernel.java:645)

at org.apache.geronimo.system.main.Daemon$1.run(Daemon.java:225)
Server shutdown completed

Cheers!
Hernan

Dain Sundstrom wrote:
The 1.2 release cut and awaiting your vote!  All the files are  
available in a staging area in my home dir on people.

http://people.apache.org/~dain/dist
   geronimo-1.2-src
   geronimo-framework-1.2
   geronimo-jetty-minimal-1.2
   geronimo-tomcat-minimal-1.2
   geronimo-jetty-j2ee-1.2
   geronimo-tomcat-j2ee-1.2
Additionally the maven repository with all of the modules,  
configs, assemblies, etc. is here:

  http://people.apache.org/~dain/stage/org/apache/geronimo
All archives contain LICENSE and NOTICE.  Each binary jar is also  
accompanied by source, javadoc, pom and all are signed, md5-ed,  
and secure-hashed.  Keys file available here:

  http://people.apache.org/dist/geronimo/KEYS
Svn tag is here:
  http://svn.apache.org/repos/asf/geronimo/server/tags/1.2
Here's my +1!
-dain




Re: [vote] Release Geronimo 1.2

2007-04-05 Thread Hernan Cunico
Thanks for putting this together. 


I did some basic testing (did not test security) on the binaries and this is 
what I found so far.

- *geronimo-jetty-j2ee-1.2* takes around 30 sec to start, IFRC it used to be 
under 20 and it also takes longer to shutdown. Tomcat is about 10 sec faster 
for both start and stop.

- Both J2EE distros still have the problem of not having accessible a newly 
created embedded Derby DB and still require a Geronimo restart.

09:28:46,296 ERROR [MCFConnectionInterceptor] Error occurred creating 
ManagedConnection for [EMAIL PROTECTED]
javax.resource.spi.ResourceAllocationException: Unable to obtain 
physical connection to jdbc:derby:SomeDB

- All 4 distros throw this exception on shutdown.

Server shutdown begun
09:09:41,296 WARN  [BasicLifecycleMonitor] Exception occured while 
notifying listener
java.lang.NullPointerException
at 
org.apache.geronimo.gjndi.binding.GBeanBinding.removeBinding(GBeanBinding.java:159)
at 
org.apache.geronimo.gjndi.binding.GBeanBinding$GBeanLifecycleListener.stopped(GBeanBinding.java:108)
at 
org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.fireStoppedEvent(BasicLifecycleMonitor.java:197)
at 
org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.access$500(BasicLifecycleMonitor.java:41)
at 
org.apache.geronimo.kernel.basic.BasicLifecycleMonitor$RawLifecycleBroadcaster.fireStoppedEvent(BasicLifecycleMonitor.java:259)
at 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStop(GBeanInstanceState.java:359)
at 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:188)
at 
org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551)
at 
org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423)
at 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180)
at 
org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551)
at 
org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423)
at 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180)
at 
org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551)
at 
org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423)
at 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180)
at 
org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551)
at 
org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423)
at 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180)
at 
org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551)
at 
org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423)
at 
org.apache.geronimo.kernel.config.KernelConfigurationManager$ShutdownHook.run(KernelConfigurationManager.java:311)
at 
org.apache.geronimo.kernel.basic.BasicKernel.notifyShutdownHooks(BasicKernel.java:668)
at 
org.apache.geronimo.kernel.basic.BasicKernel.shutdown(BasicKernel.java:645)
at org.apache.geronimo.system.main.Daemon$1.run(Daemon.java:225)
Server shutdown completed

Cheers!
Hernan

Dain Sundstrom wrote:
The 1.2 release cut and awaiting your vote!  All the files are available 
in a staging area in my home dir on people.


http://people.apache.org/~dain/dist
   geronimo-1.2-src
   geronimo-framework-1.2
   geronimo-jetty-minimal-1.2
   geronimo-tomcat-minimal-1.2
   geronimo-jetty-j2ee-1.2
   geronimo-tomcat-j2ee-1.2

Additionally the maven repository with all of the modules, configs, 
assemblies, etc. is here:


  http://people.apache.org/~dain/stage/org/apache/geronimo

All archives contain LICENSE and NOTICE.  Each binary jar is also 
accompanied by source, javadoc, pom and all are signed, md5-ed, and 
secure-hashed.  Keys file available here:


  http://people.apache.org/dist/geronimo/KEYS

Svn tag is here:

  http://svn.apache.org/repos/asf/geronimo/server/tags/1.2

Here's my +1!

-dain






Re: [vote] Release Geronimo 1.2-beta

2006-12-16 Thread Alan D. Cabrera

+1


Regards,
Alan


On Dec 14, 2006, at 9:37 AM, Dain Sundstrom wrote:


The 1.2-beta release and all dependencies are cut and awaiting your
vote!  All the files are available in a staging area in my home dir on
people.

http://people.apache.org/~dain/stage/org/apache/geronimo/genesis
   genesis-1.1-incubating

http://people.apache.org/~dain/stage/org/apache/geronimo/specs
   geronimo-activation_1.0.2_spec-1.2
   geronimo-activation_1.1_spec-1.0-M1
   geronimo-annotation_1.0_spec-1.0-M1
   geronimo-ejb_2.1_spec-1.1
   geronimo-ejb_3.0_spec-1.0-M1
   geronimo-el_1.0_spec-1.0-M1
   geronimo-interceptor_3.0_spec-1.0-M1
   geronimo-j2ee-connector_1.5_spec-1.1
   geronimo-j2ee-deployment_1.1_spec-1.1
   geronimo-j2ee-jacc_1.0_spec-1.1
   geronimo-j2ee-management_1.0_spec-1.1
   geronimo-j2ee-management_1.1_spec-1.0-M1
   geronimo-jacc_1.1_spec-1.0-M1
   geronimo-javamail_1.3.1_spec-1.2
   geronimo-javamail_1.4_spec-1.0-M1
   geronimo-jaxr_1.0_spec-1.1
   geronimo-jaxrpc_1.1_spec-1.1
   geronimo-jms_1.1_spec-1.1
   geronimo-jpa_3.0_spec-1.0-M1
   geronimo-jsp_2.0_spec-1.1
   geronimo-jsp_2.1_spec-1.0-M1
   geronimo-jta_1.0.1B_spec-1.1
   geronimo-jta_1.1_spec-1.0-M1
   geronimo-qname_1.1_spec-1.1
   geronimo-saaj_1.1_spec-1.1
   geronimo-servlet_2.4_spec-1.1
   geronimo-servlet_2.5_spec-1.1-M1
   geronimo-ws-metadata_2.0_spec-1.1-M1

http://people.apache.org/~dain/stage/org/apache/geronimo/javamail
   geronimo-javamail_1.3.1_provider-1.0
   geronimo-javamail_1.3.1_mail-1.0
   geronimo-javamail_1.4_provider-1.0
   geronimo-javamail_1.4_mail-1.0

http://people.apache.org/~dain/1.2-beta
   geronimo-1.2-beta-src
   geronimo-framework-1.2-beta
   geronimo-jetty-minimal-1.2-beta
   geronimo-tomcat-minimal-1.2-beta
   geronimo-jetty-j2ee-1.2-beta
   geronimo-tomcat-j2ee-1.2-beta


All archives contain LICENSE and NOTICE.  Each binary jar is also
accompanied by source, javadoc, pom and all are signed, md5-ed, and
secure-hashed.  Keys file available here:

  http://people.apache.org/dist/geronimo/KEYS

Svn tags are here:

  http://svn.apache.org/repos/asf/geronimo/genesis/tags/genesis-1.1
  http://svn.apache.org/repos/asf/geronimo/specs/tags
  http://svn.apache.org/repos/asf/geronimo/javamail/tags/javamail-1.0
  http://svn.apache.org/repos/asf/geronimo/server/tags/1.2.0-beta

Here's my +1!

-dain





Re: [vote] Release Geronimo 1.2-beta

2006-12-16 Thread David Jencks

+1

david jencks

On Dec 14, 2006, at 9:37 AM, Dain Sundstrom wrote:


The 1.2-beta release and all dependencies are cut and awaiting your
vote!  All the files are available in a staging area in my home dir on
people.

http://people.apache.org/~dain/stage/org/apache/geronimo/genesis
   genesis-1.1-incubating

http://people.apache.org/~dain/stage/org/apache/geronimo/specs
   geronimo-activation_1.0.2_spec-1.2
   geronimo-activation_1.1_spec-1.0-M1
   geronimo-annotation_1.0_spec-1.0-M1
   geronimo-ejb_2.1_spec-1.1
   geronimo-ejb_3.0_spec-1.0-M1
   geronimo-el_1.0_spec-1.0-M1
   geronimo-interceptor_3.0_spec-1.0-M1
   geronimo-j2ee-connector_1.5_spec-1.1
   geronimo-j2ee-deployment_1.1_spec-1.1
   geronimo-j2ee-jacc_1.0_spec-1.1
   geronimo-j2ee-management_1.0_spec-1.1
   geronimo-j2ee-management_1.1_spec-1.0-M1
   geronimo-jacc_1.1_spec-1.0-M1
   geronimo-javamail_1.3.1_spec-1.2
   geronimo-javamail_1.4_spec-1.0-M1
   geronimo-jaxr_1.0_spec-1.1
   geronimo-jaxrpc_1.1_spec-1.1
   geronimo-jms_1.1_spec-1.1
   geronimo-jpa_3.0_spec-1.0-M1
   geronimo-jsp_2.0_spec-1.1
   geronimo-jsp_2.1_spec-1.0-M1
   geronimo-jta_1.0.1B_spec-1.1
   geronimo-jta_1.1_spec-1.0-M1
   geronimo-qname_1.1_spec-1.1
   geronimo-saaj_1.1_spec-1.1
   geronimo-servlet_2.4_spec-1.1
   geronimo-servlet_2.5_spec-1.1-M1
   geronimo-ws-metadata_2.0_spec-1.1-M1

http://people.apache.org/~dain/stage/org/apache/geronimo/javamail
   geronimo-javamail_1.3.1_provider-1.0
   geronimo-javamail_1.3.1_mail-1.0
   geronimo-javamail_1.4_provider-1.0
   geronimo-javamail_1.4_mail-1.0

http://people.apache.org/~dain/1.2-beta
   geronimo-1.2-beta-src
   geronimo-framework-1.2-beta
   geronimo-jetty-minimal-1.2-beta
   geronimo-tomcat-minimal-1.2-beta
   geronimo-jetty-j2ee-1.2-beta
   geronimo-tomcat-j2ee-1.2-beta


All archives contain LICENSE and NOTICE.  Each binary jar is also
accompanied by source, javadoc, pom and all are signed, md5-ed, and
secure-hashed.  Keys file available here:

  http://people.apache.org/dist/geronimo/KEYS

Svn tags are here:

  http://svn.apache.org/repos/asf/geronimo/genesis/tags/genesis-1.1
  http://svn.apache.org/repos/asf/geronimo/specs/tags
  http://svn.apache.org/repos/asf/geronimo/javamail/tags/javamail-1.0
  http://svn.apache.org/repos/asf/geronimo/server/tags/1.2.0-beta

Here's my +1!

-dain




Re: [vote] Release Geronimo 1.2-beta

2006-12-15 Thread Gianny Damour

+1

And many thanks for the hard work on this release!

Gianny

On 15/12/2006, at 4:37 AM, Dain Sundstrom wrote:


The 1.2-beta release and all dependencies are cut and awaiting your
vote!  All the files are available in a staging area in my home dir on
people.

http://people.apache.org/~dain/stage/org/apache/geronimo/genesis
   genesis-1.1-incubating

http://people.apache.org/~dain/stage/org/apache/geronimo/specs
   geronimo-activation_1.0.2_spec-1.2
   geronimo-activation_1.1_spec-1.0-M1
   geronimo-annotation_1.0_spec-1.0-M1
   geronimo-ejb_2.1_spec-1.1
   geronimo-ejb_3.0_spec-1.0-M1
   geronimo-el_1.0_spec-1.0-M1
   geronimo-interceptor_3.0_spec-1.0-M1
   geronimo-j2ee-connector_1.5_spec-1.1
   geronimo-j2ee-deployment_1.1_spec-1.1
   geronimo-j2ee-jacc_1.0_spec-1.1
   geronimo-j2ee-management_1.0_spec-1.1
   geronimo-j2ee-management_1.1_spec-1.0-M1
   geronimo-jacc_1.1_spec-1.0-M1
   geronimo-javamail_1.3.1_spec-1.2
   geronimo-javamail_1.4_spec-1.0-M1
   geronimo-jaxr_1.0_spec-1.1
   geronimo-jaxrpc_1.1_spec-1.1
   geronimo-jms_1.1_spec-1.1
   geronimo-jpa_3.0_spec-1.0-M1
   geronimo-jsp_2.0_spec-1.1
   geronimo-jsp_2.1_spec-1.0-M1
   geronimo-jta_1.0.1B_spec-1.1
   geronimo-jta_1.1_spec-1.0-M1
   geronimo-qname_1.1_spec-1.1
   geronimo-saaj_1.1_spec-1.1
   geronimo-servlet_2.4_spec-1.1
   geronimo-servlet_2.5_spec-1.1-M1
   geronimo-ws-metadata_2.0_spec-1.1-M1

http://people.apache.org/~dain/stage/org/apache/geronimo/javamail
   geronimo-javamail_1.3.1_provider-1.0
   geronimo-javamail_1.3.1_mail-1.0
   geronimo-javamail_1.4_provider-1.0
   geronimo-javamail_1.4_mail-1.0

http://people.apache.org/~dain/1.2-beta
   geronimo-1.2-beta-src
   geronimo-framework-1.2-beta
   geronimo-jetty-minimal-1.2-beta
   geronimo-tomcat-minimal-1.2-beta
   geronimo-jetty-j2ee-1.2-beta
   geronimo-tomcat-j2ee-1.2-beta


All archives contain LICENSE and NOTICE.  Each binary jar is also
accompanied by source, javadoc, pom and all are signed, md5-ed, and
secure-hashed.  Keys file available here:

  http://people.apache.org/dist/geronimo/KEYS

Svn tags are here:

  http://svn.apache.org/repos/asf/geronimo/genesis/tags/genesis-1.1
  http://svn.apache.org/repos/asf/geronimo/specs/tags
  http://svn.apache.org/repos/asf/geronimo/javamail/tags/javamail-1.0
  http://svn.apache.org/repos/asf/geronimo/server/tags/1.2.0-beta

Here's my +1!

-dain




Re: [vote] Release Geronimo 1.2-beta

2006-12-15 Thread Matt Hogstrom
I've tested DayTrader in all 4 modes of operation.  Everything seems  
to be working well.  there is an issue with switching from JPA to EJB  
mode but I believe this is a configuration problem with DayTrader as  
I have the same issue on 2.0-M1.


Here's my +1


On Dec 14, 2006, at 12:37 PM, Dain Sundstrom wrote:


The 1.2-beta release and all dependencies are cut and awaiting your
vote!  All the files are available in a staging area in my home dir on
people.

http://people.apache.org/~dain/stage/org/apache/geronimo/genesis
   genesis-1.1-incubating

http://people.apache.org/~dain/stage/org/apache/geronimo/specs
   geronimo-activation_1.0.2_spec-1.2
   geronimo-activation_1.1_spec-1.0-M1
   geronimo-annotation_1.0_spec-1.0-M1
   geronimo-ejb_2.1_spec-1.1
   geronimo-ejb_3.0_spec-1.0-M1
   geronimo-el_1.0_spec-1.0-M1
   geronimo-interceptor_3.0_spec-1.0-M1
   geronimo-j2ee-connector_1.5_spec-1.1
   geronimo-j2ee-deployment_1.1_spec-1.1
   geronimo-j2ee-jacc_1.0_spec-1.1
   geronimo-j2ee-management_1.0_spec-1.1
   geronimo-j2ee-management_1.1_spec-1.0-M1
   geronimo-jacc_1.1_spec-1.0-M1
   geronimo-javamail_1.3.1_spec-1.2
   geronimo-javamail_1.4_spec-1.0-M1
   geronimo-jaxr_1.0_spec-1.1
   geronimo-jaxrpc_1.1_spec-1.1
   geronimo-jms_1.1_spec-1.1
   geronimo-jpa_3.0_spec-1.0-M1
   geronimo-jsp_2.0_spec-1.1
   geronimo-jsp_2.1_spec-1.0-M1
   geronimo-jta_1.0.1B_spec-1.1
   geronimo-jta_1.1_spec-1.0-M1
   geronimo-qname_1.1_spec-1.1
   geronimo-saaj_1.1_spec-1.1
   geronimo-servlet_2.4_spec-1.1
   geronimo-servlet_2.5_spec-1.1-M1
   geronimo-ws-metadata_2.0_spec-1.1-M1

http://people.apache.org/~dain/stage/org/apache/geronimo/javamail
   geronimo-javamail_1.3.1_provider-1.0
   geronimo-javamail_1.3.1_mail-1.0
   geronimo-javamail_1.4_provider-1.0
   geronimo-javamail_1.4_mail-1.0

http://people.apache.org/~dain/1.2-beta
   geronimo-1.2-beta-src
   geronimo-framework-1.2-beta
   geronimo-jetty-minimal-1.2-beta
   geronimo-tomcat-minimal-1.2-beta
   geronimo-jetty-j2ee-1.2-beta
   geronimo-tomcat-j2ee-1.2-beta


All archives contain LICENSE and NOTICE.  Each binary jar is also
accompanied by source, javadoc, pom and all are signed, md5-ed, and
secure-hashed.  Keys file available here:

  http://people.apache.org/dist/geronimo/KEYS

Svn tags are here:

  http://svn.apache.org/repos/asf/geronimo/genesis/tags/genesis-1.1
  http://svn.apache.org/repos/asf/geronimo/specs/tags
  http://svn.apache.org/repos/asf/geronimo/javamail/tags/javamail-1.0
  http://svn.apache.org/repos/asf/geronimo/server/tags/1.2.0-beta

Here's my +1!

-dain



Matt Hogstrom
[EMAIL PROTECTED]




Re: [vote] Release Geronimo 1.2-beta

2006-12-15 Thread Paul McMahan

+1

Thanks for all the help in building the src.  After you restored the
geronimo-schema-jee_5 I was able to build by adding the repos at
people.apache.org/~dain/stage and people.apache.org/~dblevins/stage to
the root pom.   By the way, when I build the src it generates
1.2-SNAPSHOT binaries (not 1.2-beta).  Don't know if that was
intentional(?)

I tested plugins using the tomcat-j2ee assembly and updated the
repository metadata at geronimo.apache.org/plugins/geronimo-1.2 to
point at people.apache.org/~dain/stage for the 1.2-beta plugins (i.e.
car files).  This happens via a redirect in
geronimo.apache.org/plugins/geronimo-1.2/.htaccess.  When the 1.2-beta
artifacts are published to a permanent maven repo that redirect should
be replaced with one that points at the official location before
wiping the stage area clean.  Otherwise the plugin repository at
geronimo.apache.org/plugins will stop working.

Great work Dain and Alan!  I know that riding herd on this one has
been a tremendous effort (and success!)

Best wishes,
Paul


On 12/15/06, Paul McMahan <[EMAIL PROTECTED]> wrote:

On 12/15/06, Dain Sundstrom <[EMAIL PROTECTED]> wrote:
> On Dec 15, 2006, at 9:18 AM, Paul McMahan wrote:
>
> > Missing:
> > --
> > 1) org.apache.geronimo.schema:geronimo-schema-jee_5:jar:1.0
> >
> >  Try downloading the file manually from the project website.
> >
> >  Then, install it using the command:
> >  mvn install:install-file -DgroupId=org.apache.geronimo.schema -
> > DartifactId
> > =geronimo-schema-jee_5 \
> >  -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file
> >
> >  Path to dependency:
> >1) org.apache.geronimo.modules:geronimo-persistence-jpa10-
> > builder:jar:1.
> > 2-SNAPSHOT
> >2) org.apache.geronimo.schema:geronimo-schema-jee_5:jar:1.0
> >
> > --
> > 1 required artifact is missing.
>
> Fixed.
>
> I think I accidently deleted that one from the stage during the
> build, but have a back of the stage dir after each project was
> deployed.  So, I just copied it over from the backup.  Backups are
> sweet!
>
> -dain

Thanks, that got me past jpa builder. Do you also have a copy of
org.apache.openejb:openejb-axis:jar:2.2-incubating and
org.apache.openejb:openejb-core:jar:2.2-incubating to restore from
backups?  :-)

[INFO] 

[INFO] Building Geronimo Configs :: OpenEJB
[INFO]task-segment: [clean, install]
[INFO] 

[snip]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to resolve artifact.

Missing:
--
1) org.apache.openejb:openejb-axis:jar:2.2-incubating

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=org.apache.openejb
-DartifactId=openejb-axis \
  -Dversion=2.2-incubating -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency:
1) org.apache.geronimo.configs:openejb:car:1.2-SNAPSHOT
2) org.apache.openejb:openejb-axis:jar:2.2-incubating

2) org.apache.openejb:openejb-core:jar:2.2-incubating

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=org.apache.openejb
-DartifactId=openejb-core \
  -Dversion=2.2-incubating -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency:
1) org.apache.geronimo.configs:openejb:car:1.2-SNAPSHOT
2) org.apache.openejb:openejb-core:jar:2.2-incubating

--
2 required artifacts are missing.

for artifact:
  org.apache.geronimo.configs:openejb:car:1.2-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  apache.incubator (http://people.apache.org/repo/m2-incubating-repository/),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  codehaus (http://repository.codehaus.org),
  dain.repo (http://people.apache.org/~dain/stage/),
  apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  codehaus-snapshots (http://snapshots.repository.codehaus.org),
  apache-incubator (http://people.apache.org/repo/m2-incubating-repository/),
  dains-repo (http://people.apache.org/~dain/stage)

Best wishes,
Paul



Re: [vote] Release Geronimo 1.2-beta

2006-12-15 Thread Jason Dillon

+1

--jason


On Dec 14, 2006, at 9:37 AM, Dain Sundstrom wrote:


The 1.2-beta release and all dependencies are cut and awaiting your
vote!  All the files are available in a staging area in my home dir on
people.

http://people.apache.org/~dain/stage/org/apache/geronimo/genesis
   genesis-1.1

http://people.apache.org/~dain/stage/org/apache/geronimo/specs
   geronimo-activation_1.0.2_spec-1.2
   geronimo-activation_1.1_spec-1.0-M1
   geronimo-annotation_1.0_spec-1.0-M1
   geronimo-ejb_2.1_spec-1.1
   geronimo-ejb_3.0_spec-1.0-M1
   geronimo-el_1.0_spec-1.0-M1
   geronimo-interceptor_3.0_spec-1.0-M1
   geronimo-j2ee-connector_1.5_spec-1.1
   geronimo-j2ee-deployment_1.1_spec-1.1
   geronimo-j2ee-jacc_1.0_spec-1.1
   geronimo-j2ee-management_1.0_spec-1.1
   geronimo-j2ee-management_1.1_spec-1.0-M1
   geronimo-jacc_1.1_spec-1.0-M1
   geronimo-javamail_1.3.1_spec-1.2
   geronimo-javamail_1.4_spec-1.0-M1
   geronimo-jaxr_1.0_spec-1.1
   geronimo-jaxrpc_1.1_spec-1.1
   geronimo-jms_1.1_spec-1.1
   geronimo-jpa_3.0_spec-1.0-M1
   geronimo-jsp_2.0_spec-1.1
   geronimo-jsp_2.1_spec-1.0-M1
   geronimo-jta_1.0.1B_spec-1.1
   geronimo-jta_1.1_spec-1.0-M1
   geronimo-qname_1.1_spec-1.1
   geronimo-saaj_1.1_spec-1.1
   geronimo-servlet_2.4_spec-1.1
   geronimo-servlet_2.5_spec-1.1-M1
   geronimo-ws-metadata_2.0_spec-1.1-M1

http://people.apache.org/~dain/stage/org/apache/geronimo/javamail
   geronimo-javamail_1.3.1_provider-1.0
   geronimo-javamail_1.3.1_mail-1.0
   geronimo-javamail_1.4_provider-1.0
   geronimo-javamail_1.4_mail-1.0

http://people.apache.org/~dain/1.2-beta
   geronimo-1.2-beta-src
   geronimo-framework-1.2-beta
   geronimo-jetty-minimal-1.2-beta
   geronimo-tomcat-minimal-1.2-beta
   geronimo-jetty-j2ee-1.2-beta
   geronimo-tomcat-j2ee-1.2-beta


All archives contain LICENSE and NOTICE.  Each binary jar is also
accompanied by source, javadoc, pom and all are signed, md5-ed, and
secure-hashed.  Keys file available here:

  http://people.apache.org/dist/geronimo/KEYS

Svn tags are here:

  http://svn.apache.org/repos/asf/geronimo/genesis/tags/genesis-1.1
  http://svn.apache.org/repos/asf/geronimo/specs/tags
  http://svn.apache.org/repos/asf/geronimo/javamail/tags/javamail-1.0
  http://svn.apache.org/repos/asf/geronimo/server/tags/1.2.0-beta

Here's my +1!

-dain




Re: [vote] Release Geronimo 1.2-beta

2006-12-15 Thread Kevan Miller

With the genesis issue resolved, I'm +1.

I've checked the binary and source distributions of Geronimo server,  
genesis source, specs source, started the servers, and built from  
source.


Nice work, Dain...

--kevan

On Dec 14, 2006, at 12:37 PM, Dain Sundstrom wrote:


The 1.2-beta release and all dependencies are cut and awaiting your
vote!  All the files are available in a staging area in my home dir on
people.

http://people.apache.org/~dain/stage/org/apache/geronimo/genesis
   genesis-1.1-incubating

http://people.apache.org/~dain/stage/org/apache/geronimo/specs
   geronimo-activation_1.0.2_spec-1.2
   geronimo-activation_1.1_spec-1.0-M1
   geronimo-annotation_1.0_spec-1.0-M1
   geronimo-ejb_2.1_spec-1.1
   geronimo-ejb_3.0_spec-1.0-M1
   geronimo-el_1.0_spec-1.0-M1
   geronimo-interceptor_3.0_spec-1.0-M1
   geronimo-j2ee-connector_1.5_spec-1.1
   geronimo-j2ee-deployment_1.1_spec-1.1
   geronimo-j2ee-jacc_1.0_spec-1.1
   geronimo-j2ee-management_1.0_spec-1.1
   geronimo-j2ee-management_1.1_spec-1.0-M1
   geronimo-jacc_1.1_spec-1.0-M1
   geronimo-javamail_1.3.1_spec-1.2
   geronimo-javamail_1.4_spec-1.0-M1
   geronimo-jaxr_1.0_spec-1.1
   geronimo-jaxrpc_1.1_spec-1.1
   geronimo-jms_1.1_spec-1.1
   geronimo-jpa_3.0_spec-1.0-M1
   geronimo-jsp_2.0_spec-1.1
   geronimo-jsp_2.1_spec-1.0-M1
   geronimo-jta_1.0.1B_spec-1.1
   geronimo-jta_1.1_spec-1.0-M1
   geronimo-qname_1.1_spec-1.1
   geronimo-saaj_1.1_spec-1.1
   geronimo-servlet_2.4_spec-1.1
   geronimo-servlet_2.5_spec-1.1-M1
   geronimo-ws-metadata_2.0_spec-1.1-M1

http://people.apache.org/~dain/stage/org/apache/geronimo/javamail
   geronimo-javamail_1.3.1_provider-1.0
   geronimo-javamail_1.3.1_mail-1.0
   geronimo-javamail_1.4_provider-1.0
   geronimo-javamail_1.4_mail-1.0

http://people.apache.org/~dain/1.2-beta
   geronimo-1.2-beta-src
   geronimo-framework-1.2-beta
   geronimo-jetty-minimal-1.2-beta
   geronimo-tomcat-minimal-1.2-beta
   geronimo-jetty-j2ee-1.2-beta
   geronimo-tomcat-j2ee-1.2-beta


All archives contain LICENSE and NOTICE.  Each binary jar is also
accompanied by source, javadoc, pom and all are signed, md5-ed, and
secure-hashed.  Keys file available here:

  http://people.apache.org/dist/geronimo/KEYS

Svn tags are here:

  http://svn.apache.org/repos/asf/geronimo/genesis/tags/genesis-1.1
  http://svn.apache.org/repos/asf/geronimo/specs/tags
  http://svn.apache.org/repos/asf/geronimo/javamail/tags/javamail-1.0
  http://svn.apache.org/repos/asf/geronimo/server/tags/1.2.0-beta

Here's my +1!

-dain




Re: [vote] Release Geronimo 1.2-beta

2006-12-15 Thread Jeff Genender
+1

Sachin Patel wrote:
> +1
> 
> On Dec 14, 2006, at 12:37 PM, Dain Sundstrom wrote:
> 
>> The 1.2-beta release and all dependencies are cut and awaiting your
>> vote!  All the files are available in a staging area in my home dir on
>> people.
>>
>> http://people.apache.org/~dain/stage/org/apache/geronimo/genesis
>>genesis-1.1-incubating
>>
>> http://people.apache.org/~dain/stage/org/apache/geronimo/specs
>>geronimo-activation_1.0.2_spec-1.2
>>geronimo-activation_1.1_spec-1.0-M1
>>geronimo-annotation_1.0_spec-1.0-M1
>>geronimo-ejb_2.1_spec-1.1
>>geronimo-ejb_3.0_spec-1.0-M1
>>geronimo-el_1.0_spec-1.0-M1
>>geronimo-interceptor_3.0_spec-1.0-M1
>>geronimo-j2ee-connector_1.5_spec-1.1
>>geronimo-j2ee-deployment_1.1_spec-1.1
>>geronimo-j2ee-jacc_1.0_spec-1.1
>>geronimo-j2ee-management_1.0_spec-1.1
>>geronimo-j2ee-management_1.1_spec-1.0-M1
>>geronimo-jacc_1.1_spec-1.0-M1
>>geronimo-javamail_1.3.1_spec-1.2
>>geronimo-javamail_1.4_spec-1.0-M1
>>geronimo-jaxr_1.0_spec-1.1
>>geronimo-jaxrpc_1.1_spec-1.1
>>geronimo-jms_1.1_spec-1.1
>>geronimo-jpa_3.0_spec-1.0-M1
>>geronimo-jsp_2.0_spec-1.1
>>geronimo-jsp_2.1_spec-1.0-M1
>>geronimo-jta_1.0.1B_spec-1.1
>>geronimo-jta_1.1_spec-1.0-M1
>>geronimo-qname_1.1_spec-1.1
>>geronimo-saaj_1.1_spec-1.1
>>geronimo-servlet_2.4_spec-1.1
>>geronimo-servlet_2.5_spec-1.1-M1
>>geronimo-ws-metadata_2.0_spec-1.1-M1
>>
>> http://people.apache.org/~dain/stage/org/apache/geronimo/javamail
>>geronimo-javamail_1.3.1_provider-1.0
>>geronimo-javamail_1.3.1_mail-1.0
>>geronimo-javamail_1.4_provider-1.0
>>geronimo-javamail_1.4_mail-1.0
>>
>> http://people.apache.org/~dain/1.2-beta
>>geronimo-1.2-beta-src
>>geronimo-framework-1.2-beta
>>geronimo-jetty-minimal-1.2-beta
>>geronimo-tomcat-minimal-1.2-beta
>>geronimo-jetty-j2ee-1.2-beta
>>geronimo-tomcat-j2ee-1.2-beta
>>
>>
>> All archives contain LICENSE and NOTICE.  Each binary jar is also
>> accompanied by source, javadoc, pom and all are signed, md5-ed, and
>> secure-hashed.  Keys file available here:
>>
>>   http://people.apache.org/dist/geronimo/KEYS
>>
>> Svn tags are here:
>>
>>   http://svn.apache.org/repos/asf/geronimo/genesis/tags/genesis-1.1
>>   http://svn.apache.org/repos/asf/geronimo/specs/tags
>>   http://svn.apache.org/repos/asf/geronimo/javamail/tags/javamail-1.0
>>   http://svn.apache.org/repos/asf/geronimo/server/tags/1.2.0-beta
>>
>> Here's my +1!
>>
>> -dain
> 
> 
> -sachin
> 
> 


Re: [vote] Release Geronimo 1.2-beta

2006-12-15 Thread Dain Sundstrom

On Dec 15, 2006, at 10:01 AM, Paul McMahan wrote:


Thanks, that got me past jpa builder. Do you also have a copy of
org.apache.openejb:openejb-axis:jar:2.2-incubating and
org.apache.openejb:openejb-core:jar:2.2-incubating to restore from
backups?  :-)


That is in the openejb staging:

http://people.apache.org/~dblevins/stage/

-dain


Re: [vote] Release Geronimo 1.2-beta

2006-12-15 Thread Jacek Laskowski

+1

Jacek

On 12/14/06, Dain Sundstrom <[EMAIL PROTECTED]> wrote:

The 1.2-beta release and all dependencies are cut and awaiting your
vote!  All the files are available in a staging area in my home dir on
people.

http://people.apache.org/~dain/stage/org/apache/geronimo/genesis
genesis-1.1-incubating

http://people.apache.org/~dain/stage/org/apache/geronimo/specs
geronimo-activation_1.0.2_spec-1.2
geronimo-activation_1.1_spec-1.0-M1
geronimo-annotation_1.0_spec-1.0-M1
geronimo-ejb_2.1_spec-1.1
geronimo-ejb_3.0_spec-1.0-M1
geronimo-el_1.0_spec-1.0-M1
geronimo-interceptor_3.0_spec-1.0-M1
geronimo-j2ee-connector_1.5_spec-1.1
geronimo-j2ee-deployment_1.1_spec-1.1
geronimo-j2ee-jacc_1.0_spec-1.1
geronimo-j2ee-management_1.0_spec-1.1
geronimo-j2ee-management_1.1_spec-1.0-M1
geronimo-jacc_1.1_spec-1.0-M1
geronimo-javamail_1.3.1_spec-1.2
geronimo-javamail_1.4_spec-1.0-M1
geronimo-jaxr_1.0_spec-1.1
geronimo-jaxrpc_1.1_spec-1.1
geronimo-jms_1.1_spec-1.1
geronimo-jpa_3.0_spec-1.0-M1
geronimo-jsp_2.0_spec-1.1
geronimo-jsp_2.1_spec-1.0-M1
geronimo-jta_1.0.1B_spec-1.1
geronimo-jta_1.1_spec-1.0-M1
geronimo-qname_1.1_spec-1.1
geronimo-saaj_1.1_spec-1.1
geronimo-servlet_2.4_spec-1.1
geronimo-servlet_2.5_spec-1.1-M1
geronimo-ws-metadata_2.0_spec-1.1-M1

http://people.apache.org/~dain/stage/org/apache/geronimo/javamail
geronimo-javamail_1.3.1_provider-1.0
geronimo-javamail_1.3.1_mail-1.0
geronimo-javamail_1.4_provider-1.0
geronimo-javamail_1.4_mail-1.0

http://people.apache.org/~dain/1.2-beta
geronimo-1.2-beta-src
geronimo-framework-1.2-beta
geronimo-jetty-minimal-1.2-beta
geronimo-tomcat-minimal-1.2-beta
geronimo-jetty-j2ee-1.2-beta
geronimo-tomcat-j2ee-1.2-beta


All archives contain LICENSE and NOTICE.  Each binary jar is also
accompanied by source, javadoc, pom and all are signed, md5-ed, and
secure-hashed.  Keys file available here:

   http://people.apache.org/dist/geronimo/KEYS

Svn tags are here:

   http://svn.apache.org/repos/asf/geronimo/genesis/tags/genesis-1.1
   http://svn.apache.org/repos/asf/geronimo/specs/tags
   http://svn.apache.org/repos/asf/geronimo/javamail/tags/javamail-1.0
   http://svn.apache.org/repos/asf/geronimo/server/tags/1.2.0-beta

Here's my +1!

-dain




--
Jacek Laskowski
http://www.jaceklaskowski.pl


Re: [vote] Release Geronimo 1.2-beta

2006-12-15 Thread Paul McMahan

On 12/15/06, Dain Sundstrom <[EMAIL PROTECTED]> wrote:

On Dec 15, 2006, at 9:18 AM, Paul McMahan wrote:

> Missing:
> --
> 1) org.apache.geronimo.schema:geronimo-schema-jee_5:jar:1.0
>
>  Try downloading the file manually from the project website.
>
>  Then, install it using the command:
>  mvn install:install-file -DgroupId=org.apache.geronimo.schema -
> DartifactId
> =geronimo-schema-jee_5 \
>  -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file
>
>  Path to dependency:
>1) org.apache.geronimo.modules:geronimo-persistence-jpa10-
> builder:jar:1.
> 2-SNAPSHOT
>2) org.apache.geronimo.schema:geronimo-schema-jee_5:jar:1.0
>
> --
> 1 required artifact is missing.

Fixed.

I think I accidently deleted that one from the stage during the
build, but have a back of the stage dir after each project was
deployed.  So, I just copied it over from the backup.  Backups are
sweet!

-dain


Thanks, that got me past jpa builder. Do you also have a copy of
org.apache.openejb:openejb-axis:jar:2.2-incubating and
org.apache.openejb:openejb-core:jar:2.2-incubating to restore from
backups?  :-)

[INFO] 

[INFO] Building Geronimo Configs :: OpenEJB
[INFO]task-segment: [clean, install]
[INFO] 

[snip]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to resolve artifact.

Missing:
--
1) org.apache.openejb:openejb-axis:jar:2.2-incubating

 Try downloading the file manually from the project website.

 Then, install it using the command:
 mvn install:install-file -DgroupId=org.apache.openejb
-DartifactId=openejb-axis \
 -Dversion=2.2-incubating -Dpackaging=jar -Dfile=/path/to/file

 Path to dependency:
   1) org.apache.geronimo.configs:openejb:car:1.2-SNAPSHOT
   2) org.apache.openejb:openejb-axis:jar:2.2-incubating

2) org.apache.openejb:openejb-core:jar:2.2-incubating

 Try downloading the file manually from the project website.

 Then, install it using the command:
 mvn install:install-file -DgroupId=org.apache.openejb
-DartifactId=openejb-core \
 -Dversion=2.2-incubating -Dpackaging=jar -Dfile=/path/to/file

 Path to dependency:
   1) org.apache.geronimo.configs:openejb:car:1.2-SNAPSHOT
   2) org.apache.openejb:openejb-core:jar:2.2-incubating

--
2 required artifacts are missing.

for artifact:
 org.apache.geronimo.configs:openejb:car:1.2-SNAPSHOT

from the specified remote repositories:
 central (http://repo1.maven.org/maven2),
 apache.incubator (http://people.apache.org/repo/m2-incubating-repository/),
 apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
 codehaus (http://repository.codehaus.org),
 dain.repo (http://people.apache.org/~dain/stage/),
 apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository),
 codehaus-snapshots (http://snapshots.repository.codehaus.org),
 apache-incubator (http://people.apache.org/repo/m2-incubating-repository/),
 dains-repo (http://people.apache.org/~dain/stage)

Best wishes,
Paul


Re: [vote] Release Geronimo 1.2-beta

2006-12-15 Thread Sachin Patel

+1

On Dec 14, 2006, at 12:37 PM, Dain Sundstrom wrote:


The 1.2-beta release and all dependencies are cut and awaiting your
vote!  All the files are available in a staging area in my home dir on
people.

http://people.apache.org/~dain/stage/org/apache/geronimo/genesis
   genesis-1.1-incubating

http://people.apache.org/~dain/stage/org/apache/geronimo/specs
   geronimo-activation_1.0.2_spec-1.2
   geronimo-activation_1.1_spec-1.0-M1
   geronimo-annotation_1.0_spec-1.0-M1
   geronimo-ejb_2.1_spec-1.1
   geronimo-ejb_3.0_spec-1.0-M1
   geronimo-el_1.0_spec-1.0-M1
   geronimo-interceptor_3.0_spec-1.0-M1
   geronimo-j2ee-connector_1.5_spec-1.1
   geronimo-j2ee-deployment_1.1_spec-1.1
   geronimo-j2ee-jacc_1.0_spec-1.1
   geronimo-j2ee-management_1.0_spec-1.1
   geronimo-j2ee-management_1.1_spec-1.0-M1
   geronimo-jacc_1.1_spec-1.0-M1
   geronimo-javamail_1.3.1_spec-1.2
   geronimo-javamail_1.4_spec-1.0-M1
   geronimo-jaxr_1.0_spec-1.1
   geronimo-jaxrpc_1.1_spec-1.1
   geronimo-jms_1.1_spec-1.1
   geronimo-jpa_3.0_spec-1.0-M1
   geronimo-jsp_2.0_spec-1.1
   geronimo-jsp_2.1_spec-1.0-M1
   geronimo-jta_1.0.1B_spec-1.1
   geronimo-jta_1.1_spec-1.0-M1
   geronimo-qname_1.1_spec-1.1
   geronimo-saaj_1.1_spec-1.1
   geronimo-servlet_2.4_spec-1.1
   geronimo-servlet_2.5_spec-1.1-M1
   geronimo-ws-metadata_2.0_spec-1.1-M1

http://people.apache.org/~dain/stage/org/apache/geronimo/javamail
   geronimo-javamail_1.3.1_provider-1.0
   geronimo-javamail_1.3.1_mail-1.0
   geronimo-javamail_1.4_provider-1.0
   geronimo-javamail_1.4_mail-1.0

http://people.apache.org/~dain/1.2-beta
   geronimo-1.2-beta-src
   geronimo-framework-1.2-beta
   geronimo-jetty-minimal-1.2-beta
   geronimo-tomcat-minimal-1.2-beta
   geronimo-jetty-j2ee-1.2-beta
   geronimo-tomcat-j2ee-1.2-beta


All archives contain LICENSE and NOTICE.  Each binary jar is also
accompanied by source, javadoc, pom and all are signed, md5-ed, and
secure-hashed.  Keys file available here:

  http://people.apache.org/dist/geronimo/KEYS

Svn tags are here:

  http://svn.apache.org/repos/asf/geronimo/genesis/tags/genesis-1.1
  http://svn.apache.org/repos/asf/geronimo/specs/tags
  http://svn.apache.org/repos/asf/geronimo/javamail/tags/javamail-1.0
  http://svn.apache.org/repos/asf/geronimo/server/tags/1.2.0-beta

Here's my +1!

-dain



-sachin




Re: [vote] Release Geronimo 1.2-beta

2006-12-15 Thread Dain Sundstrom

On Dec 15, 2006, at 9:18 AM, Paul McMahan wrote:


Missing:
--
1) org.apache.geronimo.schema:geronimo-schema-jee_5:jar:1.0

 Try downloading the file manually from the project website.

 Then, install it using the command:
 mvn install:install-file -DgroupId=org.apache.geronimo.schema - 
DartifactId

=geronimo-schema-jee_5 \
 -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file

 Path to dependency:
   1) org.apache.geronimo.modules:geronimo-persistence-jpa10- 
builder:jar:1.

2-SNAPSHOT
   2) org.apache.geronimo.schema:geronimo-schema-jee_5:jar:1.0

--
1 required artifact is missing.


Fixed.

I think I accidently deleted that one from the stage during the  
build, but have a back of the stage dir after each project was  
deployed.  So, I just copied it over from the backup.  Backups are  
sweet!


-dain


Re: [vote] Release Geronimo 1.2-beta

2006-12-15 Thread Paul McMahan

To build the src at
http://people.apache.org/~dain/1.2-beta/geronimo-1.2-beta-src.zip with
a clean local m2 repo I needed to add
http://people.apache.org/~dain/stage/ to the list of repositories and
plugin repositories in the root pom to pick up the genesis stuff.
That's fine since I assume the genesis binaries will get published in
one of the maven repos concurrently with release of geronimo-1.2-beta.

But then I hit this build error:

[INFO] -
---
[INFO] Building Geronimo :: Persistence JPA1.0 :: Builder
[INFO]task-segment: [install]
[INFO] -
---
[INFO] [tools:require-java-version {execution: validate-java-version}]
[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[WARNING]
   Artifact junit:junit:jar:3.8.1:test retains local scope 'test' overridin
g broader scope 'compile'
   given by a dependency. If this is not intended, modify or remove the loc
al scope.

Downloading: http://people.apache.org/~dain/stage/org/apache/geronimo/schema/ger
onimo-schema-jee_5/1.0/geronimo-schema-jee_5-1.0.pom
[WARNING] Unable to get resource from repository dains-repo (http://people.apach
e.org/~dain/stage)
Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/ger
onimo/schema/geronimo-schema-jee_5/1.0/geronimo-schema-jee_5-1.0.pom
[WARNING] Unable to get resource from repository apache-snapshots (http://people
.apache.org/repo/m2-snapshot-repository)
Downloading: http://people.apache.org/repo/m2-incubating-repository//org/apache/
geronimo/schema/geronimo-schema-jee_5/1.0/geronimo-schema-jee_5-1.0.pom
[WARNING] Unable to get resource from repository apache.incubator (http://people
.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/~dain/stage//org/apache/geronimo/schema/ge
ronimo-schema-jee_5/1.0/geronimo-schema-jee_5-1.0.pom
[WARNING] Unable to get resource from repository dain.repo (http://people.apache
.org/~dain/stage/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//org/apache/
geronimo/schema/geronimo-schema-jee_5/1.0/geronimo-schema-jee_5-1.0.pom
[WARNING] Unable to get resource from repository apache-incubator (http://people
.apache.org/repo/m2-incubating-repository/)
Downloading: http://repository.codehaus.org/org/apache/geronimo/schema/geronimo-
schema-jee_5/1.0/geronimo-schema-jee_5-1.0.pom
[WARNING] Unable to get resource from repository codehaus (http://repository.cod
ehaus.org)
Downloading: http://repo1.maven.org/maven2/org/apache/geronimo/schema/geronimo-s
chema-jee_5/1.0/geronimo-schema-jee_5-1.0.pom
[WARNING] Unable to get resource from repository central (http://repo1.maven.org
/maven2)
Downloading: http://people.apache.org/~dain/stage/org/apache/geronimo/schema/ger
onimo-schema-jee_5/1.0/geronimo-schema-jee_5-1.0.jar
[WARNING] Unable to get resource from repository dains-repo (http://people.apach
e.org/~dain/stage)
Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/ger
onimo/schema/geronimo-schema-jee_5/1.0/geronimo-schema-jee_5-1.0.jar
[WARNING] Unable to get resource from repository apache-snapshots (http://people
.apache.org/repo/m2-snapshot-repository)
Downloading: http://people.apache.org/repo/m2-incubating-repository//org/apache/
geronimo/schema/geronimo-schema-jee_5/1.0/geronimo-schema-jee_5-1.0.jar
[WARNING] Unable to get resource from repository apache.incubator (http://people
.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/~dain/stage//org/apache/geronimo/schema/ge
ronimo-schema-jee_5/1.0/geronimo-schema-jee_5-1.0.jar
[WARNING] Unable to get resource from repository dain.repo (http://people.apache
.org/~dain/stage/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//org/apache/
geronimo/schema/geronimo-schema-jee_5/1.0/geronimo-schema-jee_5-1.0.jar
[WARNING] Unable to get resource from repository apache-incubator (http://people
.apache.org/repo/m2-incubating-repository/)
Downloading: http://repository.codehaus.org/org/apache/geronimo/schema/geronimo-
schema-jee_5/1.0/geronimo-schema-jee_5-1.0.jar
[WARNING] Unable to get resource from repository codehaus (http://repository.cod
ehaus.org)
Downloading: http://repo1.maven.org/maven2/org/apache/geronimo/schema/geronimo-s
chema-jee_5/1.0/geronimo-schema-jee_5-1.0.jar
[WARNING] Unable to get resource from repository central (http://repo1.maven.org
/maven2)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to resolve artifact.

Missing:
--
1) org.apache.geronimo.schema:geronimo-schema-jee_5:jar:1.0

 Try downloading the file manually from the project website.

 Then, install it using the command:
 

Re: [vote] Release Geronimo 1.2-beta

2006-12-15 Thread Dain Sundstrom
Kevan and I just figured out that this directory genesis/build- 
harness/ was never included in any source jars, build during the  
release or included in any of the final archives.  It was simply some  
extra code in the tree. Basically, we got very lucky :)


I have removed the removed the directory from the tag just like jason  
did in trunk, and verified that it still builds.


Anyway, long story short, this is not a problem and we can continue  
to vote on the current jars.


-dain

On Dec 14, 2006, at 11:15 PM, Kevan Miller wrote:



On Dec 14, 2006, at 12:37 PM, Dain Sundstrom wrote:


The 1.2-beta release and all dependencies are cut and awaiting your
vote!  All the files are available in a staging area in my home  
dir on

people.

http://people.apache.org/~dain/stage/org/apache/geronimo/genesis
   genesis-1.1-incubating


Dain,
I think genesis needs to be respun. Genesis source code includes a  
Groovy binary distribution. Groovy contains a GPL licensed binary  
(jarjar-0.6.jar).


Jason has fixed in genesis trunk, by removing Groovy, but we can't  
release 1.1 in current form...


--kevan




Re: [vote] Release Geronimo 1.2-beta

2006-12-15 Thread anita kulshreshtha
+1 

Please see https://issues.apache.org/jira/browse/GERONIMO-2666

Thanks
Anita
--- Dain Sundstrom <[EMAIL PROTECTED]> wrote:

> The 1.2-beta release and all dependencies are cut and awaiting your
> vote!  All the files are available in a staging area in my home dir
> on
> people.
> 
> http://people.apache.org/~dain/stage/org/apache/geronimo/genesis
> genesis-1.1-incubating
> 
> http://people.apache.org/~dain/stage/org/apache/geronimo/specs
> geronimo-activation_1.0.2_spec-1.2
> geronimo-activation_1.1_spec-1.0-M1
> geronimo-annotation_1.0_spec-1.0-M1
> geronimo-ejb_2.1_spec-1.1
> geronimo-ejb_3.0_spec-1.0-M1
> geronimo-el_1.0_spec-1.0-M1
> geronimo-interceptor_3.0_spec-1.0-M1
> geronimo-j2ee-connector_1.5_spec-1.1
> geronimo-j2ee-deployment_1.1_spec-1.1
> geronimo-j2ee-jacc_1.0_spec-1.1
> geronimo-j2ee-management_1.0_spec-1.1
> geronimo-j2ee-management_1.1_spec-1.0-M1
> geronimo-jacc_1.1_spec-1.0-M1
> geronimo-javamail_1.3.1_spec-1.2
> geronimo-javamail_1.4_spec-1.0-M1
> geronimo-jaxr_1.0_spec-1.1
> geronimo-jaxrpc_1.1_spec-1.1
> geronimo-jms_1.1_spec-1.1
> geronimo-jpa_3.0_spec-1.0-M1
> geronimo-jsp_2.0_spec-1.1
> geronimo-jsp_2.1_spec-1.0-M1
> geronimo-jta_1.0.1B_spec-1.1
> geronimo-jta_1.1_spec-1.0-M1
> geronimo-qname_1.1_spec-1.1
> geronimo-saaj_1.1_spec-1.1
> geronimo-servlet_2.4_spec-1.1
> geronimo-servlet_2.5_spec-1.1-M1
> geronimo-ws-metadata_2.0_spec-1.1-M1
> 
> http://people.apache.org/~dain/stage/org/apache/geronimo/javamail
> geronimo-javamail_1.3.1_provider-1.0
> geronimo-javamail_1.3.1_mail-1.0
> geronimo-javamail_1.4_provider-1.0
> geronimo-javamail_1.4_mail-1.0
> 
> http://people.apache.org/~dain/1.2-beta
> geronimo-1.2-beta-src
> geronimo-framework-1.2-beta
> geronimo-jetty-minimal-1.2-beta
> geronimo-tomcat-minimal-1.2-beta
> geronimo-jetty-j2ee-1.2-beta
> geronimo-tomcat-j2ee-1.2-beta
> 
> 
> All archives contain LICENSE and NOTICE.  Each binary jar is also
> accompanied by source, javadoc, pom and all are signed, md5-ed, and
> secure-hashed.  Keys file available here:
> 
>http://people.apache.org/dist/geronimo/KEYS
> 
> Svn tags are here:
> 
>http://svn.apache.org/repos/asf/geronimo/genesis/tags/genesis-1.1
>http://svn.apache.org/repos/asf/geronimo/specs/tags
>   
> http://svn.apache.org/repos/asf/geronimo/javamail/tags/javamail-1.0
>http://svn.apache.org/repos/asf/geronimo/server/tags/1.2.0-beta
> 
> Here's my +1!
> 
> -dain
> 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Re: [vote] Release Geronimo 1.2-beta

2006-12-15 Thread Guillaume Nodet

+1

On 12/14/06, Dain Sundstrom <[EMAIL PROTECTED]> wrote:

The 1.2-beta release and all dependencies are cut and awaiting your
vote!  All the files are available in a staging area in my home dir on
people.

http://people.apache.org/~dain/stage/org/apache/geronimo/genesis
genesis-1.1-incubating

http://people.apache.org/~dain/stage/org/apache/geronimo/specs
geronimo-activation_1.0.2_spec-1.2
geronimo-activation_1.1_spec-1.0-M1
geronimo-annotation_1.0_spec-1.0-M1
geronimo-ejb_2.1_spec-1.1
geronimo-ejb_3.0_spec-1.0-M1
geronimo-el_1.0_spec-1.0-M1
geronimo-interceptor_3.0_spec-1.0-M1
geronimo-j2ee-connector_1.5_spec-1.1
geronimo-j2ee-deployment_1.1_spec-1.1
geronimo-j2ee-jacc_1.0_spec-1.1
geronimo-j2ee-management_1.0_spec-1.1
geronimo-j2ee-management_1.1_spec-1.0-M1
geronimo-jacc_1.1_spec-1.0-M1
geronimo-javamail_1.3.1_spec-1.2
geronimo-javamail_1.4_spec-1.0-M1
geronimo-jaxr_1.0_spec-1.1
geronimo-jaxrpc_1.1_spec-1.1
geronimo-jms_1.1_spec-1.1
geronimo-jpa_3.0_spec-1.0-M1
geronimo-jsp_2.0_spec-1.1
geronimo-jsp_2.1_spec-1.0-M1
geronimo-jta_1.0.1B_spec-1.1
geronimo-jta_1.1_spec-1.0-M1
geronimo-qname_1.1_spec-1.1
geronimo-saaj_1.1_spec-1.1
geronimo-servlet_2.4_spec-1.1
geronimo-servlet_2.5_spec-1.1-M1
geronimo-ws-metadata_2.0_spec-1.1-M1

http://people.apache.org/~dain/stage/org/apache/geronimo/javamail
geronimo-javamail_1.3.1_provider-1.0
geronimo-javamail_1.3.1_mail-1.0
geronimo-javamail_1.4_provider-1.0
geronimo-javamail_1.4_mail-1.0

http://people.apache.org/~dain/1.2-beta
geronimo-1.2-beta-src
geronimo-framework-1.2-beta
geronimo-jetty-minimal-1.2-beta
geronimo-tomcat-minimal-1.2-beta
geronimo-jetty-j2ee-1.2-beta
geronimo-tomcat-j2ee-1.2-beta


All archives contain LICENSE and NOTICE.  Each binary jar is also
accompanied by source, javadoc, pom and all are signed, md5-ed, and
secure-hashed.  Keys file available here:

   http://people.apache.org/dist/geronimo/KEYS

Svn tags are here:

   http://svn.apache.org/repos/asf/geronimo/genesis/tags/genesis-1.1
   http://svn.apache.org/repos/asf/geronimo/specs/tags
   http://svn.apache.org/repos/asf/geronimo/javamail/tags/javamail-1.0
   http://svn.apache.org/repos/asf/geronimo/server/tags/1.2.0-beta

Here's my +1!

-dain




--
Cheers,
Guillaume Nodet


Re: [vote] Release Geronimo 1.2-beta

2006-12-15 Thread Vamsavardhana Reddy

+1

--vamsi

On 12/14/06, Dain Sundstrom <[EMAIL PROTECTED]> wrote:


The 1.2-beta release and all dependencies are cut and awaiting your
vote!  All the files are available in a staging area in my home dir on
people.

http://people.apache.org/~dain/stage/org/apache/geronimo/genesis
genesis-1.1-incubating

http://people.apache.org/~dain/stage/org/apache/geronimo/specs
geronimo-activation_1.0.2_spec-1.2
geronimo-activation_1.1_spec-1.0-M1
geronimo-annotation_1.0_spec-1.0-M1
geronimo-ejb_2.1_spec-1.1
geronimo-ejb_3.0_spec-1.0-M1
geronimo-el_1.0_spec-1.0-M1
geronimo-interceptor_3.0_spec-1.0-M1
geronimo-j2ee-connector_1.5_spec-1.1
geronimo-j2ee-deployment_1.1_spec-1.1
geronimo-j2ee-jacc_1.0_spec-1.1
geronimo-j2ee-management_1.0_spec-1.1
geronimo-j2ee-management_1.1_spec-1.0-M1
geronimo-jacc_1.1_spec-1.0-M1
geronimo-javamail_1.3.1_spec-1.2
geronimo-javamail_1.4_spec-1.0-M1
geronimo-jaxr_1.0_spec-1.1
geronimo-jaxrpc_1.1_spec-1.1
geronimo-jms_1.1_spec-1.1
geronimo-jpa_3.0_spec-1.0-M1
geronimo-jsp_2.0_spec-1.1
geronimo-jsp_2.1_spec-1.0-M1
geronimo-jta_1.0.1B_spec-1.1
geronimo-jta_1.1_spec-1.0-M1
geronimo-qname_1.1_spec-1.1
geronimo-saaj_1.1_spec-1.1
geronimo-servlet_2.4_spec-1.1
geronimo-servlet_2.5_spec-1.1-M1
geronimo-ws-metadata_2.0_spec-1.1-M1

http://people.apache.org/~dain/stage/org/apache/geronimo/javamail
geronimo-javamail_1.3.1_provider-1.0
geronimo-javamail_1.3.1_mail-1.0
geronimo-javamail_1.4_provider-1.0
geronimo-javamail_1.4_mail-1.0

http://people.apache.org/~dain/1.2-beta
geronimo-1.2-beta-src
geronimo-framework-1.2-beta
geronimo-jetty-minimal-1.2-beta
geronimo-tomcat-minimal-1.2-beta
geronimo-jetty-j2ee-1.2-beta
geronimo-tomcat-j2ee-1.2-beta


All archives contain LICENSE and NOTICE.  Each binary jar is also
accompanied by source, javadoc, pom and all are signed, md5-ed, and
secure-hashed.  Keys file available here:

   http://people.apache.org/dist/geronimo/KEYS

Svn tags are here:

   http://svn.apache.org/repos/asf/geronimo/genesis/tags/genesis-1.1
   http://svn.apache.org/repos/asf/geronimo/specs/tags
   http://svn.apache.org/repos/asf/geronimo/javamail/tags/javamail-1.0
   http://svn.apache.org/repos/asf/geronimo/server/tags/1.2.0-beta

Here's my +1!

-dain



Re: [vote] Release Geronimo 1.2-beta

2006-12-15 Thread Rick McGuire

+1

Dain Sundstrom wrote:

The 1.2-beta release and all dependencies are cut and awaiting your
vote!  All the files are available in a staging area in my home dir on
people.

http://people.apache.org/~dain/stage/org/apache/geronimo/genesis
   genesis-1.1-incubating

http://people.apache.org/~dain/stage/org/apache/geronimo/specs
   geronimo-activation_1.0.2_spec-1.2
   geronimo-activation_1.1_spec-1.0-M1
   geronimo-annotation_1.0_spec-1.0-M1
   geronimo-ejb_2.1_spec-1.1
   geronimo-ejb_3.0_spec-1.0-M1
   geronimo-el_1.0_spec-1.0-M1
   geronimo-interceptor_3.0_spec-1.0-M1
   geronimo-j2ee-connector_1.5_spec-1.1
   geronimo-j2ee-deployment_1.1_spec-1.1
   geronimo-j2ee-jacc_1.0_spec-1.1
   geronimo-j2ee-management_1.0_spec-1.1
   geronimo-j2ee-management_1.1_spec-1.0-M1
   geronimo-jacc_1.1_spec-1.0-M1
   geronimo-javamail_1.3.1_spec-1.2
   geronimo-javamail_1.4_spec-1.0-M1
   geronimo-jaxr_1.0_spec-1.1
   geronimo-jaxrpc_1.1_spec-1.1
   geronimo-jms_1.1_spec-1.1
   geronimo-jpa_3.0_spec-1.0-M1
   geronimo-jsp_2.0_spec-1.1
   geronimo-jsp_2.1_spec-1.0-M1
   geronimo-jta_1.0.1B_spec-1.1
   geronimo-jta_1.1_spec-1.0-M1
   geronimo-qname_1.1_spec-1.1
   geronimo-saaj_1.1_spec-1.1
   geronimo-servlet_2.4_spec-1.1
   geronimo-servlet_2.5_spec-1.1-M1
   geronimo-ws-metadata_2.0_spec-1.1-M1

http://people.apache.org/~dain/stage/org/apache/geronimo/javamail
   geronimo-javamail_1.3.1_provider-1.0
   geronimo-javamail_1.3.1_mail-1.0
   geronimo-javamail_1.4_provider-1.0
   geronimo-javamail_1.4_mail-1.0

http://people.apache.org/~dain/1.2-beta
   geronimo-1.2-beta-src
   geronimo-framework-1.2-beta
   geronimo-jetty-minimal-1.2-beta
   geronimo-tomcat-minimal-1.2-beta
   geronimo-jetty-j2ee-1.2-beta
   geronimo-tomcat-j2ee-1.2-beta


All archives contain LICENSE and NOTICE.  Each binary jar is also
accompanied by source, javadoc, pom and all are signed, md5-ed, and
secure-hashed.  Keys file available here:

  http://people.apache.org/dist/geronimo/KEYS

Svn tags are here:

  http://svn.apache.org/repos/asf/geronimo/genesis/tags/genesis-1.1
  http://svn.apache.org/repos/asf/geronimo/specs/tags
  http://svn.apache.org/repos/asf/geronimo/javamail/tags/javamail-1.0
  http://svn.apache.org/repos/asf/geronimo/server/tags/1.2.0-beta

Here's my +1!

-dain





Re: [vote] Release Geronimo 1.2-beta

2006-12-15 Thread Kevan Miller


On Dec 14, 2006, at 12:37 PM, Dain Sundstrom wrote:


The 1.2-beta release and all dependencies are cut and awaiting your
vote!  All the files are available in a staging area in my home dir on
people.

http://people.apache.org/~dain/stage/org/apache/geronimo/genesis
   genesis-1.1-incubating


Dain,
I think genesis needs to be respun. Genesis source code includes a  
Groovy binary distribution. Groovy contains a GPL licensed binary  
(jarjar-0.6.jar).


Jason has fixed in genesis trunk, by removing Groovy, but we can't  
release 1.1 in current form...


--kevan


Re: [vote] Release Geronimo 1.2-beta

2006-12-15 Thread Christopher M. Cardona

+1
chris

Dain Sundstrom wrote:

The 1.2-beta release and all dependencies are cut and awaiting your
vote!  All the files are available in a staging area in my home dir on
people.

http://people.apache.org/~dain/stage/org/apache/geronimo/genesis
   genesis-1.1-incubating

http://people.apache.org/~dain/stage/org/apache/geronimo/specs
   geronimo-activation_1.0.2_spec-1.2
   geronimo-activation_1.1_spec-1.0-M1
   geronimo-annotation_1.0_spec-1.0-M1
   geronimo-ejb_2.1_spec-1.1
   geronimo-ejb_3.0_spec-1.0-M1
   geronimo-el_1.0_spec-1.0-M1
   geronimo-interceptor_3.0_spec-1.0-M1
   geronimo-j2ee-connector_1.5_spec-1.1
   geronimo-j2ee-deployment_1.1_spec-1.1
   geronimo-j2ee-jacc_1.0_spec-1.1
   geronimo-j2ee-management_1.0_spec-1.1
   geronimo-j2ee-management_1.1_spec-1.0-M1
   geronimo-jacc_1.1_spec-1.0-M1
   geronimo-javamail_1.3.1_spec-1.2
   geronimo-javamail_1.4_spec-1.0-M1
   geronimo-jaxr_1.0_spec-1.1
   geronimo-jaxrpc_1.1_spec-1.1
   geronimo-jms_1.1_spec-1.1
   geronimo-jpa_3.0_spec-1.0-M1
   geronimo-jsp_2.0_spec-1.1
   geronimo-jsp_2.1_spec-1.0-M1
   geronimo-jta_1.0.1B_spec-1.1
   geronimo-jta_1.1_spec-1.0-M1
   geronimo-qname_1.1_spec-1.1
   geronimo-saaj_1.1_spec-1.1
   geronimo-servlet_2.4_spec-1.1
   geronimo-servlet_2.5_spec-1.1-M1
   geronimo-ws-metadata_2.0_spec-1.1-M1

http://people.apache.org/~dain/stage/org/apache/geronimo/javamail
   geronimo-javamail_1.3.1_provider-1.0
   geronimo-javamail_1.3.1_mail-1.0
   geronimo-javamail_1.4_provider-1.0
   geronimo-javamail_1.4_mail-1.0

http://people.apache.org/~dain/1.2-beta
   geronimo-1.2-beta-src
   geronimo-framework-1.2-beta
   geronimo-jetty-minimal-1.2-beta
   geronimo-tomcat-minimal-1.2-beta
   geronimo-jetty-j2ee-1.2-beta
   geronimo-tomcat-j2ee-1.2-beta


All archives contain LICENSE and NOTICE.  Each binary jar is also
accompanied by source, javadoc, pom and all are signed, md5-ed, and
secure-hashed.  Keys file available here:

  http://people.apache.org/dist/geronimo/KEYS

Svn tags are here:

  http://svn.apache.org/repos/asf/geronimo/genesis/tags/genesis-1.1
  http://svn.apache.org/repos/asf/geronimo/specs/tags
  http://svn.apache.org/repos/asf/geronimo/javamail/tags/javamail-1.0
  http://svn.apache.org/repos/asf/geronimo/server/tags/1.2.0-beta

Here's my +1!

-dain





Re: [vote] Release Geronimo 1.2-beta

2006-12-14 Thread Prasad Kashyap

+1 for the beta.

Cheers
Prasad

On 12/14/06, Dain Sundstrom <[EMAIL PROTECTED]> wrote:

The 1.2-beta release and all dependencies are cut and awaiting your
vote!  All the files are available in a staging area in my home dir on
people.

http://people.apache.org/~dain/stage/org/apache/geronimo/genesis
genesis-1.1-incubating

http://people.apache.org/~dain/stage/org/apache/geronimo/specs
geronimo-activation_1.0.2_spec-1.2
geronimo-activation_1.1_spec-1.0-M1
geronimo-annotation_1.0_spec-1.0-M1
geronimo-ejb_2.1_spec-1.1
geronimo-ejb_3.0_spec-1.0-M1
geronimo-el_1.0_spec-1.0-M1
geronimo-interceptor_3.0_spec-1.0-M1
geronimo-j2ee-connector_1.5_spec-1.1
geronimo-j2ee-deployment_1.1_spec-1.1
geronimo-j2ee-jacc_1.0_spec-1.1
geronimo-j2ee-management_1.0_spec-1.1
geronimo-j2ee-management_1.1_spec-1.0-M1
geronimo-jacc_1.1_spec-1.0-M1
geronimo-javamail_1.3.1_spec-1.2
geronimo-javamail_1.4_spec-1.0-M1
geronimo-jaxr_1.0_spec-1.1
geronimo-jaxrpc_1.1_spec-1.1
geronimo-jms_1.1_spec-1.1
geronimo-jpa_3.0_spec-1.0-M1
geronimo-jsp_2.0_spec-1.1
geronimo-jsp_2.1_spec-1.0-M1
geronimo-jta_1.0.1B_spec-1.1
geronimo-jta_1.1_spec-1.0-M1
geronimo-qname_1.1_spec-1.1
geronimo-saaj_1.1_spec-1.1
geronimo-servlet_2.4_spec-1.1
geronimo-servlet_2.5_spec-1.1-M1
geronimo-ws-metadata_2.0_spec-1.1-M1

http://people.apache.org/~dain/stage/org/apache/geronimo/javamail
geronimo-javamail_1.3.1_provider-1.0
geronimo-javamail_1.3.1_mail-1.0
geronimo-javamail_1.4_provider-1.0
geronimo-javamail_1.4_mail-1.0

http://people.apache.org/~dain/1.2-beta
geronimo-1.2-beta-src
geronimo-framework-1.2-beta
geronimo-jetty-minimal-1.2-beta
geronimo-tomcat-minimal-1.2-beta
geronimo-jetty-j2ee-1.2-beta
geronimo-tomcat-j2ee-1.2-beta


All archives contain LICENSE and NOTICE.  Each binary jar is also
accompanied by source, javadoc, pom and all are signed, md5-ed, and
secure-hashed.  Keys file available here:

   http://people.apache.org/dist/geronimo/KEYS

Svn tags are here:

   http://svn.apache.org/repos/asf/geronimo/genesis/tags/genesis-1.1
   http://svn.apache.org/repos/asf/geronimo/specs/tags
   http://svn.apache.org/repos/asf/geronimo/javamail/tags/javamail-1.0
   http://svn.apache.org/repos/asf/geronimo/server/tags/1.2.0-beta

Here's my +1!

-dain



Re: [vote] Release Geronimo 1.2-beta

2006-12-14 Thread toby cabot
On Thu, Dec 14, 2006 at 07:28:21PM -0800, David Blevins wrote:
> On Dec 14, 2006, at 3:00 PM, toby cabot wrote:
> >--- pom.xml (revision 487372)
> >+++ pom.xml (working copy)
> >@@ -980,6 +980,16 @@
> >
> > 
> > 
> >+dains-plugin-repository
> >+http://people.apache.org/~dain/stage/
> >+
> >+true
> >+
> >+
> >+false
> 
> Change that line to 'true' and it should work.

Thanks David, that works.


Re: [vote] Release Geronimo 1.2-beta

2006-12-14 Thread David Blevins

Here's my +1.

Nicely formatted too! ;-)

-David

On Dec 14, 2006, at 9:37 AM, Dain Sundstrom wrote:


The 1.2-beta release and all dependencies are cut and awaiting your
vote!  All the files are available in a staging area in my home dir on
people.

http://people.apache.org/~dain/stage/org/apache/geronimo/genesis
   genesis-1.1-incubating

http://people.apache.org/~dain/stage/org/apache/geronimo/specs
   geronimo-activation_1.0.2_spec-1.2
   geronimo-activation_1.1_spec-1.0-M1
   geronimo-annotation_1.0_spec-1.0-M1
   geronimo-ejb_2.1_spec-1.1
   geronimo-ejb_3.0_spec-1.0-M1
   geronimo-el_1.0_spec-1.0-M1
   geronimo-interceptor_3.0_spec-1.0-M1
   geronimo-j2ee-connector_1.5_spec-1.1
   geronimo-j2ee-deployment_1.1_spec-1.1
   geronimo-j2ee-jacc_1.0_spec-1.1
   geronimo-j2ee-management_1.0_spec-1.1
   geronimo-j2ee-management_1.1_spec-1.0-M1
   geronimo-jacc_1.1_spec-1.0-M1
   geronimo-javamail_1.3.1_spec-1.2
   geronimo-javamail_1.4_spec-1.0-M1
   geronimo-jaxr_1.0_spec-1.1
   geronimo-jaxrpc_1.1_spec-1.1
   geronimo-jms_1.1_spec-1.1
   geronimo-jpa_3.0_spec-1.0-M1
   geronimo-jsp_2.0_spec-1.1
   geronimo-jsp_2.1_spec-1.0-M1
   geronimo-jta_1.0.1B_spec-1.1
   geronimo-jta_1.1_spec-1.0-M1
   geronimo-qname_1.1_spec-1.1
   geronimo-saaj_1.1_spec-1.1
   geronimo-servlet_2.4_spec-1.1
   geronimo-servlet_2.5_spec-1.1-M1
   geronimo-ws-metadata_2.0_spec-1.1-M1

http://people.apache.org/~dain/stage/org/apache/geronimo/javamail
   geronimo-javamail_1.3.1_provider-1.0
   geronimo-javamail_1.3.1_mail-1.0
   geronimo-javamail_1.4_provider-1.0
   geronimo-javamail_1.4_mail-1.0

http://people.apache.org/~dain/1.2-beta
   geronimo-1.2-beta-src
   geronimo-framework-1.2-beta
   geronimo-jetty-minimal-1.2-beta
   geronimo-tomcat-minimal-1.2-beta
   geronimo-jetty-j2ee-1.2-beta
   geronimo-tomcat-j2ee-1.2-beta


All archives contain LICENSE and NOTICE.  Each binary jar is also
accompanied by source, javadoc, pom and all are signed, md5-ed, and
secure-hashed.  Keys file available here:

  http://people.apache.org/dist/geronimo/KEYS

Svn tags are here:

  http://svn.apache.org/repos/asf/geronimo/genesis/tags/genesis-1.1
  http://svn.apache.org/repos/asf/geronimo/specs/tags
  http://svn.apache.org/repos/asf/geronimo/javamail/tags/javamail-1.0
  http://svn.apache.org/repos/asf/geronimo/server/tags/1.2.0-beta

Here's my +1!

-dain





Re: [vote] Release Geronimo 1.2-beta

2006-12-14 Thread David Blevins


On Dec 14, 2006, at 3:00 PM, toby cabot wrote:


On Thu, Dec 14, 2006 at 02:08:25PM -0800, Dain Sundstrom wrote:

On Dec 14, 2006, at 1:31 PM, Paul McMahan wrote:


When I tried to build from src I got the error message below.   Do I
need to add the repo at http://people.apache.org/~dain/stage/ to  
a pom

somewhere to make it build?


Unfortunately, yes.  This release has a deep dependency list of G
projects.  The next 1.2 release won't have this problem.


Apologies for being the one to wave to maven-naive flag, but where do
I need to add this?  I added this repo to the project root's pom.xml
like so:

Index: pom.xml
===
--- pom.xml (revision 487372)
+++ pom.xml (working copy)
@@ -980,6 +980,16 @@

 
 
+dains-plugin-repository
+http://people.apache.org/~dain/stage/
+
+true
+
+
+false


Change that line to 'true' and it should work.

-David


+
+
+
 Codehaus Snapshots
 http://snapshots.repository.codehaus.org/
 
@@ -1235,6 +1245,21 @@
 -->

 
+dains-repo
+Apache Snapshots Repository
+http://people.apache.org/~dain/stage
+default
+
+true
+daily
+ignore
+
+
+true
+
+
+
+
 apache-snapshots
 Apache Snapshots Repository
 http://people.apache.org/repo/m2-snapshot- 
repository



But I still can't build:

[INFO]   Geronimo Assemblies :: J2EE + Tomcat
[INFO]   Geronimo Assemblies :: Minimal + Tomcat
[INFO] Searching repository for plugin with prefix: 'install'.
[INFO] org.apache.maven.plugins: checking for updates from codehaus
[INFO] org.apache.maven.plugins: checking for updates from central
[INFO] org.codehaus.mojo: checking for updates from codehaus
[INFO] org.codehaus.mojo: checking for updates from central
Downloading: http://repository.codehaus.org/org/apache/geronimo/ 
genesis/plugins/tools-maven-plugin/1.1/tools-maven-plugin-1.1.jar
[WARNING] Unable to get resource from repository codehaus (http:// 
repository.codehaus.org)
Downloading: http://repo1.maven.org/maven2/org/apache/geronimo/ 
genesis/plugins/tools-maven-plugin/1.1/tools-maven-plugin-1.1.jar
[WARNING] Unable to get resource from repository central (http:// 
repo1.maven.org/maven2)
[INFO] Cannot find mojo descriptor for: 'install:install-file' -  
Treating as non-aggregator.
Downloading: http://repository.codehaus.org/org/apache/geronimo/ 
genesis/plugins/tools-maven-plugin/1.1/tools-maven-plugin-1.1.jar
[WARNING] Unable to get resource from repository codehaus (http:// 
repository.codehaus.org)
Downloading: http://repo1.maven.org/maven2/org/apache/geronimo/ 
genesis/plugins/tools-maven-plugin/1.1/tools-maven-plugin-1.1.jar
[WARNING] Unable to get resource from repository central (http:// 
repo1.maven.org/maven2)
[INFO]  
-- 
--

[ERROR] BUILD ERROR
[INFO]  
-- 
--
[INFO] Plugin could not be found - check that the goal name is  
correct: Unable to download the artifact from any repository



Do I need to add the ~dain repository somewhere else, too?

Thanks,
Toby





Re: [vote] Release Geronimo 1.2-beta

2006-12-14 Thread toby cabot
On Thu, Dec 14, 2006 at 02:08:25PM -0800, Dain Sundstrom wrote:
> On Dec 14, 2006, at 1:31 PM, Paul McMahan wrote:
> 
> >When I tried to build from src I got the error message below.   Do I
> >need to add the repo at http://people.apache.org/~dain/stage/ to a pom
> >somewhere to make it build?
> 
> Unfortunately, yes.  This release has a deep dependency list of G  
> projects.  The next 1.2 release won't have this problem.

Apologies for being the one to wave to maven-naive flag, but where do
I need to add this?  I added this repo to the project root's pom.xml
like so:

Index: pom.xml
===
--- pom.xml (revision 487372)
+++ pom.xml (working copy)
@@ -980,6 +980,16 @@

 
 
+dains-plugin-repository
+http://people.apache.org/~dain/stage/
+
+true
+
+
+false
+
+
+
 Codehaus Snapshots
 http://snapshots.repository.codehaus.org/
 
@@ -1235,6 +1245,21 @@
 -->

 
+dains-repo
+Apache Snapshots Repository
+http://people.apache.org/~dain/stage
+default
+
+true
+daily
+ignore
+
+
+true
+
+
+
+
 apache-snapshots
 Apache Snapshots Repository
 http://people.apache.org/repo/m2-snapshot-repository


But I still can't build:

[INFO]   Geronimo Assemblies :: J2EE + Tomcat
[INFO]   Geronimo Assemblies :: Minimal + Tomcat
[INFO] Searching repository for plugin with prefix: 'install'.
[INFO] org.apache.maven.plugins: checking for updates from codehaus
[INFO] org.apache.maven.plugins: checking for updates from central
[INFO] org.codehaus.mojo: checking for updates from codehaus
[INFO] org.codehaus.mojo: checking for updates from central
Downloading: 
http://repository.codehaus.org/org/apache/geronimo/genesis/plugins/tools-maven-plugin/1.1/tools-maven-plugin-1.1.jar
[WARNING] Unable to get resource from repository codehaus 
(http://repository.codehaus.org)
Downloading: 
http://repo1.maven.org/maven2/org/apache/geronimo/genesis/plugins/tools-maven-plugin/1.1/tools-maven-plugin-1.1.jar
[WARNING] Unable to get resource from repository central 
(http://repo1.maven.org/maven2)
[INFO] Cannot find mojo descriptor for: 'install:install-file' - Treating as 
non-aggregator.
Downloading: 
http://repository.codehaus.org/org/apache/geronimo/genesis/plugins/tools-maven-plugin/1.1/tools-maven-plugin-1.1.jar
[WARNING] Unable to get resource from repository codehaus 
(http://repository.codehaus.org)
Downloading: 
http://repo1.maven.org/maven2/org/apache/geronimo/genesis/plugins/tools-maven-plugin/1.1/tools-maven-plugin-1.1.jar
[WARNING] Unable to get resource from repository central 
(http://repo1.maven.org/maven2)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Plugin could not be found - check that the goal name is correct: Unable 
to download the artifact from any repository


Do I need to add the ~dain repository somewhere else, too?

Thanks,
Toby


Re: [vote] Release Geronimo 1.2-beta

2006-12-14 Thread Joe Bohn
I noticed a few issues, some mentioned by others.  I think these are 
probably ok since this is a beta so here's my +1.  However, they should 
probably be noted in the release notes.


I picked up the 4 primary assemblies (didn't pick up framework) and 
attempted to deploy a simple web application (snoop) without a plan.


1)  Lot's of info messages being sent to console.

2)  As Hernan pointed out, we get a NPE on shutdown.

3)  The application URLs seem to be more precise than I recall.  For 
example, the url for snoop is ".../snoop/snoop" .  However, adding an 
extra "/" at the end as in ".../snoop/snoop/" failed to match the 
context and resulted in a 404.  I thought this used to work by my memory 
may be failing me.


Joe




Dain Sundstrom wrote:

The 1.2-beta release and all dependencies are cut and awaiting your
vote!  All the files are available in a staging area in my home dir on
people.

http://people.apache.org/~dain/stage/org/apache/geronimo/genesis
   genesis-1.1-incubating

http://people.apache.org/~dain/stage/org/apache/geronimo/specs
   geronimo-activation_1.0.2_spec-1.2
   geronimo-activation_1.1_spec-1.0-M1
   geronimo-annotation_1.0_spec-1.0-M1
   geronimo-ejb_2.1_spec-1.1
   geronimo-ejb_3.0_spec-1.0-M1
   geronimo-el_1.0_spec-1.0-M1
   geronimo-interceptor_3.0_spec-1.0-M1
   geronimo-j2ee-connector_1.5_spec-1.1
   geronimo-j2ee-deployment_1.1_spec-1.1
   geronimo-j2ee-jacc_1.0_spec-1.1
   geronimo-j2ee-management_1.0_spec-1.1
   geronimo-j2ee-management_1.1_spec-1.0-M1
   geronimo-jacc_1.1_spec-1.0-M1
   geronimo-javamail_1.3.1_spec-1.2
   geronimo-javamail_1.4_spec-1.0-M1
   geronimo-jaxr_1.0_spec-1.1
   geronimo-jaxrpc_1.1_spec-1.1
   geronimo-jms_1.1_spec-1.1
   geronimo-jpa_3.0_spec-1.0-M1
   geronimo-jsp_2.0_spec-1.1
   geronimo-jsp_2.1_spec-1.0-M1
   geronimo-jta_1.0.1B_spec-1.1
   geronimo-jta_1.1_spec-1.0-M1
   geronimo-qname_1.1_spec-1.1
   geronimo-saaj_1.1_spec-1.1
   geronimo-servlet_2.4_spec-1.1
   geronimo-servlet_2.5_spec-1.1-M1
   geronimo-ws-metadata_2.0_spec-1.1-M1

http://people.apache.org/~dain/stage/org/apache/geronimo/javamail
   geronimo-javamail_1.3.1_provider-1.0
   geronimo-javamail_1.3.1_mail-1.0
   geronimo-javamail_1.4_provider-1.0
   geronimo-javamail_1.4_mail-1.0

http://people.apache.org/~dain/1.2-beta
   geronimo-1.2-beta-src
   geronimo-framework-1.2-beta
   geronimo-jetty-minimal-1.2-beta
   geronimo-tomcat-minimal-1.2-beta
   geronimo-jetty-j2ee-1.2-beta
   geronimo-tomcat-j2ee-1.2-beta


All archives contain LICENSE and NOTICE.  Each binary jar is also
accompanied by source, javadoc, pom and all are signed, md5-ed, and
secure-hashed.  Keys file available here:

  http://people.apache.org/dist/geronimo/KEYS

Svn tags are here:

  http://svn.apache.org/repos/asf/geronimo/genesis/tags/genesis-1.1
  http://svn.apache.org/repos/asf/geronimo/specs/tags
  http://svn.apache.org/repos/asf/geronimo/javamail/tags/javamail-1.0
  http://svn.apache.org/repos/asf/geronimo/server/tags/1.2.0-beta

Here's my +1!

-dain




Re: [vote] Release Geronimo 1.2-beta

2006-12-14 Thread Hernan Cunico

Done, I re-opened GERONIMO-2612.

Cheers!
Hernan

Dain Sundstrom wrote:

On Dec 14, 2006, at 10:48 AM, Hernan Cunico wrote:


+1

I still see an NPE exception at shutdown tho


Can you file a JIRA with instruction on how to recreate, and i'll get it 
fixed before 1.2 final.


-dain




Re: [vote] Release Geronimo 1.2-beta

2006-12-14 Thread Dain Sundstrom

On Dec 14, 2006, at 1:31 PM, Paul McMahan wrote:


When I tried to build from src I got the error message below.   Do I
need to add the repo at http://people.apache.org/~dain/stage/ to a pom
somewhere to make it build?


Unfortunately, yes.  This release has a deep dependency list of G  
projects.  The next 1.2 release won't have this problem.


-dain


Re: [vote] Release Geronimo 1.2-beta

2006-12-14 Thread Guillaume Nodet

Yeah, sorry, this was written at least 3 times in your mail :(

On 12/14/06, Dain Sundstrom <[EMAIL PROTECTED]> wrote:

On Dec 14, 2006, at 10:43 AM, Guillaume Nodet wrote:

> Do you have a pointer to the m2 repo containing all these artifacts
> please ?

http://people.apache.org/~dain/stage/

-dain




--
Cheers,
Guillaume Nodet


Re: [vote] Release Geronimo 1.2-beta

2006-12-14 Thread Dain Sundstrom

On Dec 14, 2006, at 10:48 AM, Hernan Cunico wrote:


+1

I still see an NPE exception at shutdown tho


Can you file a JIRA with instruction on how to recreate, and i'll get  
it fixed before 1.2 final.


-dain



Re: [vote] Release Geronimo 1.2-beta

2006-12-14 Thread Dain Sundstrom

On Dec 14, 2006, at 10:43 AM, Guillaume Nodet wrote:

Do you have a pointer to the m2 repo containing all these artifacts  
please ?


http://people.apache.org/~dain/stage/

-dain


Re: [vote] Release Geronimo 1.2-beta

2006-12-14 Thread Paul McMahan

When I tried to build from src I got the error message below.   Do I
need to add the repo at http://people.apache.org/~dain/stage/ to a pom
somewhere to make it build?

Best wishes,
Paul

[INFO] 
[ERROR] FATAL ERROR
[INFO] 
[INFO] Failed to resolve artifact.

GroupId: org.apache.geronimo.genesis.config
ArtifactId: project-config
Version: 1.1

Reason: Unable to download the artifact from any repository

 org.apache.geronimo.genesis.config:project-config:pom:1.1

from the specified remote repositories:
 central (http://repo1.maven.org/maven2),
 apache.incubator (http://people.apache.org/repo/m2-incubating-repository/),
 apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository)

On 12/14/06, Dain Sundstrom <[EMAIL PROTECTED]> wrote:

The 1.2-beta release and all dependencies are cut and awaiting your
vote!  All the files are available in a staging area in my home dir on
people.

http://people.apache.org/~dain/stage/org/apache/geronimo/genesis
genesis-1.1-incubating

http://people.apache.org/~dain/stage/org/apache/geronimo/specs
geronimo-activation_1.0.2_spec-1.2
geronimo-activation_1.1_spec-1.0-M1
geronimo-annotation_1.0_spec-1.0-M1
geronimo-ejb_2.1_spec-1.1
geronimo-ejb_3.0_spec-1.0-M1
geronimo-el_1.0_spec-1.0-M1
geronimo-interceptor_3.0_spec-1.0-M1
geronimo-j2ee-connector_1.5_spec-1.1
geronimo-j2ee-deployment_1.1_spec-1.1
geronimo-j2ee-jacc_1.0_spec-1.1
geronimo-j2ee-management_1.0_spec-1.1
geronimo-j2ee-management_1.1_spec-1.0-M1
geronimo-jacc_1.1_spec-1.0-M1
geronimo-javamail_1.3.1_spec-1.2
geronimo-javamail_1.4_spec-1.0-M1
geronimo-jaxr_1.0_spec-1.1
geronimo-jaxrpc_1.1_spec-1.1
geronimo-jms_1.1_spec-1.1
geronimo-jpa_3.0_spec-1.0-M1
geronimo-jsp_2.0_spec-1.1
geronimo-jsp_2.1_spec-1.0-M1
geronimo-jta_1.0.1B_spec-1.1
geronimo-jta_1.1_spec-1.0-M1
geronimo-qname_1.1_spec-1.1
geronimo-saaj_1.1_spec-1.1
geronimo-servlet_2.4_spec-1.1
geronimo-servlet_2.5_spec-1.1-M1
geronimo-ws-metadata_2.0_spec-1.1-M1

http://people.apache.org/~dain/stage/org/apache/geronimo/javamail
geronimo-javamail_1.3.1_provider-1.0
geronimo-javamail_1.3.1_mail-1.0
geronimo-javamail_1.4_provider-1.0
geronimo-javamail_1.4_mail-1.0

http://people.apache.org/~dain/1.2-beta
geronimo-1.2-beta-src
geronimo-framework-1.2-beta
geronimo-jetty-minimal-1.2-beta
geronimo-tomcat-minimal-1.2-beta
geronimo-jetty-j2ee-1.2-beta
geronimo-tomcat-j2ee-1.2-beta


All archives contain LICENSE and NOTICE.  Each binary jar is also
accompanied by source, javadoc, pom and all are signed, md5-ed, and
secure-hashed.  Keys file available here:

   http://people.apache.org/dist/geronimo/KEYS

Svn tags are here:

   http://svn.apache.org/repos/asf/geronimo/genesis/tags/genesis-1.1
   http://svn.apache.org/repos/asf/geronimo/specs/tags
   http://svn.apache.org/repos/asf/geronimo/javamail/tags/javamail-1.0
   http://svn.apache.org/repos/asf/geronimo/server/tags/1.2.0-beta

Here's my +1!

-dain



Re: [vote] Release Geronimo 1.2-beta

2006-12-14 Thread Hernan Cunico

+1

I still see an NPE exception at shutdown tho

Cheers!
Hernan


Dain Sundstrom wrote:

The 1.2-beta release and all dependencies are cut and awaiting your
vote!  All the files are available in a staging area in my home dir on
people.

http://people.apache.org/~dain/stage/org/apache/geronimo/genesis
   genesis-1.1-incubating

http://people.apache.org/~dain/stage/org/apache/geronimo/specs
   geronimo-activation_1.0.2_spec-1.2
   geronimo-activation_1.1_spec-1.0-M1
   geronimo-annotation_1.0_spec-1.0-M1
   geronimo-ejb_2.1_spec-1.1
   geronimo-ejb_3.0_spec-1.0-M1
   geronimo-el_1.0_spec-1.0-M1
   geronimo-interceptor_3.0_spec-1.0-M1
   geronimo-j2ee-connector_1.5_spec-1.1
   geronimo-j2ee-deployment_1.1_spec-1.1
   geronimo-j2ee-jacc_1.0_spec-1.1
   geronimo-j2ee-management_1.0_spec-1.1
   geronimo-j2ee-management_1.1_spec-1.0-M1
   geronimo-jacc_1.1_spec-1.0-M1
   geronimo-javamail_1.3.1_spec-1.2
   geronimo-javamail_1.4_spec-1.0-M1
   geronimo-jaxr_1.0_spec-1.1
   geronimo-jaxrpc_1.1_spec-1.1
   geronimo-jms_1.1_spec-1.1
   geronimo-jpa_3.0_spec-1.0-M1
   geronimo-jsp_2.0_spec-1.1
   geronimo-jsp_2.1_spec-1.0-M1
   geronimo-jta_1.0.1B_spec-1.1
   geronimo-jta_1.1_spec-1.0-M1
   geronimo-qname_1.1_spec-1.1
   geronimo-saaj_1.1_spec-1.1
   geronimo-servlet_2.4_spec-1.1
   geronimo-servlet_2.5_spec-1.1-M1
   geronimo-ws-metadata_2.0_spec-1.1-M1

http://people.apache.org/~dain/stage/org/apache/geronimo/javamail
   geronimo-javamail_1.3.1_provider-1.0
   geronimo-javamail_1.3.1_mail-1.0
   geronimo-javamail_1.4_provider-1.0
   geronimo-javamail_1.4_mail-1.0

http://people.apache.org/~dain/1.2-beta
   geronimo-1.2-beta-src
   geronimo-framework-1.2-beta
   geronimo-jetty-minimal-1.2-beta
   geronimo-tomcat-minimal-1.2-beta
   geronimo-jetty-j2ee-1.2-beta
   geronimo-tomcat-j2ee-1.2-beta


All archives contain LICENSE and NOTICE.  Each binary jar is also
accompanied by source, javadoc, pom and all are signed, md5-ed, and
secure-hashed.  Keys file available here:

  http://people.apache.org/dist/geronimo/KEYS

Svn tags are here:

  http://svn.apache.org/repos/asf/geronimo/genesis/tags/genesis-1.1
  http://svn.apache.org/repos/asf/geronimo/specs/tags
  http://svn.apache.org/repos/asf/geronimo/javamail/tags/javamail-1.0
  http://svn.apache.org/repos/asf/geronimo/server/tags/1.2.0-beta

Here's my +1!

-dain



Re: [vote] Release Geronimo 1.2-beta

2006-12-14 Thread Guillaume Nodet

Do you have a pointer to the m2 repo containing all these artifacts please ?

On 12/14/06, Dain Sundstrom <[EMAIL PROTECTED]> wrote:

The 1.2-beta release and all dependencies are cut and awaiting your
vote!  All the files are available in a staging area in my home dir on
people.

http://people.apache.org/~dain/stage/org/apache/geronimo/genesis
genesis-1.1-incubating

http://people.apache.org/~dain/stage/org/apache/geronimo/specs
geronimo-activation_1.0.2_spec-1.2
geronimo-activation_1.1_spec-1.0-M1
geronimo-annotation_1.0_spec-1.0-M1
geronimo-ejb_2.1_spec-1.1
geronimo-ejb_3.0_spec-1.0-M1
geronimo-el_1.0_spec-1.0-M1
geronimo-interceptor_3.0_spec-1.0-M1
geronimo-j2ee-connector_1.5_spec-1.1
geronimo-j2ee-deployment_1.1_spec-1.1
geronimo-j2ee-jacc_1.0_spec-1.1
geronimo-j2ee-management_1.0_spec-1.1
geronimo-j2ee-management_1.1_spec-1.0-M1
geronimo-jacc_1.1_spec-1.0-M1
geronimo-javamail_1.3.1_spec-1.2
geronimo-javamail_1.4_spec-1.0-M1
geronimo-jaxr_1.0_spec-1.1
geronimo-jaxrpc_1.1_spec-1.1
geronimo-jms_1.1_spec-1.1
geronimo-jpa_3.0_spec-1.0-M1
geronimo-jsp_2.0_spec-1.1
geronimo-jsp_2.1_spec-1.0-M1
geronimo-jta_1.0.1B_spec-1.1
geronimo-jta_1.1_spec-1.0-M1
geronimo-qname_1.1_spec-1.1
geronimo-saaj_1.1_spec-1.1
geronimo-servlet_2.4_spec-1.1
geronimo-servlet_2.5_spec-1.1-M1
geronimo-ws-metadata_2.0_spec-1.1-M1

http://people.apache.org/~dain/stage/org/apache/geronimo/javamail
geronimo-javamail_1.3.1_provider-1.0
geronimo-javamail_1.3.1_mail-1.0
geronimo-javamail_1.4_provider-1.0
geronimo-javamail_1.4_mail-1.0

http://people.apache.org/~dain/1.2-beta
geronimo-1.2-beta-src
geronimo-framework-1.2-beta
geronimo-jetty-minimal-1.2-beta
geronimo-tomcat-minimal-1.2-beta
geronimo-jetty-j2ee-1.2-beta
geronimo-tomcat-j2ee-1.2-beta


All archives contain LICENSE and NOTICE.  Each binary jar is also
accompanied by source, javadoc, pom and all are signed, md5-ed, and
secure-hashed.  Keys file available here:

   http://people.apache.org/dist/geronimo/KEYS

Svn tags are here:

   http://svn.apache.org/repos/asf/geronimo/genesis/tags/genesis-1.1
   http://svn.apache.org/repos/asf/geronimo/specs/tags
   http://svn.apache.org/repos/asf/geronimo/javamail/tags/javamail-1.0
   http://svn.apache.org/repos/asf/geronimo/server/tags/1.2.0-beta

Here's my +1!

-dain




--
Cheers,
Guillaume Nodet


Re: [vote] Release Geronimo 1.2-beta

2006-12-14 Thread Aaron Mulder

+1

On 12/14/06, Dain Sundstrom <[EMAIL PROTECTED]> wrote:

The 1.2-beta release and all dependencies are cut and awaiting your
vote!  All the files are available in a staging area in my home dir on
people.

http://people.apache.org/~dain/stage/org/apache/geronimo/genesis
genesis-1.1-incubating

http://people.apache.org/~dain/stage/org/apache/geronimo/specs
geronimo-activation_1.0.2_spec-1.2
geronimo-activation_1.1_spec-1.0-M1
geronimo-annotation_1.0_spec-1.0-M1
geronimo-ejb_2.1_spec-1.1
geronimo-ejb_3.0_spec-1.0-M1
geronimo-el_1.0_spec-1.0-M1
geronimo-interceptor_3.0_spec-1.0-M1
geronimo-j2ee-connector_1.5_spec-1.1
geronimo-j2ee-deployment_1.1_spec-1.1
geronimo-j2ee-jacc_1.0_spec-1.1
geronimo-j2ee-management_1.0_spec-1.1
geronimo-j2ee-management_1.1_spec-1.0-M1
geronimo-jacc_1.1_spec-1.0-M1
geronimo-javamail_1.3.1_spec-1.2
geronimo-javamail_1.4_spec-1.0-M1
geronimo-jaxr_1.0_spec-1.1
geronimo-jaxrpc_1.1_spec-1.1
geronimo-jms_1.1_spec-1.1
geronimo-jpa_3.0_spec-1.0-M1
geronimo-jsp_2.0_spec-1.1
geronimo-jsp_2.1_spec-1.0-M1
geronimo-jta_1.0.1B_spec-1.1
geronimo-jta_1.1_spec-1.0-M1
geronimo-qname_1.1_spec-1.1
geronimo-saaj_1.1_spec-1.1
geronimo-servlet_2.4_spec-1.1
geronimo-servlet_2.5_spec-1.1-M1
geronimo-ws-metadata_2.0_spec-1.1-M1

http://people.apache.org/~dain/stage/org/apache/geronimo/javamail
geronimo-javamail_1.3.1_provider-1.0
geronimo-javamail_1.3.1_mail-1.0
geronimo-javamail_1.4_provider-1.0
geronimo-javamail_1.4_mail-1.0

http://people.apache.org/~dain/1.2-beta
geronimo-1.2-beta-src
geronimo-framework-1.2-beta
geronimo-jetty-minimal-1.2-beta
geronimo-tomcat-minimal-1.2-beta
geronimo-jetty-j2ee-1.2-beta
geronimo-tomcat-j2ee-1.2-beta


All archives contain LICENSE and NOTICE.  Each binary jar is also
accompanied by source, javadoc, pom and all are signed, md5-ed, and
secure-hashed.  Keys file available here:

   http://people.apache.org/dist/geronimo/KEYS

Svn tags are here:

   http://svn.apache.org/repos/asf/geronimo/genesis/tags/genesis-1.1
   http://svn.apache.org/repos/asf/geronimo/specs/tags
   http://svn.apache.org/repos/asf/geronimo/javamail/tags/javamail-1.0
   http://svn.apache.org/repos/asf/geronimo/server/tags/1.2.0-beta

Here's my +1!

-dain




Re: [vote] Release Geronimo 1.2-beta

2006-12-14 Thread Davanum Srinivas

+1 from me.

On 12/14/06, Dain Sundstrom <[EMAIL PROTECTED]> wrote:

The 1.2-beta release and all dependencies are cut and awaiting your
vote!  All the files are available in a staging area in my home dir on
people.

http://people.apache.org/~dain/stage/org/apache/geronimo/genesis
genesis-1.1-incubating

http://people.apache.org/~dain/stage/org/apache/geronimo/specs
geronimo-activation_1.0.2_spec-1.2
geronimo-activation_1.1_spec-1.0-M1
geronimo-annotation_1.0_spec-1.0-M1
geronimo-ejb_2.1_spec-1.1
geronimo-ejb_3.0_spec-1.0-M1
geronimo-el_1.0_spec-1.0-M1
geronimo-interceptor_3.0_spec-1.0-M1
geronimo-j2ee-connector_1.5_spec-1.1
geronimo-j2ee-deployment_1.1_spec-1.1
geronimo-j2ee-jacc_1.0_spec-1.1
geronimo-j2ee-management_1.0_spec-1.1
geronimo-j2ee-management_1.1_spec-1.0-M1
geronimo-jacc_1.1_spec-1.0-M1
geronimo-javamail_1.3.1_spec-1.2
geronimo-javamail_1.4_spec-1.0-M1
geronimo-jaxr_1.0_spec-1.1
geronimo-jaxrpc_1.1_spec-1.1
geronimo-jms_1.1_spec-1.1
geronimo-jpa_3.0_spec-1.0-M1
geronimo-jsp_2.0_spec-1.1
geronimo-jsp_2.1_spec-1.0-M1
geronimo-jta_1.0.1B_spec-1.1
geronimo-jta_1.1_spec-1.0-M1
geronimo-qname_1.1_spec-1.1
geronimo-saaj_1.1_spec-1.1
geronimo-servlet_2.4_spec-1.1
geronimo-servlet_2.5_spec-1.1-M1
geronimo-ws-metadata_2.0_spec-1.1-M1

http://people.apache.org/~dain/stage/org/apache/geronimo/javamail
geronimo-javamail_1.3.1_provider-1.0
geronimo-javamail_1.3.1_mail-1.0
geronimo-javamail_1.4_provider-1.0
geronimo-javamail_1.4_mail-1.0

http://people.apache.org/~dain/1.2-beta
geronimo-1.2-beta-src
geronimo-framework-1.2-beta
geronimo-jetty-minimal-1.2-beta
geronimo-tomcat-minimal-1.2-beta
geronimo-jetty-j2ee-1.2-beta
geronimo-tomcat-j2ee-1.2-beta


All archives contain LICENSE and NOTICE.  Each binary jar is also
accompanied by source, javadoc, pom and all are signed, md5-ed, and
secure-hashed.  Keys file available here:

   http://people.apache.org/dist/geronimo/KEYS

Svn tags are here:

   http://svn.apache.org/repos/asf/geronimo/genesis/tags/genesis-1.1
   http://svn.apache.org/repos/asf/geronimo/specs/tags
   http://svn.apache.org/repos/asf/geronimo/javamail/tags/javamail-1.0
   http://svn.apache.org/repos/asf/geronimo/server/tags/1.2.0-beta

Here's my +1!

-dain




--
Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)


Re: [vote] Release Geronimo 1.2-beta

2006-12-14 Thread Dain Sundstrom

On Dec 14, 2006, at 9:37 AM, Dain Sundstrom wrote:


http://people.apache.org/~dain/stage/org/apache/geronimo/genesis
   genesis-1.1-incubating


That is a typo, it is just genesis-1.1

-dain