Re: [JBoss-dev] JSR-77 refactoring has begun

2003-01-16 Thread Scott McLaughlin
Scott, When the original code was written we did not use JMX notifications because we were concerned that the number of notifications would be very high and might cause the server to bottle neck because of the notification volume. Is your idea to also populate the statistics using

Re: [JBoss-dev] JSR-77 refactoring has begun

2003-01-16 Thread Scott M Stark
? Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Scott McLaughlin To: [EMAIL PROTECTED] ; [EMAIL PROTECTED] Sent: Thursday, January 16, 2003 6:17 AM Subject: Re: [JBoss-dev] JSR-77 refactoring has begun Scott, When

RE: [JBoss-dev] JSR-77 refactoring has begun

2003-01-16 Thread Sacha Labourey
I agree that if you take the spec and literally create a MBean for every management object there will be an absurd number of MBeans. So what does this super MBean look like? Is that really a problem? What if the overhead of an MBean? If that is really a problem because the routing logic of

Re: [JBoss-dev] JSR-77 refactoring has begun

2003-01-16 Thread Scott M Stark
: Sacha Labourey [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 16, 2003 10:03 AM Subject: RE: [JBoss-dev] JSR-77 refactoring has begun I agree that if you take the spec and literally create a MBean for every management object there will be an absurd number of MBeans. So

RE: [JBoss-dev] JSR-77 refactoring has begun

2003-01-16 Thread Sacha Labourey
:[EMAIL PROTECTED]]De la part de Scott M Stark Envoyé : jeudi, 16 janvier 2003 19:23 À : [EMAIL PROTECTED] Objet : Re: [JBoss-dev] JSR-77 refactoring has begun It is a problem to me as it just compounds startup and shutdown times. If I read the spec correctly, every jndi ref, url ref

Re: [JBoss-dev] JSR-77 refactoring has begun

2003-01-16 Thread Scott M Stark
No, I'm not sure. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Sacha Labourey [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 16, 2003 10:43 AM Subject: RE: [JBoss-dev] JSR-77

Re: [JBoss-dev] JSR-77 refactoring has begun

2003-01-16 Thread Scott M Stark
if there are overriding advantages. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Sacha Labourey [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 16, 2003 10:43 AM Subject: RE: [JBoss-dev] JSR-77

RE: [JBoss-dev] JSR-77 refactoring has begun

2003-01-16 Thread Sacha Labourey
agree. -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Scott M Stark Envoyé : jeudi, 16 janvier 2003 21:38 À : [EMAIL PROTECTED] Objet : Re: [JBoss-dev] JSR-77 refactoring has begun I browsed back through the latest spec and I am still not sure

Re: [JBoss-dev] JSR-77 refactoring has begun

2003-01-16 Thread Scott M Stark
: Scott McLaughlin To: [EMAIL PROTECTED] ; [EMAIL PROTECTED] Sent: Thursday, January 16, 2003 6:17 AM Subject: Re: [JBoss-dev] JSR-77 refactoring has begun Scott, When the original code was written we did not use JMX notifications because we were concerned

Re: [JBoss-dev] JSR-77 refactoring has begun

2003-01-16 Thread Scott M Stark
] JSR-77 refactoring has begun I agree that if you take the spec and literally create a MBean for every management object there will be an absurd number of MBeans. So what does this super MBean look like? Is that really a problem? What if the overhead of an MBean? If that is really

RE: [JBoss-dev] JSR-77 refactoring has begun

2003-01-16 Thread marc fleury
I browsed back through the latest spec and I am still not sure what some of these objects represent, but that is not important for my initial focus. What I want is to remove the dependency on JSR-77 components from the core layer. Right now even the minimal configuration has to include

RE: [JBoss-dev] JSR-77 refactoring has begun

2003-01-16 Thread marc fleury
Title: Message oops :) marcf -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Scott M StarkSent: Thursday, January 16, 2003 4:26 PMTo: [EMAIL PROTECTED]Subject: Re: [JBoss-dev] JSR-77 refactoring has begun Also, any discussion off