Re: Multipart form data and servlet/restlet endpoint

2014-11-13 Thread Willem Jiang
in context: http://camel.465427.n5.nabble.com/Multipart-form-data-and-servlet-restlet-endpoint-tp5758948p5758976.html Sent from the Camel - Users mailing list archive at Nabble.com. -- If you reply to this email, your message will be added

Re: Multipart form data and servlet/restlet endpoint

2014-11-13 Thread navaltiger
/filter-name servlet-nameCamelServlet/servlet-name /filter-mapping /web-app -- View this message in context: http://camel.465427.n5.nabble.com/Multipart-form-data-and-servlet-restlet-endpoint-tp5758948p5759081.html Sent from the Camel - Users mailing list archive

Re: Multipart form data and servlet/restlet endpoint

2014-11-12 Thread navaltiger
(); } } } exchange.getOut().setBody(v); } }); } -- View this message in context: http://camel.465427.n5.nabble.com/Multipart-form-data-and-servlet-restlet-endpoint-tp5758948p5758976.html Sent from the Camel - Users mailing list

Re: Multipart form data and servlet/restlet endpoint

2014-11-12 Thread Willem Jiang
); } v.append(\n done \n); } catch (Exception e) { e.printStackTrace(); } } } exchange.getOut().setBody(v); } }); } -- View this message in context: http://camel.465427.n5.nabble.com/Multipart-form-data-and-servlet-restlet-endpoint-tp5758948p5758976.html Sent from

Re: Multipart form data and servlet/restlet endpoint

2014-11-12 Thread navaltiger
) { e.printStackTrace(); } } } exchange.getOut().setBody(v); } }); } -- View this message in context: http://camel.465427.n5.nabble.com/Multipart-form-data-and-servlet-restlet-endpoint-tp5758948p5758976.html Sent from the Camel - Users mailing list archive at Nabble.com

Multipart form data and servlet/restlet endpoint

2014-11-11 Thread navaltiger
.nabble.com/Multipart-form-data-and-servlet-restlet-endpoint-tp5758948.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Multipart form data and servlet/restlet endpoint

2014-11-11 Thread Claus Ibsen
/Multipart-form-data-and-servlet-restlet-endpoint-tp5758948.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - Red Hat, Inc. Email: cib...@redhat.com Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http

Re: Multipart form data and servlet/restlet endpoint

2014-11-11 Thread navaltiger
(); } } } Actually, 'names' Set is empty. -- View this message in context: http://camel.465427.n5.nabble.com/Multipart-form-data-and-servlet-restlet-endpoint-tp5758948p5758953.html Sent from the Camel - Users mailing list archive at Nabble.com.