camel cxrrs no service found

2014-04-16 Thread pointerness
I am using the below servlet configuration CXFServlet org.apache.cxf.transport.servlet.CXFServlet 1 CXFServlet /rest/* The service class is below @Path("/data") public Class Service { @GET @Path("customercontacts/{customerid}") public String getDat

Re: camel sql

2013-01-05 Thread pointerness
Hi, I have tried using both dynamic and static queries. The exact error I now get is NoSuchMethodError. for org.springframework.jdbc.core.RowMapperResultSetExtractor.extractData(Jjava/sql/ResultSet;)Ljava/util/List >From stack trace i can see query has been executed. Now the spring jdbc packages

camel sql

2013-01-04 Thread pointerness
Hi, I am evaluating camel for our product. I am trying to use a camel route in an existing web application. We use spring-jdbc queryforlist to fetch data from DB. I thought camel's sql component should be a straight fit. However I get either bad sql grammar or class not found when I try to use the