You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Elena Tatarintseva (JIRA)" <ji...@apache.org> on 2012/07/26 15:58:35 UTC

[jira] [Updated] (CAMEL-5471) Exception: Current state not START_ELEMENT, END_ELEMENT or ENTITY_REFERENCE

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

Elena Tatarintseva updated CAMEL-5471:
--------------------------------------

    Attachment: error.log.txt
                example.xml
                camel-example-cxf-blueprint-2.9.2.jar
    
> Exception: Current state not START_ELEMENT, END_ELEMENT or ENTITY_REFERENCE 
> ----------------------------------------------------------------------------
>
>                 Key: CAMEL-5471
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5471
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-blueprint
>    Affects Versions: 2.9.3
>         Environment: Windows 7
>            Reporter: Elena Tatarintseva
>            Priority: Minor
>         Attachments: camel-example-cxf-blueprint-2.9.2.jar, error.log.txt, example.xml
>
>
> Install apache-karaf-2.2.8.
> Start karaf container
> features:addurl mvn:org.apache.camel.karaf/apache-camel/2.9.3-SNAPSHOT/xml/features
> features:install cxf
> features:install camel-cxf
> features:install camel-blueprint
> features:install camel-stream
> Copy to deploy folder camel-example-cxf-blueprint-2.9.2.jar and example.xml.
> In SoapUI : http://localhost:8182/cxf/camel-example-cxf-blueprint/webservices/incident
> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
> <soap:Header />
> <soap:Body>
> <ns2:inputReportIncident xmlns:ns2="http://reportincident.example.camel.apache.org">
> <incidentId>111</incidentId>
> <incidentDate>2011-03-05</incidentDate>
> <givenName>Christian</givenName>
> <familyName>Mueller</familyName>
> <summary>Bla</summary>
> <details>Bla bla</details>
> <email>cmueller@apache.org</email>
> <phone>0049 69 1234567</phone>
> </ns2:inputReportIncident>
> </soap:Body>
> </soap:Envelope>
> Response is:
> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
> <soap:Body>
> <soap:Fault>
> <faultcode>soap:Server</faultcode>
> <faultstring>Current state not START_ELEMENT, END_ELEMENT or ENTITY_REFERENCE</faultstring>
> </soap:Fault>
> </soap:Body>
> </soap:Envelope>
> And the exception in karaf console.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira