You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2010/07/16 07:19:51 UTC

[jira] Created: (CAMEL-2953) camel-blueprint - Should it have a spring.schemas file in jar for local XSD files

camel-blueprint - Should it have a spring.schemas file in jar for local XSD files
---------------------------------------------------------------------------------

                 Key: CAMEL-2953
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2953
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-blueprint
    Affects Versions: 2.4.0
            Reporter: Claus Ibsen
            Assignee: Guillaume Nodet
            Priority: Minor
             Fix For: Future


The Spring based namespace handlers is capable of loading the XSD files from the .jar file due this magic file
{code}
camel-spring/src/main/resources/META-INF/spring.schemas
{code}

I wonder if camel-blueprint needs a similar feature, if such a feature is missing?



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


[jira] Resolved: (CAMEL-2953) camel-blueprint - Should it have a spring.schemas file in jar for local XSD files

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

Guillaume Nodet resolved CAMEL-2953.
------------------------------------

    Fix Version/s:     (was: Future)
       Resolution: Working as Designed

The camel-blueprint component includes the schema camel-blueprint.xsd in the jar.
The schema is loaded and used for validation by blueprint using org.apache.camel.blueprint.handler.CamelNamespaceHandler#getSchemaLocation() method

> camel-blueprint - Should it have a spring.schemas file in jar for local XSD files
> ---------------------------------------------------------------------------------
>
>                 Key: CAMEL-2953
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2953
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-blueprint
>    Affects Versions: 2.4.0
>            Reporter: Claus Ibsen
>            Assignee: Guillaume Nodet
>            Priority: Minor
>
> The Spring based namespace handlers is capable of loading the XSD files from the .jar file due this magic file
> {code}
> camel-spring/src/main/resources/META-INF/spring.schemas
> {code}
> I wonder if camel-blueprint needs a similar feature, if such a feature is missing?

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