Re: How to insert Date String as date in MongoDB

2016-02-28 Thread Royamit
It is of type string -- View this message in context: http://camel.465427.n5.nabble.com/How-to-insert-Date-String-as-date-in-MongoDB-tp5778310p5778407.html Sent from the Camel - Users mailing list archive at Nabble.com.

How to insert Date String as date in MongoDB

2016-02-26 Thread Royamit
Hi all, I am trying out a sample in which I have used Apache camel component for MongoDB. Below is my route: //Below line queries MongoDB to get the result from("jetty:http://localhost:8181/dataByQuery";) .to("mongodb:myDb?database=DataDB&collection=data&operation=findOneByQuery"); //Bel

How to have seperate url for wsdl and soap address in apache camel proxy?

2014-11-28 Thread Royamit
I am trying to create a proxy service using apache camel through camel configuration file. I have successfully created the proxy service for version webservice of axis 2. The only problem is that , the proxy service final wsdl url and the address both point to the same url. Here is my camel-conf

Problem Configuring WSS4JInInterceptor using camel-config.xml

2014-11-19 Thread Royamit
Hi, I am trying to configure WSS4JInInterceptor in my cxf endpoint. Below is my camel-config.xml http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:camel="http://camel.apache.org/schema/spring"; xmlns:cxf="http://cam

How to remove soap header before sending the request to realweb service

2014-11-17 Thread Royamit
Hi all, I have created a proxy service upon axis2's version service. In this proxy service i have implemented basic authentication using wss4jInInterceptor. Here is my camel-context.xml : http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Re: Error while deploying camel proxy in tomcat

2014-11-14 Thread Royamit
Thnaks for the help Willem Is there any way to close the spring application before redeploying the camel proxy service? And how can i do the aforesaid. -- View this message in context: http://camel.465427.n5.nabble.com/Error-while-deploying-camel-proxy-in-tomcat-tp5758987p5759103.html Sent

Re: Error while deploying camel proxy in tomcat

2014-11-13 Thread Royamit
http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:camel="http://camel.apache.org/schema/spring"; xmlns:cxf="http://camel.apache.org/schema/cxf"; xmlns:context="http://www.springframework.org/schema/context";

Error while deploying camel proxy in tomcat

2014-11-12 Thread Royamit
Hi, I have created a proxy webservice which i have hosted on tomcat. Also i am monitoring the camel-config.xml for any changes. If there is any change in camel-config.xml, tomcat tries to redeploy the proxy service war. But while redploying i get the following error : - org.apache.camel.RuntimeC

Problem configuring route

2014-11-06 Thread Royamit
Hi all, I am trying to create a proxy service which invokes axis2 version web service. But while trying so, i am encountering error which is related to namespace issue. My camel proxy configure method is : @Override public void configure() throws Exception { String cxfEn

Error while testing secured proxy service.

2014-07-04 Thread Royamit
Hi all, I have been trying to implement authentication to proxy example provided in the apache camel bundle. So i have implemented interceptors on the camel-config file as: http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:c

How to secure camel proxy project

2014-06-26 Thread Royamit
Hi all, I am new to camel and right now i am working on proxy creation using Apache Camel. Now i want to secure this proxy service of mine. but i can't find anything on it. Please help me on this. Looking forward to your solutions. Thanks in advance -- View this message in context: http://came