Mailing lists matching camel.apache.org
commits camel.apache.orgdev camel.apache.org
issues camel.apache.org
users camel.apache.org
unexpected element (uri:"http://activemq.apache.org/camel/schema/osgi", local:"camelContext")
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")
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")
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
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
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
"; 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
/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
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
://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
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
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
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
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
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'.
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'.
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
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
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
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
;.* 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
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
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
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
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
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
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
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
; 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
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
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
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
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
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
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
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
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
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
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
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.
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.
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.
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.
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.
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.
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
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
reams-source.kamelet.yaml @@ -5,9 +5,9 @@ metadata: annotations: camel.apache.org/kamelet.icon: "data:image/svg+
[CONF] Apache Camel > Xml Reference
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.
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.
..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
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
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
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
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
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
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
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
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
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
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.
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.
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.
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.
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
.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
Xml Reference Page edited by Hadrian Zbarcea Changes (1) ... || Version || XML Schema || | 2.10.0 | http://camel.apache.org
[CONF] Apache Camel > Xml Reference
Xml Reference Page edited by Hadrian Zbarcea Changes (7) ... || Version || XML Schema || | 2.9.2 | http://camel.apache.org
[CONF] Apache Camel > Xml Reference
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
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
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
> > 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
/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
-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
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.
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.
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.
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.
..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.
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.
..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.
@@ ## 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)
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
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
`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.
@ 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.
@ 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.
@ 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.
@ 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.
@ 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.
@ metadata: camel.apache.org/kamelet.icon: "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4gPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjAiIGhlaWdodD0iMTU3IiB2aWV3Qm94PSIwIDAgMTYwIDE1NyIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1
Re: Problems when using Spring DSL with the soap dataformat
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
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
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
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
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
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
-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
-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
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
://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"; >
