[jboss-user] [EJB 3.0] - Re: java:comp NameSpace in EJB 3.0
bill.burke@jboss.com
do-not-reply at jboss.com
Tue Aug 29 21:06:27 EDT 2006
we changed the ENC implementation for EJB3 to be ThreadLocal based instead of keyed by classloader. We can't change the implementation for java:comp for JBoss 4, so there is a new java:comp namespace for now:
"java:comp.ejb3"
You can get this as a constant via org.jboss.ejb3.Container.ENC_CTX_NAME
we'll change the value of this constant back to java:comp for JBoss 5.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968266#3968266
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968266
More information about the jboss-user
mailing list