You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Christian Müller (JIRA)" <ji...@apache.org> on 2012/07/27 19:25:35 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=13423988#comment-13423988 ] 

Christian Müller commented on CAMEL-5471:
-----------------------------------------

Apache Camel 2.9.x was tested with Karaf 2.2.5 [1]
Apache Camel 2.9.x doesn't support Windows 7 [2]

Why did you install Camel 2.9.3-SNAPSHOT and use the Camel 2.9.2 example?
Could you try it with Camel 2.9.2 and Java 6 or Camel 2.10.0 and Java 7?

[1] http://camel.apache.org/karaf.html
[2] https://issues.apache.org/jira/browse/CAMEL-4955
                
> 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
>            Assignee: Christian Müller
>            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