All (but Brett in particular, I think),

I'm trying to test some SQL queries in my EJB3/JPA app.  To do this, I'd
like for my unit tests to run against an in-memory Hypersonic database.
I configured a persistence unit appropriately in
src/test/resources/META-INF/persistence.xml, but alas Surefire can't
find it.  It can't even find the real one in
src/main/resources/META-INF/persistence.xml.

So how can I make Surefire access my classpath resources?  Anybody out
there test JPA stuff with Surefire successfully?

It seems there are quite a few JIRA issues about Surefire and classpath
stuff.  I have a very simple testcase demonstrating the problem.  To
which issue should I attach it?

Thanks,
Jim

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to