5 Replies Latest reply on Apr 28, 2004 4:41 AM by acoliver

    Unable to build mail services M1 using jboss 3.2.3

    martijn_brinkers

      I did a fresh checkout of the mail services M1 branch. According to http://jboss.org/wiki/Wiki.jsp?page=MailServicesBuilding it should be possible to build using Jboss 3.2. The error I get is


      [javac] D:\source\jboss-mail\src\java\org\jboss\console\twiddle\handlers\Cmd
      Create.java:14: cannot resolve symbol
      [javac] symbol : class MBeanServerConnection
      [javac] location: package management
      [javac] import javax.management.MBeanServerConnection;


      It looks like MBeanServerConnection is not included with JBoss 3.2 only with JBoss 4.

      Am I doing something wrong?