You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Alpha Eridani <al...@gmail.com> on 2015/05/27 16:08:39 UTC

Camel jcr component doesnt work inside karaf container

Hello  ,

I am trying to access a remote jackrabbit repository through RMI using
camel jcr component

the route works fine with mvn camel pluguin  using

mvn clean install camel:run

the same route doesnt work inside karaf container i got

javax.jcr.RepositoryException: Remote repository not found: The resource at
http://localhost:8020/rmi could not be retrieved


please help me , i run out of ideas !