camel bindy 2.14.1 and jboss-eap 6.3.3

2015-03-11 Thread Scisci
Hi, I'm trying to use bindy on camel 2.14.1 with a WAR deploy on jboss-eap 6.3.3 this is my camel context: camelContext xmlns=http://camel.apache.org/schema/spring; propertyPlaceholder id=placeholder location=classpath:file.properties/ route id=file-to-jpa from

Re: camel bindy 2.14.1 and jboss-eap 6.3.3

2015-03-11 Thread Claus Ibsen
Hi You may need to use a 3rd party jboss classloader module. See more details at http://camel.apache.org/camel-jboss.html On Wed, Mar 11, 2015 at 11:14 AM, Scisci ferioli.mi...@gmail.com wrote: Hi, I'm trying to use bindy on camel 2.14.1 with a WAR deploy on jboss-eap 6.3.3 this is my camel

Re: camel bindy 2.14.1 and jboss-eap 6.3.3

2015-03-11 Thread Scisci
Thanks, now works. I've added on pom dependency groupIdorg.apache-extras.camel-extra/groupId artifactIdcamel-jboss6/artifactId version2.13.2/version /dependency and this on applicationContex bean id=jbossResolver