RE: Multi threaded app gets java.netBindConnection: Address already in use: connect

2006-12-28 Thread Niels Beekman
Either you are not releasing resources properly or the amount of concurrent threads exceeds the value of ${geneDatasetDb.maximumActiveConnections}. Niels From: Peter Andrews [mailto:[EMAIL PROTECTED] Sent: donderdag 28 december 2006 20:16 To: user-java@iba

Inner resultMap

2006-12-28 Thread Paul Benedict
Doing a 1:1 query with IBATIS 2.2.0, I am using an inner resultMap to fetch an object. Does anyone know why I am forced to prefix the resultMap with the namespace? The example in the Developer Guide (p. 36) does not have it that way. PS: Clinton, I believe a good e

arbator configuration file problem for Oralce 9i

2006-12-28 Thread Nasser . Shahcheraghi
Hello There, Can someone please help with correct DriverClass entry for oracle 9i in IBATIS Arbator config file? I am trying to use IBATIS Arbator, however, am having problem connecting to Oralce 9i database. There seams to be a problem with DriverClass entery. Here is the connection info in the

RE: oracle stored proc with out parameter of type CLOB

2006-12-28 Thread Robert Brueckmann
Hmm...here I thought I had to do all this special type handler stuff and all I did was: - remove my OracleLobHandler injection in the SqlMapClientFactoryBean from the applicationContext.xml file - remove the typeHandler attribute from my OUT parameter of type clob - re

Multi threaded app gets java.netBindConnection: Address already in use: connect

2006-12-28 Thread Peter Andrews
Hello, I am using iBATIS to retrieve data on multiple threads simultaneously. I have experienced this problem with the svn 2.3.0 .xxx version and also the 2.2.0 GA release. I get the error if I use DBCP or SIMPLE for my datasource. The value of 'commitRequired' has no effect on whether the ex

Modeling objects - Best practices wanted ;-)

2006-12-28 Thread Alexander Schatten
Greetings! o.k., I start with an apology for a lengthy email, but I am searching for some best-practices, that I could not find addressed properly, and I would like to get the ideas from the iBatis experts about "iBatis best-practices" in designing model/transfer objects: Maybe I should sta

Re: how to add IBATIS to eclipse (java)

2006-12-28 Thread Alexander Schatten
As the knowledge of Java is obviously still in the very early stage I would even recommend to skip these Eclipse things in the beginning and (1) get a good Java book that explains how the classpath... works (2) Do not use Eclipse directly, because after all, you will have a project that is run