| org.jboss.test.jbossmx.implementation.TestCase org.jboss.test.jbossmx.implementation.server.ContextCLTestCase
ContextCLTestCase | public class ContextCLTestCase extends TestCase (Code) | | Test of the mbean operation invocation thread context class loader. This
test case simulates the problem originally seen in Bug#516649. Reproducing the
steps here requires a number of contrived steps including simulated reloading
of the mbean from different jars and the loading of the TestData class by
the main MBeanClassLoader using Class.forName(). These are the actions that
occur when reloading a sar that contains an ejb-jar.
author: Scott.Stark@jboss.org version: $Revision: 57211 $ |
ContextCLTestCase | public ContextCLTestCase(String name)(Code) | | |
createTestDataJar | public void createTestDataJar() throws Exception(Code) | | This creates two mbean deployment jars, testdata.jar and testdata1.jar.
A redeployment is simulated by loading
exception: Exception - Description of Exception |
suite | public static Test suite()(Code) | | Setup the test suite.
|
testInvokeNeedingTCL | public void testInvokeNeedingTCL() throws Exception(Code) | | |
Methods inherited from org.jboss.test.jbossmx.implementation.TestCase | public void testServerFound()(Code)(Java Doc)
|
|
|