Can I deploy multiple instances of a "mbean" via the @jmx tags using xdoclet?
What I need is this;
...
<mbean code="com.paychex.wtg.dirservice.mbeans.LDAPConnectionPool" name="PAYCHEX:service=ldap/writePool,jndiName=ldap/writePool"> ...
</mbean>
<mbean code="com.paychex.wtg.dirservice.mbeans.LDAPConnectionPool" name="PAYCHEX:service=ldap/searchPool,jndiName=ldap/searchPool">
...
</mbean>
...
I am using;
/** * @jmx.mbean name="PAYCHEX:service=ldap/writepool,jndiName=ldap/writePool" * * @jboss.service servicefile="jboss" */ public class LDAPConnectionPool ...
Which generates this;
...
<mbean code="com.paychex.wtg.dirservice.mbean.LDAPConnectionPool" name="PAYCHEX:service=ldap/writepool,jndiName=ldap/writePool"
...
</mbean>
...
Oh yes, I am using, M$ Windows XP, Sun JDK 1.4.2 JBoss 3.2.1, Ecplise 2.11, JBoss IDE 1.1.0.
Thanks in advance... -Keene
-- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
-----------------------------------------
The information contained in this message may be privileged, confidential, and protected from disclosure. If the reader of this message is not the intended recipient, or any employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution, or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer.
Thank you. Paychex, Inc.
------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
