You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Davanum Srinivas (JIRA)" <ji...@apache.org> on 2007/04/13 22:13:15 UTC

[jira] Created: (AXIS2-2525) AnnotationServiceImplDescriptionTests breaks

AnnotationServiceImplDescriptionTests breaks
--------------------------------------------

                 Key: AXIS2-2525
                 URL: https://issues.apache.org/jira/browse/AXIS2-2525
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
            Reporter: Davanum Srinivas


Testsuite: org.apache.axis2.jaxws.description.AnnotationServiceImplDescriptionTests
Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 0.562 sec

Testcase: testOverloadedServiceImplWithSEI(org.apache.axis2.jaxws.description.AnnotationServiceImplDescriptionTests):	Caused an ERROR
Validation error: SEI return value java.util.concurrent.Future<?> does not match implementation method return value javax.xml.ws.Response<org.test.proxy.doclitwrapped.ReturnType>; Implementation class: org.apache.axis2.jaxws.description.DocLitWrappedImplWithSEI; Method name: twoWayAsync; Endpoint Interface: org.apache.axis2.jaxws.description.DocLitWrappedProxy
javax.xml.ws.WebServiceException: Validation error: SEI return value java.util.concurrent.Future<?> does not match implementation method return value javax.xml.ws.Response<org.test.proxy.doclitwrapped.ReturnType>; Implementation class: org.apache.axis2.jaxws.description.DocLitWrappedImplWithSEI; Method name: twoWayAsync; Endpoint Interface: org.apache.axis2.jaxws.description.DocLitWrappedProxy
	at org.apache.axis2.jaxws.ExceptionFactory.createWebServiceException(ExceptionFactory.java:170)
	at org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:67)
	at org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:115)
	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.validateMethodReturnValue(ServiceDescriptionImpl.java:1079)
	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.validateImplementation(ServiceDescriptionImpl.java:984)
	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.validateIntegrity(ServiceDescriptionImpl.java:781)
	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.validateDBCLIntegrity(ServiceDescriptionImpl.java:627)
	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.<init>(ServiceDescriptionImpl.java:175)
	at org.apache.axis2.jaxws.description.impl.DescriptionFactoryImpl.createServiceDescriptionFromDBCMap(DescriptionFactoryImpl.java:169)
	at org.apache.axis2.jaxws.description.impl.DescriptionFactoryImpl.createServiceDescription(DescriptionFactoryImpl.java:138)
	at org.apache.axis2.jaxws.description.DescriptionFactory.createServiceDescription(DescriptionFactory.java:141)
	at org.apache.axis2.jaxws.description.AnnotationServiceImplDescriptionTests.testOverloadedServiceImplWithSEI(AnnotationServiceImplDescriptionTests.java:134)




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Resolved: (AXIS2-2525) AnnotationServiceImplDescriptionTests broken

Posted by "Jeff Barrett (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Barrett resolved AXIS2-2525.
---------------------------------

    Resolution: Fixed

Fixed in Committed revision 579726

> AnnotationServiceImplDescriptionTests broken
> --------------------------------------------
>
>                 Key: AXIS2-2525
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2525
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Davanum Srinivas
>            Assignee: Jeff Barrett
>
> Testsuite: org.apache.axis2.jaxws.description.AnnotationServiceImplDescriptionTests
> Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 0.562 sec
> Testcase: testOverloadedServiceImplWithSEI(org.apache.axis2.jaxws.description.AnnotationServiceImplDescriptionTests):	Caused an ERROR
> Validation error: SEI return value java.util.concurrent.Future<?> does not match implementation method return value javax.xml.ws.Response<org.test.proxy.doclitwrapped.ReturnType>; Implementation class: org.apache.axis2.jaxws.description.DocLitWrappedImplWithSEI; Method name: twoWayAsync; Endpoint Interface: org.apache.axis2.jaxws.description.DocLitWrappedProxy
> javax.xml.ws.WebServiceException: Validation error: SEI return value java.util.concurrent.Future<?> does not match implementation method return value javax.xml.ws.Response<org.test.proxy.doclitwrapped.ReturnType>; Implementation class: org.apache.axis2.jaxws.description.DocLitWrappedImplWithSEI; Method name: twoWayAsync; Endpoint Interface: org.apache.axis2.jaxws.description.DocLitWrappedProxy
> 	at org.apache.axis2.jaxws.ExceptionFactory.createWebServiceException(ExceptionFactory.java:170)
> 	at org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:67)
> 	at org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:115)
> 	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.validateMethodReturnValue(ServiceDescriptionImpl.java:1079)
> 	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.validateImplementation(ServiceDescriptionImpl.java:984)
> 	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.validateIntegrity(ServiceDescriptionImpl.java:781)
> 	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.validateDBCLIntegrity(ServiceDescriptionImpl.java:627)
> 	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.<init>(ServiceDescriptionImpl.java:175)
> 	at org.apache.axis2.jaxws.description.impl.DescriptionFactoryImpl.createServiceDescriptionFromDBCMap(DescriptionFactoryImpl.java:169)
> 	at org.apache.axis2.jaxws.description.impl.DescriptionFactoryImpl.createServiceDescription(DescriptionFactoryImpl.java:138)
> 	at org.apache.axis2.jaxws.description.DescriptionFactory.createServiceDescription(DescriptionFactory.java:141)
> 	at org.apache.axis2.jaxws.description.AnnotationServiceImplDescriptionTests.testOverloadedServiceImplWithSEI(AnnotationServiceImplDescriptionTests.java:134)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (AXIS2-2525) AnnotationServiceImplDescriptionTests broken

Posted by "Jeff Barrett (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488779 ] 

Jeff Barrett commented on AXIS2-2525:
-------------------------------------

I just did a checkout of 528651, and this test runs successfully on Windows.  Are you seeing this error on Windows?  Or on some other platform?

> AnnotationServiceImplDescriptionTests broken
> --------------------------------------------
>
>                 Key: AXIS2-2525
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2525
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Davanum Srinivas
>
> Testsuite: org.apache.axis2.jaxws.description.AnnotationServiceImplDescriptionTests
> Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 0.562 sec
> Testcase: testOverloadedServiceImplWithSEI(org.apache.axis2.jaxws.description.AnnotationServiceImplDescriptionTests):	Caused an ERROR
> Validation error: SEI return value java.util.concurrent.Future<?> does not match implementation method return value javax.xml.ws.Response<org.test.proxy.doclitwrapped.ReturnType>; Implementation class: org.apache.axis2.jaxws.description.DocLitWrappedImplWithSEI; Method name: twoWayAsync; Endpoint Interface: org.apache.axis2.jaxws.description.DocLitWrappedProxy
> javax.xml.ws.WebServiceException: Validation error: SEI return value java.util.concurrent.Future<?> does not match implementation method return value javax.xml.ws.Response<org.test.proxy.doclitwrapped.ReturnType>; Implementation class: org.apache.axis2.jaxws.description.DocLitWrappedImplWithSEI; Method name: twoWayAsync; Endpoint Interface: org.apache.axis2.jaxws.description.DocLitWrappedProxy
> 	at org.apache.axis2.jaxws.ExceptionFactory.createWebServiceException(ExceptionFactory.java:170)
> 	at org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:67)
> 	at org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:115)
> 	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.validateMethodReturnValue(ServiceDescriptionImpl.java:1079)
> 	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.validateImplementation(ServiceDescriptionImpl.java:984)
> 	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.validateIntegrity(ServiceDescriptionImpl.java:781)
> 	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.validateDBCLIntegrity(ServiceDescriptionImpl.java:627)
> 	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.<init>(ServiceDescriptionImpl.java:175)
> 	at org.apache.axis2.jaxws.description.impl.DescriptionFactoryImpl.createServiceDescriptionFromDBCMap(DescriptionFactoryImpl.java:169)
> 	at org.apache.axis2.jaxws.description.impl.DescriptionFactoryImpl.createServiceDescription(DescriptionFactoryImpl.java:138)
> 	at org.apache.axis2.jaxws.description.DescriptionFactory.createServiceDescription(DescriptionFactory.java:141)
> 	at org.apache.axis2.jaxws.description.AnnotationServiceImplDescriptionTests.testOverloadedServiceImplWithSEI(AnnotationServiceImplDescriptionTests.java:134)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (AXIS2-2525) AnnotationServiceImplDescriptionTests broken

Posted by "Jeff Barrett (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489406 ] 

Jeff Barrett commented on AXIS2-2525:
-------------------------------------

Dims, thanks for the info.  I ran the test (and it passed) on the IBM JDK, so it seems the failure is related to a difference in the JVMs.  Since the continum build was also failing, I think that was on Solaris, and also a Sun JDK.

Also, thanks for commenting out the test until this is resolved.  For reference, the test was excluded 4/13 by Dims:
         dims          Temporarily exclude test - logged bug AXIS2-2525
             /webservices/axis2/trunk/java/modules/metadata/pom.xml
            /webservices/axis2/trunk/java/modules/metadata/project.xml

> AnnotationServiceImplDescriptionTests broken
> --------------------------------------------
>
>                 Key: AXIS2-2525
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2525
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Davanum Srinivas
>
> Testsuite: org.apache.axis2.jaxws.description.AnnotationServiceImplDescriptionTests
> Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 0.562 sec
> Testcase: testOverloadedServiceImplWithSEI(org.apache.axis2.jaxws.description.AnnotationServiceImplDescriptionTests):	Caused an ERROR
> Validation error: SEI return value java.util.concurrent.Future<?> does not match implementation method return value javax.xml.ws.Response<org.test.proxy.doclitwrapped.ReturnType>; Implementation class: org.apache.axis2.jaxws.description.DocLitWrappedImplWithSEI; Method name: twoWayAsync; Endpoint Interface: org.apache.axis2.jaxws.description.DocLitWrappedProxy
> javax.xml.ws.WebServiceException: Validation error: SEI return value java.util.concurrent.Future<?> does not match implementation method return value javax.xml.ws.Response<org.test.proxy.doclitwrapped.ReturnType>; Implementation class: org.apache.axis2.jaxws.description.DocLitWrappedImplWithSEI; Method name: twoWayAsync; Endpoint Interface: org.apache.axis2.jaxws.description.DocLitWrappedProxy
> 	at org.apache.axis2.jaxws.ExceptionFactory.createWebServiceException(ExceptionFactory.java:170)
> 	at org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:67)
> 	at org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:115)
> 	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.validateMethodReturnValue(ServiceDescriptionImpl.java:1079)
> 	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.validateImplementation(ServiceDescriptionImpl.java:984)
> 	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.validateIntegrity(ServiceDescriptionImpl.java:781)
> 	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.validateDBCLIntegrity(ServiceDescriptionImpl.java:627)
> 	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.<init>(ServiceDescriptionImpl.java:175)
> 	at org.apache.axis2.jaxws.description.impl.DescriptionFactoryImpl.createServiceDescriptionFromDBCMap(DescriptionFactoryImpl.java:169)
> 	at org.apache.axis2.jaxws.description.impl.DescriptionFactoryImpl.createServiceDescription(DescriptionFactoryImpl.java:138)
> 	at org.apache.axis2.jaxws.description.DescriptionFactory.createServiceDescription(DescriptionFactory.java:141)
> 	at org.apache.axis2.jaxws.description.AnnotationServiceImplDescriptionTests.testOverloadedServiceImplWithSEI(AnnotationServiceImplDescriptionTests.java:134)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (AXIS2-2525) AnnotationServiceImplDescriptionTests broken

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas updated AXIS2-2525:
------------------------------------

    Assignee: Jeff Barrett

> AnnotationServiceImplDescriptionTests broken
> --------------------------------------------
>
>                 Key: AXIS2-2525
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2525
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Davanum Srinivas
>            Assignee: Jeff Barrett
>
> Testsuite: org.apache.axis2.jaxws.description.AnnotationServiceImplDescriptionTests
> Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 0.562 sec
> Testcase: testOverloadedServiceImplWithSEI(org.apache.axis2.jaxws.description.AnnotationServiceImplDescriptionTests):	Caused an ERROR
> Validation error: SEI return value java.util.concurrent.Future<?> does not match implementation method return value javax.xml.ws.Response<org.test.proxy.doclitwrapped.ReturnType>; Implementation class: org.apache.axis2.jaxws.description.DocLitWrappedImplWithSEI; Method name: twoWayAsync; Endpoint Interface: org.apache.axis2.jaxws.description.DocLitWrappedProxy
> javax.xml.ws.WebServiceException: Validation error: SEI return value java.util.concurrent.Future<?> does not match implementation method return value javax.xml.ws.Response<org.test.proxy.doclitwrapped.ReturnType>; Implementation class: org.apache.axis2.jaxws.description.DocLitWrappedImplWithSEI; Method name: twoWayAsync; Endpoint Interface: org.apache.axis2.jaxws.description.DocLitWrappedProxy
> 	at org.apache.axis2.jaxws.ExceptionFactory.createWebServiceException(ExceptionFactory.java:170)
> 	at org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:67)
> 	at org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:115)
> 	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.validateMethodReturnValue(ServiceDescriptionImpl.java:1079)
> 	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.validateImplementation(ServiceDescriptionImpl.java:984)
> 	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.validateIntegrity(ServiceDescriptionImpl.java:781)
> 	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.validateDBCLIntegrity(ServiceDescriptionImpl.java:627)
> 	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.<init>(ServiceDescriptionImpl.java:175)
> 	at org.apache.axis2.jaxws.description.impl.DescriptionFactoryImpl.createServiceDescriptionFromDBCMap(DescriptionFactoryImpl.java:169)
> 	at org.apache.axis2.jaxws.description.impl.DescriptionFactoryImpl.createServiceDescription(DescriptionFactoryImpl.java:138)
> 	at org.apache.axis2.jaxws.description.DescriptionFactory.createServiceDescription(DescriptionFactory.java:141)
> 	at org.apache.axis2.jaxws.description.AnnotationServiceImplDescriptionTests.testOverloadedServiceImplWithSEI(AnnotationServiceImplDescriptionTests.java:134)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (AXIS2-2525) AnnotationServiceImplDescriptionTests broken

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas updated AXIS2-2525:
------------------------------------

    Component/s: jaxws
        Summary: AnnotationServiceImplDescriptionTests broken  (was: AnnotationServiceImplDescriptionTests breaks)

> AnnotationServiceImplDescriptionTests broken
> --------------------------------------------
>
>                 Key: AXIS2-2525
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2525
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Davanum Srinivas
>
> Testsuite: org.apache.axis2.jaxws.description.AnnotationServiceImplDescriptionTests
> Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 0.562 sec
> Testcase: testOverloadedServiceImplWithSEI(org.apache.axis2.jaxws.description.AnnotationServiceImplDescriptionTests):	Caused an ERROR
> Validation error: SEI return value java.util.concurrent.Future<?> does not match implementation method return value javax.xml.ws.Response<org.test.proxy.doclitwrapped.ReturnType>; Implementation class: org.apache.axis2.jaxws.description.DocLitWrappedImplWithSEI; Method name: twoWayAsync; Endpoint Interface: org.apache.axis2.jaxws.description.DocLitWrappedProxy
> javax.xml.ws.WebServiceException: Validation error: SEI return value java.util.concurrent.Future<?> does not match implementation method return value javax.xml.ws.Response<org.test.proxy.doclitwrapped.ReturnType>; Implementation class: org.apache.axis2.jaxws.description.DocLitWrappedImplWithSEI; Method name: twoWayAsync; Endpoint Interface: org.apache.axis2.jaxws.description.DocLitWrappedProxy
> 	at org.apache.axis2.jaxws.ExceptionFactory.createWebServiceException(ExceptionFactory.java:170)
> 	at org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:67)
> 	at org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:115)
> 	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.validateMethodReturnValue(ServiceDescriptionImpl.java:1079)
> 	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.validateImplementation(ServiceDescriptionImpl.java:984)
> 	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.validateIntegrity(ServiceDescriptionImpl.java:781)
> 	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.validateDBCLIntegrity(ServiceDescriptionImpl.java:627)
> 	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.<init>(ServiceDescriptionImpl.java:175)
> 	at org.apache.axis2.jaxws.description.impl.DescriptionFactoryImpl.createServiceDescriptionFromDBCMap(DescriptionFactoryImpl.java:169)
> 	at org.apache.axis2.jaxws.description.impl.DescriptionFactoryImpl.createServiceDescription(DescriptionFactoryImpl.java:138)
> 	at org.apache.axis2.jaxws.description.DescriptionFactory.createServiceDescription(DescriptionFactory.java:141)
> 	at org.apache.axis2.jaxws.description.AnnotationServiceImplDescriptionTests.testOverloadedServiceImplWithSEI(AnnotationServiceImplDescriptionTests.java:134)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (AXIS2-2525) AnnotationServiceImplDescriptionTests broken

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488781 ] 

Davanum Srinivas commented on AXIS2-2525:
-----------------------------------------

on windows under sun jdk 1.5.0_11.

-- dims

> AnnotationServiceImplDescriptionTests broken
> --------------------------------------------
>
>                 Key: AXIS2-2525
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2525
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Davanum Srinivas
>
> Testsuite: org.apache.axis2.jaxws.description.AnnotationServiceImplDescriptionTests
> Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 0.562 sec
> Testcase: testOverloadedServiceImplWithSEI(org.apache.axis2.jaxws.description.AnnotationServiceImplDescriptionTests):	Caused an ERROR
> Validation error: SEI return value java.util.concurrent.Future<?> does not match implementation method return value javax.xml.ws.Response<org.test.proxy.doclitwrapped.ReturnType>; Implementation class: org.apache.axis2.jaxws.description.DocLitWrappedImplWithSEI; Method name: twoWayAsync; Endpoint Interface: org.apache.axis2.jaxws.description.DocLitWrappedProxy
> javax.xml.ws.WebServiceException: Validation error: SEI return value java.util.concurrent.Future<?> does not match implementation method return value javax.xml.ws.Response<org.test.proxy.doclitwrapped.ReturnType>; Implementation class: org.apache.axis2.jaxws.description.DocLitWrappedImplWithSEI; Method name: twoWayAsync; Endpoint Interface: org.apache.axis2.jaxws.description.DocLitWrappedProxy
> 	at org.apache.axis2.jaxws.ExceptionFactory.createWebServiceException(ExceptionFactory.java:170)
> 	at org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:67)
> 	at org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:115)
> 	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.validateMethodReturnValue(ServiceDescriptionImpl.java:1079)
> 	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.validateImplementation(ServiceDescriptionImpl.java:984)
> 	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.validateIntegrity(ServiceDescriptionImpl.java:781)
> 	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.validateDBCLIntegrity(ServiceDescriptionImpl.java:627)
> 	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.<init>(ServiceDescriptionImpl.java:175)
> 	at org.apache.axis2.jaxws.description.impl.DescriptionFactoryImpl.createServiceDescriptionFromDBCMap(DescriptionFactoryImpl.java:169)
> 	at org.apache.axis2.jaxws.description.impl.DescriptionFactoryImpl.createServiceDescription(DescriptionFactoryImpl.java:138)
> 	at org.apache.axis2.jaxws.description.DescriptionFactory.createServiceDescription(DescriptionFactory.java:141)
> 	at org.apache.axis2.jaxws.description.AnnotationServiceImplDescriptionTests.testOverloadedServiceImplWithSEI(AnnotationServiceImplDescriptionTests.java:134)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (AXIS2-2525) AnnotationServiceImplDescriptionTests broken

Posted by "Jeff Barrett (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530478 ] 

Jeff Barrett commented on AXIS2-2525:
-------------------------------------

Working on this now; just about have it fixed.  It is a problem with the validation logic and overloaded methods.  The Sun compiler is returning an unordered collection in a different order than the IBM compiler, which is what surfaced the problem.

> AnnotationServiceImplDescriptionTests broken
> --------------------------------------------
>
>                 Key: AXIS2-2525
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2525
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Davanum Srinivas
>            Assignee: Jeff Barrett
>
> Testsuite: org.apache.axis2.jaxws.description.AnnotationServiceImplDescriptionTests
> Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 0.562 sec
> Testcase: testOverloadedServiceImplWithSEI(org.apache.axis2.jaxws.description.AnnotationServiceImplDescriptionTests):	Caused an ERROR
> Validation error: SEI return value java.util.concurrent.Future<?> does not match implementation method return value javax.xml.ws.Response<org.test.proxy.doclitwrapped.ReturnType>; Implementation class: org.apache.axis2.jaxws.description.DocLitWrappedImplWithSEI; Method name: twoWayAsync; Endpoint Interface: org.apache.axis2.jaxws.description.DocLitWrappedProxy
> javax.xml.ws.WebServiceException: Validation error: SEI return value java.util.concurrent.Future<?> does not match implementation method return value javax.xml.ws.Response<org.test.proxy.doclitwrapped.ReturnType>; Implementation class: org.apache.axis2.jaxws.description.DocLitWrappedImplWithSEI; Method name: twoWayAsync; Endpoint Interface: org.apache.axis2.jaxws.description.DocLitWrappedProxy
> 	at org.apache.axis2.jaxws.ExceptionFactory.createWebServiceException(ExceptionFactory.java:170)
> 	at org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:67)
> 	at org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:115)
> 	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.validateMethodReturnValue(ServiceDescriptionImpl.java:1079)
> 	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.validateImplementation(ServiceDescriptionImpl.java:984)
> 	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.validateIntegrity(ServiceDescriptionImpl.java:781)
> 	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.validateDBCLIntegrity(ServiceDescriptionImpl.java:627)
> 	at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.<init>(ServiceDescriptionImpl.java:175)
> 	at org.apache.axis2.jaxws.description.impl.DescriptionFactoryImpl.createServiceDescriptionFromDBCMap(DescriptionFactoryImpl.java:169)
> 	at org.apache.axis2.jaxws.description.impl.DescriptionFactoryImpl.createServiceDescription(DescriptionFactoryImpl.java:138)
> 	at org.apache.axis2.jaxws.description.DescriptionFactory.createServiceDescription(DescriptionFactory.java:141)
> 	at org.apache.axis2.jaxws.description.AnnotationServiceImplDescriptionTests.testOverloadedServiceImplWithSEI(AnnotationServiceImplDescriptionTests.java:134)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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