You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "quzhe (JIRA)" <ji...@apache.org> on 2008/09/28 11:35:44 UTC

[jira] Created: (CXF-1829) xmlbean binding can not handle Exception

xmlbean binding can not handle Exception
----------------------------------------

                 Key: CXF-1829
                 URL: https://issues.apache.org/jira/browse/CXF-1829
             Project: CXF
          Issue Type: Bug
          Components: JAXB Databinding
    Affects Versions: 2.1.1
            Reporter: quzhe


hi,All:
my webservice using xmlbean binding, when service have not throw a exception, it is working fine, but when I add a throw exception, my webservice can not start.
here is my code:

service:
public InsertFmdeclarationResponse insert(InsertFmdeclarationParamDocument.InsertFmdeclarationParam body) throws TestException
// when I add TestException, it can not working

exception:
@WebFault(name="TestException")
public class TestException extends Exception{
...
}

the error trace is"

Caused by: java.lang.NullPointerException
        at org.apache.cxf.xmlbeans.XmlBeansSchemaInitializer.mapClass(XmlBeansSc
hemaInitializer.java:165)
        at org.apache.cxf.xmlbeans.XmlBeansSchemaInitializer.checkForExistence(X
mlBeansSchemaInitializer.java:217)
        at org.apache.cxf.xmlbeans.XmlBeansSchemaInitializer.begin(XmlBeansSchem
aInitializer.java:142)
        at org.apache.cxf.service.ServiceModelVisitor.visitOperation(ServiceMode
lVisitor.java:120)
        at org.apache.cxf.service.ServiceModelVisitor.walk(ServiceModelVisitor.j
ava:74)
        at org.apache.cxf.xmlbeans.XmlBeansDataBinding.initialize(XmlBeansDataBi
nding.java:102)



thank you!


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


[jira] Resolved: (CXF-1829) xmlbean binding can not handle Exception

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

Daniel Kulp resolved CXF-1829.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.2
         Assignee: Daniel Kulp  (was: Sean O'Callaghan)


This is resolved.  The attached test case throws the proper SystemFault object with 2.2.2

> xmlbean binding can not handle Exception
> ----------------------------------------
>
>                 Key: CXF-1829
>                 URL: https://issues.apache.org/jira/browse/CXF-1829
>             Project: CXF
>          Issue Type: Bug
>          Components: JAXB Databinding
>    Affects Versions: 2.1.1
>            Reporter: quzhe
>            Assignee: Daniel Kulp
>             Fix For: 2.2.2
>
>         Attachments: my-app.zip, my-app2.zip
>
>
> hi,All:
> my webservice using xmlbean binding, when service have not throw a exception, it is working fine, but when I add a throw exception, my webservice can not start.
> here is my code:
> service:
> public InsertFmdeclarationResponse insert(InsertFmdeclarationParamDocument.InsertFmdeclarationParam body) throws TestException
> // when I add TestException, it can not working
> exception:
> @WebFault(name="TestException")
> public class TestException extends Exception{
> ...
> }
> the error trace is"
> Caused by: java.lang.NullPointerException
>         at org.apache.cxf.xmlbeans.XmlBeansSchemaInitializer.mapClass(XmlBeansSc
> hemaInitializer.java:165)
>         at org.apache.cxf.xmlbeans.XmlBeansSchemaInitializer.checkForExistence(X
> mlBeansSchemaInitializer.java:217)
>         at org.apache.cxf.xmlbeans.XmlBeansSchemaInitializer.begin(XmlBeansSchem
> aInitializer.java:142)
>         at org.apache.cxf.service.ServiceModelVisitor.visitOperation(ServiceMode
> lVisitor.java:120)
>         at org.apache.cxf.service.ServiceModelVisitor.walk(ServiceModelVisitor.j
> ava:74)
>         at org.apache.cxf.xmlbeans.XmlBeansDataBinding.initialize(XmlBeansDataBi
> nding.java:102)
> thank you!

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


[jira] Commented: (CXF-1829) xmlbean binding can not handle Exception

Posted by "Sean O'Callaghan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12635716#action_12635716 ] 

Sean O'Callaghan commented on CXF-1829:
---------------------------------------

Do you have  a testcase that would allow me to reproduce this?


> xmlbean binding can not handle Exception
> ----------------------------------------
>
>                 Key: CXF-1829
>                 URL: https://issues.apache.org/jira/browse/CXF-1829
>             Project: CXF
>          Issue Type: Bug
>          Components: JAXB Databinding
>    Affects Versions: 2.1.1
>            Reporter: quzhe
>            Assignee: Sean O'Callaghan
>
> hi,All:
> my webservice using xmlbean binding, when service have not throw a exception, it is working fine, but when I add a throw exception, my webservice can not start.
> here is my code:
> service:
> public InsertFmdeclarationResponse insert(InsertFmdeclarationParamDocument.InsertFmdeclarationParam body) throws TestException
> // when I add TestException, it can not working
> exception:
> @WebFault(name="TestException")
> public class TestException extends Exception{
> ...
> }
> the error trace is"
> Caused by: java.lang.NullPointerException
>         at org.apache.cxf.xmlbeans.XmlBeansSchemaInitializer.mapClass(XmlBeansSc
> hemaInitializer.java:165)
>         at org.apache.cxf.xmlbeans.XmlBeansSchemaInitializer.checkForExistence(X
> mlBeansSchemaInitializer.java:217)
>         at org.apache.cxf.xmlbeans.XmlBeansSchemaInitializer.begin(XmlBeansSchem
> aInitializer.java:142)
>         at org.apache.cxf.service.ServiceModelVisitor.visitOperation(ServiceMode
> lVisitor.java:120)
>         at org.apache.cxf.service.ServiceModelVisitor.walk(ServiceModelVisitor.j
> ava:74)
>         at org.apache.cxf.xmlbeans.XmlBeansDataBinding.initialize(XmlBeansDataBi
> nding.java:102)
> thank you!

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


[jira] Commented: (CXF-1829) xmlbean binding can not handle Exception

Posted by "quzhe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12636871#action_12636871 ] 

quzhe commented on CXF-1829:
----------------------------

http transport is success.

but Exception constructor's param can not be a xmlbean interface, it need interface implementation

I think maybe local transport have bug here, I can not do integration test without local transport



> xmlbean binding can not handle Exception
> ----------------------------------------
>
>                 Key: CXF-1829
>                 URL: https://issues.apache.org/jira/browse/CXF-1829
>             Project: CXF
>          Issue Type: Bug
>          Components: JAXB Databinding
>    Affects Versions: 2.1.1
>            Reporter: quzhe
>            Assignee: Sean O'Callaghan
>         Attachments: my-app.zip, my-app2.zip
>
>
> hi,All:
> my webservice using xmlbean binding, when service have not throw a exception, it is working fine, but when I add a throw exception, my webservice can not start.
> here is my code:
> service:
> public InsertFmdeclarationResponse insert(InsertFmdeclarationParamDocument.InsertFmdeclarationParam body) throws TestException
> // when I add TestException, it can not working
> exception:
> @WebFault(name="TestException")
> public class TestException extends Exception{
> ...
> }
> the error trace is"
> Caused by: java.lang.NullPointerException
>         at org.apache.cxf.xmlbeans.XmlBeansSchemaInitializer.mapClass(XmlBeansSc
> hemaInitializer.java:165)
>         at org.apache.cxf.xmlbeans.XmlBeansSchemaInitializer.checkForExistence(X
> mlBeansSchemaInitializer.java:217)
>         at org.apache.cxf.xmlbeans.XmlBeansSchemaInitializer.begin(XmlBeansSchem
> aInitializer.java:142)
>         at org.apache.cxf.service.ServiceModelVisitor.visitOperation(ServiceMode
> lVisitor.java:120)
>         at org.apache.cxf.service.ServiceModelVisitor.walk(ServiceModelVisitor.j
> ava:74)
>         at org.apache.cxf.xmlbeans.XmlBeansDataBinding.initialize(XmlBeansDataBi
> nding.java:102)
> thank you!

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


[jira] Commented: (CXF-1829) xmlbean binding can not handle Exception

Posted by "Sean O'Callaghan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662030#action_12662030 ] 

Sean O'Callaghan commented on CXF-1829:
---------------------------------------

Recieved testcase from customer on similar issue so investigating this.

> xmlbean binding can not handle Exception
> ----------------------------------------
>
>                 Key: CXF-1829
>                 URL: https://issues.apache.org/jira/browse/CXF-1829
>             Project: CXF
>          Issue Type: Bug
>          Components: JAXB Databinding
>    Affects Versions: 2.1.1
>            Reporter: quzhe
>            Assignee: Sean O'Callaghan
>         Attachments: my-app.zip, my-app2.zip
>
>
> hi,All:
> my webservice using xmlbean binding, when service have not throw a exception, it is working fine, but when I add a throw exception, my webservice can not start.
> here is my code:
> service:
> public InsertFmdeclarationResponse insert(InsertFmdeclarationParamDocument.InsertFmdeclarationParam body) throws TestException
> // when I add TestException, it can not working
> exception:
> @WebFault(name="TestException")
> public class TestException extends Exception{
> ...
> }
> the error trace is"
> Caused by: java.lang.NullPointerException
>         at org.apache.cxf.xmlbeans.XmlBeansSchemaInitializer.mapClass(XmlBeansSc
> hemaInitializer.java:165)
>         at org.apache.cxf.xmlbeans.XmlBeansSchemaInitializer.checkForExistence(X
> mlBeansSchemaInitializer.java:217)
>         at org.apache.cxf.xmlbeans.XmlBeansSchemaInitializer.begin(XmlBeansSchem
> aInitializer.java:142)
>         at org.apache.cxf.service.ServiceModelVisitor.visitOperation(ServiceMode
> lVisitor.java:120)
>         at org.apache.cxf.service.ServiceModelVisitor.walk(ServiceModelVisitor.j
> ava:74)
>         at org.apache.cxf.xmlbeans.XmlBeansDataBinding.initialize(XmlBeansDataBi
> nding.java:102)
> thank you!

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


[jira] Updated: (CXF-1829) xmlbean binding can not handle Exception

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

quzhe updated CXF-1829:
-----------------------

    Attachment: my-app.zip

a maven project for test

> xmlbean binding can not handle Exception
> ----------------------------------------
>
>                 Key: CXF-1829
>                 URL: https://issues.apache.org/jira/browse/CXF-1829
>             Project: CXF
>          Issue Type: Bug
>          Components: JAXB Databinding
>    Affects Versions: 2.1.1
>            Reporter: quzhe
>            Assignee: Sean O'Callaghan
>         Attachments: my-app.zip
>
>
> hi,All:
> my webservice using xmlbean binding, when service have not throw a exception, it is working fine, but when I add a throw exception, my webservice can not start.
> here is my code:
> service:
> public InsertFmdeclarationResponse insert(InsertFmdeclarationParamDocument.InsertFmdeclarationParam body) throws TestException
> // when I add TestException, it can not working
> exception:
> @WebFault(name="TestException")
> public class TestException extends Exception{
> ...
> }
> the error trace is"
> Caused by: java.lang.NullPointerException
>         at org.apache.cxf.xmlbeans.XmlBeansSchemaInitializer.mapClass(XmlBeansSc
> hemaInitializer.java:165)
>         at org.apache.cxf.xmlbeans.XmlBeansSchemaInitializer.checkForExistence(X
> mlBeansSchemaInitializer.java:217)
>         at org.apache.cxf.xmlbeans.XmlBeansSchemaInitializer.begin(XmlBeansSchem
> aInitializer.java:142)
>         at org.apache.cxf.service.ServiceModelVisitor.visitOperation(ServiceMode
> lVisitor.java:120)
>         at org.apache.cxf.service.ServiceModelVisitor.walk(ServiceModelVisitor.j
> ava:74)
>         at org.apache.cxf.xmlbeans.XmlBeansDataBinding.initialize(XmlBeansDataBi
> nding.java:102)
> thank you!

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


[jira] Assigned: (CXF-1829) xmlbean binding can not handle Exception

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

Sean O'Callaghan reassigned CXF-1829:
-------------------------------------

    Assignee: Sean O'Callaghan

> xmlbean binding can not handle Exception
> ----------------------------------------
>
>                 Key: CXF-1829
>                 URL: https://issues.apache.org/jira/browse/CXF-1829
>             Project: CXF
>          Issue Type: Bug
>          Components: JAXB Databinding
>    Affects Versions: 2.1.1
>            Reporter: quzhe
>            Assignee: Sean O'Callaghan
>
> hi,All:
> my webservice using xmlbean binding, when service have not throw a exception, it is working fine, but when I add a throw exception, my webservice can not start.
> here is my code:
> service:
> public InsertFmdeclarationResponse insert(InsertFmdeclarationParamDocument.InsertFmdeclarationParam body) throws TestException
> // when I add TestException, it can not working
> exception:
> @WebFault(name="TestException")
> public class TestException extends Exception{
> ...
> }
> the error trace is"
> Caused by: java.lang.NullPointerException
>         at org.apache.cxf.xmlbeans.XmlBeansSchemaInitializer.mapClass(XmlBeansSc
> hemaInitializer.java:165)
>         at org.apache.cxf.xmlbeans.XmlBeansSchemaInitializer.checkForExistence(X
> mlBeansSchemaInitializer.java:217)
>         at org.apache.cxf.xmlbeans.XmlBeansSchemaInitializer.begin(XmlBeansSchem
> aInitializer.java:142)
>         at org.apache.cxf.service.ServiceModelVisitor.visitOperation(ServiceMode
> lVisitor.java:120)
>         at org.apache.cxf.service.ServiceModelVisitor.walk(ServiceModelVisitor.j
> ava:74)
>         at org.apache.cxf.xmlbeans.XmlBeansDataBinding.initialize(XmlBeansDataBi
> nding.java:102)
> thank you!

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


[jira] Updated: (CXF-1829) xmlbean binding can not handle Exception

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

quzhe updated CXF-1829:
-----------------------

    Attachment:     (was: my-app2.rar)

> xmlbean binding can not handle Exception
> ----------------------------------------
>
>                 Key: CXF-1829
>                 URL: https://issues.apache.org/jira/browse/CXF-1829
>             Project: CXF
>          Issue Type: Bug
>          Components: JAXB Databinding
>    Affects Versions: 2.1.1
>            Reporter: quzhe
>            Assignee: Sean O'Callaghan
>         Attachments: my-app.zip, my-app2.zip
>
>
> hi,All:
> my webservice using xmlbean binding, when service have not throw a exception, it is working fine, but when I add a throw exception, my webservice can not start.
> here is my code:
> service:
> public InsertFmdeclarationResponse insert(InsertFmdeclarationParamDocument.InsertFmdeclarationParam body) throws TestException
> // when I add TestException, it can not working
> exception:
> @WebFault(name="TestException")
> public class TestException extends Exception{
> ...
> }
> the error trace is"
> Caused by: java.lang.NullPointerException
>         at org.apache.cxf.xmlbeans.XmlBeansSchemaInitializer.mapClass(XmlBeansSc
> hemaInitializer.java:165)
>         at org.apache.cxf.xmlbeans.XmlBeansSchemaInitializer.checkForExistence(X
> mlBeansSchemaInitializer.java:217)
>         at org.apache.cxf.xmlbeans.XmlBeansSchemaInitializer.begin(XmlBeansSchem
> aInitializer.java:142)
>         at org.apache.cxf.service.ServiceModelVisitor.visitOperation(ServiceMode
> lVisitor.java:120)
>         at org.apache.cxf.service.ServiceModelVisitor.walk(ServiceModelVisitor.j
> ava:74)
>         at org.apache.cxf.xmlbeans.XmlBeansDataBinding.initialize(XmlBeansDataBi
> nding.java:102)
> thank you!

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


[jira] Updated: (CXF-1829) xmlbean binding can not handle Exception

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

quzhe updated CXF-1829:
-----------------------

    Attachment: my-app2.rar

> xmlbean binding can not handle Exception
> ----------------------------------------
>
>                 Key: CXF-1829
>                 URL: https://issues.apache.org/jira/browse/CXF-1829
>             Project: CXF
>          Issue Type: Bug
>          Components: JAXB Databinding
>    Affects Versions: 2.1.1
>            Reporter: quzhe
>            Assignee: Sean O'Callaghan
>         Attachments: my-app.zip, my-app2.rar
>
>
> hi,All:
> my webservice using xmlbean binding, when service have not throw a exception, it is working fine, but when I add a throw exception, my webservice can not start.
> here is my code:
> service:
> public InsertFmdeclarationResponse insert(InsertFmdeclarationParamDocument.InsertFmdeclarationParam body) throws TestException
> // when I add TestException, it can not working
> exception:
> @WebFault(name="TestException")
> public class TestException extends Exception{
> ...
> }
> the error trace is"
> Caused by: java.lang.NullPointerException
>         at org.apache.cxf.xmlbeans.XmlBeansSchemaInitializer.mapClass(XmlBeansSc
> hemaInitializer.java:165)
>         at org.apache.cxf.xmlbeans.XmlBeansSchemaInitializer.checkForExistence(X
> mlBeansSchemaInitializer.java:217)
>         at org.apache.cxf.xmlbeans.XmlBeansSchemaInitializer.begin(XmlBeansSchem
> aInitializer.java:142)
>         at org.apache.cxf.service.ServiceModelVisitor.visitOperation(ServiceMode
> lVisitor.java:120)
>         at org.apache.cxf.service.ServiceModelVisitor.walk(ServiceModelVisitor.j
> ava:74)
>         at org.apache.cxf.xmlbeans.XmlBeansDataBinding.initialize(XmlBeansDataBi
> nding.java:102)
> thank you!

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


[jira] Updated: (CXF-1829) xmlbean binding can not handle Exception

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

quzhe updated CXF-1829:
-----------------------

    Attachment: my-app2.zip

server side is ok.

but it looks will return a empty soapfault message to client.

so client will create such message:

Caused by: com.sun.xml.messaging.saaj.SOAPExceptionImpl: No NamespaceURI, SOAP requires faultcode content to be a QName
	at com.sun.xml.messaging.saaj.soap.impl.FaultImpl.setFaultCode(FaultImpl.java:101)
	at com.sun.xml.messaging.saaj.soap.impl.FaultImpl.setFaultCode(FaultImpl.java:138)
	at org.apache.cxf.jaxws.JaxWsClientProxy.createSoapFault(JaxWsClientProxy.java:243)
	at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:194)


I only use localTransport,dont know if http will have this error

> xmlbean binding can not handle Exception
> ----------------------------------------
>
>                 Key: CXF-1829
>                 URL: https://issues.apache.org/jira/browse/CXF-1829
>             Project: CXF
>          Issue Type: Bug
>          Components: JAXB Databinding
>    Affects Versions: 2.1.1
>            Reporter: quzhe
>            Assignee: Sean O'Callaghan
>         Attachments: my-app.zip, my-app2.rar, my-app2.zip
>
>
> hi,All:
> my webservice using xmlbean binding, when service have not throw a exception, it is working fine, but when I add a throw exception, my webservice can not start.
> here is my code:
> service:
> public InsertFmdeclarationResponse insert(InsertFmdeclarationParamDocument.InsertFmdeclarationParam body) throws TestException
> // when I add TestException, it can not working
> exception:
> @WebFault(name="TestException")
> public class TestException extends Exception{
> ...
> }
> the error trace is"
> Caused by: java.lang.NullPointerException
>         at org.apache.cxf.xmlbeans.XmlBeansSchemaInitializer.mapClass(XmlBeansSc
> hemaInitializer.java:165)
>         at org.apache.cxf.xmlbeans.XmlBeansSchemaInitializer.checkForExistence(X
> mlBeansSchemaInitializer.java:217)
>         at org.apache.cxf.xmlbeans.XmlBeansSchemaInitializer.begin(XmlBeansSchem
> aInitializer.java:142)
>         at org.apache.cxf.service.ServiceModelVisitor.visitOperation(ServiceMode
> lVisitor.java:120)
>         at org.apache.cxf.service.ServiceModelVisitor.walk(ServiceModelVisitor.j
> ava:74)
>         at org.apache.cxf.xmlbeans.XmlBeansDataBinding.initialize(XmlBeansDataBi
> nding.java:102)
> thank you!

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


[jira] Commented: (CXF-1829) xmlbean binding can not handle Exception

Posted by "quzhe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12635947#action_12635947 ] 

quzhe commented on CXF-1829:
----------------------------

hi,than you for reply

this error happens when spring context loading, I dont know how to write a simple test case for it.

so I create a new project, it is a maven project. you can build and run that test directly.

I have upgrade to 2.1.2, still get this error.

thank you

> xmlbean binding can not handle Exception
> ----------------------------------------
>
>                 Key: CXF-1829
>                 URL: https://issues.apache.org/jira/browse/CXF-1829
>             Project: CXF
>          Issue Type: Bug
>          Components: JAXB Databinding
>    Affects Versions: 2.1.1
>            Reporter: quzhe
>            Assignee: Sean O'Callaghan
>
> hi,All:
> my webservice using xmlbean binding, when service have not throw a exception, it is working fine, but when I add a throw exception, my webservice can not start.
> here is my code:
> service:
> public InsertFmdeclarationResponse insert(InsertFmdeclarationParamDocument.InsertFmdeclarationParam body) throws TestException
> // when I add TestException, it can not working
> exception:
> @WebFault(name="TestException")
> public class TestException extends Exception{
> ...
> }
> the error trace is"
> Caused by: java.lang.NullPointerException
>         at org.apache.cxf.xmlbeans.XmlBeansSchemaInitializer.mapClass(XmlBeansSc
> hemaInitializer.java:165)
>         at org.apache.cxf.xmlbeans.XmlBeansSchemaInitializer.checkForExistence(X
> mlBeansSchemaInitializer.java:217)
>         at org.apache.cxf.xmlbeans.XmlBeansSchemaInitializer.begin(XmlBeansSchem
> aInitializer.java:142)
>         at org.apache.cxf.service.ServiceModelVisitor.visitOperation(ServiceMode
> lVisitor.java:120)
>         at org.apache.cxf.service.ServiceModelVisitor.walk(ServiceModelVisitor.j
> ava:74)
>         at org.apache.cxf.xmlbeans.XmlBeansDataBinding.initialize(XmlBeansDataBi
> nding.java:102)
> thank you!

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