[jboss-dev-forums] [Design of POJO Server] - Re: Leaking annotation API
ALRubinger
do-not-reply at jboss.com
Mon Nov 5 16:38:08 EST 2007
Some other leaks:
@Clustered depends on org.jboss.ha.framework.interfaces.LoadBalancePolicy from trunk/cluster
@PoolClass has:
Class<? extends Pool> value();
..where Pool defines:
BeanContext<?> get();
..and BeanContext exposes many internals: Container, etc.
These must be resolved/reworked before the ext-api module can compile and be included into core.
S,
ALR
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101977#4101977
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101977
More information about the jboss-dev-forums
mailing list