Great. btw, maybe it's a DS thing, but the only way I get this working without getting the "WindowBeanHolder error" is specifying like this:
@Module
@Classes(value = {BusinessBean.class}, cdi = true)
@Jars(value = {"deltaspike-core-impl"})
public WebApp app() {
return new WebApp();
}
br hw
--
View this message in context:
http://tomee-openejb.979440.n4.nabble.com/Tomee-jars-tp4672316p4672408.html
Sent from the TomEE Users mailing list archive at Nabble.com.
