message attachments

2015-10-23 Thread Jared Whiklo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am having some trouble with message attachments in jetty9. This same spring DSL route worked when deployed to a karaf 3.0.4 container. It consumes a http request which may or may not have a file attachment. I tried upgrading to Karaf 4.0.1 and swit

continue behavior in camel route execution

2015-10-23 Thread imranrazakhan
I want to put continue behaviour in route, my route is like following from("file:D:\\?fileName=abc.csv&noop=true").split().unmarshal().csv() .to("direct:insertToDb").end(); from("direct:insertToDb") .to("direct:getDataId") .to("direct:getDataParameters") .to("direct:inser

Webservice with request/response over MQ

2015-10-23 Thread Jimmy Selgen Nielsen
I'm trying to implement a web service in camel, where the internal backend communicates over MQ. The part troubling me is that I need to send/receive multiple messages (batch producer/consumer) through the MQ interface, and I'm looking for the best way of doing this. Currently the service is im

Re: Need help on this: Exception occurred during execution on the exchange: Exchange[Message: ]

2015-10-23 Thread Greg Autric
Hi Shylendran, Could you please send us the full stacktrace and a part of the log file, if possible ? What kind of component are you using ? JMS ? best regards, Greg AUTRIC JBoss Middleware Consultant email : gautric __at__ redhat __dot__ com twitter : @gautric_io Re

Need help on this: Exception occurred during execution on the exchange: Exchange[Message: ]

2015-10-23 Thread Shylendran C
Hi I would like to know in which scenario are we expecting the below exception, and how to prevent this. My application was running for a day , and suddenly I see this. So trying to understand the root cause. Exception occurred during execution on the exchange: Exchange[Message: ] Jar files that

Pulling multiple files in simultaneously

2015-10-23 Thread wheli
I have a file input java DSL defined route. Users are uploading file via SFTP, so I have the readLock values set pretty high (to prevent processing the file before the transfer is complete). from(file:///tmp/input?readLock=changed&readLockTimeout=2&readLockCheckInterval=1)

Missing RoutePolicy with Redelivery

2015-10-23 Thread ukcrpb6
Hi, We have a scala based RoutePolicy implementation -- @ManagedResource(description = "Ensures that the specified dependent route is started") case class EnsureRouteStarted(id: String) extends RoutePolicySupport { @ManagedAttribute(description = "The dependent route to be started") def getD

Re: Java Standalone Application Stopped Automatically

2015-10-23 Thread V4Vaithi
We don't see any issues in logs. ShutdownHook method is invoked and applications stops gracefully. -- View this message in context: http://camel.465427.n5.nabble.com/Java-Standalone-Application-Stopped-Automatically-tp5772974p5772994.html Sent from the Camel - Users mailing list archive at N

how to get jetty logging to debug cxfrs servce 500

2015-10-23 Thread toomanyedwards
Hi all, I am attempting to define a rest service using camel DSL. When I start my camel context with my route and attempt an HTTP GET to my endpoint I am getting a 500 and it's not making it to any of my processors so I think the issue may be happening internal to Jetty. Maybe I'm missing a depe