Re: [JBoss-dev] Moving org.jboss.naming.* from server into naming module

2006-02-28 Thread Francisco Reverbel
+1 I ran into the very same issue while working on the DTM. See http://jira.jboss.com/jira/browse/JBAS-2190 Regards, Francisco On Mon, 2006-02-27 at 15:26 -0600, Scott M Stark wrote: > We have a number of org.jnp.interfaces.NamingContextFactory subclasses > that are in the server module wh

[JBoss-dev] Moving org.jboss.naming.* from server into naming module

2006-02-27 Thread Scott M Stark
We have a number of org.jnp.interfaces.NamingContextFactory subclasses that are in the server module which should really be in the naming module to avoid unnecessary dependencies on the server module, and jboss.jar: org.jboss.naming.BridgeNamingContextFactory org.jboss.naming.NamingContextFactory