[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 toadd a GUI service to my application ? like a Swing - helperform ? Thanks Francesco

Re: [JBoss-user] Custom MBeans

2001-04-02 Thread Scott M Stark
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 HOWTO: Create a custom JBoss MBean. It would be e

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 jcml

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 Do

RE: [JBoss-user] Custom MBeans

2001-03-30 Thread James Kiryakoza
, 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 works fine, but when I try to pass

RE: [JBoss-user] Custom MBeans

2001-03-30 Thread James Kiryakoza
version i used seemed to overwrite the changes I made to the jboss.jcml file. Hope this helps. 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 MB

RE: [JBoss-user] Custom MBeans

2001-03-30 Thread Liu, Kenneth Albert (Kenneth)** CTR **
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: snip ___ JBoss-user mailing list [EMAIL PROTECTED] http

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 think you

[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