+1 to what Romain said: http://deltaspike.apache.org/documentation/core.html#_beanprovider
It works in JavaEE and also in SE. LieGrue, strub > On Saturday, 15 November 2014, 19:52, Romain Manni-Bucau > <[email protected]> wrote: > > Ok got it. > > I'm not aware of an existing impl but using deltaspike BeanProvider it > should be trivial to impl. > Romain Manni-Bucau > Twitter: @rmannibucau > Blog: http://rmannibucau.wordpress.com/ > LinkedIn: http://fr.linkedin.com/in/rmannibucau > Github: https://github.com/rmannibucau > > > > > 2014-11-15 16:37 GMT+01:00 Daniel Kasmeroglu > <[email protected]>: >> Am 15.11.2014 um 16:18 schrieb Romain Manni-Bucau: >>> Hi >>> >>> which issue do you get with the "proxy"? should work the same > way a normal bean >>> >> Proxy was probably the wrong word. I've got a CdiEjbBean instance for >> the bean. I could use injected instances (Proxies) instead but I wan't >> this to be as generic as possible. >> I'm basically getting the CdiEjbBean instance by name and I want to >> invoke it's business functions (invoking them through the CdiEjbBean). >> There may be better ways as I'm definitely not an expert on the > internals. >> >> >> Best regards >> >> Daniel Kasmeroglu >> >
