You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by nono <ya...@db-is.com> on 2014/11/24 14:59:38 UTC

how does it work ? if no schema location

Here is example of

Using property placeholders for any kind of attribute in the XML DSL
Available as of Camel 2.7

<beans xmlns="http://www.springframework.org/schema/beans"      
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"      
xmlns:prop="http://camel.apache.org/schema/placeholder"      
xsi:schemaLocation="       http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd      
http://camel.apache.org/schema/spring
http://camel.apache.org/schema/spring/camel-spring.xsd    "> 

my question is how could it work?
there is no schemaLocation of  for the name space
(http://camel.apache.org/schema/placeholder)

any hints will be more than welcome! ?




--
View this message in context: http://camel.465427.n5.nabble.com/how-does-it-work-if-no-schema-location-tp5759543.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: how does it work ? if no schema location

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

The placeholder namepsace is just a synonym, that the parser in
camel-spring / camel-blueprint detects, and then knows its for
property placeholder.

The examples on the website should work.

On Mon, Nov 24, 2014 at 2:59 PM, nono <ya...@db-is.com> wrote:
> Here is example of
>
> Using property placeholders for any kind of attribute in the XML DSL
> Available as of Camel 2.7
>
> <beans xmlns="http://www.springframework.org/schema/beans"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xmlns:prop="http://camel.apache.org/schema/placeholder"
> xsi:schemaLocation="       http://www.springframework.org/schema/beans
> http://www.springframework.org/schema/beans/spring-beans.xsd
> http://camel.apache.org/schema/spring
> http://camel.apache.org/schema/spring/camel-spring.xsd    ">
>
> my question is how could it work?
> there is no schemaLocation of  for the name space
> (http://camel.apache.org/schema/placeholder)
>
> any hints will be more than welcome! ?
>
>
>
>
> --
> View this message in context: http://camel.465427.n5.nabble.com/how-does-it-work-if-no-schema-location-tp5759543.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cibsen@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
hawtio: http://hawt.io/
fabric8: http://fabric8.io/