Hello! >From what I understand the code written to register servlets registers servlet with the OSGI's Web container at runtime. Since there is only one instance of the webcontainer available within the container you are ending up wiring different servlet instances against the same servlet name which causes the conflict and raises the error (very similar to have 2 servlets having same name in a web.xml), This behaviour I feel is correct.
I cannot help you much with the second error that you are facing as the information provided is very less. Regards, -Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/OSGi-CamelHttpTransportServlet-error-tp5774062p5774078.html Sent from the Camel - Users mailing list archive at Nabble.com.
