Jan Schmitz-Hermes

Results 5 comments of Jan Schmitz-Hermes

Hey, I stumbled upon this as well. From the DW-Docs: `Some bundles require configuration parameters. These bundles implement ConfiguredBundle and will require your application’s Configuration subclass to implement a specific...

Hmm I have actually no idea... just playing around with dw for a couple of days. I'll come back at you when I know more about it :-)

So there is another pattern people use in dropwizard. Instead of actually implementing the `JobConfiguration` interface in your `Configuration`, people tend to provide the `ConfiguredBundle` as an abstract class that...

Hey, are u sure u are running 2.0.1? We faced the same issue and introduced #23 as a fix. It works for us now, doesn’t it @tobilarscheid?

if someone has the same issue in embedded Glassfish (I use 4.1.1): Add the following lines to your arquillian.xml: ``` your.top.level.package ``` This should do the trick. In case you...