Re: [Resteasy-users] How to setup RESTEasy with CDI and Netty?

2013-11-26 Thread Christian Helmbold
Thank you. After adding one more dependency (javax.servlet-api), I get the following error, when I try to start my RESTEasy/Weld configuration: Exception in thread main java.lang.RuntimeException: Unable to instantiate InjectorFactory implementation.     at

Re: [Resteasy-users] How to setup RESTEasy with CDI and Netty?

2013-11-26 Thread Christian Helmbold
John D. Ament john.d.am...@gmail.com schrieb am 20:23 Dienstag, 26.November 2013: I assumed this would happen, based on Bill's email. You're right. This happend after adding the following line to my startup code:

[Resteasy-users] How to setup RESTEasy with CDI and Netty?

2013-11-25 Thread Christian Helmbold
Hi! How can I setup RESTEasy (3.0.5) with CDI and Netty in a Java SE environment? Simply putting the resteasy-cdi module on the class path doesn't work (as suggested in http://docs.jboss.org/resteasy/docs/3.0.5.Final/userguide/html_single/index.html#d4e2034). Here is my startup class: