guess we would need to either generate a faked class to proxy or to use a plain old proxy (ie redefine InvocationHandlers)
Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber <http://www.tomitribe.com> 2015-06-09 12:44 GMT-07:00 Thomas Andraschko <[email protected]>: > +0 but why not? is it a big deal? > > 2015-06-08 0:39 GMT+02:00 Romain Manni-Bucau <[email protected]>: > > > Hi guys, > > > > in openejb we support EJB without implementation using something like > > @PartialBean of deltaspike. > > > > The issue is then openwebbeans is not able to support > > interceptors/decorators on them cause the proxies created are not correct > > (instance var for interface "subclass" etc) > > > > Do we want to fix it - the feature is quite not in the spec? > > > > Romain Manni-Bucau > > @rmannibucau <https://twitter.com/rmannibucau> | Blog > > <http://rmannibucau.wordpress.com> | Github < > > https://github.com/rmannibucau> | > > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber > > <http://www.tomitribe.com> > > >
