Re: MINA TLS: Silent Error when trying to load a MINA route with TLS

2015-07-19 Thread peter.berkman
Opened ticket with MINA: https://issues.apache.org/jira/browse/DIRMINA-1016 -- View this message in context: http://camel.465427.n5.nabble.com/MINA-TLS-Silent-Error-when-trying-to-load-a-MINA-route-with-TLS-tp5769456p5769541.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Accesing route related resource files from Producer

2015-07-19 Thread Claus Ibsen
Hi Is the files in the other bundles in the classpath of those bundles? If so you can access them if you export | import the package those files are located. Then you can load the resources using ClassResolver API form Camel (which supports OSGi). Your component can extend the ResourcesEndpoint

Accesing route related resource files from Producer

2015-07-19 Thread L F
Hello, I want to create a custom camel component to be used in camel routes. the component will use the exchange body and a resource file to make the processing, in a Producer. I want to use it like Everything is deployed on Karaf. Is it possible to access file resources which are defined in oth

Re: overriding properties in Camel Enhanced Spring test

2015-07-19 Thread Claus Ibsen
Hi I took a look and implemented this https://issues.apache.org/jira/browse/CAMEL-8981 On Wed, Jul 1, 2015 at 10:14 AM, Claus Ibsen wrote: > Hi > > Not all features are implement or possible to implement. Its likely > that useOverridePropertiesWithPropertiesComponent is added later. > > You are

Re: MINA TLS: Silent Error when trying to load a MINA route with TLS

2015-07-19 Thread Claus Ibsen
And btw camel-hl7 has a codec for netty also, so you can try using Netty4 instead of Mina. http://camel.apache.org/hl7 On Fri, Jul 17, 2015 at 5:13 PM, peter.berkman wrote: > Karaf 3.0.3 > Java 1.7 and 1.8 (same behavior) > Camel 2.15.2 > > bundle is a simple listener with Mina2 endpoint with TLS

Re: MINA TLS: Silent Error when trying to load a MINA route with TLS

2015-07-19 Thread Claus Ibsen
Hi Ah well spotted. I think you should log this problem at the Apache Mina project so they can fix it. I would really assume they would like for mina to work with SSL in an OSGi environment too. They could set some of these imports to optional. On Sun, Jul 19, 2015 at 7:27 AM, peter.berkman w