Re: Problem using JmsCompoment with Tibco implementation

2011-12-15 Thread Pierre HARDY
face from camel-jms and geronimo bundles So basicly i had to include the tibjms.jar inside my bundle application, prevent imports i did'nt need (like com.tibco.security) and import the javax.jms api. Thank you for the leads. Le 13/12/2011 16:57, Pierre HARDY a écrit : > I did the test a

Re: Problem using JmsCompoment with Tibco implementation

2011-12-13 Thread Pierre HARDY
I did the test and running a standalone camel works. I do not have the error anymore. When i'm not providing the JMS API i have a classNotFoundException. Can it still be a double API missmatch ? Do you have ideas or lead to help me fix this problem ? Le 09/12/2011 10:38, Pierre HARDY a

Re: Problem using JmsCompoment with Tibco implementation

2011-12-09 Thread Pierre HARDY
Actualy i'm providing a jms.jar (version 1.1) but i'm not sure of the compliance of ibjms jar, looking inside this jar didn't provide enought information but by comparing the API they look like the same. Christian, as you mention, i'm effectively using an OSGi container (Karaf) but i didn't find a

Problem using JmsCompoment with Tibco implementation

2011-12-08 Thread Pierre HARDY
Hello, I'm currently trying to get a JmsComponent (org.apache.camel.component.jms.JmsComponent) to work with Tibco implementation. Starting from the documentation of JmsCompopent, i set up my context as follow : and use it as fo