If you use Apache Camel - Restlet Component and get a NoClassDefFoundError:
com/sun/net/httpserver/HttpHandler exception then you need to use this
dependency:

<dependency>
            <groupId>com.sun.net.httpserver</groupId>
            <artifactId>http</artifactId>
            <version>20070405</version>
</dependency>




--
View this message in context: 
http://camel.465427.n5.nabble.com/RestletComponent-NoClassDefFoundError-HttpHandler-on-Wildfly-9-0-2-tp5779175p5779247.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to