Hide
Currently, the bean's context creation is not extensible.
That means that it's not easy to add something not natively supported by easybeans in the context.
The use case I target is the @WebServiceRef support. By default, EZB knows nothing about web services (and it should continue this way), but I need to inject web services References into the context. Everything should be done in an extensible way.
Show
Currently, the bean's context creation is not extensible.
That means that it's not easy to add something not natively supported by easybeans in the context.
The use case I target is the @WebServiceRef support. By default, EZB knows nothing about web services (and it should continue this way), but I need to inject web services References into the context. Everything should be done in an extensible way.
* A Dispatcher will be used to fire events corresponding to java:comp building
* Default IEventListener will be created to build/adapt the context (EJBContext, TimerService, env entries, ...)