Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
We should allow users to just type a file or classpath name as the value and Camel will load the resource from that.
For example
<route> <from uri="direct:start"/> <script> <simple>resource:classpath:org/apache/camel/spring/processor/mysimplescript.txt</simple> </script> <to uri="mock:result"/> </route>
You may want to use a more powerful language like groovy.