I too have had this problem since upgrading to 2.0.8. I actually regressed to 2.0.7 until I can come up with a solution. In my case, I'm using a different hibernate.cfg.xml file in test than in main. In main, I'm expecting a JNDI datasource from the container, but my test version is configured for HSQLDB. I noticed after upgrading to 2.0.8 that my test cases fail because it's trying to get the JNDI datasource.
I'm hoping there's a solution in the works out there. There doesn't appear to be much noise about this. MNG-3118 appears to fix this situation, so I find it ironic that it wasn't a problem until now. -- View this message in context: http://www.nabble.com/Maven-2.0.8-test-resource-loading-tf4961073s177.html#a14220128 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
