Hi to all,
I'm new to ibatis and I have a problem about getting sqlMapConfig.xml file
as a reader. 
I think this is to do with class loaders but i followed forums, the advices
I found didn't help.

although
File file = new File("config/SqlMapConfig.xml");
works correct,
Reader reader = Resources.getResourceAsReader("config/SqlMapConfig.xml");
gives "could not find resource" exception.

what should I do?

thanks in advance...
-- 
View this message in context: 
http://old.nabble.com/Could-not-find-resource-exception-tp27128946p27128946.html
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org
For additional commands, e-mail: user-java-h...@ibatis.apache.org

Reply via email to