Can anyone tell where to keep the .xsl in eclipse??

I am using Fuse-4.4.1 in eclipse-Helios. I have to send and xml file from a
folder to output folder transforming it using xslt.

This is the code
from("file://rider/inbox/")
                
                .wireTap("log:com.wipro.camel.MyRouteBuilder")
                .to("xslt:C:/Documents and Settings/yadnwan/workspace/Ebonding/
src/main/resources/META-INF/spring/createIncident.xsl");
                //.to("file://rider/outbox/");
                
And I am getting this error:


Exception in thread "SpringOsgiExtenderThread-3"
org.apache.camel.RuntimeCamelEx
ception: org.apache.camel.FailedToCreateRouteException: Failed to create
route r
oute6 at: >>> To[xslt:file:C:/Documents and
Settings/yadnwan/workspace/Ebonding/
src/main/resources/META-INF/spring/createIncident.xsl] <<< in route:
Route[[From
[file://rider/inbox/]] -> [WireTap[log:com.wipro.... because of Failed to
resolv
e endpoint: xslt://file:C:/Documents and
Settings/yadnwan/workspace/Ebonding/src
/main/resources/META-INF/spring/createIncident.xsl due to: File:
C:\Documents an
d
Settings\yadnwan\workspace\Ebonding\src\main\resources\META-INF\spring\createI
ncident.xsl not found. URL [file:C:/Documents and
Settings/yadnwan/workspace/Ebo
nding/src/main/resources/META-INF/spring/createIncident.xsl]


I have tried different locations but still it is not working.
Please help.

--
View this message in context: 
http://camel.465427.n5.nabble.com/Where-to-keep-xsl-in-eclipse-tp4986559p4986559.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to