----- Original Message -----
From: "Scott M Stark" <[EMAIL PROTECTED]>
To: "jBoss Developer" <[EMAIL PROTECTED]>
Sent: Sunday, December 03, 2000 11:13 PM
Subject: Re: [jBoss-Dev] JMX Implementation
> > |- Add support for named attributes to the <MLET>
> > | service
> >
> > Same as above, almost irrelevant. The fact is that we can feed the
loader
> > from a "understanble" xml file as long as we parse the arguments to the
> > ClassLoader and feed it the relevant MLET stuff.
> >
> > In fact I was looking at the startup sequence and I believe there are
many
> > things we can do... right now it is a bit "all over the place" (so to
add a
> > datasource you put something in jboss.properties, then jboss.conf and
> > finally you hack jboss.jcml ..... oh and don't forget jboss.xml to
define it
> > and....
> >
> and... integrate the DependencyManager to address the problem I am having
the
> non-jboss service MBeans being unable to assert depenencies on jboss
services.
In the JMX Spec. there is the "Relation" Service which coordinates the
dependencies
between MBeans but I am not quite sure if this works for your purpose.
Andy