You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Luciano Resende <lu...@gmail.com> on 2008/04/08 09:43:22 UTC

[SCA 1.2] RC3a

The RC3a is now available in [1]. Please give it a quick try, and I'll
call a vote in the morning.

[1] http://people.apache.org/~lresende/tuscany/sca-1.2-RC3a/

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

---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


Re: [SCA 1.2] RC3a

Posted by Simon Laws <si...@googlemail.com>.
On Tue, Apr 8, 2008 at 2:02 PM, Simon Laws <si...@googlemail.com>
wrote:

>
>
> On Tue, Apr 8, 2008 at 1:35 PM, ant elder <an...@gmail.com> wrote:
>
> > I've spent all morning reviewing this and its looking pretty good but
> > i've
> > just hit this NoClassDefFoundError when running the calculator sample
> > with
> > mvn from an empty local mvn repository:
> >
> > Running calculator.CalculatorTestCase
> > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.907
> > sec
> > <<< FAILURE!
> > testCalculator(calculator.CalculatorTestCase)  Time elapsed: 0.875 sec
> >  <<<
> > ERROR!
> > java.lang.NoClassDefFoundError: javax/jws/WebService
> >        at
> >
> > org.apache.tuscany.sca.interfacedef.java.jaxws.JAXWSJavaInterfaceProcessor.visitInterface(JAXWSJavaInterfaceProcessor.java:70)
> >
> >   ...ant
> >
> > On Tue, Apr 8, 2008 at 8:43 AM, Luciano Resende <lu...@gmail.com>
> > wrote:
> >
> > > The RC3a is now available in [1]. Please give it a quick try, and I'll
> > > call a vote in the morning.
> > >
> > > [1] http://people.apache.org/~lresende/tuscany/sca-1.2-RC3a/<http://people.apache.org/%7Elresende/tuscany/sca-1.2-RC3a/>
> > <http://people.apache.org/%7Elresende/tuscany/sca-1.2-RC3a/>
> > >
> > > --
> > > Luciano Resende
> > > Apache Tuscany Committer
> > > http://people.apache.org/~lresende<http://people.apache.org/%7Elresende><
> > http://people.apache.org/%7Elresende>
> > > http://lresende.blogspot.com/
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> > > For additional commands, e-mail: tuscany-dev-help@ws.apache.org
> > >
> > >
> >
>
> Hi
>
> I haven't got to the stage where I can try and recreate this as I'm having
> other maven problems (which I hope are local to me). A long shot as this
> doesn't look maven related but is this this inconsistent pom thing again
> [1]?
>
> Simon
>
> [1] http://www.mail-archive.com/tuscany-dev@ws.apache.org/msg27383.html
>

I got past my local problems an sample/calculator runs from maven for me
with just the tuscany part of the repo cleaned. Am currently doing a full
build of the src distro with a completely clear repo so I'll see if that
throws anything up. It'll take some time though.

I the mean time I noticed another couple of LICENSE funnies.

src/LICENSE
  The wrong version of the SDO license was present
  I neglected to add the w3c license for which I added a NOTICE entry
yesterday.

bin/LICENSE
   The dojotoolkit is mentioned without a version number
   The axion module is mentioned twice against different licenses. We missed
this as the second mention doesn't refer to a jar or version number.  I
assume that the first mention (with the full version number) is correct and
have removed the second.

I've checked in fixes for these into the branch.

Simon

Simon

Re: [SCA 1.2] RC3a

Posted by Simon Laws <si...@googlemail.com>.
On Tue, Apr 8, 2008 at 1:35 PM, ant elder <an...@gmail.com> wrote:

> I've spent all morning reviewing this and its looking pretty good but i've
> just hit this NoClassDefFoundError when running the calculator sample with
> mvn from an empty local mvn repository:
>
> Running calculator.CalculatorTestCase
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.907 sec
> <<< FAILURE!
> testCalculator(calculator.CalculatorTestCase)  Time elapsed: 0.875 sec
>  <<<
> ERROR!
> java.lang.NoClassDefFoundError: javax/jws/WebService
>        at
>
> org.apache.tuscany.sca.interfacedef.java.jaxws.JAXWSJavaInterfaceProcessor.visitInterface(JAXWSJavaInterfaceProcessor.java:70)
>
>   ...ant
>
> On Tue, Apr 8, 2008 at 8:43 AM, Luciano Resende <lu...@gmail.com>
> wrote:
>
> > The RC3a is now available in [1]. Please give it a quick try, and I'll
> > call a vote in the morning.
> >
> > [1] http://people.apache.org/~lresende/tuscany/sca-1.2-RC3a/<http://people.apache.org/%7Elresende/tuscany/sca-1.2-RC3a/>
> <http://people.apache.org/%7Elresende/tuscany/sca-1.2-RC3a/>
> >
> > --
> > Luciano Resende
> > Apache Tuscany Committer
> > http://people.apache.org/~lresende<http://people.apache.org/%7Elresende><
> http://people.apache.org/%7Elresende>
> > http://lresende.blogspot.com/
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> > For additional commands, e-mail: tuscany-dev-help@ws.apache.org
> >
> >
>

Hi

I haven't got to the stage where I can try and recreate this as I'm having
other maven problems (which I hope are local to me). A long shot as this
doesn't look maven related but is this this inconsistent pom thing again
[1]?

Simon

[1] http://www.mail-archive.com/tuscany-dev@ws.apache.org/msg27383.html

Re: [SCA 1.2] RC3a

Posted by ant elder <an...@gmail.com>.
I only tried changing interface-java-jaxws as i haven't done a full build of
the src distro, just that module and the calculator sample.

   ...ant

On Tue, Apr 8, 2008 at 7:13 PM, Luciano Resende <lu...@gmail.com>
wrote:

> Just want to check the places where you had to make changes. Did you
> only changed the modules/interface-java-jaxws/pom.xml dependency or
> you had to change the other references to it as the patch below ?
> Anyway, I'm trying a build to also check the differences on the
> distribution lib directory.
>
>
> Index: itest/databindings/interop/pom.xml
> ===================================================================
> --- itest/databindings/interop/pom.xml  (revision 645758)
> +++ itest/databindings/interop/pom.xml  (working copy)
> @@ -189,7 +189,7 @@
>                                 <artifactItem>
>                                      <groupId>javax.xml.ws</groupId>
>                                     <artifactId>jaxws-api</artifactId>
> -                                    <version>2.1</version>
> +                                    <version>2.1-1</version>
>                                     <type>jar</type>
>                                 </artifactItem>
>                                 <artifactItem>
> Index: modules/interface-java-jaxws/pom.xml
> ===================================================================
> --- modules/interface-java-jaxws/pom.xml        (revision 645758)
> +++ modules/interface-java-jaxws/pom.xml        (working copy)
> @@ -52,11 +52,22 @@
>             <scope>test</scope>
>         </dependency>
>
> -        <dependency>
> -            <groupId>javax.xml.ws</groupId>
> -            <artifactId>jaxws-api</artifactId>
> -            <version>2.1</version>
> -        </dependency>
> +       <dependency>
> +           <groupId>javax.xml.ws</groupId>
> +           <artifactId>jaxws-api</artifactId>
> +           <version>2.1-1</version>
> +           <exclusions>
> +               <exclusion>
> +                   <groupId>javax.jws</groupId>
> +                   <artifactId>jsr181</artifactId>
> +               </exclusion>
> +           </exclusions>
> +       </dependency>
> +       <dependency>
> +           <groupId>javax.jws</groupId>
> +           <artifactId>jsr181-api</artifactId>
> +           <version>1.0-MR1</version>
> +       </dependency>
>
>      </dependencies>
>
> @@ -101,7 +112,7 @@
>                                 <artifactItem>
>                                      <groupId>javax.xml.ws</groupId>
>                                     <artifactId>jaxws-api</artifactId>
> -                                    <version>2.1</version>
> +                                    <version>2.1-1</version>
>                                     <type>jar</type>
>                                 </artifactItem>
>                                 <artifactItem>
>
>
>
> On Tue, Apr 8, 2008 at 9:17 AM, ant elder <an...@apache.org> wrote:
> > Adding that gave me a missing artifact for javax.jws:jsr181:jar:1.0,
> adding
> >  an exclude and explicit dependency looks like it fixes it:
> >
> >
> >         <dependency>
> >             <groupId>javax.xml.ws</groupId>
> >             <artifactId>jaxws-api</artifactId>
> >             <version>2.1-1</version>
> >             <exclusions>
> >                 <exclusion>
> >                     <groupId>javax.jws</groupId>
> >                     <artifactId>jsr181</artifactId>
> >                 </exclusion>
> >             </exclusions>
> >         </dependency>
> >         <dependency>
> >             <groupId>javax.jws</groupId>
> >             <artifactId>jsr181-api</artifactId>
> >             <version>1.0-MR1</version>
> >         </dependency>
> >
> >    ...ant
> >
> >
> >
> >  On Tue, Apr 8, 2008 at 3:43 PM, Raymond Feng <en...@gmail.com>
> wrote:
> >
> >  > Hi, Ant.
> >  >
> >  > I think you hit the problem reported at
> >  > http://jira.codehaus.org/browse/MEV-573. You could delete the
> javax/xml/ws
> >  > folder from your local maven repo and try again. If you are lucky,
> you can
> >  > get the correct version from java.net repo.
> >  >
> >  > There is a workaround: Change the pom.xml to use version 2.1-1 for
> the
> >  > jaxws-api dependencies as follow.
> >  >
> >  > <dependency>
> >  >   <groupId>javax.xml.ws</groupId>
> >  >   <artifactId>jaxws-api</artifactId>
> >  >   <version>2.1-1</version>
> >  > </dependency>
> >  >
> >  > Thanks,
> >  > Raymond
> >  >
> >  > --------------------------------------------------
> >  > From: "ant elder" <an...@gmail.com>
> >  > Sent: Tuesday, April 08, 2008 5:35 AM
> >  > To: <tu...@ws.apache.org>
> >  > Subject: Re: [SCA 1.2] RC3a
> >  >
> >  >  I've spent all morning reviewing this and its looking pretty good
> but
> >  > > i've
> >  > > just hit this NoClassDefFoundError when running the calculator
> sample
> >  > > with
> >  > > mvn from an empty local mvn repository:
> >  > >
> >  > > Running calculator.CalculatorTestCase
> >  > > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
> 0.907
> >  > > sec
> >  > > <<< FAILURE!
> >  > > testCalculator(calculator.CalculatorTestCase)  Time elapsed: 0.875
> sec
> >  > > <<<
> >  > > ERROR!
> >  > > java.lang.NoClassDefFoundError: javax/jws/WebService
> >  > >       at
> >  > >
> >  > >
> org.apache.tuscany.sca.interfacedef.java.jaxws.JAXWSJavaInterfaceProcessor.visitInterface(JAXWSJavaInterfaceProcessor.java:70)
> >  > >
> >  > >  ...ant
> >  > >
> >  > > On Tue, Apr 8, 2008 at 8:43 AM, Luciano Resende <
> luckbr1975@gmail.com>
> >  > > wrote:
> >  > >
> >  > >  The RC3a is now available in [1]. Please give it a quick try, and
> I'll
> >  > > > call a vote in the morning.
> >  > > >
> >  > > > [1] http://people.apache.org/~lresende/tuscany/sca-1.2-RC3a/<http://people.apache.org/%7Elresende/tuscany/sca-1.2-RC3a/>
> <http://people.apache.org/%7Elresende/tuscany/sca-1.2-RC3a/>
> >  > > > <http://people.apache.org/%7Elresende/tuscany/sca-1.2-RC3a/>
> >  > > >
> >  > > > --
> >  > > > Luciano Resende
> >  > > > Apache Tuscany Committer
> >  > > > http://people.apache.org/~lresende<http://people.apache.org/%7Elresende>
> <http://people.apache.org/%7Elresende><
> >  > > > http://people.apache.org/%7Elresende>
> >  > > > http://lresende.blogspot.com/
> >  > > >
> >  > > >
> ---------------------------------------------------------------------
> >  > > > To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> >  > > > For additional commands, e-mail: tuscany-dev-help@ws.apache.org
> >  > > >
> >  > > >
> >  > > >
> >  > >
> >  > ---------------------------------------------------------------------
> >  > To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> >  > For additional commands, e-mail: tuscany-dev-help@ws.apache.org
> >  >
> >  >
> >
>
>
>
> --
> Luciano Resende
> Apache Tuscany Committer
> http://people.apache.org/~lresende <http://people.apache.org/%7Elresende>
> http://lresende.blogspot.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>
>

Re: [SCA 1.2] RC3a

Posted by Luciano Resende <lu...@gmail.com>.
Just want to check the places where you had to make changes. Did you
only changed the modules/interface-java-jaxws/pom.xml dependency or
you had to change the other references to it as the patch below ?
Anyway, I'm trying a build to also check the differences on the
distribution lib directory.


Index: itest/databindings/interop/pom.xml
===================================================================
--- itest/databindings/interop/pom.xml  (revision 645758)
+++ itest/databindings/interop/pom.xml  (working copy)
@@ -189,7 +189,7 @@
                                 <artifactItem>
                                     <groupId>javax.xml.ws</groupId>
                                     <artifactId>jaxws-api</artifactId>
-                                    <version>2.1</version>
+                                    <version>2.1-1</version>
                                     <type>jar</type>
                                 </artifactItem>
                                 <artifactItem>
Index: modules/interface-java-jaxws/pom.xml
===================================================================
--- modules/interface-java-jaxws/pom.xml        (revision 645758)
+++ modules/interface-java-jaxws/pom.xml        (working copy)
@@ -52,11 +52,22 @@
             <scope>test</scope>
         </dependency>

-        <dependency>
-            <groupId>javax.xml.ws</groupId>
-            <artifactId>jaxws-api</artifactId>
-            <version>2.1</version>
-        </dependency>
+       <dependency>
+           <groupId>javax.xml.ws</groupId>
+           <artifactId>jaxws-api</artifactId>
+           <version>2.1-1</version>
+           <exclusions>
+               <exclusion>
+                   <groupId>javax.jws</groupId>
+                   <artifactId>jsr181</artifactId>
+               </exclusion>
+           </exclusions>
+       </dependency>
+       <dependency>
+           <groupId>javax.jws</groupId>
+           <artifactId>jsr181-api</artifactId>
+           <version>1.0-MR1</version>
+       </dependency>

     </dependencies>

@@ -101,7 +112,7 @@
                                 <artifactItem>
                                     <groupId>javax.xml.ws</groupId>
                                     <artifactId>jaxws-api</artifactId>
-                                    <version>2.1</version>
+                                    <version>2.1-1</version>
                                     <type>jar</type>
                                 </artifactItem>
                                 <artifactItem>



On Tue, Apr 8, 2008 at 9:17 AM, ant elder <an...@apache.org> wrote:
> Adding that gave me a missing artifact for javax.jws:jsr181:jar:1.0, adding
>  an exclude and explicit dependency looks like it fixes it:
>
>
>         <dependency>
>             <groupId>javax.xml.ws</groupId>
>             <artifactId>jaxws-api</artifactId>
>             <version>2.1-1</version>
>             <exclusions>
>                 <exclusion>
>                     <groupId>javax.jws</groupId>
>                     <artifactId>jsr181</artifactId>
>                 </exclusion>
>             </exclusions>
>         </dependency>
>         <dependency>
>             <groupId>javax.jws</groupId>
>             <artifactId>jsr181-api</artifactId>
>             <version>1.0-MR1</version>
>         </dependency>
>
>    ...ant
>
>
>
>  On Tue, Apr 8, 2008 at 3:43 PM, Raymond Feng <en...@gmail.com> wrote:
>
>  > Hi, Ant.
>  >
>  > I think you hit the problem reported at
>  > http://jira.codehaus.org/browse/MEV-573. You could delete the javax/xml/ws
>  > folder from your local maven repo and try again. If you are lucky, you can
>  > get the correct version from java.net repo.
>  >
>  > There is a workaround: Change the pom.xml to use version 2.1-1 for the
>  > jaxws-api dependencies as follow.
>  >
>  > <dependency>
>  >   <groupId>javax.xml.ws</groupId>
>  >   <artifactId>jaxws-api</artifactId>
>  >   <version>2.1-1</version>
>  > </dependency>
>  >
>  > Thanks,
>  > Raymond
>  >
>  > --------------------------------------------------
>  > From: "ant elder" <an...@gmail.com>
>  > Sent: Tuesday, April 08, 2008 5:35 AM
>  > To: <tu...@ws.apache.org>
>  > Subject: Re: [SCA 1.2] RC3a
>  >
>  >  I've spent all morning reviewing this and its looking pretty good but
>  > > i've
>  > > just hit this NoClassDefFoundError when running the calculator sample
>  > > with
>  > > mvn from an empty local mvn repository:
>  > >
>  > > Running calculator.CalculatorTestCase
>  > > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.907
>  > > sec
>  > > <<< FAILURE!
>  > > testCalculator(calculator.CalculatorTestCase)  Time elapsed: 0.875 sec
>  > > <<<
>  > > ERROR!
>  > > java.lang.NoClassDefFoundError: javax/jws/WebService
>  > >       at
>  > >
>  > > org.apache.tuscany.sca.interfacedef.java.jaxws.JAXWSJavaInterfaceProcessor.visitInterface(JAXWSJavaInterfaceProcessor.java:70)
>  > >
>  > >  ...ant
>  > >
>  > > On Tue, Apr 8, 2008 at 8:43 AM, Luciano Resende <lu...@gmail.com>
>  > > wrote:
>  > >
>  > >  The RC3a is now available in [1]. Please give it a quick try, and I'll
>  > > > call a vote in the morning.
>  > > >
>  > > > [1] http://people.apache.org/~lresende/tuscany/sca-1.2-RC3a/<http://people.apache.org/%7Elresende/tuscany/sca-1.2-RC3a/>
>  > > > <http://people.apache.org/%7Elresende/tuscany/sca-1.2-RC3a/>
>  > > >
>  > > > --
>  > > > Luciano Resende
>  > > > Apache Tuscany Committer
>  > > > http://people.apache.org/~lresende<http://people.apache.org/%7Elresende><
>  > > > http://people.apache.org/%7Elresende>
>  > > > http://lresende.blogspot.com/
>  > > >
>  > > > ---------------------------------------------------------------------
>  > > > To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
>  > > > For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>  > > >
>  > > >
>  > > >
>  > >
>  > ---------------------------------------------------------------------
>  > To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
>  > For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>  >
>  >
>



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

---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


Re: [SCA 1.2] RC3a

Posted by ant elder <an...@apache.org>.
Adding that gave me a missing artifact for javax.jws:jsr181:jar:1.0, adding
an exclude and explicit dependency looks like it fixes it:

        <dependency>
            <groupId>javax.xml.ws</groupId>
            <artifactId>jaxws-api</artifactId>
            <version>2.1-1</version>
            <exclusions>
                <exclusion>
                    <groupId>javax.jws</groupId>
                    <artifactId>jsr181</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>javax.jws</groupId>
            <artifactId>jsr181-api</artifactId>
            <version>1.0-MR1</version>
        </dependency>

   ...ant

On Tue, Apr 8, 2008 at 3:43 PM, Raymond Feng <en...@gmail.com> wrote:

> Hi, Ant.
>
> I think you hit the problem reported at
> http://jira.codehaus.org/browse/MEV-573. You could delete the javax/xml/ws
> folder from your local maven repo and try again. If you are lucky, you can
> get the correct version from java.net repo.
>
> There is a workaround: Change the pom.xml to use version 2.1-1 for the
> jaxws-api dependencies as follow.
>
> <dependency>
>   <groupId>javax.xml.ws</groupId>
>   <artifactId>jaxws-api</artifactId>
>   <version>2.1-1</version>
> </dependency>
>
> Thanks,
> Raymond
>
> --------------------------------------------------
> From: "ant elder" <an...@gmail.com>
> Sent: Tuesday, April 08, 2008 5:35 AM
> To: <tu...@ws.apache.org>
> Subject: Re: [SCA 1.2] RC3a
>
>  I've spent all morning reviewing this and its looking pretty good but
> > i've
> > just hit this NoClassDefFoundError when running the calculator sample
> > with
> > mvn from an empty local mvn repository:
> >
> > Running calculator.CalculatorTestCase
> > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.907
> > sec
> > <<< FAILURE!
> > testCalculator(calculator.CalculatorTestCase)  Time elapsed: 0.875 sec
> > <<<
> > ERROR!
> > java.lang.NoClassDefFoundError: javax/jws/WebService
> >       at
> >
> > org.apache.tuscany.sca.interfacedef.java.jaxws.JAXWSJavaInterfaceProcessor.visitInterface(JAXWSJavaInterfaceProcessor.java:70)
> >
> >  ...ant
> >
> > On Tue, Apr 8, 2008 at 8:43 AM, Luciano Resende <lu...@gmail.com>
> > wrote:
> >
> >  The RC3a is now available in [1]. Please give it a quick try, and I'll
> > > call a vote in the morning.
> > >
> > > [1] http://people.apache.org/~lresende/tuscany/sca-1.2-RC3a/<http://people.apache.org/%7Elresende/tuscany/sca-1.2-RC3a/>
> > > <http://people.apache.org/%7Elresende/tuscany/sca-1.2-RC3a/>
> > >
> > > --
> > > Luciano Resende
> > > Apache Tuscany Committer
> > > http://people.apache.org/~lresende<http://people.apache.org/%7Elresende><
> > > http://people.apache.org/%7Elresende>
> > > http://lresende.blogspot.com/
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> > > For additional commands, e-mail: tuscany-dev-help@ws.apache.org
> > >
> > >
> > >
> >
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>
>

Re: [SCA 1.2] RC3a

Posted by Raymond Feng <en...@gmail.com>.
Hi, Ant.

I think you hit the problem reported at 
http://jira.codehaus.org/browse/MEV-573. You could delete the javax/xml/ws 
folder from your local maven repo and try again. If you are lucky, you can 
get the correct version from java.net repo.

There is a workaround: Change the pom.xml to use version 2.1-1 for the 
jaxws-api dependencies as follow.

<dependency>
    <groupId>javax.xml.ws</groupId>
    <artifactId>jaxws-api</artifactId>
    <version>2.1-1</version>
</dependency>

Thanks,
Raymond

--------------------------------------------------
From: "ant elder" <an...@gmail.com>
Sent: Tuesday, April 08, 2008 5:35 AM
To: <tu...@ws.apache.org>
Subject: Re: [SCA 1.2] RC3a

> I've spent all morning reviewing this and its looking pretty good but i've
> just hit this NoClassDefFoundError when running the calculator sample with
> mvn from an empty local mvn repository:
>
> Running calculator.CalculatorTestCase
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.907 sec
> <<< FAILURE!
> testCalculator(calculator.CalculatorTestCase)  Time elapsed: 0.875 sec 
> <<<
> ERROR!
> java.lang.NoClassDefFoundError: javax/jws/WebService
>        at
> org.apache.tuscany.sca.interfacedef.java.jaxws.JAXWSJavaInterfaceProcessor.visitInterface(JAXWSJavaInterfaceProcessor.java:70)
>
>   ...ant
>
> On Tue, Apr 8, 2008 at 8:43 AM, Luciano Resende <lu...@gmail.com>
> wrote:
>
>> The RC3a is now available in [1]. Please give it a quick try, and I'll
>> call a vote in the morning.
>>
>> [1] 
>> http://people.apache.org/~lresende/tuscany/sca-1.2-RC3a/<http://people.apache.org/%7Elresende/tuscany/sca-1.2-RC3a/>
>>
>> --
>> Luciano Resende
>> Apache Tuscany Committer
>> http://people.apache.org/~lresende <http://people.apache.org/%7Elresende>
>> http://lresende.blogspot.com/
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
>> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>>
>>
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


Re: [SCA 1.2] RC3a

Posted by ant elder <an...@gmail.com>.
I've spent all morning reviewing this and its looking pretty good but i've
just hit this NoClassDefFoundError when running the calculator sample with
mvn from an empty local mvn repository:

Running calculator.CalculatorTestCase
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.907 sec
<<< FAILURE!
testCalculator(calculator.CalculatorTestCase)  Time elapsed: 0.875 sec  <<<
ERROR!
java.lang.NoClassDefFoundError: javax/jws/WebService
        at
org.apache.tuscany.sca.interfacedef.java.jaxws.JAXWSJavaInterfaceProcessor.visitInterface(JAXWSJavaInterfaceProcessor.java:70)

   ...ant

On Tue, Apr 8, 2008 at 8:43 AM, Luciano Resende <lu...@gmail.com>
wrote:

> The RC3a is now available in [1]. Please give it a quick try, and I'll
> call a vote in the morning.
>
> [1] http://people.apache.org/~lresende/tuscany/sca-1.2-RC3a/<http://people.apache.org/%7Elresende/tuscany/sca-1.2-RC3a/>
>
> --
> Luciano Resende
> Apache Tuscany Committer
> http://people.apache.org/~lresende <http://people.apache.org/%7Elresende>
> http://lresende.blogspot.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>
>