User: ejort   
  Date: 02/01/03 07:46:19

  Modified:    src/main/org/jboss/test/jmx/test
                        ConnectionFactoryLoaderUnitTestCase.java
  Log:
  Correct a changed object name.
  
  Revision  Changes    Path
  1.9       +3 -3      
jbosstest/src/main/org/jboss/test/jmx/test/ConnectionFactoryLoaderUnitTestCase.java
  
  Index: ConnectionFactoryLoaderUnitTestCase.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jbosstest/src/main/org/jboss/test/jmx/test/ConnectionFactoryLoaderUnitTestCase.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ConnectionFactoryLoaderUnitTestCase.java  2002/01/03 04:01:01     1.8
  +++ ConnectionFactoryLoaderUnitTestCase.java  2002/01/03 15:46:14     1.9
  @@ -33,7 +33,7 @@
   /**
    * @see       <related>
    * @author    <a href="mailto:[EMAIL PROTECTED]";>David Jencks</a>
  - * @version   $Revision: 1.8 $
  + * @version   $Revision: 1.9 $
    */
   public class ConnectionFactoryLoaderUnitTestCase
          extends JBossTestCase
  @@ -89,10 +89,10 @@
   
         AttributeList al = new AttributeList();
         al.add(new Attribute("JndiName", "ConnectionFactoryLoaderTestDS"));
  -      al.add(new Attribute("ResourceAdapterName", new 
ObjectName("JCA:service=RARDeployment,name=Minerva JDBC LocalTransaction 
ResourceAdapter")));
  +      al.add(new Attribute("ResourceAdapterName", new 
ObjectName("jboss.jca:service=RARDeployment,name=Minerva JDBC LocalTransaction 
ResourceAdapter")));
         al.add(new Attribute("ManagedConnectionFactoryProperties", 
"ConnectionURL=jdbc:hsqldb:hsql://localhost:1476\n"
                + " DriverClass=org.hsqldb.jdbcDriver"));
  -      al.add(new Attribute("ConnectionManagerFactoryLoaderName", new 
ObjectName("JCA:service=ConnectionManagerFactoryLoader,name=MinervaSharedLocalCMFactory")));
  +      al.add(new Attribute("ConnectionManagerFactoryLoaderName", new 
ObjectName("jboss.jca:service=ConnectionManagerFactoryLoader,name=MinervaSharedLocalCMFactory")));
         al.add(new Attribute("ConnectionManagerProperties", "MinSize=0\n"
                + " MaxSize=10\n"
                + " BlockingTimeoutMillis=5000\n"
  
  
  

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

Reply via email to