Re: [JBoss-user] Custom MBeans : when to use them ?

2001-07-09 Thread Burkhard Vogel
Marchioni" <[EMAIL PROTECTED]> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Sent: Monday, July 09, 2001 9:53 AM Subject: [JBoss-user] Custom MBeans : when to use them ? Hi all, I have read the docs about MBeans - I'd like to hear about somebody who use them actively

[JBoss-user] Custom MBeans : when to use them ?

2001-07-09 Thread Francesco Marchioni
Hi all, I have read the docs about MBeans - I'd like to hear about somebody who use them actively. What do you write them for ? Can I write an MBean to add a GUI service to my application ? like a Swing - helper form ? Thanks Francesco  

RE: [JBoss-user] Custom MBeans

2001-04-03 Thread James Kiryakoza
Thanks Scott. -Original Message- From: Scott M Stark [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 2:52 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Custom MBeans I'm doing a complete howto on writing custom MBeans that describes the details of the configuratio

Re: [JBoss-user] Custom MBeans

2001-04-02 Thread Scott M Stark
; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, April 02, 2001 1:02 PM Subject: RE: [JBoss-user] Custom MBeans > There is a jboss-doc mailing list at > http://groups.yahoo.com/group/jboss-docs > I would submit the email you posted as HOW

RE: [JBoss-user] Custom MBeans

2001-04-02 Thread Liu, Kenneth Albert (Kenneth)** CTR **
James Kiryakoza [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 30, 2001 8:17 PM > To: '[EMAIL PROTECTED]' > Subject: RE: [JBoss-user] Custom MBeans > > > How do I do that? > > -Original Message- > From: Liu, Kenneth Albert (Kenneth)** CTR ** > [m

RE: [JBoss-user] Custom MBeans

2001-03-30 Thread James Kiryakoza
How do I do that? -Original Message- From: Liu, Kenneth Albert (Kenneth)** CTR ** [mailto:[EMAIL PROTECTED]] Sent: Friday, March 30, 2001 10:26 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Custom MBeans Hey - that's a great explanation! Do you thin

RE: [JBoss-user] Custom MBeans

2001-03-30 Thread Liu, Kenneth Albert (Kenneth)** CTR **
iday, March 30, 2001 11:27 AM > To: '[EMAIL PROTECTED]' > Subject: RE: [JBoss-user] Custom MBeans > > > I'm no expert, but here's some code to get you started if > you'd like to > create an MBean called Foo: __

RE: [JBoss-user] Custom MBeans

2001-03-30 Thread James Kiryakoza
Jim -Original Message- From: Penn [mailto:[EMAIL PROTECTED]] Sent: Friday, March 30, 2001 12:42 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Custom MBeans Hi, i'm learning to create a MBean, may i know where/how to start thanks Penn -Original Message- From: [EMAIL

RE: [JBoss-user] Custom MBeans

2001-03-30 Thread James Kiryakoza
riday, March 30, 2001 12:11 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Custom MBeans Do you use the 'Default' configuration or your own ? Joel --- James Kiryakoza <[EMAIL PROTECTED]> a écrit : > I created a custom MBean to set up my Log4J > configuration. The bean work

RE: [JBoss-user] Custom MBeans

2001-03-30 Thread Penn
Hi, i'm learning to create a MBean, may i know where/how to start thanks Penn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of joel cordonnier Sent: Friday, March 30, 2001 4:11 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Custom MBeans

Re: [JBoss-user] Custom MBeans

2001-03-30 Thread joel cordonnier
Do you use the 'Default' configuration or your own ? Joel --- James Kiryakoza <[EMAIL PROTECTED]> a écrit : > I created a custom MBean to set up my Log4J > configuration. The bean works > fine, but when I try to pass it a parameter by > including a reference to it > in the Jboss.jcml file, the

[JBoss-user] Custom MBeans

2001-03-29 Thread James Kiryakoza
Title: Glacier I created a custom MBean to set up my Log4J configuration. The bean works fine, but when I try to pass it a parameter by including a reference to it in the Jboss.jcml file, the jcml file is always overwritten and my entry is deleted. Does anyone have any ideas as to why this i