0 Replies Latest reply on May 19, 2003 10:29 AM by mbonar

    Branch_3_0 testsuite with Jboss 3.2.1

    mbonar

      Can I use the testsuite that comes from the branch 3.0 cvs with jboss 3.2.1? I am running Redhat 9, Jboss 3.2.1 -c all, j2sdk1.4.1_02, and xdoclet 1.1.2. I get the following when I run the tests:

      compile-mbean-sources:
      [jmxdoclet] 14839 [main] INFO XDocletMain.start - Running
      [jmxdoclet] 15675 [main] INFO TemplateSubTask.engineStarted - Generating output for 'org.jboss.test.jmx.missingclass.MissingClassTest' using template file 'jar:file:/home/mbonar/jboss-all/thirdparty/xdoclet/xdoclet/lib/xdoclet-jmx-module-jb3.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
      [jmxdoclet] 15880 [main] INFO TemplateSubTask.engineStarted - Generating output for 'org.jboss.test.jmx.invoker.RemoteService' using template file 'jar:file:/home/mbonar/jboss-all/thirdparty/xdoclet/xdoclet/lib/xdoclet-jmx-module-jb3.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
      [jmxdoclet] 16053 [main] INFO TemplateSubTask.engineStarted - Generating output for 'org.jboss.test.jmx.deployer.BrokenDeployer' using template file 'jar:file:/home/mbonar/jboss-all/thirdparty/xdoclet/xdoclet/lib/xdoclet-jmx-module-jb3.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
      [jmxdoclet] 16221 [main] INFO TemplateSubTask.engineStarted - Generating output for 'org.jboss.test.jmx.mbean.TestMBClassLoader' using template file 'jar:file:/home/mbonar/jboss-all/thirdparty/xdoclet/xdoclet/lib/xdoclet-jmx-module-jb3.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
      [jmxdoclet] INFO: Some classes refer to other classes that were not found among the sources or on the classpath.
      [jmxdoclet] (Perhaps the referred class doesn't exist? Hasn't been generated yet?)
      [jmxdoclet] The referring classes do not import any fully qualified classes matching these classes.
      [jmxdoclet] However, since no packages are imported, xjavadoc has assumed that the referred classes
      [jmxdoclet] belong to the same package as the referring class. The classes are:
      [jmxdoclet] /home/mbonar/jboss-all/testsuite/src/main/org/jboss/test/jmx/deployer/BrokenDeployer.java --> BrokenDeployerMBean qualified to org.jboss.test.jmx.deployer.BrokenDeployerMBean
      [jmxdoclet] /home/mbonar/jboss-all/testsuite/src/main/org/jboss/test/jmx/invoker/RemoteService.java --> RemoteServiceMBean qualified to org.jboss.test.jmx.invoker.RemoteServiceMBean
      [jmxdoclet] /home/mbonar/jboss-all/testsuite/src/main/org/jboss/test/jmx/mbean/TestMBClassLoader.java --> TestMBClassLoaderMBean qualified to org.jboss.test.jmx.mbean.TestMBClassLoaderMBean
      [jmxdoclet] /home/mbonar/jboss-all/testsuite/src/main/org/jboss/test/jmx/missingclass/MissingClassTest.java --> MissingClassTestMBean qualified to org.jboss.test.jmx.missingclass.MissingClassTestMBean

      Thanks.