RE: how to have two datasources in sql-map-config.xml

2009-05-01 Thread Srinivas Doddi
We were using two separate Sql Map Configuration files for this kind of scenario. In IBATIS, I guess there is no way of specifying two different Sql maps clients in a single configuration file. ( Correct me, if I am wrong) Thank you. SRINIVAS DODDI From

Loading Properties File into SqlMapConfig

2009-04-30 Thread Srinivas Doddi
Hi We have been using iBatis for the past one year and now we are trying to re-organize our project structure. Previously we have our project structure as below and we were using . Now we have to externalize our properties file and I am using , but I am getting a File Not Found Exception. Am I