----- Original Message -----
From: "Scott M Stark" <[EMAIL PROTECTED]>
To: "jBoss Developer" <[EMAIL PROTECTED]>
Sent: Sunday, December 03, 2000 11:36 PM
Subject: Re: [jBoss-Dev] JMX Implementation
> Not from my reading of the service description. I have the same problem as
the jboss
> servivces. One of my MBeans needs to setup entries in the JNDI namespace
for use
> by serveral EJBs, servlets and so it needs the Naming service to be
running. Being
> registered with JMX is not enough.
Ok, I can remember to have had this discussion. But why shouldn't we create
a JMX
Dependencies Service which can be used to implement the dependencies and use
the
idea of Marc using the XML file to define the dependencies and the <MLET>
Service
then uses the Dependencies Service to let it run. What do you think?
>
> I think Marc's last post about wrapping configuration service in an XML
file is a
> pointing to a good solution.