This is the StockRouteBuilder code:
public class StockRouteBuilder extends RouteBuilder{
@Override
public void configure() throws Exception {
from("cxf:bean:pleaseRoute")
.convertBodyTo(StockBean.class)
.wireTap("file://target/inbox/")
.to("xslt:file:D:
Hi,
In response to the above mail my StockRouteBuilder java code is:
public class StockRouteBuilder extends RouteBuilder{
@Override
public void configure() throws Exception {
//StockEndPointService ses = StockEndPointService();
StockEndPointServi
Could you please check our camel route. I have attached the code below. Any
further help would be appreciated as we are not able to move forward.
http://www.springframework.org/schema/beans";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:camel="http://camel.apache.org
hread.java:662)[:1.6.0_24]
Caused by: java.net.SocketException: Network is unreachable: connect
at java.net.PlainSocketImpl.socketConnect(Native
Method)[:1.6.0_24]
Thanks & Regards,
Farha Jahan| Project Engineer
ENTERPRISE BUSINESS INTEGRATION PRACTICE (BAS) >> " Connecting & Tra
>> foo
Try like this
com.wipro.camel
com.wipro.camel
It may help you! :)
--
View this message in context:
http://camel.465427.n5.nabble.com/Unable-to-resolve-endpoint-tp4993464p4993505.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Hi,
My scenario is to fetch the soap request from the wsdl, do the neccesary
transformation and then forward it to another wsdl.
Please help with the endpoints syntax.
I am doing this through eclipse,directing the camel-context.xml to a Java
Dsl bean through route builder.
--
View this mes
Thanks. My transformation is working.
My scenario is to fetch the soap request from the wsdl, do the neccesary
transformation and then forward it to another wsdl.Please help with the
endpoints framework. I am doing this through eclipse,directing the
camel-context.xml to a Java Dsl through route bu
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.MyRouteBu
I have a working use case that moves a file from input folder to output
folder through XSLT moving through activemq input and output queue. I want
the transformed file to go to the cache and then to output queue.
How can I do this? kindly help!
--
View this message in context:
http://camel.46542