Re: Spring-Camel Context initialization error in weblogic 12c

2013-05-26 Thread Kulbhushan Azad
2.11.0 On Sun, May 26, 2013 at 3:48 AM, Christian Müller < christian.muel...@gmail.com> wrote: > Which Version of Camel do you use? > > Sent from a mobile device > Am 26.05.2013 08:24 schrieb "Kulbhushan Azad" >: > > > hi > > > > i am new to camel and trying to use this in one of my project whi

Re: Spring-Camel Context initialization error in weblogic 12c

2013-05-26 Thread Christian Müller
Which Version of Camel do you use? Sent from a mobile device Am 26.05.2013 08:24 schrieb "Kulbhushan Azad" : > hi > > i am new to camel and trying to use this in one of my project which runs on > weblogic 12c. > > appreciate help on this , below is the config and error stack trace > > below is wh

Re: Sharing a solution for discussion

2013-05-26 Thread wagnermarques
I think I acomplish the task to send javascript as a response. 1) in the same bundle I put the response: /fzlbpms-service-orbeon/src/main/resources/br/edu/fzlbpms/process/ProcessoSincrono/*processSincronoIniticalRequestResponse.xhtml* this is the code (not consider jsf name space because this was

Re: Dynamic Route in camel

2013-05-26 Thread Claus Ibsen
Ad 1) See this FAQ http://camel.apache.org/how-do-i-use-dynamic-uri-in-to.html Ad 2) See about bean integration and bean parameter binding at http://camel.apache.org/bean-integration.html And about the bean language http://camel.apache.org/bean-language.html On Thu, May 23, 2013 at 12:26 PM, Ta

Grouping xml messages and Message ordering

2013-05-26 Thread Developer D
1. I have a scenario where a single xml file should be split into multiple xml files(due to restriction in msg transfer size) and sent to end point(external system). how do i achieve it camel? any samples out there? 2. How can i achieve sequence or preserve order while sending message to endpoin

Re: Which components to use for xml -> rss -> mongodb workflow

2013-05-26 Thread Raul Kripalani
Hi Sven, Simplest would be to apply an XSLT transformation to filter out unwanted elements. With camel-saxon you get XSLT 2.0 support. Use the identity transform along with rules that match the unwanted elements and output nothing. A Google search will bring up a lot of references of this popula

Re: Grouping xml messages and Message ordering

2013-05-26 Thread Christian Müller
See [1] and [2]. [1] http://camel.apache.org/splitter.html [2] http://camel.apache.org/resequencer.html Best, On Sun, May 26, 2013 at 12:42 PM, Developer D wrote: > 1. I have a scenario where a single xml file should be split into multiple > xml files(due to restriction in msg transfer size) a

Re: Disable chunked encoding on HTTP4 component

2013-05-26 Thread Christian Müller
Hey Chris! I checked the API docs at [1]. It looks like you are using HTTP/1.1 and your entity content length is unknown. Can you confirm this? Any chance to determine the content length? [1] http://hc.apache.org/httpcomponents-core-ga/httpcore/apidocs/org/apache/http/entity/AbstractHttpEntity.ht

RE: SSL : Server Certs and Client certificate passthrough

2013-05-26 Thread Siano, Stephan
Hi, You probably don't want to attach the client certificate, but you do want to do a certificate based client authentication. You can achieve this by defining a HTTP conduit (see http://cxf.apache.org/docs/client-http-transport-including-ssl-support.html for details). Best regards Stephan -

Re: Spring-Camel Context initialization error in weblogic 12c

2013-05-26 Thread Frank Ertl
Hi, I had a similar problem when deploying camel 2.10.2 to weblogic 12c. Tracking the problem down I found it was a classloader issue. Could you try to put a file "weblogic.xml" with the following content in your WEB-INF-folder? http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="ht

Re: Camel-configuration

2013-05-26 Thread milan777
Please help me to connect the java with sql management studio 2008...thanx -- View this message in context: http://camel.465427.n5.nabble.com/Camel-configuration-tp5732936p5733234.html Sent from the Camel - Users mailing list archive at Nabble.com.