HTTP operation failed invoking statusCode: 500

2015-04-20 Thread ercan.canlier
Hello, I have proxied real web service by defining proxy. I am tracing messages via camel's tracer and writing to database and after that presenting on the web application. The XML Request and Responses are quite long and i wanted to make them smaller by setting dataFormat=PAYLOAD at CXF endpoint b

Re: Data Corruption in SFTP in Parallel Multicast branches

2015-04-20 Thread alexey-s
Try replacing the Multicast on the Recipient List with parallelProcessing=true. Multicast: The Multicast allows to route the same message to a number of endpoints and process them in a different way. Recipient List: The recipients will receive a copy of the same Exchange. -- View this message

Re: Hibernate with restlet

2015-04-20 Thread ablevine1
I see this post is from about a year ago and have not been able to find any other information regarding updates on this kind of use case. Does anyone know if there are any new capabilities or plans to add them that would allow a webservice to pull data via the jpa component? It would be really

Re: Using JPA component in EJB application and having issues with null TransactionManager.

2015-04-20 Thread Rob Terpilowski
Hi Claus, Ok, this makes sense, but unfortunately I can't figure out how to get the transaction manager. I attempted to just create a new JtaTransactionManager and pass that into the JPA component, but that produced the following exception. org.springframework.transaction.CannotCreateTransac

[ANN] JBCNconf Java & JVM conference Tickets are already available.

2015-04-20 Thread Jonathan Vila Lopez
Hi all We are glad to announce that Early Bird tickets are finally available for the event JBCNconf. We have great speakers already confirmed with interesting talks : *Rob Davies, Claus Ibsen, Andres Almiray, David Brimley, Masoud Kalali, Jean Baptiste Onofre, Christopher Batey,Johan Janssen,Laur

Re: Trying to send email from Camel and having no success. Please help.

2015-04-20 Thread Morgan Hautman
I just tried with a fresh ServiceMix 5.1.4 and it works sending mail. Are you sure you got Camel-mail as Active?: [ 206] [Active ] [] [ ] [ 50] camel-mail (2.13.3) try to run your code you have written with mvn camel:run and see if the problem still persists. Regards Mor

Re: Issue while installing feature using features:install

2015-04-20 Thread Christian Müller
You should ask this question on the JBoss Fuse mailing list. Best, Christian Am 20.04.2015 13:10 schrieb "Vanshul.Chawla" : > Hello, > > I get an error when I try to install any feature: > > JBossFuse:admin@root> features:install fuse-oms-financial-feed-features > Error executing command: > sun.s

Re: Trying to send email from Camel and having no success. Please help.

2015-04-20 Thread kook04
I am using version 5.1.4 of Apache ServiceMix. -- View this message in context: http://camel.465427.n5.nabble.com/Trying-to-send-email-from-Camel-and-having-no-success-Please-help-tp5766062p5766073.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: synchronizing multiple processes in a camel route

2015-04-20 Thread Morgan Hautman
Hi, A Processor is synchronous. Regards, Morgan On 20/04/2015 16:35, anish wrote: How can we synchronize the processes in a camel route? I want to execute all the processes defined in a camel route to get executed in a single shot. In the below camel route, I want to execute the processes "ms

Re: Trying to send email from Camel and having no success. Please help.

2015-04-20 Thread Morgan Hautman
Hi, Which version of ServiceMix are you using? Regards Morgan On 20/04/2015 15:30, kook04 wrote: Claus, Thank you for your speedy response. I must apologize because I meant to state in the original post that I have already done that. I've installed the camel-mail feature and have confirmed

synchronizing multiple processes in a camel route

2015-04-20 Thread anish
How can we synchronize the processes in a camel route? I want to execute all the processes defined in a camel route to get executed in a single shot. In the below camel route, I want to execute the processes "msgConvertorSingle" and "smsBO" get executed in a single unit of work. I dont want a diff

Re: Camel rest DSL and OSGI

2015-04-20 Thread alexey-s
We had to repeat the feat, as described in the file https://github.com/apache/camel/blob/master/examples/camel-example-servlet-rest-blueprint/src/main/resources/OSGI-INF/blueprint/camel.xml And this is called "then Camel will lookup if there is a Camel component that integrates with the Rest DSL".

Re: Posting to Camel Servlet endpoint brings up file download dialog

2015-04-20 Thread Liliana.Neagul
Me and jarod find a solution that works and I will just share an example: from("jetty:http://localhost:4566/download";) .setBody(simple("resource:fileExample.xml")) .setHeader("Content-type",constant("text/xml")) .setHeader("Pragma",constant(

Re: Trying to send email from Camel and having no success. Please help.

2015-04-20 Thread kook04
Claus, Thank you for your speedy response. I must apologize because I meant to state in the original post that I have already done that. I've installed the camel-mail feature and have confirmed that it is "Active" by typing osgi:list at the ServiceMix console. Even with that feature installed,

Re: Trying to send email from Camel and having no success. Please help.

2015-04-20 Thread Claus Ibsen
Hi Install camel-mail in servicemix from its shell by typing features:install camel-mail On Mon, Apr 20, 2015 at 3:05 PM, kook04 wrote: > Hello all, > > I am new to Camel, please bear with me. I've searched and searched, but I > cannot find the resolution to my issue. I am trying to send an

RecipientList thread pool problem

2015-04-20 Thread Alexander Ilyin
Hi, I have a problem with RecipientList pattern. I'm using it in a parallel processing mode which means it is backed up by a thread pool. The configuration is as follows: RecipientsList The problem is that pool threads aren't released properly sometimes. After a few hours following the s

Trying to send email from Camel and having no success. Please help.

2015-04-20 Thread kook04
Hello all, I am new to Camel, please bear with me. I've searched and searched, but I cannot find the resolution to my issue. I am trying to send an email using Camel (within Apache ServiceMix), but cannot get it to work. I get the following exception: apache.camel.ResolveEndpointFailedExceptio

Camel rest DSL and OSGI

2015-04-20 Thread alexey-s
I had a problem similar to http://camel.465427.n5.nabble.com/Problem-with-Camel-rest-in-OSGi-td5758649.html Read Wiki https://cwiki.apache.org/confluence/display/CAMEL/Rest+DSL The Camel Rest component to use for the REST transport, such as restlet, spark-rest. If no component has been explicit c

Issue while installing feature using features:install

2015-04-20 Thread Vanshul . Chawla
Hello, I get an error when I try to install any feature: JBossFuse:admin@root> features:install fuse-oms-financial-feed-features Error executing command: sun.security.internal.spec.TlsRsaPremasterSecretParameterSpec.getEncodedSecret()[B JBossFuse:admin@root> features:install fuse-oms-financial-f

Re: Data Corruption in SFTP in Parallel Multicast branches

2015-04-20 Thread lakshmi.prashant
Hi, We have another example of data corruption with Parallel Multicast. This issue is there even in camel-core 2.14.2. If we change to serial multicast, the issue disappears. I have a route with a camel producer (to uri) that writes data in the exchange & this data is of type stream cache

Re: Problem to write quotes correct on CSV-fields when marshalling with CsvDataFormat

2015-04-20 Thread hans-christian
Hi! I tested with the suggested change and now I have qoutes at all fields, which solves my issue. Thanks! yogu13 wrote > Thank you for the test case... I am assuming you are using camel-csv > component here > > In that case couple of things i noticed would require a change:- > > 1. Use org.ap

Re: Multicast with Transaction and PROPAGATION_REQUIRES_NEW does not work

2015-04-20 Thread blommish
Another edit: This is not a problem with Websphere, but a *bug with multicast and PROPAGATION_REQUIRES_NEW*! Camel version: 2.15.1 -- View this message in context: http://camel.465427.n5.nabble.com/Multicast-with-Transaction-and-PROPAGATION-REQUIRES-NEW-does-not-work-tp5766013p5766054.html Se

Re: Using JPA component in EJB application and having issues with null TransactionManager.

2015-04-20 Thread Claus Ibsen
Hi You can configure and set the transaction manager and whatnot directly on the JpaComponent using the setters. Then there is no lookup needed from Camel which you talk about is causing a problem for you. On Sat, Apr 18, 2015 at 3:48 PM, Rob Terpilowski wrote: > Thanks Claus, > > we are current