You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Alessio Soldano (JIRA)" <ji...@apache.org> on 2009/03/16 17:27:50 UTC

[jira] Updated: (CXF-1516) Type inheritance with document/literal/bare

     [ https://issues.apache.org/jira/browse/CXF-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alessio Soldano updated CXF-1516:
---------------------------------

          Description: 
[alessio@inuyasha trunk]$ mvn -Ptestsuite,jboss423 -Dtest=jbws1702/**/*TestCase test
...
Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 8.885 sec <<< FAILURE!
testInheritanceBare(org.jboss.test.ws.jaxws.jbws1702.JBWS1702TestCase)  Time elapsed: 0.911 sec  <<< FAILURE!
junit.framework.AssertionFailedError: Should be an instance of ClassC, but was org.jboss.test.ws.jaxws.jbws1702.types.ClassB@4a3158
        at junit.framework.Assert.fail(Assert.java:47)
        at junit.framework.Assert.assertTrue(Assert.java:20)
        at org.jboss.test.ws.jaxws.jbws1702.JBWS1702TestCase.testInheritanceBare(JBWS1702TestCase.java:69)


  was:
[tdiesler@tddell trunk]$ ant -Dtest=jaxws/jbws1702 test

tests-run-internal:
    [junit] Running org.jboss.test.ws.jaxws.jbws1702.JBWS1702TestCase
    [junit] Tests run: 3, Failures: 0, Errors: 2, Time elapsed: 10.797 sec
    [junit] Test org.jboss.test.ws.jaxws.jbws1702.JBWS1702TestCase FAILED

17:38:37,130 INFO  [PhaseInterceptorChain] Interceptor has thrown exception, unwinding now
java.lang.RuntimeException: java.lang.IllegalArgumentException: wrong number of arguments
        at org.jboss.wsf.stack.cxf.AbstractInvoker.handleException(AbstractInvoker.java:149)
        at org.jboss.wsf.stack.cxf.AbstractInvoker.invoke(AbstractInvoker.java:118)
        at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:56)
        at org.apache.cxf.workqueue.SynchronousExecutor.execute(SynchronousExecutor.java:37)
        at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:92)
        at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:220)
        at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:77)
        at org.apache.cxf.transport.servlet.ServletDestination.invoke(ServletDestination.java:92)
        at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:213)
        at org.jboss.wsf.stack.cxf.ServletControllerExt.invoke(ServletControllerExt.java:133)


    Affects Version/s:     (was: 2.0.5)
                       2.1.4
              Summary: Type inheritance with document/literal/bare  (was: Type inheritance with document/literal/wrapped)

Updating description as it was outdated.

> Type inheritance with document/literal/bare
> -------------------------------------------
>
>                 Key: CXF-1516
>                 URL: https://issues.apache.org/jira/browse/CXF-1516
>             Project: CXF
>          Issue Type: Sub-task
>    Affects Versions: 2.1.4
>            Reporter: Thomas Diesler
>            Assignee: Alessio Soldano
>
> [alessio@inuyasha trunk]$ mvn -Ptestsuite,jboss423 -Dtest=jbws1702/**/*TestCase test
> ...
> Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 8.885 sec <<< FAILURE!
> testInheritanceBare(org.jboss.test.ws.jaxws.jbws1702.JBWS1702TestCase)  Time elapsed: 0.911 sec  <<< FAILURE!
> junit.framework.AssertionFailedError: Should be an instance of ClassC, but was org.jboss.test.ws.jaxws.jbws1702.types.ClassB@4a3158
>         at junit.framework.Assert.fail(Assert.java:47)
>         at junit.framework.Assert.assertTrue(Assert.java:20)
>         at org.jboss.test.ws.jaxws.jbws1702.JBWS1702TestCase.testInheritanceBare(JBWS1702TestCase.java:69)

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