MBeans are not deployed in the sense that EJBs are. Put the jar file containing your MBean into the lib/ext directory and restart JBoss. If you'd prefer to have your MBean someplace else, then you can add a classpath extension in jboss.conf (include your jar file in the extension.) Apparently, JBoss 3.0 has a new bundle type called a SAR that you can put in deploy/lib, but I haven't done anything with 3.0 yet.
----- Original Message ----- From: "jquest jquest" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 23, 2001 2:09 AM Subject: [JBoss-user] How to deploy MBean > Hi all, > I am writing a litle MBean. > How can I deploy this bean? > How to make deployment description? > Can you point me? > > Many thanks in advance. > > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp > > > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
