SimpleRegistry registry = new SimpleRegistry();
registry.put("datasource",myDataSourceObj);
CamelContext context = new DefaultCamelContext(registry);
context.addRoutes(new myRouteBuilder());
from URI=
"uri="jpa://br.rafaeltuelho.model.Customer?consumer.namedQuery=Customer.findAll&consumer.delay
SimpleRegistry registry = new SimpleRegistry();
registry.put("datasource",myDataSourceObj);
CamelContext context = new DefaultCamelContext(registry);
context.addRoutes(new myRouteBuilder());
from URI=
"uri="jpa://br.rafaeltuelho.model.Customer?consumer.namedQuery=Customer.findAll&consumer.delay
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-JPA-Thread-Hung-tp5794001p5794044.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Hi All,I have created one route which has JPA component to poll the records
from DB periodically. it is working good. I hope each route has one worker
thread. if DB is down or any N/W issue for minute, route is not working as
expected. application is running.( it is not polling records from DB even
I have developed subscripe (topic) conncept using Camel. it is working fine
in my local tomcat.but it is not working in my test environment tomcat. it
is getting below mentioned error. kindly help me to resolve the issue and
how to debug the issue.
is it related to server configuration ?
Error
--
I have used *inOnly* instead of to in route. it is working fine. to is
getting response and camel is trying to update response in default
queue.default queue doesn't have access. so I am getting warning. now
inOnly won't expect response.
--
View this message in context:
http://camel.465427.n5.
HI,
I am new to IBM MQ with Apache camel. below is my configuration
*
*
my application is running in Spring Container. some time I am getting this
below warning, hence My route is not working ( IBM MQ is not reading msg).
for getting warning, Route is not working .
*Exception
Great, It looks it working fine
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-SFTP-Zero-size-file-download-tp5762381p5762385.html
Sent from the Camel - Users mailing list archive at Nabble.com.
I am downloading PDF file from server using camel SFTP component. Sometime
it is downloading zero size file. but actual size is 4kb. I think camel is
downloading the file while it is being written. kindly let me know how to
download the file after file written operation is done. Give some example.
ITt seems like SOAP UI project issue. now it works fine
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-CXF-SOAP-Service-tp5761359p5761425.html
Sent from the Camel - Users mailing list archive at Nabble.com.
I have tried with version 4 & 5. but no response.
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-CXF-SOAP-Service-tp5761359p5761410.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Apache Camel Jar -2.14.1
CXFJar - 3.0.3
Spring Jar - 3.2.4.RELEASE
Broswer URL =
http://localhost:8080/camel-example-cxf-tomcat/webservices/incident?wsdl
kindly help me why SOAPUI project & request is not working
Regards,
Gnana
--
View this messag
12 matches
Mail list logo