You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Simon Laws <si...@googlemail.com> on 2007/09/14 09:57:47 UTC

Issues with policy/binding-ws-axis2/IBM JDK

My build is failing the binding-ws-axis2 tests

WSSecurityConfidentialityTestCase.java
WSSecurityIntegrityTestCase.java

I pinged Venkat to find out what the state of play is here and he is working
this as he had already noticed the issue which apparently is something to do
with using an IBM JDK (i'll let Venkat raise a JIRA is that's necessary)

On the latest version from svn I'm getting lots of warnings from
binding-ws-axis along the lines of

14-Sep-2007 08:51:22
org.apache.tuscany.sca.contribution.processor.ValidatingXML
StreamReader$1 error
WARNING: cvc-complex-type.4: Attribute 'targetNamespace' must appear on
element
'composite'.

Doesn't make tests fail. Is this just me? Anyone know why these are
appearing now?

Simon

Re: Issues with policy/binding-ws-axis2/IBM JDK

Posted by ant elder <an...@gmail.com>.
And i'm getting a fail building implementation-bpel, anyone else see that?

[INFO] [surefire:test]
[INFO] Surefire report directory:
C:\Tuscany\SVN\1.0-BRN-stage\modules\implementation-bpel\target\surefire-reports
[INFO] Building jar:
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\surefirebooter22132.jar
java.lang.NoClassDefFoundError:
org/apache/maven/surefire/booter/SurefireBooter
Exception in thread "main"
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE

   ...ant

On 9/14/07, Simon Laws <si...@googlemail.com> wrote:
>
> My build is failing the binding-ws-axis2 tests
>
> WSSecurityConfidentialityTestCase.java
> WSSecurityIntegrityTestCase.java
>
> I pinged Venkat to find out what the state of play is here and he is
> working
> this as he had already noticed the issue which apparently is something to
> do
> with using an IBM JDK (i'll let Venkat raise a JIRA is that's necessary)
>
> On the latest version from svn I'm getting lots of warnings from
> binding-ws-axis along the lines of
>
> 14-Sep-2007 08:51:22
> org.apache.tuscany.sca.contribution.processor.ValidatingXML
> StreamReader$1 error
> WARNING: cvc-complex-type.4: Attribute 'targetNamespace' must appear on
> element
> 'composite'.
>
> Doesn't make tests fail. Is this just me? Anyone know why these are
> appearing now?
>
> Simon
>

Re: Issues with policy/binding-ws-axis2/IBM JDK

Posted by Simon Laws <si...@googlemail.com>.
On 9/14/07, Luciano Resende <lu...@gmail.com> wrote:
>
> The validation warnings might be related to Sebastien's latest changes
> to validate the composite files (revision #575532 : Fix for
> TUSCANY-1276, validate SCA assembly XML files against the SCA XML
> schemas when we load them.)
>
> On 9/14/07, Simon Laws <si...@googlemail.com> wrote:
> > My build is failing the binding-ws-axis2 tests
> >
> > WSSecurityConfidentialityTestCase.java
> > WSSecurityIntegrityTestCase.java
> >
> > I pinged Venkat to find out what the state of play is here and he is
> working
> > this as he had already noticed the issue which apparently is something
> to do
> > with using an IBM JDK (i'll let Venkat raise a JIRA is that's necessary)
> >
> > On the latest version from svn I'm getting lots of warnings from
> > binding-ws-axis along the lines of
> >
> > 14-Sep-2007 08:51:22
> > org.apache.tuscany.sca.contribution.processor.ValidatingXML
> > StreamReader$1 error
> > WARNING: cvc-complex-type.4: Attribute 'targetNamespace' must appear on
> > element
> > 'composite'.
> >
> > Doesn't make tests fail. Is this just me? Anyone know why these are
> > appearing now?
> >
> > Simon
> >
>
>
> --
> 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
>
> Ah, thanks Luciano.

Simon

Re: Issues with policy/binding-ws-axis2/IBM JDK

Posted by Luciano Resende <lu...@gmail.com>.
The validation warnings might be related to Sebastien's latest changes
to validate the composite files (revision #575532 : Fix for
TUSCANY-1276, validate SCA assembly XML files against the SCA XML
schemas when we load them.)

On 9/14/07, Simon Laws <si...@googlemail.com> wrote:
> My build is failing the binding-ws-axis2 tests
>
> WSSecurityConfidentialityTestCase.java
> WSSecurityIntegrityTestCase.java
>
> I pinged Venkat to find out what the state of play is here and he is working
> this as he had already noticed the issue which apparently is something to do
> with using an IBM JDK (i'll let Venkat raise a JIRA is that's necessary)
>
> On the latest version from svn I'm getting lots of warnings from
> binding-ws-axis along the lines of
>
> 14-Sep-2007 08:51:22
> org.apache.tuscany.sca.contribution.processor.ValidatingXML
> StreamReader$1 error
> WARNING: cvc-complex-type.4: Attribute 'targetNamespace' must appear on
> element
> 'composite'.
>
> Doesn't make tests fail. Is this just me? Anyone know why these are
> appearing now?
>
> Simon
>


-- 
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: Issues with policy/binding-ws-axis2/IBM JDK

Posted by Simon Laws <si...@googlemail.com>.
On 9/14/07, Venkata Krishnan <fo...@gmail.com> wrote:
>
> Hi Simon, I've responded to this in another thread that Sebastien stared
> about the same problem.  Here it is..
> http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg23352.html
>
> Please let me know if this works for you.  I have tested it and it works
> on
> my machine.
>
> Thanks
>
> - Venkat
>
> On 9/14/07, Simon Laws <si...@googlemail.com> wrote:
> >
> > My build is failing the binding-ws-axis2 tests
> >
> > WSSecurityConfidentialityTestCase.java
> > WSSecurityIntegrityTestCase.java
> >
> > I pinged Venkat to find out what the state of play is here and he is
> > working
> > this as he had already noticed the issue which apparently is something
> to
> > do
> > with using an IBM JDK (i'll let Venkat raise a JIRA is that's necessary)
> >
> > On the latest version from svn I'm getting lots of warnings from
> > binding-ws-axis along the lines of
> >
> > 14-Sep-2007 08:51:22
> > org.apache.tuscany.sca.contribution.processor.ValidatingXML
> > StreamReader$1 error
> > WARNING: cvc-complex-type.4: Attribute 'targetNamespace' must appear on
> > element
> > 'composite'.
> >
> > Doesn't make tests fail. Is this just me? Anyone know why these are
> > appearing now?
> >
> > Simon
> >
>
Ok, thanks Venkat.

Simon

Re: Issues with policy/binding-ws-axis2/IBM JDK

Posted by Venkata Krishnan <fo...@gmail.com>.
Hi Simon, I've responded to this in another thread that Sebastien stared
about the same problem.  Here it is..
http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg23352.html

Please let me know if this works for you.  I have tested it and it works on
my machine.

Thanks

- Venkat

On 9/14/07, Simon Laws <si...@googlemail.com> wrote:
>
> My build is failing the binding-ws-axis2 tests
>
> WSSecurityConfidentialityTestCase.java
> WSSecurityIntegrityTestCase.java
>
> I pinged Venkat to find out what the state of play is here and he is
> working
> this as he had already noticed the issue which apparently is something to
> do
> with using an IBM JDK (i'll let Venkat raise a JIRA is that's necessary)
>
> On the latest version from svn I'm getting lots of warnings from
> binding-ws-axis along the lines of
>
> 14-Sep-2007 08:51:22
> org.apache.tuscany.sca.contribution.processor.ValidatingXML
> StreamReader$1 error
> WARNING: cvc-complex-type.4: Attribute 'targetNamespace' must appear on
> element
> 'composite'.
>
> Doesn't make tests fail. Is this just me? Anyone know why these are
> appearing now?
>
> Simon
>