You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Roman Ivanov (JIRA)" <ji...@apache.org> on 2009/12/24 16:03:41 UTC

[jira] Issue Comment Edited: (CAMEL-1966) CamelNamespaceHandler is not thread safe

    [ https://issues.apache.org/activemq/browse/CAMEL-1966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56655#action_56655 ] 

Roman Ivanov edited comment on CAMEL-1966 at 12/24/09 3:02 PM:
---------------------------------------------------------------

Hi, currently I'm upgrading to Camel version 2.1.0 from 2.0.0. And this issue reproduces again. The bundle order is explicitly defined with startup properties, though application bundles are started later then camel. We're having ServiceMix 4 with Karaf 1.0.4.

Here are logs:
<code>
org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'http://camel.apache.org/schema/spring/camel-spring.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
Caused by: org.xml.sax.SAXParseException: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'camelContext'.
<code>



      was (Author: roman.ivanov):
    Hi, currently I' upgrading to Camel version 2.1.0 from 2.0.0. And this issue reproduces again. The bundle order is explicitly defined with startup properties, though application bundles are started later then camel. We're having ServiceMix 4 with Karaf 1.0.4.

Here are logs:
org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'http://camel.apache.org/schema/spring/camel-spring.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
Caused by: org.xml.sax.SAXParseException: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'camelContext'.


  
> CamelNamespaceHandler is not thread safe
> ----------------------------------------
>
>                 Key: CAMEL-1966
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1966
>             Project: Apache Camel
>          Issue Type: Bug
>    Affects Versions: 1.4.0, 1.5.0, 1.6.0, 2.0-M1, 1.6.1, 2.0-M2, 2.0-M3, 2.0.0
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 1.6.2, 2.1.0
>
>
> Here is the mail thread[1] which discusses about it.
> [1] http://www.nabble.com/Occasional-CamelNamespaceHandler-exception-when-running-with-Spring-DM-1.2-td25195171.html

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