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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 19 22:34:14 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-03-19 22:34:14 -0400 (Mon, 19 Mar 2007)
New Revision: 61480

Modified:
   trunk/testsuite/src/main/org/jboss/test/isolation/test/IsolationUnitTestCase.java
Log:
TODO: Either need to expose jmx interface for the JBossAppParsingDeployer or add ability to set bean properties.

Modified: trunk/testsuite/src/main/org/jboss/test/isolation/test/IsolationUnitTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/isolation/test/IsolationUnitTestCase.java	2007-03-20 02:28:13 UTC (rev 61479)
+++ trunk/testsuite/src/main/org/jboss/test/isolation/test/IsolationUnitTestCase.java	2007-03-20 02:34:14 UTC (rev 61480)
@@ -90,9 +90,16 @@
       session.invokeSessionB();
    }
    
+   /**
+    * TODO: Either need to expose jmx interface for the JBossAppParsingDeployer
+    * or add ability to set bean properties.
+    * 
+    * @param value
+    * @throws Exception
+    */
    private void isolateDeployments(Boolean value) throws Exception
    {
-      getServer().setAttribute(EARDeployerMBean.OBJECT_NAME, new Attribute("Isolated", value));
-      getServer().setAttribute(EARDeployerMBean.OBJECT_NAME, new Attribute("CallByValue", value));
+      //getServer().setAttribute(EARDeployerMBean.OBJECT_NAME, new Attribute("Isolated", value));
+      //getServer().setAttribute(EARDeployerMBean.OBJECT_NAME, new Attribute("CallByValue", value));
    }
 }




More information about the jboss-cvs-commits mailing list