Hi Koka, First, you don't need to post twice to the list. Dudes on this list usually are very cool people. They will certainly read your post.
Second, there is some stuff on the iBATIS WIKI about this issue. As i can't get to the iBATIS website at this moment, i can't give you the detailed URL. So, point your browser to http://ibatis.apache.org and take a look in the wiki. Hope that helped, Daniel Silva. On 7/27/05, Koka <[EMAIL PROTECTED]> wrote: > Hi, > Well, it's just a couple of days that I'm looking into iBatis and it > seems very transparent, convenient and easy to use... > > Now about my problem. I've succesfully set up test application using > Tapestry-Spring-iBatis and transaction management works fine using > oracle.jdbc.pool.OracleDataSource and > org.springframework.jdbc.datasource.DataSourceTransactionManager. I.e. > I succesfully start transaction: > DefaultTransactionDefinition dtd = new DefaultTransactionDefinition(); > transactionStatus = getTransactionManager().getTransaction(dtd); > etc... > What I could not figure out is how to pass username/password other > than those provided in the appConttext.xml for initializing the > datasource. > > After greppring the iBatis source code for getConnection it seems that > getConnection(String username, String password) is never called, just > getConnection(). So is it possible to change user credentials for some > specific cases (I don't care about connection pooling in such a case)? > TYA > Koka >
