davsclaus wrote
> This has been fixed in Camel 2.7. I even add your car unit test to trunk
> and the test passes.
>
> I remember we fixed something about CSV delimiter in bindy, which must
> have been in the 2.7 release.
>
> If you must use Camel 2.6 and JDK 1.5, then you can use the FuseSource M
Objects which usually
> is a bit more tricky to get working.
>
> You should most likely disable Camel to map the message as you just
> want to pass it along, eg. mapJmsMessage=false.
>
>
>> Willem
>> zen-master wrote:
>>>
>>> We are trying to use Came
We are trying to use Camel to bridge two distinct JMS messaging environments
- Tibco & Fiorano. When we are trying to pass simple POJO across teh bridge
we get a JMS exception, which we are not able to figure out.
from("source-jms-endpoint:" + sourceCtxProps.getProperty("destination.type")
+ ":"