[jboss-svn-commits] JBL Code SVN: r37030 - in labs/jbossesb/workspace/tcunning/as6/product/rosetta: tests/src/org/jboss/internal/soa/esb/listeners/war and 1 other directory.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue May 24 13:12:42 EDT 2011
Author: tcunning
Date: 2011-05-24 13:12:40 -0400 (Tue, 24 May 2011)
New Revision: 37030
Modified:
labs/jbossesb/workspace/tcunning/as6/product/rosetta/src/org/jboss/internal/soa/esb/util/JBossDeployerUtil.java
labs/jbossesb/workspace/tcunning/as6/product/rosetta/tests/src/org/jboss/internal/soa/esb/listeners/war/with_authdomain_jbosswebxml.xml
labs/jbossesb/workspace/tcunning/as6/product/rosetta/tests/src/org/jboss/internal/soa/esb/listeners/war/with_authdomain_webxml.xml
labs/jbossesb/workspace/tcunning/as6/product/rosetta/tests/src/org/jboss/internal/soa/esb/listeners/war/with_authmethod_jbosswebxml.xml
labs/jbossesb/workspace/tcunning/as6/product/rosetta/tests/src/org/jboss/internal/soa/esb/listeners/war/with_authmethod_webxml.xml
labs/jbossesb/workspace/tcunning/as6/product/rosetta/tests/src/org/jboss/internal/soa/esb/listeners/war/with_role_constraints_no_methods.xml
labs/jbossesb/workspace/tcunning/as6/product/rosetta/tests/src/org/jboss/internal/soa/esb/listeners/war/with_role_constraints_no_methods_with_guarantee.xml
Log:
JBESB-2760
Commit Magesh's patches for the broken WS test.
Modified: labs/jbossesb/workspace/tcunning/as6/product/rosetta/src/org/jboss/internal/soa/esb/util/JBossDeployerUtil.java
===================================================================
--- labs/jbossesb/workspace/tcunning/as6/product/rosetta/src/org/jboss/internal/soa/esb/util/JBossDeployerUtil.java 2011-05-24 09:51:34 UTC (rev 37029)
+++ labs/jbossesb/workspace/tcunning/as6/product/rosetta/src/org/jboss/internal/soa/esb/util/JBossDeployerUtil.java 2011-05-24 17:12:40 UTC (rev 37030)
@@ -105,7 +105,7 @@
try
{
// Try Native impl first
- loader.loadClass("org.jboss.ws.core.server.ServerHandlerDelgate");
+ loader.loadClass("org.jboss.ws.core.server.ServerHandlerDelegate");
WSIMPL = WSIMPL_NATIVE;
}
catch (Throwable t1)
Modified: labs/jbossesb/workspace/tcunning/as6/product/rosetta/tests/src/org/jboss/internal/soa/esb/listeners/war/with_authdomain_jbosswebxml.xml
===================================================================
--- labs/jbossesb/workspace/tcunning/as6/product/rosetta/tests/src/org/jboss/internal/soa/esb/listeners/war/with_authdomain_jbosswebxml.xml 2011-05-24 09:51:34 UTC (rev 37029)
+++ labs/jbossesb/workspace/tcunning/as6/product/rosetta/tests/src/org/jboss/internal/soa/esb/listeners/war/with_authdomain_jbosswebxml.xml 2011-05-24 17:12:40 UTC (rev 37030)
@@ -2,5 +2,5 @@
<jboss-web>
<security-domain>java:/jaas/JBossWS</security-domain>
-
-</jboss-web>
\ No newline at end of file
+ <context-root>testarch</context-root>
+</jboss-web>
Modified: labs/jbossesb/workspace/tcunning/as6/product/rosetta/tests/src/org/jboss/internal/soa/esb/listeners/war/with_authdomain_webxml.xml
===================================================================
--- labs/jbossesb/workspace/tcunning/as6/product/rosetta/tests/src/org/jboss/internal/soa/esb/listeners/war/with_authdomain_webxml.xml 2011-05-24 09:51:34 UTC (rev 37029)
+++ labs/jbossesb/workspace/tcunning/as6/product/rosetta/tests/src/org/jboss/internal/soa/esb/listeners/war/with_authdomain_webxml.xml 2011-05-24 17:12:40 UTC (rev 37030)
@@ -10,8 +10,8 @@
<login-config>
<auth-method>BASIC</auth-method>
- <realm-name>Authentication Realm for testarch.esb</realm-name>
+ <realm-name>Authentication Realm for testarch</realm-name>
</login-config>
-</web-app>
\ No newline at end of file
+</web-app>
Modified: labs/jbossesb/workspace/tcunning/as6/product/rosetta/tests/src/org/jboss/internal/soa/esb/listeners/war/with_authmethod_jbosswebxml.xml
===================================================================
--- labs/jbossesb/workspace/tcunning/as6/product/rosetta/tests/src/org/jboss/internal/soa/esb/listeners/war/with_authmethod_jbosswebxml.xml 2011-05-24 09:51:34 UTC (rev 37029)
+++ labs/jbossesb/workspace/tcunning/as6/product/rosetta/tests/src/org/jboss/internal/soa/esb/listeners/war/with_authmethod_jbosswebxml.xml 2011-05-24 17:12:40 UTC (rev 37030)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<jboss-web>
+ <context-root>testarch</context-root>
-
-</jboss-web>
\ No newline at end of file
+</jboss-web>
Modified: labs/jbossesb/workspace/tcunning/as6/product/rosetta/tests/src/org/jboss/internal/soa/esb/listeners/war/with_authmethod_webxml.xml
===================================================================
--- labs/jbossesb/workspace/tcunning/as6/product/rosetta/tests/src/org/jboss/internal/soa/esb/listeners/war/with_authmethod_webxml.xml 2011-05-24 09:51:34 UTC (rev 37029)
+++ labs/jbossesb/workspace/tcunning/as6/product/rosetta/tests/src/org/jboss/internal/soa/esb/listeners/war/with_authmethod_webxml.xml 2011-05-24 17:12:40 UTC (rev 37030)
@@ -10,8 +10,8 @@
<login-config>
<auth-method>BASIC</auth-method>
- <realm-name>Authentication Realm for testarch.esb</realm-name>
+ <realm-name>Authentication Realm for testarch</realm-name>
</login-config>
-</web-app>
\ No newline at end of file
+</web-app>
Modified: labs/jbossesb/workspace/tcunning/as6/product/rosetta/tests/src/org/jboss/internal/soa/esb/listeners/war/with_role_constraints_no_methods.xml
===================================================================
--- labs/jbossesb/workspace/tcunning/as6/product/rosetta/tests/src/org/jboss/internal/soa/esb/listeners/war/with_role_constraints_no_methods.xml 2011-05-24 09:51:34 UTC (rev 37029)
+++ labs/jbossesb/workspace/tcunning/as6/product/rosetta/tests/src/org/jboss/internal/soa/esb/listeners/war/with_role_constraints_no_methods.xml 2011-05-24 17:12:40 UTC (rev 37030)
@@ -35,7 +35,7 @@
<login-config>
<auth-method>BASIC</auth-method>
- <realm-name>Authentication Realm for testarch.esb</realm-name>
+ <realm-name>Authentication Realm for testarch</realm-name>
</login-config>
<security-role>
@@ -45,4 +45,4 @@
<role-name>accountant</role-name>
</security-role>
-</web-app>
\ No newline at end of file
+</web-app>
Modified: labs/jbossesb/workspace/tcunning/as6/product/rosetta/tests/src/org/jboss/internal/soa/esb/listeners/war/with_role_constraints_no_methods_with_guarantee.xml
===================================================================
--- labs/jbossesb/workspace/tcunning/as6/product/rosetta/tests/src/org/jboss/internal/soa/esb/listeners/war/with_role_constraints_no_methods_with_guarantee.xml 2011-05-24 09:51:34 UTC (rev 37029)
+++ labs/jbossesb/workspace/tcunning/as6/product/rosetta/tests/src/org/jboss/internal/soa/esb/listeners/war/with_role_constraints_no_methods_with_guarantee.xml 2011-05-24 17:12:40 UTC (rev 37030)
@@ -38,7 +38,7 @@
<login-config>
<auth-method>BASIC</auth-method>
- <realm-name>Authentication Realm for testarch.esb</realm-name>
+ <realm-name>Authentication Realm for testarch</realm-name>
</login-config>
<security-role>
@@ -48,4 +48,4 @@
<role-name>accountant</role-name>
</security-role>
-</web-app>
\ No newline at end of file
+</web-app>
More information about the jboss-svn-commits
mailing list