[jboss-jira] [JBoss JIRA] Resolved: (JBAS-2249) Cleanup the org.jboss.naming packaging

Scott M Stark (JIRA) jira-events at jboss.com
Tue Feb 6 01:22:25 EST 2007


     [ http://jira.jboss.com/jira/browse/JBAS-2249?page=all ]

Scott M Stark resolved JBAS-2249.
---------------------------------

    Resolution: Done

The NamingService is no longer needed. A protocol independent service can be created using just the NamingBeanImpl:

   <mbean code="org.jnp.server.NamingBeanImpl"
      name="jboss:service=NamingBeanImpl"
      xmbean-dd="resource:xmdesc/NamingBean-xmbean.xml">
   </mbean>


> Cleanup the org.jboss.naming packaging
> --------------------------------------
>
>                 Key: JBAS-2249
>                 URL: http://jira.jboss.com/jira/browse/JBAS-2249
>             Project: JBoss Application Server
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Build System, Naming
>            Reporter: Scott M Stark
>         Assigned To: Scott M Stark
>             Fix For: JBossAS-4.2.0.CR1
>
>
> Trying to use the jndi naming service in a minimal configuration requires the full jboss.jar. The naming classes should just be merged into the naming module and jnpserver.jar.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list