Hello list, I´m new to iBatis and got some problems with the properties and resource location.
In my standalone application have a config directory beside the classpath, where all configuration (log4j, Ibatis a.s.o.) should stay together. But the loading of the properties file "<properties resource="SqlMapConfig.properties" />" does not work. In the example the files are stored in classpath location, but I don´t want to do so. With the "<sqlMap resource="config/SqlMap_Order.xml" />" I got the same problem. regards, Eric
