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.