[jboss-dev-forums] [Design of EJB 3.0] - Re: EJBTHREE-1392, improve injection handler configuration

scott.stark@jboss.org do-not-reply at jboss.com
Tue Jun 3 22:46:33 EDT 2008


I added the following to the Ejb3Deployment

  |    /**
  |     * Return the container injection handler collection. If not specified(null)
  |     * a default handler collection will be created.
  |     * @return the injection handler collection to use, null if the container
  |     *    should use a default setup.
  |     */
  |    protected Collection<InjectionHandler<Environment>> getHandlers()
  |    {
  |       return null;
  |    }
  | 

and the EJBContainer.processMetadata code initializes the old collection if the deployment getHandlers returns null.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4155533#4155533

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4155533



More information about the jboss-dev-forums mailing list