EasyBeans

The EJB Context (java:comp) building should be extensible

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: EasyBeans 1.1.0 M3
  • Component/s: Core
  • Description:
    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.

Activity

Hide
Guillaume Sauthier added a comment - 13/Nov/08 10:02 AM
The idea is to use the recently provided EventComponent:
* 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, ...)
Show
Guillaume Sauthier added a comment - 13/Nov/08 10:02 AM The idea is to use the recently provided EventComponent: * 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, ...)

People

Dates

  • Created:
    13/Nov/08 9:59 AM
    Updated:
    14/Nov/08 10:51 AM
    Resolved:
    14/Nov/08 10:49 AM