This is a known issue and has been fixed in Subversion:
http://issues.appfuse.org/browse/APF-794
Matt
On 6/14/07, Franco <[EMAIL PROTECTED]> wrote:
Matt, guess I was not clear.
The hibernate.cfg.xml was in src/main/resources but also in
src/test/resources perhaps after I ran appfuse:full-sou
Matt, guess I was not clear.
The hibernate.cfg.xml was in src/main/resources but also in
src/test/resources perhaps after I ran appfuse:full-source - the tests are
trying to read the one in src/test and fail if there is no mapping.
After I deleted the file from src/test/resources/, the tests n
Matt,
Found another post, perhaps when I ran appfuse:full-source it copied
hibernate.cfg.xml to src/test/resources. I deleted it from src/test and the
tests still run fine now.
Guess I might run into similar conflicts with other config files and
property files in this location.
Thanks for the