Romain, Exactly!
Salim, if you want inject your dependencies in constructor, yes, you need to implement default constructor as well. :) On Sat, Dec 20, 2014 at 3:42 PM, Romain Manni-Bucau <[email protected]> wrote: > Hi > > Is it scoped or intercepted beans? If so spec is explicit and it is needed > IIRC > > > Romain Manni-Bucau > @rmannibucau > http://www.tomitribe.com > http://rmannibucau.wordpress.com > https://github.com/rmannibucau > > > 2014-12-20 16:34 GMT+01:00 <[email protected]>: > > Hello All, > > > > im currently trying to run an app based on Vraptor Framework with tomee > 2.0. > > > > unfortunately im facing an issue with proxyable beans. > > > > the issue is that openweb beans need an explicit default constructor and > Vraptor CDI objects doesn't implement it. > > > > in the other hand the same application is running fine on WildFly with > Weld implementation. > > > > my question is, should i suggest something to Vraptor guys if the CDI > spec doesnt define this aspect or should i get in touch with OWB guys to > check with this issue? > > > > > > thanks in advance > > > > Salim > > > > > -- Daniel Cunha (soro)
