Hey all, Working on an EJB3 project and the 'test' continues to fail. I think I know why but not sure how to do it.
When the classes are compiled they are stored to target/classes/**/*.class. I need to also have from src/java/META-INF/persistence.xml to also copy over to target/classes/**/*.class (or from another directory location). This will also need to happen during package/deploy, but stuck at test at the moment ;-) Recommendations for dealing with this META-INF file? Thanky, -D --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
