RE: Velocity Issue

2011-09-20 Thread Daniel Crompton
I solved it by removing the properties file, for some reason this was creating a conflict. Thanks, D. > -Original Message- > From: Claus Ibsen [mailto:claus.ib...@gmail.com] > Sent: Thursday, September 15, 2011 8:02 PM > To: users@camel.apache.org > Subject: Re:

Re: Velocity Issue

2011-09-15 Thread Claus Ibsen
If you create VelocityContext yourself then you need to play all the hops to get it working in OSGi land. If you on the other hand use it as a Camel endpoint then we (try) to make sure it works in osgi. I think we identified a bug recently. On Thu, Sep 15, 2011 at 6:20 PM, Daniel Crompton wrote

Velocity Issue

2011-09-15 Thread Daniel Crompton
Hi, I'm new to the list, and I was having some problems with camel-velocity. In my unit tests the velocity templates as used in the following piece of code resolve the location of the template on the classpath. However when I deploy the bundle to ServiceMix it doesn't find the file on the c

RE: Velocity Issue

2011-09-15 Thread Daniel Crompton
Subject: Velocity Issue Hi, I'm new to the list, and I was having some problems with camel-velocity. In my unit tests the velocity templates as used in the following piece of code resolve the location of the template on the classpath. H