1 Reply Latest reply on Jun 10, 2003 2:45 PM by dlevitt

    Build error - RMIConnector & EJBConnector

    dlevitt

      I now get the same errors compiling source from the 3.1.1 & 3.1.2 rc source tarballs [tested with JDK 1.4.1 & 1.4.2 on W2K]

      C:\Source\JBoss\jboss-3.2.2RC1-src\server\src\main\org\jboss\jmx\connector\rmi\RMIConnectorImpl.java:88: org.jboss.jmx.connector.rmi.RMIConnectorImpl is not abstract and does not override abstract method getClassLoaderRepository() in javax.management.MBeanServer
      public class RMIConnectorImpl
      ^
      C:\Source\JBoss\jboss-3.2.2RC1-src\server\src\main\org\jboss\jmx\connector\ejb\EJBConnector.java:56: org.jboss.jmx.connector.ejb.EJBConnector is not abstract and does not override abstract method getClassLoaderRepository() in javax.management.MBeanServer
      public class EJBConnector
      ^