Hello,

My spring route is as the following :

<route id="preprocessing" routePolicyRef="startPolicy">
            <from uri="file://initialFolderPath"/>
            <to uri="language:python:file:preprocessing\JythonPreproc.py"/>
        </route>

this is embedded in a camel context
in the python script I do some manipulations which are after used in other
routes.



--
View this message in context: 
http://camel.465427.n5.nabble.com/Python-in-camel-classpath-tp5726058p5727144.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to