Hi list, I'm trying to use Hibernate 3 within an AAR. The packaging is done with a build file generated by the Axis2 Plugin for eclipse with some modifications. I need to put a file named "hibernate.cfg.xml" in "/" in the classpath (or somewhere else where I can find it).
My AAR looks like this: ROOT |- de | \- huebinet | \- .... |- META-INF \- hibernate.cfg.xml When I try to access "/hibernate.cfg.xml" I get a FileNotFoundException. Where Is the place to put my config-file? Thanks in advance, Christoph Brill --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
