Hello Jon, > What I did was to increase the LARGE_POOL_SIZE from 614400 to 2614400. > Oracle worked clock like then. To create and delete 1000 bean > instances JBoss used 60 seconds. I do not know if this is > representative?
many factors can have an effect (are they distant hosts, etc.) > Each creation was initiated from the JUnit client, > through a session bean which called the entity bean using a local > interface. Deletion was done in a loop in the session bean that used > local interface. ok. > The following is > Testcase: testList took 1.71 sec > Caused an ERROR > null > java.lang.reflect.UndeclaredThrowableException > at $Proxy1.listAll(Unknown Source) > at nb.api.TelefonTest.testList(TelefonTest.java:55) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorIm > pl.java:42) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAc > cessorImpl.java:28) > Caused by: java.lang.ClassNotFoundException: > org.jboss.ejb.plugins.local.EntityProxy (no security manager: RMI > class loader disabled) Well, this one is really easy and is not related to Oracle, which is pretty rare ;) : "java.lang.ClassNotFoundException: org.jboss.ejb.plugins.local.EntityProxy" What is strange is that class doesn't seem to be in any of the client JAR. Maybe it is a bug. In the meantime, just try to put jboss.jar in the classpath of your client application. Cheers, Sacha ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user