[jboss-dev-forums] [Design of EJB 3.0] - Re: java:comp.ejb3 versus java:comp
scott.stark@jboss.org
do-not-reply at jboss.com
Wed Dec 20 13:13:07 EST 2006
The class loader based ENCFactory really should be dropped for a thread or invocation context keyed implementation. The main issue in switching is getting all of the component calls paths tied into the correct lookup mechanism. We also need a jndi Context wrapper that allows the enc context to be read-only.
This should be a common ENCMap bean that provides the various enc Contexts keyed by a unique component deployment id. The id key is what needs to be made available for the java:comp ObjectFactory via thread local or invocation context key.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995392#3995392
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995392
More information about the jboss-dev-forums
mailing list