Hi,
Did you install camel-blueprint feature ?
karaf@root> features:install camel-blueprint
Could you try to define the absolute path in your URI, aka something like:
<from uri="file:///home/my/camel/input"/>
<to uri="file:///home/my/camel/output"/>
What do you have in the log (log:display) ?
Regards
JB
On 06/30/2011 01:38 PM, gnanagurus wrote:
Thanks for your link on basic camel workout.
I tried making the following code as " quick_understanding.xml" and pasted
in into deploy folder
<?xml version="1.0" encoding="UTF-8"?>
<blueprint
xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://www.osgi.org/xmlns/blueprint/v1.0.0
http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd">
<camelContext xmlns="http://camel.apache.org/schema/blueprint">
<route>
<from uri="file:camel/input"/>
<log message="Moving ${file:name} to the output directory"/>
<to uri="file:camel/output"/>
</route>
</camelContext>
</blueprint>
When i command osgi:list , i get this bundle as ' gracePeriod ' as shown
below.
[ 200] [Active ] [GracePeriod ] [ ] [ 60]
quick_understanding.xml (0.0.0)
But when i tried this first time, i got like the following
[ 200] [Active ] [ ] [ ] [ 60]
quick_understanding.xml (0.0.0)
Even though , as said in the doc.. No camel,inbox,outbox directories were
created.
Kindly help me out in this regard.
Reference:
http://servicemix.apache.org/docs/4.3.0-SNAPSHOT/quickstart/camel.html
-----
Cheers
Guru
--
View this message in context:
http://servicemix.396122.n5.nabble.com/CAMEL-Deploy-Issue-tp4538523p4538523.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.