Hi folks,

I'm trying to put together a minimal quickstart project illustrating how to
use CDI in Wicket. I followed the code from the CDI example I was able to
create a working application. The only problem I still facing is about unit
testing.
What should I do to write a test case for my application?
I'm still getting a "BeanManager not found" error. I guess I have to
configure something in the servlet context but I can't figure out what.

Any idea?

PS: the code is here
https://github.com/bitstorm/WicketExperiments/tree/master/cdi-example

Reply via email to