Re: Load Bean Definitions from XML in Camel

2015-08-25 Thread fxthomas
hello Christain, Sorry , I was not clear in the question. I meant the bean tags in XML , can it be loaded dynamically in camel i.e. a java method which will get the bean definations from a DB rather that hardcoding it in XML. I know that using a complex Java reflection I can load the cla

Re: Load Bean Definitions from XML in Camel

2015-08-25 Thread Henryk Konsek
Hi Felix, This really depends on the Camel registry [1] you are using. For OSGi registries you can deploy new beans and processors as the OSGi bundles. For Spring applications you can use the Spring Bean Registry API [2]. In general as soon as given bean will be available for the Camel registry [

Camel and ISO 8583

2015-08-25 Thread Felix Thomas
I’ve been looking around for a component (or library) for working with ISO 8583 messages with Camel. I’ve seen several initiatives out there, but they seem to all kind of dead-end without any official integration with Camel. Do we have there something out there that is robust, well supported and

Re: Camel and ISO 8583

2015-08-25 Thread David Karlsen
What about http://j8583.sourceforge.net/ ? 25. aug. 2015 12:40 skrev "Felix Thomas" : > I’ve been looking around for a component (or library) for working with ISO > 8583 messages with Camel. I’ve seen several initiatives out there, but they > seem to all kind of dead-end without any official integ

Re: Camel and ISO 8583

2015-08-25 Thread fxthomas
thanks will take a look -- View this message in context: http://camel.465427.n5.nabble.com/Camel-and-ISO-8583-tp5770965p5770967.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel CXF Transport works within Blueprint only when XSD validation is disabled

2015-08-25 Thread Aki Yoshida
The id attribute in blueprint is typed as xsd:ID and can't take an arbitrary value. So, actually you shouldn't be using that value that violates this syntax rule. The validation attribute is often used to intentionally disable the validation to workaround the known limitation of the validation wit

Re: NoClassDefFoundError: net/minidev/json/parser/ContainerFactory

2015-08-25 Thread Aki Yoshida
you should check your project dependency to see which jayway you have. you seem to have some old version of jayway that is expecting json-smart-1.3.x. 2015-08-24 17:00 GMT+02:00 shuston : > This is for Camel 2.15.3 (also had the problem with 2.15.2) > > I am a new Camel user, and trying to use jso

Problem Modeling Tests After camel-example-spring-boot

2015-08-25 Thread Harness, Josh
Hi - I'm new to camel, so please forgive me if I’ve got something wrong. I’ve got a camel spring boot project (no web container). I modeled my tests after the camel-example-spring-boot project but couldn’t get my camel mock endpoints to work. They’d get created but wouldn’t see any messages. Af

RE: NoClassDefFoundError: net/minidev/json/parser/ContainerFactory

2015-08-25 Thread shuston
Thank you, Aki. I'm following this trail. For now, I've found that something in my dependencies is pulling in both net.minidev.json-smart 1.2 and 2.1.1 - since I don't list json-smart explicitly, I'll need to chase through the others to find the mismatch. From: Aki Yoshida-3 [via Camel] [mailt

Context Component issue

2015-08-25 Thread Aaron Birkland
Hello, I'm having a strange problem with the camel context component and think it may be a bug. I've created a unit test that currently fails: https://gist.github.com/birkland/1b12261521dd5d5c79ef Basically, I'm trying create a 'parent' camel context that routes a message through two 'black bo

RE: NoClassDefFoundError: net/minidev/json/parser/ContainerFactory

2015-08-25 Thread shuston
Ok, I found the source of the dual json-smart versions. My pom.xml listed: org.apache.camel camel-jsonpath ${camel.version} And that was pulling in json-path 0.9.1 which pulled in json-smart 1.2. Once I removed the above camel-jsonpath dependency the older json-path is

RE: NoClassDefFoundError: net/minidev/json/parser/ContainerFactory

2015-08-25 Thread Steve Huston
Note that I got that dependency from the Camel site: http://camel.apache.org/jsonpath.html Is this a bug? > -Original Message- > From: shuston [mailto:shus...@riverace.com] > Sent: Tuesday, August 25, 2015 3:11 PM > To: users@camel.apache.org > Subject: RE: NoClassDefFoundError: > net/min

Re: NoClassDefFoundError: net/minidev/json/parser/ContainerFactory

2015-08-25 Thread Aki Yoshida
that sounds like you have an old camel < 2.15. if you have to set up your app with a specific version of camel, probably you should use the same json-path/json-smart version combination are used by that camel version (i.e., tested). here is a quick way to compare which versions are used in, for e

What language is jsonpath looking for?

2015-08-25 Thread shuston
I am trying to run the following route. The purpose of this is to look in the body (json) and based on the header's name field, unmarshall to a POJO then continue. If there's a better way to accomplish this (there will need to be more types, of course) I am very happy to hear that too.

Re: What language is jsonpath looking for?

2015-08-25 Thread Raul Kripalani
The JSON data format and the jsonpath language are different things in Camel. You should add the camel-jsonpath module to your classpath, or if you are on OSGi and Karaf, simply install the feature with the same name. Hope that helps, Raúl. On 25 Aug 2015 22:44, "shuston" wrote: > I am trying t

Camel Activiti

2015-08-25 Thread Castyn
Hello. I am currently beginning a project to integrate our existing ServiceMix and Camel ESB with Activiti. I have looked into this a bit and I am a little confused. With Camel's activiti integration, how would it be possible for me to leverage something like activiti explorer to manage the proc

Re: Camel Activiti

2015-08-25 Thread Frans Thamura
I also seeking bpmn api standard I hear it doesnt exist yet, so thw current bpmn is develip based on its project On Aug 26, 2015 9:31 AM, "Castyn" wrote: > Hello. I am currently beginning a project to integrate our existing > ServiceMix and Camel ESB with Activiti. I have looked into this a bi