User: schaefera
  Date: 01/09/11 19:10:23

  Modified:    src/main/org/jboss/test/perf/test Setup.java
  Log:
  Adjusted files because of the repackaging of the JMX Connector
  and Adaptors.
  Also the connector and adaptor service files (*.jsr) are separated into
  3 different files because it is neccessary to allow the administrator
  to select which one to use (security, performance etc.). Now the admin
  can add or remove the service files as the need arise.
  
  Revision  Changes    Path
  1.4       +2 -2      jbosstest/src/main/org/jboss/test/perf/test/Setup.java
  
  Index: Setup.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/main/org/jboss/test/perf/test/Setup.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Setup.java        2001/07/29 18:17:39     1.3
  +++ Setup.java        2001/09/12 02:10:23     1.4
  @@ -13,7 +13,7 @@
   import junit.extensions.TestSetup;
   import junit.framework.TestSuite;
   
  -import org.jboss.jmx.interfaces.RMIConnector;
  +import org.jboss.jmx.connector.rmi.RMIConnector;
   import org.jboss.test.perf.interfaces.Entity;
   import org.jboss.test.perf.interfaces.EntityPK;
   import org.jboss.test.perf.interfaces.Entity2PK;
  @@ -26,7 +26,7 @@
   /** Setup utility class.
    
    @author [EMAIL PROTECTED]
  - @version $Revision: 1.3 $
  + @version $Revision: 1.4 $
    */
   public class Setup extends TestSetup 
   {
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to