You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Thomas Diesler (JIRA)" <ji...@apache.org> on 2008/04/08 17:45:24 UTC

[jira] Created: (CXF-1516) Type inheritance with document/literal/wrapped

Type inheritance with document/literal/wrapped
----------------------------------------------

                 Key: CXF-1516
                 URL: https://issues.apache.org/jira/browse/CXF-1516
             Project: CXF
          Issue Type: Bug
    Affects Versions: 2.0.5
            Reporter: Thomas Diesler


[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)


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


[jira] Assigned: (CXF-1516) Type inheritance with document/literal/wrapped

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

Thomas Diesler reassigned CXF-1516:
-----------------------------------

    Assignee: Thomas Diesler

> Type inheritance with document/literal/wrapped
> ----------------------------------------------
>
>                 Key: CXF-1516
>                 URL: https://issues.apache.org/jira/browse/CXF-1516
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.0.5
>            Reporter: Thomas Diesler
>            Assignee: Thomas Diesler
>
> [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)

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


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

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

Thomas Diesler updated CXF-1516:
--------------------------------


To reproduce, please have a look at

http://jbws.dyndns.org/mediawiki/index.php?title=Building_From_Source

> Type inheritance with document/literal/wrapped
> ----------------------------------------------
>
>                 Key: CXF-1516
>                 URL: https://issues.apache.org/jira/browse/CXF-1516
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.0.5
>            Reporter: Thomas Diesler
>            Assignee: Thomas Diesler
>
> [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)

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