Hi Larry, Thanks a lot for the hint, now it works!
BTW, I found the description of the properties file format on this page: http://opensource.atlassian.com/confluence/oss/display/IBATIS/What+should+my+properties.config+file+look+like Is it about some other kind of a properties file? Ilya Larry Meadors wrote:
What's this? <?xml version="1.0" encoding="utf-8" ?> <settings> <add key="dbOwner" value="ep63" /> </settings> That should just read like this: dbOwner=ep63 Larry
