Hi What JDK, OS are you using? And what container do you use, tomcat, jetty, jboss, karaf, servicemix etc? Or in other words a bit more about your runtime environment.
On Fri, Jul 20, 2012 at 6:49 PM, RobertO <[email protected]> wrote: > I'm trying to use javascript in my routes but keep getting the "No language > could be found for: js" error in my unit tests when I load the camelcontext > via spring. I've found other references to this error on the mailing list > but have so far been unable to resolve this. > > Camel v2.9.2 > > I've added these dependencies to my pom: > > <dependency> > <groupId>org.apache.camel</groupId> > <artifactId>camel-script</artifactId> > <version>${camel.version}</version> > </dependency> > > <dependency> > <groupId>org.apache.camel</groupId> > <artifactId>camel-script-javascript</artifactId> > <version>${camel.version}</version> > </dependency> > > Can someone give me instructions on how to fix this? > > Thank you. > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/No-language-could-be-found-for-js-tp5716299.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen
