Re: java.util.NoSuchElementException after stesstest
"Dennis Bekkering" <[email protected]>
| Newsgroups | gmane.comp.jakarta.ojb.user |
|---|---|
| Message-ID | <[email protected]> |
> Within the connection-pool element you set the size of the > connection-pool, in the OJB.properties file you set the size of the > PB-pool (this is not the same). Thus you need both settings. It's > obvious that the PB-pool size should always greater or equals to the > connection-pool size. > > regards, > Armin tjeeh, i never noticed the difference between broker and connection pool anyway. I checked with the debugger and whenExhaustedAction for brokers is 0 by default so thats why it happened. It is on 2 now and all is fine. thanks again, Dennis