* Sacha Labourey > > Does not this show that the share_pool_size is more than three times > > as big as LARGE? > > Maybe you need to flush your pool: some posts suggests this.
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? 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. > in this case, you can change JBossCMP options to prefetch less rows: this > will reduce the size of the statement. I reduced page size to 10, but still it fails. <read-ahead> <strategy>on-load</strategy> <page-size>10</page-size> <eager-load-group>*</eager-load-group> </read-ahead> 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(NativeMethodAccessorImpl.java:42) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:28) Caused by: java.lang.ClassNotFoundException: org.jboss.ejb.plugins.local.EntityProxy (no security manager: RMI class loader disabled) > with 2.x entity beans. Just put your xdoclet descriptor to default to > "Required". Thanks, this made my day... -- Jon Haugsand, <[EMAIL PROTECTED]> Norges Bank, <http://www.norges-bank.no> ------------------------------------------------------- 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