[jboss-cvs] JBossAS SVN: r105758 - in branches/JBPAPP_5_1/testsuite: src/resources/jbossts/resources and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 7 08:59:06 EDT 2010


Author: istudens at redhat.com
Date: 2010-06-07 08:59:06 -0400 (Mon, 07 Jun 2010)
New Revision: 105758

Modified:
   branches/JBPAPP_5_1/testsuite/imports/config/tests-crash-recovery.xml
   branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources/oracle-rac-r2-xa-ds.xml
   branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources/oracle-rac-xa-ds.xml
   branches/JBPAPP_5_1/testsuite/src/resources/jbossts/scripts/as-tests.xml
Log:
changed crashrec0 account to crash0 for the jbossts crash recovery tests, JBQA-3205

Modified: branches/JBPAPP_5_1/testsuite/imports/config/tests-crash-recovery.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/imports/config/tests-crash-recovery.xml	2010-06-07 12:25:51 UTC (rev 105757)
+++ branches/JBPAPP_5_1/testsuite/imports/config/tests-crash-recovery.xml	2010-06-07 12:59:06 UTC (rev 105758)
@@ -36,8 +36,8 @@
     |         <xa-datasource-property name="User">crashrec</xa-datasource-property>
     |         <xa-datasource-property name="Password">crashrec</xa-datasource-property>
     |    -Djbossts.credentials=cr2
-    |         <user-name>crashrec0</user-name>
-    |         <password>crashrec0</password>
+    |         <user-name>crash0</user-name>
+    |         <password>crash0</password>
     |         <recover-user-name>crashrec</recover-user-name>
     |         <recover-password>crashrec</recover-password>
     |    -Djbossts.credentials=cr3
@@ -244,8 +244,8 @@
     <application-policy name="CrashRecoveryDomain0">
         <authentication>
             <login-module code="org.jboss.resource.security.SecureIdentityLoginModule" flag="required">
-                <module-option name="username">crashrec0</module-option>
-                <module-option name="password">-170d8ac0642414f0f66025633c93b691</module-option>
+                <module-option name="username">crash0</module-option>
+                <module-option name="password">-47043946269bfc76</module-option>
                 <module-option name="managedConnectionFactoryName">jboss.jca:service=XATxCM,name=CrashRecoveryDS</module-option>
             </login-module>
         </authentication>

Modified: branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources/oracle-rac-r2-xa-ds.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources/oracle-rac-r2-xa-ds.xml	2010-06-07 12:25:51 UTC (rev 105757)
+++ branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources/oracle-rac-r2-xa-ds.xml	2010-06-07 12:59:06 UTC (rev 105758)
@@ -20,8 +20,8 @@
     <isSameRM-override-value>false</isSameRM-override-value>
     <xa-datasource-class>oracle.jdbc.xa.client.OracleXADataSource</xa-datasource-class>
     <xa-datasource-property name="URL">jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=vmg27-vip.mw.lab.eng.bos.redhat.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=qarac.jboss)))</xa-datasource-property>
-    <xa-datasource-property name="User">crashrec0</xa-datasource-property>
-    <xa-datasource-property name="Password">crashrec0</xa-datasource-property>
+    <xa-datasource-property name="User">crash0</xa-datasource-property>
+    <xa-datasource-property name="Password">crash0</xa-datasource-property>
     <!-- Uses the pingDatabase method to check a connection is still valid before handing it out from the pool -->
     <valid-connection-checker-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleValidConnectionChecker</valid-connection-checker-class-name>
     <!-- Checks the Oracle error codes and messages for fatal errors -->

Modified: branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources/oracle-rac-xa-ds.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources/oracle-rac-xa-ds.xml	2010-06-07 12:25:51 UTC (rev 105757)
+++ branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources/oracle-rac-xa-ds.xml	2010-06-07 12:59:06 UTC (rev 105758)
@@ -20,8 +20,8 @@
     <isSameRM-override-value>false</isSameRM-override-value>
     <xa-datasource-class>oracle.jdbc.xa.client.OracleXADataSource</xa-datasource-class>
     <xa-datasource-property name="URL">jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=vmg24-vip.mw.lab.eng.bos.redhat.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=qarac.jboss)))</xa-datasource-property>
-    <xa-datasource-property name="User">crashrec0</xa-datasource-property>
-    <xa-datasource-property name="Password">crashrec0</xa-datasource-property>
+    <xa-datasource-property name="User">crash0</xa-datasource-property>
+    <xa-datasource-property name="Password">crash0</xa-datasource-property>
     <!-- Uses the pingDatabase method to check a connection is still valid before handing it out from the pool -->
     <valid-connection-checker-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleValidConnectionChecker</valid-connection-checker-class-name>
     <!-- Checks the Oracle error codes and messages for fatal errors -->

Modified: branches/JBPAPP_5_1/testsuite/src/resources/jbossts/scripts/as-tests.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/src/resources/jbossts/scripts/as-tests.xml	2010-06-07 12:25:51 UTC (rev 105757)
+++ branches/JBPAPP_5_1/testsuite/src/resources/jbossts/scripts/as-tests.xml	2010-06-07 12:59:06 UTC (rev 105758)
@@ -574,7 +574,7 @@
       <condition property="recover.credentials" value="&lt;xa-datasource-property name=&quot;User&quot;&gt;crashrec&lt;/xa-datasource-property&gt;&lt;xa-datasource-property name=&quot;Password&quot;&gt;crashrec&lt;/xa-datasource-property&gt;">
          <equals arg1="${jbossts.credentials}" arg2="cr1"/>
       </condition>
-      <condition property="recover.credentials" value="&lt;user-name&gt;crashrec0&lt;/user-name&gt;&lt;password&gt;crashrec0&lt;/password&gt;&lt;recover-user-name&gt;crashrec&lt;/recover-user-name&gt;&lt;recover-password&gt;crashrec&lt;/recover-password&gt;">
+      <condition property="recover.credentials" value="&lt;user-name&gt;crash0&lt;/user-name&gt;&lt;password&gt;crash0&lt;/password&gt;&lt;recover-user-name&gt;crashrec&lt;/recover-user-name&gt;&lt;recover-password&gt;crashrec&lt;/recover-password&gt;">
          <equals arg1="${jbossts.credentials}" arg2="cr2"/>
       </condition>
       <condition property="recover.credentials" value="&lt;security-domain&gt;CrashRecoveryDomain0&lt;/security-domain&gt;&lt;recover-user-name&gt;crashrec&lt;/recover-user-name&gt;&lt;recover-password&gt;crashrec&lt;/recover-password&gt;">



More information about the jboss-cvs-commits mailing list