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 "Rich Scheuerle (JIRA)" <ji...@apache.org> on 2007/02/12 16:29:05 UTC

[jira] Created: (AXIS2-2162) JAX-WS Exception while processing Service Fault for rpc/lit operation

JAX-WS Exception while processing Service Fault for rpc/lit operation
---------------------------------------------------------------------

                 Key: AXIS2-2162
                 URL: https://issues.apache.org/jira/browse/AXIS2-2162
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: jaxws
            Reporter: Rich Scheuerle
         Assigned To: Rich Scheuerle


Dan Sedov reported the following problem while trying to unmarshal an exception for an rpc/lit operation.

javax.xml.ws.WebServiceException: javax.xml.bind.JAXBException: org.apache.axis2.jaxws.description.impl.FaultDescriptionImpl is not known to this context
at org.apache.axis2.jaxws.ExceptionFactory.createWebServiceException(ExceptionFactory.java:179)
at org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:79)
at org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:133)
at org.apache.axis2.jaxws.message.databinding.impl.JAXBBlockImpl.unmarshalByType(JAXBBlockImpl.java:354)
at org.apache.axis2.jaxws.message.databinding.impl.JAXBBlockImpl._getBOFromReader(JAXBBlockImpl.java:112)
at org.apache.axis2.jaxws.message.impl.BlockImpl.getBusinessObject(BlockImpl.java:142)
at org.apache.axis2.jaxws.marshaller.impl.alt.MethodMarshallerUtils.demarshalFaultResponse(MethodMarshallerUtils.java:762)
at org.apache.axis2.jaxws.marshaller.impl.alt.RPCLitMethodMarshaller.demarshalFaultResponse(RPCLitMethodMarshaller.java:414)
at org.apache.axis2.jaxws.client.proxy.JAXWSProxyHandler.createResponse(JAXWSProxyHandler.java:317)
at org.apache.axis2.jaxws.client.proxy.JAXWSProxyHandler.invokeSEIMethod(JAXWSProxyHandler.java:259)
at org.apache.axis2.jaxws.client.proxy.JAXWSProxyHandler.invoke(JAXWSProxyHandler.java:139)
at $Proxy7.twoWayInOut(Unknown Source)
at jaxws.proxy.rpclit.wsfvt.test.RpcLitTest.testRpcLitFault(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

There is a small coding error.  I will have a patch ready this morning.


-- 
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-2162) JAX-WS Exception while processing Service Fault for rpc/lit operation

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

Rich Scheuerle updated AXIS2-2162:
----------------------------------

    Attachment: patch.txt

> JAX-WS Exception while processing Service Fault for rpc/lit operation
> ---------------------------------------------------------------------
>
>                 Key: AXIS2-2162
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2162
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Rich Scheuerle
>         Assigned To: Rich Scheuerle
>         Attachments: patch.txt
>
>
> Dan Sedov reported the following problem while trying to unmarshal an exception for an rpc/lit operation.
> javax.xml.ws.WebServiceException: javax.xml.bind.JAXBException: org.apache.axis2.jaxws.description.impl.FaultDescriptionImpl is not known to this context
> at org.apache.axis2.jaxws.ExceptionFactory.createWebServiceException(ExceptionFactory.java:179)
> at org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:79)
> at org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:133)
> at org.apache.axis2.jaxws.message.databinding.impl.JAXBBlockImpl.unmarshalByType(JAXBBlockImpl.java:354)
> at org.apache.axis2.jaxws.message.databinding.impl.JAXBBlockImpl._getBOFromReader(JAXBBlockImpl.java:112)
> at org.apache.axis2.jaxws.message.impl.BlockImpl.getBusinessObject(BlockImpl.java:142)
> at org.apache.axis2.jaxws.marshaller.impl.alt.MethodMarshallerUtils.demarshalFaultResponse(MethodMarshallerUtils.java:762)
> at org.apache.axis2.jaxws.marshaller.impl.alt.RPCLitMethodMarshaller.demarshalFaultResponse(RPCLitMethodMarshaller.java:414)
> at org.apache.axis2.jaxws.client.proxy.JAXWSProxyHandler.createResponse(JAXWSProxyHandler.java:317)
> at org.apache.axis2.jaxws.client.proxy.JAXWSProxyHandler.invokeSEIMethod(JAXWSProxyHandler.java:259)
> at org.apache.axis2.jaxws.client.proxy.JAXWSProxyHandler.invoke(JAXWSProxyHandler.java:139)
> at $Proxy7.twoWayInOut(Unknown Source)
> at jaxws.proxy.rpclit.wsfvt.test.RpcLitTest.testRpcLitFault(Unknown Source)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> There is a small coding error.  I will have a patch ready this morning.

-- 
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-2162) JAX-WS Exception while processing Service Fault for rpc/lit operation

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

Rich Scheuerle resolved AXIS2-2162.
-----------------------------------

    Resolution: Fixed

Committed revision 506735.

> JAX-WS Exception while processing Service Fault for rpc/lit operation
> ---------------------------------------------------------------------
>
>                 Key: AXIS2-2162
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2162
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Rich Scheuerle
>         Assigned To: Rich Scheuerle
>         Attachments: patch.txt
>
>
> Dan Sedov reported the following problem while trying to unmarshal an exception for an rpc/lit operation.
> javax.xml.ws.WebServiceException: javax.xml.bind.JAXBException: org.apache.axis2.jaxws.description.impl.FaultDescriptionImpl is not known to this context
> at org.apache.axis2.jaxws.ExceptionFactory.createWebServiceException(ExceptionFactory.java:179)
> at org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:79)
> at org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:133)
> at org.apache.axis2.jaxws.message.databinding.impl.JAXBBlockImpl.unmarshalByType(JAXBBlockImpl.java:354)
> at org.apache.axis2.jaxws.message.databinding.impl.JAXBBlockImpl._getBOFromReader(JAXBBlockImpl.java:112)
> at org.apache.axis2.jaxws.message.impl.BlockImpl.getBusinessObject(BlockImpl.java:142)
> at org.apache.axis2.jaxws.marshaller.impl.alt.MethodMarshallerUtils.demarshalFaultResponse(MethodMarshallerUtils.java:762)
> at org.apache.axis2.jaxws.marshaller.impl.alt.RPCLitMethodMarshaller.demarshalFaultResponse(RPCLitMethodMarshaller.java:414)
> at org.apache.axis2.jaxws.client.proxy.JAXWSProxyHandler.createResponse(JAXWSProxyHandler.java:317)
> at org.apache.axis2.jaxws.client.proxy.JAXWSProxyHandler.invokeSEIMethod(JAXWSProxyHandler.java:259)
> at org.apache.axis2.jaxws.client.proxy.JAXWSProxyHandler.invoke(JAXWSProxyHandler.java:139)
> at $Proxy7.twoWayInOut(Unknown Source)
> at jaxws.proxy.rpclit.wsfvt.test.RpcLitTest.testRpcLitFault(Unknown Source)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> There is a small coding error.  I will have a patch ready this morning.

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