Re: java.util.NoSuchElementException after stesstest
"Dennis Bekkering" <[email protected]>
| Newsgroups | gmane.comp.jakarta.ojb.user |
|---|---|
| Message-ID | <[email protected]> |
Armin, You are right. I run a test with latest from SVN (OJB_1_0_RELEASE > branch) with whenExhaustedAction=2 and it works as expected. > Wrong OJB.properties file in your classpath? > > regards, > Armin I actually dont use OJB.properties but repository-database.xml for pool settings. The OJB.poperties entries regarding pool are commented out but the file is on the class path and works because i can switch the ConnectionFactoryClass and see that it is different. Should i use OJB.properties instead of repository-database.xml? thanks, Dennis