ammulder 2005/08/06 17:33:56
Modified:
modules/openejb-builder/src/test/org/openejb/corba/security/config/tss
TSSConfigEditorTest.java
Log:
Update to latest Geronimo management API
- change "address" property to "host" for network listeners
- provide an ObjectName for thread pools
Revision Changes Path
1.14 +3 -3
openejb/modules/openejb-builder/src/test/org/openejb/corba/security/config/tss/TSSConfigEditorTest.java
Index: TSSConfigEditorTest.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb/modules/openejb-builder/src/test/org/openejb/corba/security/config/tss/TSSConfigEditorTest.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- TSSConfigEditorTest.java 13 Jul 2005 20:49:31 -0000 1.13
+++ TSSConfigEditorTest.java 6 Aug 2005 21:33:56 -0000 1.14
@@ -159,7 +159,7 @@
public void testCORBABean() throws Exception {
ClassLoader classLoader = getClass().getClassLoader();
- ThreadPool threadPool = new ThreadPool(10, "foo", 1000, classLoader);
+ ThreadPool threadPool = new ThreadPool(10, "foo", 1000, classLoader,
"test:type=ThreadPool");
String configAdapter =
"org.openejb.corba.sunorb.SunORBConfigAdapter";
CORBABean corbaBean = new CORBABean(configAdapter, classLoader,
threadPool, null, null);
ArrayList args = new ArrayList();