Mailing lists matching camel.apache.org

commits camel.apache.org
dev camel.apache.org
issues camel.apache.org
users camel.apache.org


unexpected element (uri:"http://activemq.apache.org/camel/schema/osgi", local:"camelContext")

2009-11-19 Thread lekkie
amespace. org.springframework.beans.factory.BeanDefinitionStoreException: Failed to parse JAXB element: javax.xml.bind.UnmarshalException: unexpected element (uri:"http://activemq.apache.org/camel/schema/osgi";, local:"camelContext"). Expected elements are <{http://camel.apache.org/schema/spring}aggregate>,<{http

Re: unexpected element (uri:"http://activemq.apache.org/camel/schema/osgi", local:"camelContext")

2009-11-19 Thread Gert Vanthienen
L.S., It looks like you're mixing up the namespace uri for Camel: - Camel 1.x uses http://activemq.apache.org/camel/schema - Camel 2.x uses http://camel.apache.org/schema Depending on which version of Camel you're using, you should make sure that your XML file only contains the right

Re: unexpected element (uri:"http://activemq.apache.org/camel/schema/osgi", local:"camelContext")

2009-11-19 Thread Freeman Fang
ot;). Expected elements are <{http://camel.apache.org/schema/spring}aggregate>,<{http://camel.apache.org/schema/spring }aop>,<{http://camel.apache.org/schema/ spring}batchResequencerConfig>,<{http://camel.apache.org/schema/ spring}bean>,<{http://camel.apache.org/schem

[jira] [Comment Edited] (CAMEL-9771) Adding XML routes with spring boot error

2016-03-30 Thread Claus Ibsen (JIRA)
tion : Application startup failed {code} org.apache.camel.spring.boot.CamelSpringBootInitializationException: javax.xml.bind.UnmarshalException: 意外的元素 (uri:"http://www.springframework.org/schema/beans";, local:"beans")。所需元素为<{http://camel.apache.org/sche

[jira] [Commented] (CAMEL-9771) Adding XML routes with spring boot error

2016-03-29 Thread qiuzhanghua (JIRA)
iled org.apache.camel.spring.boot.CamelSpringBootInitializationException: javax.xml.bind.UnmarshalException: 意外的元素 (uri:"http://www.springframework.org/schema/beans";, local:"beans")。所需元素为<{http://camel.apache.org/schema/spring}aggregate>,<{http://camel.apache.org/schema/spring}aop&

[GitHub] [camel-k] ewcchan opened a new issue #731: camelContext is not supported in XML DSL routedefinition

2019-06-07 Thread GitBox
"; xmlns="http://camel.apache.org/schema/spring"; xsi:schemaLocation=" http://camel.apache.org/schema/spring http://camel.apache.org/schema/spr

[GitHub] [camel-k] lburgazzoli commented on issue #731: camelContext is not supported in XML DSL routedefinition

2019-06-07 Thread GitBox
/master/examples/hello.xml On Fri, 7 Jun 2019 at 22:51, Eugene Chan wrote: > the following XML content does not work and no route is detected > > > > > http://www.w3.org/2001/XMLSchema-instance"; > xmlns="http:/

[jira] [Updated] (CAMEL-11939) asn1 dataformat is not part of xsd for global dataformat

2017-10-23 Thread JIRA
the error in Eclipse: cvc-complex-type.2.4.a: Invalid content was found starting with element 'asn1'. One of '{"http://camel.apache.org/schema/spring":avro, "http://camel.apache.org/schema/spring":barcode, "http://camel.apache.org/schema/spring":ba

Re: Using camel:routeContextRef under camel:camelContext

2013-03-15 Thread deepak_a
://www.springframework.org/schema/beans"; xmlns:amq="http://activemq.apache.org/schema/core"; xmlns:camel="http://camel.apache.org/schema/spring"; xmlns:context="http://www.springframework.org/schema/context"; xmlns:http="http://cxf.apache.org/transports/http/configura

Re: Using camel:routeContextRef under camel:camelContext

2013-03-15 Thread Claus Ibsen
RoutesDefinition routes = > camelContext.loadRoutesDefinition(streamList.get(i)); > camelContext.addRouteDefinitions(routes.getRoutes()); > > By Routes.xml looks like this > > > > http://www.springframework.org/schema/beans"; > xmlns:amq="http://act

[jira] [Updated] (CAMEL-11938) Thrift data format is not part of the xsd for

2017-10-23 Thread JIRA
the error message in Eclipse: cvc-complex-type.2.4.a: Invalid content was found starting with element 'thrift'. One of '{"http://camel.apache.org/schema/spring":avro, "http://camel.apache.org/schema/spring":barcode, "http://camel.apache.org/schema/spring&q

Error in XML DSL Tokenize

2015-07-31 Thread Felix Thomas
hello, I have a route defined as http://camel.apache.org/schema/spring";> ${body} I get this error as below on execution, I checked everywhere dont see a solution. I am using the version 2

camel - exception handling

2015-03-31 Thread contactreji
Hi Am trying to catch an exception and based on that continue the flow. Using below code. But on xml validation I get following cvc-complex-type.2.4.a: Invalid content was found starting with element 'camel:continued'. One of '{"http://camel.apache.org/schema/spri

Error in Tokenize in XMl DSL

2015-07-31 Thread fxthomas
hello, I have a route defined as http://camel.apache.org/schema/spring";> ${body} I get this error as below on execution, I checked everywhere do

Getting the error Invalid content was found starting with element 'marshall'.

2013-09-17 Thread vsmahesh
Hi .. I am getting error when adding tag to my route my camel-context is given below http://camel.apache.org/schema/spring";> The error

Re: Getting the error Invalid content was found starting with element 'marshall'.

2013-09-17 Thread Bilgin Ibryam
You have a typo, it has to be "marshal" with one L Cheers, On 17 September 2013 12:17, vsmahesh wrote: > Hi .. > I am getting error when adding tag to my route > my camel-context is given below > > http://camel.apache.org/schema/spring";> > &g

Re: camel - exception handling

2015-03-31 Thread Andrew Block
7;. One of '{"http://camel.apache.org/schema/spring":exception, "http://camel.apache.org/schema/spring":onWhen, "http://camel.apache.org/ schema/spring":handled, "http://camel.apache.org/schema/spring":aop, "http://camel.apache.org/schema

convertBodyTo - spring DSL generates error in camel 2.0 snapshot

2009-03-03 Thread cmoulliard
Hi, The following syntax in my spring DSL generates an error : Caused by: org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'convertBodyTo'. One of '{"http://camel.apache.org/schema/spring":from, "http://

Re: Problem with protobuf example / Spring DSL to unmarshal to protobuf

2010-09-14 Thread Marcel Jager
ork.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd&qu

What is the correct syntax for try/catch in camel spring DSL

2009-06-08 Thread Charles Moulliard
;.* One of '{" http://camel.apache.org/schema/spring":aggregate, " http://camel.apache.org/schema/spring":bean, " http://camel.apache.org/schema/spring":doCatch, " http://camel.apache.org/schema/spring":when, " http://camel.apache.org/schema/spring

Re: management example problem

2011-05-29 Thread preben
year - but I'm running the camel management example on 2.8-SNAPSHOT I get an SAXParserException on 'constant': org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'constant'. One of '{"http://camel.apache.or

Re: Error in Tokenize in XMl DSL

2015-07-31 Thread Claus Ibsen
You have 2 expressions as you have both and . You can only use 1. So remove On Thu, Jul 30, 2015 at 11:14 AM, fxthomas wrote: > hello, > > I have a route defined as > > xmlns="http://camel.apache.org/schema/spring";> > uri="file:{{camel.csvinpath

Setting dynamic completionInterval in aggregator

2012-09-20 Thread Michael Szalay
t was found starting with element 'completionInterval'. One of '{"http://camel.apache.org/schema/blueprint":onException, "http://camel.apache.org/schema/blueprint":when, "http://camel.apache.org/schema/blueprint":onCompletion, "http

Fwd: Setting dynamic completionInterval in aggregator

2012-09-20 Thread Michael Szalay
mel 2.10.1. Regards Michael Invalid content was found starting with element 'completionInterval'. One of '{"http://camel.apache.org/schema/blueprint":onException, "http://camel.apache.org/schema/blueprint":when, "http://camel.apache.org/schema/bluepri

[jira] [Created] (CAMEL-11939) asn1 dataformat is not part of xsd for global dataformat

2017-10-23 Thread JIRA
Issue Type: Bug Affects Versions: 2.20.0 Reporter: Aurélien Pupier Fix For: 2.20.1, 2.21.0 here is the error in Eclipse: cvc-complex-type.2.4.a: Invalid content was found starting with element 'asn1'. One of '{"http://camel.apache.org/schema/

Re: management example problem

2011-05-29 Thread Claus Ibsen
vc-complex-type.2.4.a: Invalid content was > found starting with element 'constant'. One of > '{"http://camel.apache.org/schema/spring":description, > "http://camel.apache.org/schema/spring":aop, > "http://camel.apache.org/schema/spring":aggre

Re: Setting dynamic completionInterval in aggregator

2012-09-20 Thread Claus Ibsen
rs like this > > >... > > > ${header.AggregateCompletionTimeout} > > >${header.AggregateCompletionSize} > > > Why isn't there an analogous element for here? > > Invalid content was found starting with element 'completionInterval'. One of

Re: What is the correct syntax for try/catch in camel spring DSL

2009-06-08 Thread Claus Ibsen
; java.lang.IllegalArgumentException >                     >                 > >             >         > > but I receive the following error : Hi Charles The answer is blowing in the wind. http://camel.apache.org/try-catch-finally.html And the XSD below even mention: doTry, doCatch, doFinally. > > *org.sp

Re: convertBodyTo - spring DSL generates error in camel 2.0 snapshot

2009-03-03 Thread Claus Ibsen
nt" /> > > generates an error : > > Caused by: org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid > content was found starting with element 'convertBodyTo'. One of > '{"http://camel.apache.org/schema/spring":from, > "http://c

[jira] [Commented] (CAMEL-11939) asn1 dataformat is not part of xsd for global dataformat

2017-10-23 Thread JIRA
nt was found starting with element > 'asn1'. One of '{"http://camel.apache.org/schema/spring":avro, > "http://camel.apache.org/schema/spring":barcode, > "http://camel.apache.org/schema/spring":base64, > "http://camel.apache.org/sch

[jira] [Resolved] (CAMEL-11939) asn1 dataformat is not part of xsd for global dataformat

2017-10-23 Thread Claus Ibsen (JIRA)
Reporter: Aurélien Pupier > Fix For: 2.20.1, 2.21.0 > > > I imagine no specific reason for that so I guess that it is a bug. > here is the error in Eclipse: > cvc-complex-type.2.4.a: Invalid content was found starting with element > 'asn1'. One of '{"http

[jira] [Resolved] (CAMEL-11938) Thrift data format is not part of the xsd for dataformats

2017-10-23 Thread Claus Ibsen (JIRA)
Reporter: Aurélien Pupier > Fix For: 2.20.1, 2.21.0 > > > I imagine no specific reason for that so I guess that it is a bug. > here is the error message in Eclipse: > cvc-complex-type.2.4.a: Invalid content was found starting with element > 'thrift'. One o

Re: What is the correct syntax for try/catch in camel spring DSL

2009-06-08 Thread Charles Moulliard
The camel 2.0 snapshot schema ( http://camel.apache.org/schema/spring/camel-spring-2.0-SNAPSHOT.xsd) does not propose doTry, doCatch BUT : try, catch which is different from the documentation page Charles Moulliard Senior Enterprise Architect Apache Camel Committer

[jira] [Commented] (CAMEL-11938) Thrift data format is not part of the xsd for dataformats

2017-10-23 Thread JIRA
http://camel.apache.org/schema/spring/camel-spring.xsd is not the latest xsd > Thrift data format is not part of the xsd for dataformats > - > > Key: CAMEL-11938 > URL: https://issues.apache.org/jira

[jira] [Commented] (CAMEL-11939) asn1 dataformat is not part of xsd for global dataformat

2017-10-23 Thread JIRA
http://camel.apache.org/schema/spring/camel-spring.xsd is not the latest xsd > asn1 dataformat is not part of xsd for global dataformat > > > Key: CAMEL-11939 > URL: https://issues.apache.org/jira

[jira] [Commented] (CAMEL-13800) Mobile usability issues reported in Google search console

2020-03-10 Thread Zoran Regvart (Jira)
ss to the Google search console. I'll provide the current report here by copy pasting it: * Clickable elements too close together (24 pages) [https://camel.apache.org/components/latest/cxf-component.html] [https://camel.apache.org/components/latest/mllp-component.html] [https://ca

[jira] [Updated] (CAMEL-11938) Thrift data format is not part of the xsd for dataformats

2017-10-23 Thread JIRA
ype.2.4.a: Invalid content was found starting with element > 'thrift'. One of '{"http://camel.apache.org/schema/spring":avro, > "http://camel.apache.org/schema/spring":barcode, > "http://camel.apache.org/schema/spring":base64, > &quo

[jira] [Commented] (CAMEL-11939) asn1 dataformat is not part of xsd for global dataformat

2017-10-23 Thread Claus Ibsen (JIRA)
or that so I guess that it is a bug. > here is the error in Eclipse: > cvc-complex-type.2.4.a: Invalid content was found starting with element > 'asn1'. One of '{"http://camel.apache.org/schema/spring":avro, > "http://camel.apache.org/schema/spring&quo

Re: PEM File for Authentication in route

2015-09-08 Thread anish.somadevan
When i have SSLContext parameters before the routes tag,I get the below mentioned error, exception: unexpected element (uri:"http://camel.apache.org/schema/spring";, local:"sslContextParameters"). Expected elements are <{http://camel.apache.org/schema/spring}aggregate>

[camel-kamelets] 15/21: Add a "namespace" label to help group kamelets - Transformation, Twitter, Database etc.

2023-02-15 Thread acosentino
b/kamelets/minio-sink.kamelet.yaml index 5ff55221..f885c253 100644 --- a/kamelets/minio-sink.kamelet.yaml +++ b/kamelets/minio-sink.kamelet.yaml @@ -24,6 +24,7 @@ metadata: camel.apache.org/kamelet.icon: "data:image

[camel-kamelets] 15/21: Add a "namespace" label to help group kamelets - Transformation, Twitter, Database etc.

2023-02-15 Thread acosentino
b/kamelets/minio-sink.kamelet.yaml index c714e564..d1627868 100644 --- a/kamelets/minio-sink.kamelet.yaml +++ b/kamelets/minio-sink.kamelet.yaml @@ -24,6 +24,7 @@ metadata: camel.apache.org/kamelet.icon: "data:image

[camel-kamelets] 15/19: Add a "namespace" label to help group kamelets - Transformation, Twitter, Database etc.

2023-02-15 Thread acosentino
lets/minio-sink.kamelet.yaml index b5e90830..55da1542 100644 --- a/kamelets/minio-sink.kamelet.yaml +++ b/kamelets/minio-sink.kamelet.yaml @@ -24,6 +24,7 @@ metadata: camel.apache.org/kamelet.icon: "data:image

[camel-kamelets] 15/21: Add a "namespace" label to help group kamelets - Transformation, Twitter, Database etc.

2023-02-15 Thread acosentino
lets/minio-sink.kamelet.yaml index c714e564..d1627868 100644 --- a/kamelets/minio-sink.kamelet.yaml +++ b/kamelets/minio-sink.kamelet.yaml @@ -24,6 +24,7 @@ metadata: camel.apache.org/kamelet.icon: "data:image

[camel-kamelets] 15/21: Add a "namespace" label to help group kamelets - Transformation, Twitter, Database etc.

2023-02-15 Thread acosentino
lets/minio-sink.kamelet.yaml index 5ff55221..f885c253 100644 --- a/kamelets/minio-sink.kamelet.yaml +++ b/kamelets/minio-sink.kamelet.yaml @@ -24,6 +24,7 @@ metadata: camel.apache.org/kamelet.icon: "data:image

[camel-kamelets] 15/21: Add a "namespace" label to help group kamelets - Transformation, Twitter, Database etc.

2023-02-15 Thread acosentino
lets/minio-sink.kamelet.yaml index b5e90830..55da1542 100644 --- a/kamelets/minio-sink.kamelet.yaml +++ b/kamelets/minio-sink.kamelet.yaml @@ -24,6 +24,7 @@ metadata: camel.apache.org/kamelet.icon: "data:image

[camel-kamelets] 01/03: Group shouldn't be a label, it is an annotation

2021-05-05 Thread acosentino
reams-source.kamelet.yaml @@ -5,9 +5,9 @@ metadata: annotations: camel.apache.org/kamelet.icon: "data:image/svg+

[camel-kamelets] 01/03: Group shouldn't be a label, it is an annotation

2021-05-05 Thread acosentino
reams-source.kamelet.yaml @@ -5,9 +5,9 @@ metadata: annotations: camel.apache.org/kamelet.icon: "data:image/svg+

[CONF] Apache Camel > Xml Reference

2012-10-16 Thread confluence
Xml Reference Page edited by Hadrian Zbarcea Changes (15) ... || Version || XML Schema || | 2.10.2 | http://camel.apache.org

[camel-kamelets] 13/21: Add a "namespace" label to help group kamelets - JIRA, Transformation, Json etc.

2023-02-15 Thread acosentino
x 02c0b84e..b00919a5 100644 --- a/kamelets/has-header-filter-action.kamelet.yaml +++ b/kamelets/has-header-filter-action.kamelet.yaml @@ -26,6 +26,7 @@ metadata: camel.apache.org/kamelet.icon: "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5k

[camel-kamelets] 13/21: Add a "namespace" label to help group kamelets - JIRA, Transformation, Json etc.

2023-02-15 Thread acosentino
..b00919a5 100644 --- a/kamelets/has-header-filter-action.kamelet.yaml +++ b/kamelets/has-header-filter-action.kamelet.yaml @@ -26,6 +26,7 @@ metadata: camel.apache.org/kamelet.icon: "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5k

[jira] [Created] (CAMEL-8721) Idempotent unable to define property:CamelDuplicateMessage

2015-04-30 Thread Yap Poh Soon (JIRA)
ception is org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 62 in XML document from ServletContext resource [/WEB-INF/spring/app-dfareporting-camel-context.xml] is invalid; nested exception is org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'property'. One of '

[CONF] Apache Camel > Xml Reference

2012-05-01 Thread confluence
Xml Reference Page edited by Hadrian Zbarcea Changes (6) ... | 2.9.1 | http://camel.apache.org/schema/spring/camel-spring-2.9.1.xsd | | 2.9.0

[CONF] Apache Camel > Xml Reference

2012-07-11 Thread confluence
Xml Reference Page edited by Christian Mueller Changes (40) ... | 2.9.1 | http://camel.apache.org/schema/spring/camel-spring-2.9.1.xsd

[CONF] Apache Camel > Xml Reference

2012-01-30 Thread confluence
Xml Reference Page edited by Hadrian Zbarcea Changes (7) ... || Version || XML Schema || | 2.9.0 | http://camel.apache.org/schema/spring/camel

[jira] [Created] (CAMEL-9923) camel-blueprint - Should not use online xsd for parsing

2016-04-28 Thread Claus Ibsen (JIRA)
f '{"http://camel.apache.org/schema/blueprint":from, "http://camel.apache.org/schema/blueprint":onException, "http://camel.apache.org/schema/blueprint":when, "http://camel.apache.org/schema/blueprint":onCompletion, "http://camel.apache.org/schema/blue

[jira] [Resolved] (CAMEL-9923) camel-blueprint - Should not use online xsd for parsing

2016-04-28 Thread Claus Ibsen (JIRA)
ache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:308)[org.apache.felix.framework-5.4.0.jar:] > at java.lang.Thread.run(Thread.java:745)[:1.8.0_31] > Caused by: org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid > content was found starting wi

[jira] [Commented] (CAMEL-9923) camel-blueprint - Should not use online xsd for parsing

2016-04-28 Thread Grzegorz Grzybek (JIRA)
pl.run(FrameworkStartLevelImpl.java:308)[org.apache.felix.framework-5.4.0.jar:] > at java.lang.Thread.run(Thread.java:745)[:1.8.0_31] > Caused by: org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid > content was found starting with element 'hystrix'. One of &g

[CONF] Apache Camel > Xml Reference

2012-07-11 Thread confluence
Xml Reference Page edited by Christian Mueller Changes (2) ... | 2.9.2 | http://camel.apache.org/schema/cxf/camel-cxf-2.9.2-blueprint.xsd

Problems when using Spring DSL with the soap dataformat

2013-10-26 Thread Julián Ignacio Gómez Arias
recognized and says this: cvc-complex-type.2.4.a: Invalid content was found starting with element 'soap'. One of '{"http:// camel.apache.org/schema/spring":description, "http://camel.apache.org/schema/spring":avro, "http:// camel.apache.org/schema/spring&q

[CONF] Apache Camel > Xml Reference

2012-08-30 Thread confluence
Xml Reference Page edited by Daniel Kulp Changes (11) ... || Version || XML Schema || | 2.10.1 | http://camel.apache.org/schema

[camel-kamelets] 13/21: Add a "namespace" label to help group kamelets - JIRA, Transformation, Json etc.

2023-02-15 Thread acosentino
s(+) diff --git a/kamelets/has-header-filter-action.kamelet.yaml b/kamelets/has-header-filter-action.kamelet.yaml index 87387e03..15132dab 100644 --- a/kamelets/has-header-filter-action.kamelet.yaml +++ b/kamelets/has-header-filter-action.kamelet.yaml @@ -26,6 +26,7 @@ metadata: camel.

[camel-kamelets] 13/19: Add a "namespace" label to help group kamelets - JIRA, Transformation, Json etc.

2023-02-15 Thread acosentino
ff --git a/kamelets/has-header-filter-action.kamelet.yaml b/kamelets/has-header-filter-action.kamelet.yaml index fc69f398..c5090463 100644 --- a/kamelets/has-header-filter-action.kamelet.yaml +++ b/kamelets/has-header-filter-action.kamelet.yaml @@ -26,6 +26,7 @@ metadata: camel.apache.org/ka

[camel-kamelets] 13/21: Add a "namespace" label to help group kamelets - JIRA, Transformation, Json etc.

2023-02-15 Thread acosentino
ff --git a/kamelets/has-header-filter-action.kamelet.yaml b/kamelets/has-header-filter-action.kamelet.yaml index 87387e03..15132dab 100644 --- a/kamelets/has-header-filter-action.kamelet.yaml +++ b/kamelets/has-header-filter-action.kamelet.yaml @@ -26,6 +26,7 @@ metadata: camel.apache.org/ka

[camel-kamelets] 13/21: Add a "namespace" label to help group kamelets - JIRA, Transformation, Json etc.

2023-02-15 Thread acosentino
ff --git a/kamelets/has-header-filter-action.kamelet.yaml b/kamelets/has-header-filter-action.kamelet.yaml index fc69f398..c5090463 100644 --- a/kamelets/has-header-filter-action.kamelet.yaml +++ b/kamelets/has-header-filter-action.kamelet.yaml @@ -26,6 +26,7 @@ metadata: camel.apache.org/ka

unmarshalling with jaxb

2013-06-02 Thread wagnermarques
.control1 = control1; } public String getControl3() { return control3; } public void setControl3(String control3) { this.control3 = control3; } } * c) this is the excerpt of the exception I am got* Caused

[CONF] Apache Camel > Xml Reference

2012-07-03 Thread confluence
Xml Reference Page edited by Hadrian Zbarcea Changes (1) ... || Version || XML Schema || | 2.10.0 | http://camel.apache.org

[CONF] Apache Camel > Xml Reference

2012-04-18 Thread confluence
Xml Reference Page edited by Hadrian Zbarcea Changes (7) ... || Version || XML Schema || | 2.9.2 | http://camel.apache.org

[CONF] Apache Camel > Xml Reference

2012-01-16 Thread confluence
This page contains a link to the XML reference guides and XML schema documents for [Xml Configuration] with Camel releases. You can refer to http://camel.apache.org/schema/spring/ to see the individual XSDs available. h3. Released Schemas - Spring

[jira] [Resolved] (CAMEL-8721) Idempotent unable to define property:CamelDuplicateMessage

2015-04-30 Thread Claus Ibsen (JIRA)
important http://camel.apache.org/camel-2150-release.html The release notes says that is renamed to > Idempotent unable to define property:CamelDuplicateMessage > -- > > Key: CAMEL-8721 >

Re: What is the correct syntax for try/catch in camel spring DSL

2009-06-08 Thread Claus Ibsen
ly you get On Mon, Jun 8, 2009 at 2:16 PM, Charles Moulliard wrote: > The camel 2.0 snapshot schema ( > http://camel.apache.org/schema/spring/camel-spring-2.0-SNAPSHOT.xsd) does > not propose doTry, doCatch BUT : > try, catch which is different from the documentation page &

Re: What is the correct syntax for try/catch in camel spring DSL

2009-06-08 Thread Charles Moulliard
> > And when you build it locally you get > > > > > > > > On Mon, Jun 8, 2009 at 2:16 PM, Charles Moulliard > wrote: > > The camel 2.0 snapshot schema ( > > http://camel.apache.org/schema/spring/camel-spring-2.0-SNAPSHOT.xsd) > does > > n

[camel-kamelets] 01/02: Add labels related to kamelets trust level

2021-05-26 Thread acosentino
/aws-ddb-streams-source.kamelet.yaml +++ b/aws-ddb-streams-source.kamelet.yaml @@ -3,6 +3,7 @@ kind: Kamelet metadata: name: aws-ddb-streams-source annotations: +camel.apache.org/kamelet.support.level: "Preview" camel.apache.org/catalog.version: "main-SNAPSHOT"

[camel-kamelets] 01/02: Add labels related to kamelets trust level

2021-05-26 Thread acosentino
-streams-source.kamelet.yaml +++ b/aws-ddb-streams-source.kamelet.yaml @@ -3,6 +3,7 @@ kind: Kamelet metadata: name: aws-ddb-streams-source annotations: +camel.apache.org/kamelet.support.level: "Preview" camel.apache.org/catalog.version: "main-SNAPSHOT" camel.apa

Re: camel jsonpath

2014-04-02 Thread Lydie
I don t see any reference to jsonpath here: cvc-complex-type.2.4.a: Invalid content was found starting with element 'jsonpath'. One of '{"http://camel.apache.org/schema/ spring":description, "http://camel.apache.org/schema/spring":expressionDefinition, "

[camel-kamelets] 11/21: Add a "namespace" label to help group kamelets - Cloud, Search, GCP etc.

2023-02-15 Thread acosentino
yaml index a104f063..69afebca 100644 --- a/kamelets/extract-field-action.kamelet.yaml +++ b/kamelets/extract-field-action.kamelet.yaml @@ -26,6 +26,7 @@ metadata: camel.apache.org/kamelet.icon: "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5k

[camel-kamelets] 11/21: Add a "namespace" label to help group kamelets - Cloud, Search, GCP etc.

2023-02-15 Thread acosentino
x 3dbb0c0e..163b1175 100644 --- a/kamelets/extract-field-action.kamelet.yaml +++ b/kamelets/extract-field-action.kamelet.yaml @@ -26,6 +26,7 @@ metadata: camel.apache.org/kamelet.icon: "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5k

[camel-kamelets] 11/19: Add a "namespace" label to help group kamelets - Cloud, Search, GCP etc.

2023-02-15 Thread acosentino
x e4a2165b..a36798a4 100644 --- a/kamelets/extract-field-action.kamelet.yaml +++ b/kamelets/extract-field-action.kamelet.yaml @@ -26,6 +26,7 @@ metadata: camel.apache.org/kamelet.icon: "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5k

[camel-kamelets] 11/21: Add a "namespace" label to help group kamelets - Cloud, Search, GCP etc.

2023-02-15 Thread acosentino
..163b1175 100644 --- a/kamelets/extract-field-action.kamelet.yaml +++ b/kamelets/extract-field-action.kamelet.yaml @@ -26,6 +26,7 @@ metadata: camel.apache.org/kamelet.icon: "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5k

[camel-kamelets] 11/21: Add a "namespace" label to help group kamelets - Cloud, Search, GCP etc.

2023-02-15 Thread acosentino
x a104f063..69afebca 100644 --- a/kamelets/extract-field-action.kamelet.yaml +++ b/kamelets/extract-field-action.kamelet.yaml @@ -26,6 +26,7 @@ metadata: camel.apache.org/kamelet.icon: "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5k

[camel-kamelets] 11/21: Add a "namespace" label to help group kamelets - Cloud, Search, GCP etc.

2023-02-15 Thread acosentino
..a36798a4 100644 --- a/kamelets/extract-field-action.kamelet.yaml +++ b/kamelets/extract-field-action.kamelet.yaml @@ -26,6 +26,7 @@ metadata: camel.apache.org/kamelet.icon: "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5k

[camel] 01/01: CAMEL-19904: Remove old unmaintaned versions from spring.schemas files.

2023-09-22 Thread davsclaus
@@ ## See the License for the specific language governing permissions and ## limitations under the License. ## --- -http\://camel.apache.org/schema/cxf/jaxrs/camel-cxf.xsd=schema/cxfJaxrsEndpoint.xsd +http\://camel.apache.org

[camel] branch main updated: CAMEL-19904: Remove old unmaintaned versions from spring.schemas files. (#11525)

2023-09-22 Thread davsclaus
under the License. ## --- -http\://camel.apache.org/schema/cxf/jaxrs/camel-cxf.xsd=schema/cxfJaxrsEndpoint.xsd +http\://camel.apache.org/schema/cxf/jaxrs/camel-cxf.xsd=schema/cxfJaxrsEndpoint.xsd http\://camel.apache.org/schema

[CONF] Apache Camel > Xml Reference

2012-03-05 Thread confluence
Xml Reference Page edited by Hadrian Zbarcea Changes (7) ... || Version || XML Schema || | 2.9.1 | http://camel.apache.org

[camel] branch main updated: Polish and cleanup documentation

2021-08-12 Thread davsclaus
`camel-spring-xml` component -* Camel Spring XML Schema's is defined at xref:manual::xml-reference.adoc[XML -Reference] +* Camel Spring XML Schema's is defined at `https://camel.apache.org/schema/spring/` * Camel provides powerful Bean Integration with any bean defined in a Spring Applicat

[camel-kamelets] 09/21: Add a "namespace" label to help group kamelets - Cloud, Search etc.

2023-02-15 Thread acosentino
@ metadata: camel.apache.org/kamelet.icon: "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4gPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjAiIGhlaWdodD0iMTU3IiB2aWV3Qm94PSIwIDAgMTYwIDE1NyIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1

[camel-kamelets] 09/21: Add a "namespace" label to help group kamelets - Cloud, Search etc.

2023-02-15 Thread acosentino
@ metadata: camel.apache.org/kamelet.icon: "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4gPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjAiIGhlaWdodD0iMTU3IiB2aWV3Qm94PSIwIDAgMTYwIDE1NyIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1

[camel-kamelets] 09/19: Add a "namespace" label to help group kamelets - Cloud, Search etc.

2023-02-15 Thread acosentino
@ metadata: camel.apache.org/kamelet.icon: "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4gPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjAiIGhlaWdodD0iMTU3IiB2aWV3Qm94PSIwIDAgMTYwIDE1NyIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1

[camel-kamelets] 09/21: Add a "namespace" label to help group kamelets - Cloud, Search etc.

2023-02-15 Thread acosentino
@ metadata: camel.apache.org/kamelet.icon: "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4gPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjAiIGhlaWdodD0iMTU3IiB2aWV3Qm94PSIwIDAgMTYwIDE1NyIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1

[camel-kamelets] 09/21: Add a "namespace" label to help group kamelets - Cloud, Search etc.

2023-02-15 Thread acosentino
@ metadata: camel.apache.org/kamelet.icon: "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4gPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjAiIGhlaWdodD0iMTU3IiB2aWV3Qm94PSIwIDAgMTYwIDE1NyIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1

[camel-kamelets] 09/21: Add a "namespace" label to help group kamelets - Cloud, Search etc.

2023-02-15 Thread acosentino
@ metadata: camel.apache.org/kamelet.icon: "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4gPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjAiIGhlaWdodD0iMTU3IiB2aWV3Qm94PSIwIDAgMTYwIDE1NyIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1

Re: Problems when using Spring DSL with the soap dataformat

2013-10-26 Thread Julián Ignacio Gómez Arias
elementNameStrategyRef="soapST" /> > > > > > > The tag its not recognized and says this: > > cvc-complex-type.2.4.a: Invalid content was found starting with element > 'soap'. One of '{"http:// > camel.apache.org/schema/

[jira] [Commented] (CAMEL-8721) Idempotent unable to define property:CamelDuplicateMessage

2015-04-30 Thread Yap Poh Soon (JIRA)
ntext resource > [/WEB-INF/spring/app-dfareporting-camel-context.xml] is invalid; nested > exception is org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid > content was found starting with element 'property'. One of > '{"http://camel.apache.org/

[jira] [Comment Edited] (CAMEL-8721) Idempotent unable to define property:CamelDuplicateMessage

2015-04-30 Thread Yap Poh Soon (JIRA)
ment from ServletContext resource > [/WEB-INF/spring/app-dfareporting-camel-context.xml] is invalid; nested > exception is org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid > content was found starting with element 'property'. One of > '{"http://camel.a

Re: Update camel route at runtime using config admin

2011-11-30 Thread mayank27
Hi Freeman, I placed the element around element but got the below error : cvc-complex-type.2.4.a: Invalid content was found starting with element 'camel:routes'. One of '{"http:// camel.apache.org/schema/spring":properties, "http://camel.apache.org/schema/spring

Re: JSON to XML Conversion

2015-09-01 Thread anish.somadevan
I currently have this as the first line in my XML. http://camel.apache.org/schema/spring";> And then i have defined the camelContext tags, When i tried to give camelContext as the first line, I get this error unexpected element (uri:"http://camel.apache.org/schema/sp

Re: What is the correct syntax for try/catch in camel spring DSL

2009-06-08 Thread Claus Ibsen
re we set what the XML tag name is >> @XmlRootElement(name = "doTry") >> >> And when you build it locally you get >> >> >>   >>   >>   >> >> >> On Mon, Jun 8, 2009 at 2:16 PM, Charles Moulliard >> wrote: >> >

[camel-kamelets] 01/02: Revisit support level label for all the Kamelets - AWS Kamelets

2022-07-01 Thread acosentino
-cloudwatch-sink.kamelet.yaml index 0a15791d..96a5092d 100644 --- a/kamelets/aws-cloudwatch-sink.kamelet.yaml +++ b/kamelets/aws-cloudwatch-sink.kamelet.yaml @@ -20,7 +20,7 @@ kind: Kamelet metadata: name: aws-cloudwatch-sink annotations: -camel.apache.org/kamelet.support.level: "Pr

[camel-kamelets] 01/02: Revisit support level label for all the Kamelets - AWS Kamelets

2022-07-01 Thread acosentino
-cloudwatch-sink.kamelet.yaml index 0a15791d..96a5092d 100644 --- a/kamelets/aws-cloudwatch-sink.kamelet.yaml +++ b/kamelets/aws-cloudwatch-sink.kamelet.yaml @@ -20,7 +20,7 @@ kind: Kamelet metadata: name: aws-cloudwatch-sink annotations: -camel.apache.org/kamelet.support.level: "Pr

Re: Camel Splitter EIP

2014-10-21 Thread contactreji
as * Caused by: org.xml.sax.SAXParseException; lineNumber: 33; columnNumber: 25; cvc-complex-type.2.4.a: Invalid content was found starting with element 'xtokenize'. One of '{"http://camel.apache.org/schema/spring":description, "http://camel.apache.org/schema/sprin

Re: unmarshalling with jaxb

2013-06-02 Thread Claus Ibsen
://camel.apache.org/schema/spring/ And look at the file and see the order etc. On Sat, Jun 1, 2013 at 8:30 PM, wagnermarques wrote: > Hi camel hiders, > > could someone help me to unmarshall this document with jaxb dataformat > please? > > > http://orbeon.org/oxf/xml/xinclude"; >

  1   2   3   4   5   6   7   8   9   10   >