I was looking at adding some junit test cases for a maven build mocking the shale mail reader JPA library in the sandbox.
I'm using the a transaction type of "RESOURCE_LOCAL" so the test can be ran under JavaSE. The problem I'm seeing is that the test needs to load the persistence.xml from the META-INF of the target jar. It can't seem to find it under the project's target. I'm seeing a error message that the "default" provider can't be found. What am I missing here? Any ideas? Gary
