Hi Sergey, Sorry about the silly mistake and causing you to work through it. This is one think I dislike about config data - no compile type checks.
Well I do have the @FormParam web method working though I have run into another issue related to jms. Its probably related incorrect jars on classpath. java.lang.IllegalArgumentException: Cannot convert value of type [org.springframework.jms.connection.SingleConnectionFactory] to required type [javax.jms.ConnectionFactory] for property 'connectionFactory': no matching editors or conversion strategy found I searched web for issue but did not find any good solution. can you guide ? Also, the web method was returning int which I was hoping to present as xml but it was not doing so. can you guide what annotation I can use to send it as xml. Regards, Miten. -- View this message in context: http://cxf.547215.n5.nabble.com/form-post-to-restful-service-not-finding-matching-method-tp5667389p5670264.html Sent from the cxf-user mailing list archive at Nabble.com.
