Re: Please review the SCA Java 1.0.1 RC1

2007-10-30 Thread ant elder
Another issue is that there are number of new jars in the lib folder that
weren't there in the 1.0 release. If they are now needed the LICENSE and
NOTICE files need to be updated but I think most of them probably aren't
needed so whats bringing them in needs to be tracked down and an exclude
added.

   ...ant

On 10/30/07, Luciano Resende [EMAIL PROTECTED] wrote:

 I've spent some time checking the RC and here is what I found :

 itest/databindings/sdogen/pom.xml
still has SNAPSHOT on the version breaking the build on a clean repo
has reference to tuscany-host-jetty with SNAPSHOT version

 I tested all the sample webapps built using ant, and looks like only
 one working is sample-calculator-webapp, most of the others are
 failing with NoClassDefFoundError

 java.lang.NoClassDefFoundError:
 org/apache/tuscany/sca/definitions/xml/SCADefinitionsDocumentProcessor

 and sample-helloworld-ws-sdo-webapp is getting a NPE on the JSP

 I'll start creating some JIRAS around these issues.

 On 10/25/07, Ignacio Silva-Lepe [EMAIL PROTECTED] wrote:
  Trying out RC1 I am seeing the same problem as in TUSCANY-1791. Not sure
 why
  a EOF occurs in Tomcat's Servlet engine and not on Jetty.
 
  On 10/25/07, Raymond Feng [EMAIL PROTECTED] wrote:
  
   Hi,
  
   The SCA Java 1.0.1 RC1 is ready for review.
  
   SVN Tag:
  
 http://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0.1-RC1/
  
   Stage maven repo: http://people.apache.org/~rfeng/tuscany/maven/
  
   RAT report:
   http://people.apache.org/~rfeng/tuscany/1.0.1-RC1/1.0.1-RC1.rat.txt
  
   Distros (zip/gz/asc/md5) :
   http://people.apache.org/~rfeng/tuscany/1.0.1-RC1/
  
   Thanks,
   Raymond
  
   FYI:
   To build the source distro from the stage maven repo, you can add the
   profiles element below to your maven settings.xml and run mvn
 -Pstaging
   clean install.
  
   settings
  ...
  profiles
  profile
  idstaging/id
  activation
  activeByDefaultfalse/activeByDefault
  /activation
  repositories
  repository
  idtuscany.staging/id
  urlhttp://people.apache.org/~rfeng/tuscany/maven
   /url
  /repository
  /repositories
  pluginRepositories
  pluginRepository
  idtuscany.staging/id
  urlhttp://people.apache.org/~rfeng/tuscany/maven
   /url
  /pluginRepository
  /pluginRepositories
  /profile
  /profiles
  ...
   /settings
  
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 


 --
 Luciano Resende
 Apache Tuscany Committer
 http://people.apache.org/~lresende
 http://lresende.blogspot.com/

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




Re: Please review the SCA Java 1.0.1 RC1

2007-10-30 Thread Raymond Feng

Hi,

Here is the complete list of the jar differences:

The following are transivitely pulled in by rampart-core-1.3.jar. Venkat, 
can you help here?


Only in tuscany-sca-1.0.1-incubating-SNAPSHOT\lib: addressing-1.3.mar
Only in tuscany-sca-1.0.1-incubating-SNAPSHOT\lib: axis2-adb-codegen-1.3.jar
Only in tuscany-sca-1.0.1-incubating-SNAPSHOT\lib: axis2-xmlbeans-1.3.jar
Only in tuscany-sca-1.0.1-incubating-SNAPSHOT\lib: bcprov-jdk15-132.jar
Only in tuscany-sca-1.0.1-incubating-SNAPSHOT\lib: opensaml-1.1.jar
Only in tuscany-sca-1.0.1-incubating-SNAPSHOT\lib: ant-nodeps-1.7.0.jar
Only in tuscany-sca-1.0.1-incubating-SNAPSHOT\lib: commons-discovery-0.2.jar
Only in tuscany-sca-1.0.1-incubating-SNAPSHOT\lib: xbean-2.1.0.jar

Messed up by implementation-bpel (I'll add an exclusion):

Only in tuscany-sca-1.0.1-incubating-SNAPSHOT\lib: xercesImpl-2.8.0.jar
Only in tuscany-sca-1.0-incubating\lib: xercesImpl-2.8.1.jar

Added by databinding-json (I'll add it to the LICENSE file):

Only in tuscany-sca-1.0.1-incubating-SNAPSHOT\lib: jettison-1.0-RC2.jar

Thanks,
Raymond

- Original Message - 
From: ant elder [EMAIL PROTECTED]

To: tuscany-dev@ws.apache.org
Sent: Tuesday, October 30, 2007 1:09 AM
Subject: Re: Please review the SCA Java 1.0.1 RC1



Another issue is that there are number of new jars in the lib folder that
weren't there in the 1.0 release. If they are now needed the LICENSE and
NOTICE files need to be updated but I think most of them probably aren't
needed so whats bringing them in needs to be tracked down and an exclude
added.

  ...ant

On 10/30/07, Luciano Resende [EMAIL PROTECTED] wrote:


I've spent some time checking the RC and here is what I found :

itest/databindings/sdogen/pom.xml
   still has SNAPSHOT on the version breaking the build on a clean repo
   has reference to tuscany-host-jetty with SNAPSHOT version

I tested all the sample webapps built using ant, and looks like only
one working is sample-calculator-webapp, most of the others are
failing with NoClassDefFoundError

java.lang.NoClassDefFoundError:
org/apache/tuscany/sca/definitions/xml/SCADefinitionsDocumentProcessor

and sample-helloworld-ws-sdo-webapp is getting a NPE on the JSP

I'll start creating some JIRAS around these issues.

On 10/25/07, Ignacio Silva-Lepe [EMAIL PROTECTED] wrote:
 Trying out RC1 I am seeing the same problem as in TUSCANY-1791. Not 
 sure

why
 a EOF occurs in Tomcat's Servlet engine and not on Jetty.

 On 10/25/07, Raymond Feng [EMAIL PROTECTED] wrote:
 
  Hi,
 
  The SCA Java 1.0.1 RC1 is ready for review.
 
  SVN Tag:
 
http://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0.1-RC1/
 
  Stage maven repo: http://people.apache.org/~rfeng/tuscany/maven/
 
  RAT report:
  http://people.apache.org/~rfeng/tuscany/1.0.1-RC1/1.0.1-RC1.rat.txt
 
  Distros (zip/gz/asc/md5) :
  http://people.apache.org/~rfeng/tuscany/1.0.1-RC1/
 
  Thanks,
  Raymond
 
  FYI:
  To build the source distro from the stage maven repo, you can add the
  profiles element below to your maven settings.xml and run mvn
-Pstaging
  clean install.
 
  settings
 ...
 profiles
 profile
 idstaging/id
 activation
 activeByDefaultfalse/activeByDefault
 /activation
 repositories
 repository
 idtuscany.staging/id
 urlhttp://people.apache.org/~rfeng/tuscany/maven
  /url
 /repository
 /repositories
 pluginRepositories
 pluginRepository
 idtuscany.staging/id
 urlhttp://people.apache.org/~rfeng/tuscany/maven
  /url
 /pluginRepository
 /pluginRepositories
 /profile
 /profiles
 ...
  /settings
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 



--
Luciano Resende
Apache Tuscany Committer
http://people.apache.org/~lresende
http://lresende.blogspot.com/

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







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



Re: Please review the SCA Java 1.0.1 RC1

2007-10-29 Thread Luciano Resende
I've spent some time checking the RC and here is what I found :

itest/databindings/sdogen/pom.xml
   still has SNAPSHOT on the version breaking the build on a clean repo
   has reference to tuscany-host-jetty with SNAPSHOT version

I tested all the sample webapps built using ant, and looks like only
one working is sample-calculator-webapp, most of the others are
failing with NoClassDefFoundError

java.lang.NoClassDefFoundError:
org/apache/tuscany/sca/definitions/xml/SCADefinitionsDocumentProcessor

and sample-helloworld-ws-sdo-webapp is getting a NPE on the JSP

I'll start creating some JIRAS around these issues.

On 10/25/07, Ignacio Silva-Lepe [EMAIL PROTECTED] wrote:
 Trying out RC1 I am seeing the same problem as in TUSCANY-1791. Not sure why
 a EOF occurs in Tomcat's Servlet engine and not on Jetty.

 On 10/25/07, Raymond Feng [EMAIL PROTECTED] wrote:
 
  Hi,
 
  The SCA Java 1.0.1 RC1 is ready for review.
 
  SVN Tag:
  http://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0.1-RC1/
 
  Stage maven repo: http://people.apache.org/~rfeng/tuscany/maven/
 
  RAT report:
  http://people.apache.org/~rfeng/tuscany/1.0.1-RC1/1.0.1-RC1.rat.txt
 
  Distros (zip/gz/asc/md5) :
  http://people.apache.org/~rfeng/tuscany/1.0.1-RC1/
 
  Thanks,
  Raymond
 
  FYI:
  To build the source distro from the stage maven repo, you can add the
  profiles element below to your maven settings.xml and run mvn -Pstaging
  clean install.
 
  settings
 ...
 profiles
 profile
 idstaging/id
 activation
 activeByDefaultfalse/activeByDefault
 /activation
 repositories
 repository
 idtuscany.staging/id
 urlhttp://people.apache.org/~rfeng/tuscany/maven
  /url
 /repository
 /repositories
 pluginRepositories
 pluginRepository
 idtuscany.staging/id
 urlhttp://people.apache.org/~rfeng/tuscany/maven
  /url
 /pluginRepository
 /pluginRepositories
 /profile
 /profiles
 ...
  /settings
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 



-- 
Luciano Resende
Apache Tuscany Committer
http://people.apache.org/~lresende
http://lresende.blogspot.com/

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



Re: Please review the SCA Java 1.0.1 RC1

2007-10-29 Thread Raymond Feng

Hi,

Thanks for reporting the issues.

1) The SNAPSHOT dependencies are generated from .vm files which skipped out 
of my global replacement from 1.0.1-incubating-SNAPSHOT to 1.0.1-incubating.


2) The NoClassDefFoundError is caused by a missing 
tuscany-definitions-xml-1.0.1-incubating.jar in the build.xml. The module 
was spinned off after 1.0 release and build.xml ran out of sync.


Raymond

- Original Message - 
From: Luciano Resende [EMAIL PROTECTED]

To: tuscany-dev@ws.apache.org
Sent: Monday, October 29, 2007 5:21 PM
Subject: Re: Please review the SCA Java 1.0.1 RC1



I've spent some time checking the RC and here is what I found :

itest/databindings/sdogen/pom.xml
  still has SNAPSHOT on the version breaking the build on a clean repo
  has reference to tuscany-host-jetty with SNAPSHOT version

I tested all the sample webapps built using ant, and looks like only
one working is sample-calculator-webapp, most of the others are
failing with NoClassDefFoundError

java.lang.NoClassDefFoundError:
org/apache/tuscany/sca/definitions/xml/SCADefinitionsDocumentProcessor

and sample-helloworld-ws-sdo-webapp is getting a NPE on the JSP

I'll start creating some JIRAS around these issues.

On 10/25/07, Ignacio Silva-Lepe [EMAIL PROTECTED] wrote:
Trying out RC1 I am seeing the same problem as in TUSCANY-1791. Not sure 
why

a EOF occurs in Tomcat's Servlet engine and not on Jetty.

On 10/25/07, Raymond Feng [EMAIL PROTECTED] wrote:

 Hi,

 The SCA Java 1.0.1 RC1 is ready for review.

 SVN Tag:
 http://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0.1-RC1/

 Stage maven repo: http://people.apache.org/~rfeng/tuscany/maven/

 RAT report:
 http://people.apache.org/~rfeng/tuscany/1.0.1-RC1/1.0.1-RC1.rat.txt

 Distros (zip/gz/asc/md5) :
 http://people.apache.org/~rfeng/tuscany/1.0.1-RC1/

 Thanks,
 Raymond

 FYI:
 To build the source distro from the stage maven repo, you can add the
 profiles element below to your maven settings.xml and run 
 mvn -Pstaging

 clean install.

 settings
...
profiles
profile
idstaging/id
activation
activeByDefaultfalse/activeByDefault
/activation
repositories
repository
idtuscany.staging/id
urlhttp://people.apache.org/~rfeng/tuscany/maven
 /url
/repository
/repositories
pluginRepositories
pluginRepository
idtuscany.staging/id
urlhttp://people.apache.org/~rfeng/tuscany/maven
 /url
/pluginRepository
/pluginRepositories
/profile
/profiles
...
 /settings


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






--
Luciano Resende
Apache Tuscany Committer
http://people.apache.org/~lresende
http://lresende.blogspot.com/

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




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



Re: Please review the SCA Java 1.0.1 RC1

2007-10-25 Thread Ignacio Silva-Lepe
Quick comment, the notification sample readmes should really use release
neutral jar and dir names, my bad for not changing them before the spin of
RC1. In case a respin happens, the trivial change is the same as that of
r588330.

On 10/25/07, Raymond Feng [EMAIL PROTECTED] wrote:

 Hi,

 The SCA Java 1.0.1 RC1 is ready for review.

 SVN Tag:
 http://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0.1-RC1/

 Stage maven repo: http://people.apache.org/~rfeng/tuscany/maven/

 RAT report:
 http://people.apache.org/~rfeng/tuscany/1.0.1-RC1/1.0.1-RC1.rat.txt

 Distros (zip/gz/asc/md5) :
 http://people.apache.org/~rfeng/tuscany/1.0.1-RC1/

 Thanks,
 Raymond

 FYI:
 To build the source distro from the stage maven repo, you can add the
 profiles element below to your maven settings.xml and run mvn -Pstaging
 clean install.

 settings
...
profiles
profile
idstaging/id
activation
activeByDefaultfalse/activeByDefault
/activation
repositories
repository
idtuscany.staging/id
urlhttp://people.apache.org/~rfeng/tuscany/maven
 /url
/repository
/repositories
pluginRepositories
pluginRepository
idtuscany.staging/id
urlhttp://people.apache.org/~rfeng/tuscany/maven
 /url
/pluginRepository
/pluginRepositories
/profile
/profiles
...
 /settings


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




Re: Please review the SCA Java 1.0.1 RC1

2007-10-25 Thread Ignacio Silva-Lepe
Trying out RC1 I am seeing the same problem as in TUSCANY-1791. Not sure why
a EOF occurs in Tomcat's Servlet engine and not on Jetty.

On 10/25/07, Raymond Feng [EMAIL PROTECTED] wrote:

 Hi,

 The SCA Java 1.0.1 RC1 is ready for review.

 SVN Tag:
 http://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0.1-RC1/

 Stage maven repo: http://people.apache.org/~rfeng/tuscany/maven/

 RAT report:
 http://people.apache.org/~rfeng/tuscany/1.0.1-RC1/1.0.1-RC1.rat.txt

 Distros (zip/gz/asc/md5) :
 http://people.apache.org/~rfeng/tuscany/1.0.1-RC1/

 Thanks,
 Raymond

 FYI:
 To build the source distro from the stage maven repo, you can add the
 profiles element below to your maven settings.xml and run mvn -Pstaging
 clean install.

 settings
...
profiles
profile
idstaging/id
activation
activeByDefaultfalse/activeByDefault
/activation
repositories
repository
idtuscany.staging/id
urlhttp://people.apache.org/~rfeng/tuscany/maven
 /url
/repository
/repositories
pluginRepositories
pluginRepository
idtuscany.staging/id
urlhttp://people.apache.org/~rfeng/tuscany/maven
 /url
/pluginRepository
/pluginRepositories
/profile
/profiles
...
 /settings


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