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.
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
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
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
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"
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
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";
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
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
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
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
11 matches
Mail list logo