[jboss-cvs] JBossAS SVN: r69788 - trunk/testsuite/src/main/org/jboss/test/jacc/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 11 18:37:21 EST 2008


Author: galder.zamarreno at jboss.com
Date: 2008-02-11 18:37:21 -0500 (Mon, 11 Feb 2008)
New Revision: 69788

Modified:
   trunk/testsuite/src/main/org/jboss/test/jacc/test/WebIntegrationUnitTestCase.java
Log:
Fixed missing Classloader (loader variable) initialisation from context classloader.

Modified: trunk/testsuite/src/main/org/jboss/test/jacc/test/WebIntegrationUnitTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/jacc/test/WebIntegrationUnitTestCase.java	2008-02-11 20:34:42 UTC (rev 69787)
+++ trunk/testsuite/src/main/org/jboss/test/jacc/test/WebIntegrationUnitTestCase.java	2008-02-11 23:37:21 UTC (rev 69788)
@@ -74,6 +74,7 @@
          protected void setUp() throws Exception 
          { 
             super.setUp(); 
+            ClassLoader loader = Thread.currentThread().getContextClassLoader();
             deploy(loader.getResource(
                   "messaging/test-destinations-full-service.xml").toString());
             redeploy("jbosstest-web.ear"); 




More information about the jboss-cvs-commits mailing list