Re: [Axis2] JAX-WS 2.1 Merge

2008-01-27 Thread Brian De Pradine
I have raised a JIRA here, 
https://issues.apache.org/jira/browse/AXIS2-3479

Cheers

Brian DePradine
Web Services Development
IBM Hursley
External  +44 (0) 1962 816319 Internal 246319

If you can't find the time to do it right the first time, where will you 
find the time to do it again?


Davanum Srinivas <[EMAIL PROTECTED]> wrote on 27/01/2008 18:34:35:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Brian,
> 
> Could u please add a JIRA lest we forget?
> 
> thanks,
> dims
> 
> Brian De Pradine wrote:
> | The merge of the JAX-WS 2.1 code changes into the trunk is now 
complete.
> | All future development of JAX-WS 2.1 should take place in the trunk. 
The
> | one outstanding issue is with
> | org.apache.axis2.jaxws.sample.MtomSampleTests. It keeps failing 
whenever I
> | run a maven build, but when I run it on it's own, inside Eclipse, it
> | passes every time! To get around this issue I have commented out that 
test
> | for now. The failure I get is captured below.
> |
> | testSendImageAttachmentProperty12(org.apache.axis2.jaxws.sample.
> MtomSampleTests)
> |  Time elapsed: 0.219 sec  <<< FAILURE!
> | junit.framework.AssertionFailedError: Was expecting an exception due 
to
> | sending SOAP12 message to SOAP11 endpoint.
> | at junit.framework.Assert.fail(Assert.java:47)
> | at
> | org.apache.axis2.jaxws.sample.MtomSampleTests.
> testSendImageAttachmentProperty12(MtomSampleTests.java:224)
> | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> | at
> | sun.reflect.NativeMethodAccessorImpl.
> invoke(NativeMethodAccessorImpl.java:39)
> | at
> | sun.reflect.DelegatingMethodAccessorImpl.
> invoke(DelegatingMethodAccessorImpl.java:25)
> | at java.lang.reflect.Method.invoke(Method.java:585)
> | at junit.framework.TestCase.runTest(TestCase.java:168)
> | at junit.framework.TestCase.runBare(TestCase.java:134)
> | at junit.framework.TestResult$1.protect(TestResult.java:110)
> | at 
junit.framework.TestResult.runProtected(TestResult.java:128)
> | at junit.framework.TestResult.run(TestResult.java:113)
> | at junit.framework.TestCase.run(TestCase.java:124)
> | at junit.framework.TestSuite.runTest(TestSuite.java:232)
> | at junit.framework.TestSuite.run(TestSuite.java:227)
> | at junit.framework.TestSuite.runTest(TestSuite.java:232)
> | at junit.framework.TestSuite.run(TestSuite.java:227)
> | at 
junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
> | at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
> | at 
junit.framework.TestResult.runProtected(TestResult.java:128)
> | at junit.extensions.TestSetup.run(TestSetup.java:27)
> | at
> | org.junit.internal.runners.OldTestClassRunner.
> run(OldTestClassRunner.java:76)
> | at
> | org.apache.maven.surefire.junit4.JUnit4TestSet.
> execute(JUnit4TestSet.java:62)
> | at
> | org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.
> executeTestSet(AbstractDirectoryTestSuite.java:138)
> | at
> | org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.
> execute(AbstractDirectoryTestSuite.java:125)
> | at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
> | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> | at
> | sun.reflect.NativeMethodAccessorImpl.
> invoke(NativeMethodAccessorImpl.java:39)
> | at
> | sun.reflect.DelegatingMethodAccessorImpl.
> invoke(DelegatingMethodAccessorImpl.java:25)
> | at java.lang.reflect.Method.invoke(Method.java:585)
> | at
> | org.apache.maven.surefire.booter.SurefireBooter.
> runSuitesInProcess(SurefireBooter.java:290)
> | at
> | org.apache.maven.surefire.booter.SurefireBooter.
> main(SurefireBooter.java:818)
> |
> |
> | Cheers
> |
> | Brian DePradine
> | Web Services Development
> | IBM Hursley
> | External  +44 (0) 1962 816319 Internal 246319
> |
> | If you can't find the time to do it right the first time, where will 
you
> | find the time to do it again?
> |
> |
> |
> |
> |
> |
> | Unless stated otherwise above:
> | IBM United Kingdom Limited - Registered in England and Wales with 
number
> | 741598.
> | Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 
3AU
> |
> |
> |
> |
> |
> |
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.5 (Cygwin)
> 
> iD8DBQFHnM67gNg6eWEDv1kRAuz9AKCySZoD82dj8z8eYN7/5g1wLZTjVQCgnoBD
> cqSi0GNVp0+wq/LfauqxhWI=
> =s+bW
> -END PGP SIGNATURE-
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 






Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU







Fw: [Axis2] JAX-WS 2.1 Merge

2008-01-27 Thread Brian De Pradine
Resend with [Axis2] in the subject.

Cheers

Brian DePradine
Web Services Development
IBM Hursley
External  +44 (0) 1962 816319 Internal 246319

If you can't find the time to do it right the first time, where will you 
find the time to do it again?

- Forwarded by Brian De Pradine/UK/IBM on 27/01/2008 18:42 -

Brian De Pradine/UK/[EMAIL PROTECTED] wrote on 27/01/2008 18:32:43:

> 
> The merge of the JAX-WS 2.1 code changes into the trunk is now 
> complete. All future development of JAX-WS 2.1 should take place in 
> the trunk. The one outstanding issue is with  org.apache.axis2.
> jaxws.sample.MtomSampleTests. It keeps failing whenever I run a 
> maven build, but when I run it on it's own, inside Eclipse, it 
> passes every time! To get around this issue I have commented out 
> that test for now. The failure I get is captured below. 
> 
> testSendImageAttachmentProperty12(org.apache.axis2.jaxws.sample.
> MtomSampleTests)  Time elapsed: 0.219 sec  <<< FAILURE! 
> junit.framework.AssertionFailedError: Was expecting an exception due
> to sending SOAP12 message to SOAP11 endpoint. 
> at junit.framework.Assert.fail(Assert.java:47) 
> at org.apache.axis2.jaxws.sample.MtomSampleTests.
> testSendImageAttachmentProperty12(MtomSampleTests.java:224) 
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
> at sun.reflect.NativeMethodAccessorImpl.
> invoke(NativeMethodAccessorImpl.java:39) 
> at sun.reflect.DelegatingMethodAccessorImpl.
> invoke(DelegatingMethodAccessorImpl.java:25) 
> at java.lang.reflect.Method.invoke(Method.java:585) 
> at junit.framework.TestCase.runTest(TestCase.java:168) 
> at junit.framework.TestCase.runBare(TestCase.java:134) 
> at junit.framework.TestResult$1.protect(TestResult.java:110) 
> at junit.framework.TestResult.runProtected(TestResult.java:128) 
> at junit.framework.TestResult.run(TestResult.java:113) 
> at junit.framework.TestCase.run(TestCase.java:124) 
> at junit.framework.TestSuite.runTest(TestSuite.java:232) 
> at junit.framework.TestSuite.run(TestSuite.java:227) 
> at junit.framework.TestSuite.runTest(TestSuite.java:232) 
> at junit.framework.TestSuite.run(TestSuite.java:227) 
> at 
junit.extensions.TestDecorator.basicRun(TestDecorator.java:24) 
> at junit.extensions.TestSetup$1.protect(TestSetup.java:23) 
> at junit.framework.TestResult.runProtected(TestResult.java:128) 
> at junit.extensions.TestSetup.run(TestSetup.java:27) 
> at org.junit.internal.runners.OldTestClassRunner.
> run(OldTestClassRunner.java:76) 
> at org.apache.maven.surefire.junit4.JUnit4TestSet.
> execute(JUnit4TestSet.java:62) 
> at org.apache.maven.surefire.suite.
> 
AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
> at org.apache.maven.surefire.suite.
> AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125) 
> at org.apache.maven.surefire.Surefire.run(Surefire.java:132) 
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
> at sun.reflect.NativeMethodAccessorImpl.
> invoke(NativeMethodAccessorImpl.java:39) 
> at sun.reflect.DelegatingMethodAccessorImpl.
> invoke(DelegatingMethodAccessorImpl.java:25) 
> at java.lang.reflect.Method.invoke(Method.java:585) 
> at org.apache.maven.surefire.booter.SurefireBooter.
> runSuitesInProcess(SurefireBooter.java:290) 
> at org.apache.maven.surefire.booter.SurefireBooter.
> main(SurefireBooter.java:818) 
> 
> 
> Cheers
> 
> Brian DePradine
> Web Services Development
> IBM Hursley
> External  +44 (0) 1962 816319 Internal 246319
> 
> If you can't find the time to do it right the first time, where will
> you find the time to do it again?
> 
> 
> 
> 

> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with 
> number 741598. 
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 
3AU 
> 
> 
> 
> 






Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU







[Axis2] JAX-WS 2.1

2007-05-28 Thread Brian De Pradine
Hello Devs,

Sun have recently announced a JAX-WS 2.1 Maintenance Release which adds a 
number of new features to the existing JAX-WS 2.0. These include direct 
support for WS-Addressing, and new support for the WebServiceFeature 
configuration model. For further info please look here, [1]. I propose to 
extend our current JAX-WS 2.0 support in axis2 to support the JAX-WS 2.1 
MR. I have just created a branch [2] in which the development will take 
place, with the aim being to merge this back into the trunk at a suitable 
point in the future.

[1] http://jcp.org/en/jsr/detail?id=224
[2] http://svn.apache.org/viewvc/webservices/axis2/branches/java/jaxws21/

Cheers

Brian DePradine
Web Services Development
IBM Hursley
External  +44 (0) 1962 816319 Internal 246319

If you can't find the time to do it right the first time, where will you 
find the time to do it again?






Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU