[RESULT] Release 2.0-alpha of SCA Java kernel

2007-03-09 Thread Jeremy Boynes

We had +1's from jmarino, meerajk, isilval, lresende, jboynes
   -0 from jsdelfino

No technical issues were made related to the Parent POM, Kernel and  
Runtime so they are passed.


There was confusion over the use of the composite plugin and the  
archive type so I think that should be withdrawn until resolved. The  
core-samples have been updated not to use it and have since been run  
on OSX and Tomcat but I think we should extend the vote for the  
samples another 24 hours for people to confirm.


Thanks everyone
--
Jeremy

On Mar 5, 2007, at 5:03 PM, Jeremy Boynes wrote:

I have posted release candidates of the 2.0-alpha kernel release on  
my home directory at people.apache.org and uploaded the artifacts  
to the maven repo for:

SCA Parent POM   1.0-incubating
SCA Composite Plugin 1.0-incubating
SCA Kernel   2.0-alpha
SCA Runtime  2.0-alpha
SCA Core Samples 2.0-alpha

Please review and then vote on whether we should release them.

These are dependent on the vote for the sca-api's. Also, the JXTA  
module which had a problematic dependency on Bouncy Castle is not  
included in these releases.


Thanks
--
Jeremy

SCA Parent POM
[tag]https://svn.apache.org/repos/asf/incubator/tuscany/tags/ 
java/pom/sca/1.0-incubating
[pom]http://people.apache.org/repo/m2-incubating-repository/org/ 
apache/tuscany/sca/1.0-incubating/sca-1.0-incubating.pom
[rat]http://people.apache.org/~jboynes/sca-pom-1.0-incubating/ 
sca-pom-1.0-incubating.rat


SCA Composite Plugin
[tag]https://svn.apache.org/repos/asf/incubator/tuscany/tags/ 
java/sca/composite-plugin/1.0-incubating
[src]http://people.apache.org/~jboynes/composite-plugin-1.0- 
incubating/composite-plugin-1.0-incubating.tgz
 http://people.apache.org/~jboynes/composite-plugin-1.0- 
incubating/composite-plugin-1.0-incubating.zip
[rat]http://people.apache.org/~jboynes/composite-plugin-1.0- 
incubating/composite-plugin-1.0-incubating.rat
[maven]  http://people.apache.org/repo/m2-incubating-repository/org/ 
apache/tuscany/tuscany-composite-plugin/1.0-incubating/


SCA Kernel
[tag]https://svn.apache.org/repos/asf/incubator/tuscany/tags/ 
java/sca/kernel/2.0-alpha-incubating
[src]http://people.apache.org/~jboynes/kernel-2.0-alpha- 
incubating/kernel-2.0-alpha-incubating.tgz
 http://people.apache.org/~jboynes/kernel-2.0-alpha- 
incubating/kernel-2.0-alpha-incubating.zip
[rat]http://people.apache.org/~jboynes/kernel-2.0-alpha- 
incubating/kernel-2.0-alpha-incubating.rat
[maven]  http://people.apache.org/repo/m2-incubating-repository/org/ 
apache/tuscany/sca/kernel/tuscany-api/2.0-alpha-incubating/
 http://people.apache.org/repo/m2-incubating-repository/org/ 
apache/tuscany/sca/kernel/tuscany-host-api/2.0-alpha-incubating/
 http://people.apache.org/repo/m2-incubating-repository/org/ 
apache/tuscany/sca/kernel/tuscany-spi/2.0-alpha-incubating/
 http://people.apache.org/repo/m2-incubating-repository/org/ 
apache/tuscany/sca/kernel/tuscany-core/2.0-alpha-incubating/


SCA Runtime Environments
[tag]https://svn.apache.org/repos/asf/incubator/tuscany/tags/ 
java/sca/runtime/2.0-alpha-incubating
[src]http://people.apache.org/~jboynes/runtime-2.0-alpha- 
incubating/runtime-2.0-alpha-incubating.tgz
 http://people.apache.org/~jboynes/runtime-2.0-alpha- 
incubating/runtime-2.0-alpha-incubating.zip
[rat]http://people.apache.org/~jboynes/runtime-2.0-alpha- 
incubating/runtime-2.0-alpha-incubating.rat
[maven]  http://people.apache.org/repo/m2-incubating-repository/org/ 
apache/tuscany/sca/runtime/services/management/management-jmx/2.0- 
alpha-incubating/
 http://people.apache.org/repo/m2-incubating-repository/org/ 
apache/tuscany/sca/runtime/services/maven/2.0-alpha-incubating/
 http://people.apache.org/repo/m2-incubating-repository/org/ 
apache/tuscany/sca/runtime/standalone/standalone-api/2.0-alpha- 
incubating/
 http://people.apache.org/repo/m2-incubating-repository/org/ 
apache/tuscany/sca/runtime/standalone/standalone-host/2.0-alpha- 
incubating/
 http://people.apache.org/repo/m2-incubating-repository/org/ 
apache/tuscany/sca/runtime/standalone/launcher/2.0-alpha-incubating/
 http://people.apache.org/repo/m2-incubating-repository/org/ 
apache/tuscany/sca/runtime/standalone/server.start/2.0-alpha- 
incubating/
 http://people.apache.org/repo/m2-incubating-repository/org/ 
apache/tuscany/sca/runtime/standalone/server.shutdown/2.0-alpha- 
incubating/
 http://people.apache.org/repo/m2-incubating-repository/org/ 
apache/tuscany/sca/runtime/standalone/assembly/2.0-alpha-incubating/
 http://people.apache.org/repo/m2-incubating-repository/org/ 
apache/tuscany/sca/runtime/webapp/webapp-api/2.0-alpha-incubating/
 http://people.apache.org/repo/m2-incubating-repository/org/ 
apache/tuscany/sca/runtime/webapp/webapp-host/2.0-alpha-incubating/
 

Re: [RESULT] Release 2.0-alpha of SCA Java kernel

2007-03-09 Thread Jeremy Boynes

On Mar 9, 2007, at 9:01 AM, Luciano Resende wrote:


Jeremy

  As for the samples, I'm still seeing the issue/exceptions on tomcat
5.5.20 and tomcat 6.0.10 in windows, did you change anything on the  
samples

to address them ?


Yes - Maven's WAR plugin only adds certain dependency types to the  
WEB-INF/lib directory and composite was not recognized. Reverting  
to a JAR to avoid the type confusion means common/calculator gets  
included in the lib directory and the resource is then present.


Did you rebuild the webcalc sample? On mine I now have WEB-INF/lib/ 
calculator-2.0-alpha-incubating.jar in the jar and it works fine.


--
Jeremy


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]