[JBoss-user] [Management, JMX/JBoss] - Re: xmbean and jmxdoclet task

2004-05-10 Thread aseembansal
That worked. 

Thanks 
-A

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834387#3834387

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834387


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: xmbean and jmxdoclet task

2004-05-10 Thread samfra
/*
 * @jmx.mbean description = "..." name=".modules:service=StatsManager"  
 * @jboss.service servicefile="jboss"
 * @jboss.xmbean 
 */

I don't find any doc on this @jboss.xmbean.. but it works !
If you find some...

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834268#3834268

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834268


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: xmbean and jmxdoclet task

2004-05-07 Thread aseembansal
Here is the ant task 


  target name="xmbean" 

 taskdef name="jmxdoclet" classname="xdoclet.modules.jmx.JMXDocletTask"

mkdir dir="xdoclet"

jmxdoclet destdir="xdoclet" excludedtags="@version,@author"
fileset dir="${src.dir}"
include name="**/*.java"
fileset

jbossxmbean 
jmxdoclet
 target
  

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834066#3834066

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834066


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user