Andreas,

Please open a jira bug and then upload your wsdl to the bug.

thanks,
dims

On 5/5/06, Andreas Hörnicke <[EMAIL PROTECTED]> wrote:

Is anyone else having problems with the serialisation of
exceptions when using xmlbeans databinding (worked fine with 0.94
and adb)?

The exception looks like this:
------
public class ServiceException extends AxisFault {
    public ServiceException(ServiceFault f) {
        super(Integer.toString(f.getCode()), new QName("..."), null);
    }
}
------

Throwing an instance gives me the following error:

org.apache.axiom.om.OMException
        at 
org.apache.axiom.om.impl.llom.OMElementImpl.getNextOMSibling(OMElementImpl.java:265)
        at 
org.apache.axiom.om.impl.traverse.OMChildrenQNameIterator.hasNext(OMChildrenQNameIterator.java:75)
        at 
org.apache.axiom.om.impl.llom.OMElementImpl.getFirstChildWithName(OMElementImpl.java:222)

- Andreas




--
Davanum Srinivas : http://wso2.com/blogs/

Reply via email to