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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...