[jboss-dev-forums] [Design of EJB 3.0] - Re: Injecting into the Containers
wolfc
do-not-reply at jboss.com
Wed May 27 01:41:50 EDT 2009
You're collecting session metrics from the wrong spot. You should be collecting those metrics from pool and cache. Only call metrics should come from container.
The pool and cache should actually be deployed by a separate deployer before the container gets deployed. So that these are MC beans which are injected into the container.
Injection on the containers does work, however:
A lot of stuff gets set on the container, because we use it for dependency resolving, which is done before the container is started. This needs the new deployers and a proper dependency resolving framework to work. https://jira.jboss.org/jira/browse/RELOADED-8
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4233467#4233467
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4233467
More information about the jboss-dev-forums
mailing list