From: Patrick S. <psa...@co...> - 2002-04-26 09:27:43
|
Hi Guys, I hope this is the appropriate place to place this message; please let me know if not. I have created some hibernate classes for my web application. I am attempting to test them in Jbuilder JUnit test library. The issue I'm having is that that when I attempt to initialise my classes with (from memory): Hibernate.storeFile("mapping.xml"); It complains with an error. I can't remember the exact error, though from memory it was something to do with being unable to find the file. So, do I put it in the WEB-INF library, or should I put it in the directory for that that class? I have read the docs right through though there wasn't much mention of this. I get the feeling I'm missing something.. Thanks, Pat. |