[jboss-dev-forums] [Design of EJB 3.0] - org.jboss.jbossas_jboss-as-naming dependencies
scott.stark@jboss.org
do-not-reply at jboss.com
Tue Feb 26 03:04:11 EST 2008
Looking at the naming dependencies, they are in the core project, and include:
org.jboss.naming.ENCFactory - java:comp management
org.jboss.naming.JavaCompInitializer
org.jboss.naming.NamingContextFactory - uses lastInitialContextEnv ThreadLocal
org.jnp.interfaces.NamingContext
org.jnp.interfaces.MarshalledValuePair
org.jnp.server.SingletonNamingServer - testing
org.jboss.naming.Util - should be using org.jboss.util.naming.Util from jboss-common-core. I have replace this.
The naming server has already been pulled into https://svn.jboss.org/repos/jbossas/projects/naming/trunk/jnpserver by Anil, so we should just be able to switch to that, and so can jbossas.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132049#4132049
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132049
More information about the jboss-dev-forums
mailing list