RE: [JBoss-dev] Multipule MBeanServers

2002-02-20 Thread marc fleury
My indian bosses at SUN couldn't pronounce "FLEURY" (which sounds like flurry in english) and called me "marc fury"... even back then at SUN I was stirring up a storm (but noone was listening back then) you are now calling me the "marc furor"? |Whatever... the JBoss gestapo is back =P marcf

Re: [JBoss-dev] Multipule MBeanServers

2002-02-20 Thread Jason Dillon
I think two servers would make it easier to keep users from screwing by providing a clear seperation. --jason Juha Lindfors wrote: >>that's great but why 2 servers. Can't we just keep >>the two views and the single resource? >> > >yes you can... it is a matter of taste I guess. Do you want to

Re: RE: [JBoss-dev] Multipule MBeanServers

2002-02-20 Thread David Jencks
On 2002.02.20 20:55:44 -0500 marc fleury wrote: > |I think an argument for keeping it in one mbean server is that the admin > |interface needs to affect the operational interface. e.g., when an > mbean > |representing an ejb is "Stopped", ejb invocations should be blocked > |somehow. I think thi

Re: [JBoss-dev] Multipule MBeanServers

2002-02-20 Thread Jason Dillon
PROTECTED]]On Behalf Of Jason >|Dillon >|Sent: Friday, February 15, 2002 4:39 PM >|To: [EMAIL PROTECTED] >|Subject: Re: [JBoss-dev] Multipule MBeanServers >| >| >|I would agree if we could vary the interfaces, ie. specify one mbean >|interface for the inter-component bus and one

Re: [JBoss-dev] Multipule MBeanServers

2002-02-20 Thread Jason Dillon
riday, February 15, 2002 3:36 PM >|To: Trevor Squires >|Cc: [EMAIL PROTECTED] >|Subject: Re: [JBoss-dev] Multipule MBeanServers >| >| >|Do you know if there are any other standard bus-like frameworks out >|there, which could be used here instead of jmx, leaving jmx free for >|a

RE: RE: [JBoss-dev] Multipule MBeanServers

2002-02-20 Thread marc fleury
|I think an argument for keeping it in one mbean server is that the admin |interface needs to affect the operational interface. e.g., when an mbean |representing an ejb is "Stopped", ejb invocations should be blocked |somehow. I think this can best be done entirely in interceptors: |communicatio

Re: RE: [JBoss-dev] Multipule MBeanServers

2002-02-20 Thread David Jencks
On 2002.02.20 15:39:01 -0500 Juha Lindfors wrote: > > that's great but why 2 servers. Can't we just keep > > the two views and the single resource? > > yes you can... it is a matter of taste I guess. Do you want to > differentiate your MBeans by object names (different names for same > service de

RE: [JBoss-dev] Multipule MBeanServers

2002-02-20 Thread marc fleury
, February 20, 2002 12:10 PM |To: marc fleury; Jason Dillon; Trevor Squires |Cc: [EMAIL PROTECTED] |Subject: Re: [JBoss-dev] Multipule MBeanServers | | |Hi | |This is not necessary because JSR-77 is taking over the management |part. | |Andy | |> |Do you know if there are any other standard bus-l

Re: RE: [JBoss-dev] Multipule MBeanServers

2002-02-20 Thread Juha Lindfors
> that's great but why 2 servers. Can't we just keep > the two views and the single resource? yes you can... it is a matter of taste I guess. Do you want to differentiate your MBeans by object names (different names for same service depending on view) or do you want to use the same object name

Re: [JBoss-dev] Multipule MBeanServers

2002-02-20 Thread Andreas Schaefer
Hi This is not necessary because JSR-77 is taking over the management part. Andy > |Do you know if there are any other standard bus-like frameworks out > |there, which could be used here instead of jmx, leaving jmx free for > |admin only? > | > |--jason _

RE: [JBoss-dev] Multipule MBeanServers

2002-02-20 Thread marc fleury
g on me. marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Juha |Lindfors |Sent: Friday, February 15, 2002 8:25 PM |To: [EMAIL PROTECTED] |Subject: Re: [JBoss-dev] Multipule MBeanServers | | | |MBeanServer adminServer = MBeanServerFactory.cr

RE: [JBoss-dev] Multipule MBeanServers

2002-02-20 Thread marc fleury
y, February 15, 2002 4:54 PM |To: Jason Dillon |Cc: [EMAIL PROTECTED] |Subject: Re: [JBoss-dev] Multipule MBeanServers | | | |This seems like a strange question - is there anything missing from JMX |that you want or are you just wanting to partition the two functions of |managment and glue? | |B

RE: [JBoss-dev] Multipule MBeanServers

2002-02-20 Thread marc fleury
, February 15, 2002 4:39 PM |To: [EMAIL PROTECTED] |Subject: Re: [JBoss-dev] Multipule MBeanServers | | |I would agree if we could vary the interfaces, ie. specify one mbean |interface for the inter-component bus and one for admin. | |--jason | | |On Fri, 2002-02-15 at 16:25, Scott M Stark wrote: |> T

RE: [JBoss-dev] Multipule MBeanServers

2002-02-20 Thread marc fleury
don't even think about it marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Jason |Dillon |Sent: Friday, February 15, 2002 3:36 PM |To: Trevor Squires |Cc: [EMAIL PROTECTED] |Subject: Re: [JBoss-dev] Multipule MBeanServers | | |Do you kn

Re: [JBoss-dev] Multipule MBeanServers

2002-02-16 Thread Jason Dillon
This is brilliant! My poor fingers are too tired to comment further at the moment... but brilliant I tell you! --jason On Fri, 2002-02-15 at 20:25, Juha Lindfors wrote: > > MBeanServer adminServer = MBeanServerFactory.createMBeanServer(); > MBeanServer compServer = MBeanServerFactory.createMB

Re: [JBoss-dev] Multipule MBeanServers

2002-02-15 Thread Juha Lindfors
MBeanServer adminServer = MBeanServerFactory.createMBeanServer(); MBeanServer compServer = MBeanServerFactory.createMBeanServer(); MyService service = new MyService(); ModelMBean admin = new ModelMBean(); admin.setModelMBeanInfo(adminInterface); admin.setManagedResource(service); adminServer.reg

Re: [JBoss-dev] Multipule MBeanServers

2002-02-15 Thread Jason Dillon
I was just looking to see what was out there... or more specifically what ours have found. It does seem like it is lacking some communication features, for dealing with standard types that is. The other thing would be that most users think they have to use the basic types for everything, thus

Re: [JBoss-dev] Multipule MBeanServers

2002-02-15 Thread Trevor Squires
This seems like a strange question - is there anything missing from JMX that you want or are you just wanting to partition the two functions of managment and glue? By the way, I used to think that JMX should *only* be used for management but I think it was one of your emails a long time ago (tha

Re: [JBoss-dev] Multipule MBeanServers

2002-02-15 Thread Jason Dillon
Ahh haa... can you elaborate your thinking on this? --jason On Fri, 2002-02-15 at 17:26, Juha Lindfors wrote: > why not use two model mbeans with different interfaces for the same resource? > > -- Juha > > > > I would agree if we could vary the interfaces, ie. > > specify one mbean > > inter

Re: [JBoss-dev] Multipule MBeanServers

2002-02-15 Thread Juha Lindfors
why not use two model mbeans with different interfaces for the same resource? -- Juha > I would agree if we could vary the interfaces, ie. > specify one mbean > interface for the inter-component bus and one for > admin. > > --jason > _

Re: [JBoss-dev] Multipule MBeanServers

2002-02-15 Thread Jason Dillon
I would agree if we could vary the interfaces, ie. specify one mbean interface for the inter-component bus and one for admin. --jason On Fri, 2002-02-15 at 16:25, Scott M Stark wrote: > This sounds like a good example for using two MBeanServers. One for administration >and one for messaging be

Re: [JBoss-dev] Multipule MBeanServers

2002-02-15 Thread Scott M Stark
This sounds like a good example for using two MBeanServers. One for administration and one for messaging between components. _ View thread online: http://main.jboss.org/thread.jsp?forum=66&thread=8538 _

Re: [JBoss-dev] Multipule MBeanServers

2002-02-15 Thread Jason Dillon
Do you know if there are any other standard bus-like frameworks out there, which could be used here instead of jmx, leaving jmx free for admin only? --jason On Thu, 2002-02-14 at 15:06, Trevor Squires wrote: > > Hey, > > It would seem the best qualified to answer would be on the jmx-forum lis

Re: [JBoss-dev] Multipule MBeanServers

2002-02-14 Thread Jason Dillon
> However, if you want an opinion, the quickest answer I can contrive is for > application partitioning, especially when assembling an > application/subsystem management view using MBeans from multiple vendors. I was thinking about this, along the lines of giving non-jboss mbeans a separate serve

Re: [JBoss-dev] Multipule MBeanServers

2002-02-14 Thread Trevor Squires
Hey, It would seem the best qualified to answer would be on the jmx-forum list. However, if you want an opinion, the quickest answer I can contrive is for application partitioning, especially when assembling an application/subsystem management view using MBeans from multiple vendors. One thing