Hello Bill,
maybe you can answer me this question. Why the JBoss VFS does not found persistence.xml DD file from the META-INF directory during the execution of testcases and why I need another tutorial-persistence.xml DD file with the same description in the basedir of the generated ejbjar to run the testcase? is that a weak point by JBoss VFS?
thanks for advance.
I take a look at the src code of JBoss VFS and now I had the solution for my question.
private static AssembledDirectory jar;
...
jar.mkdir("META-INF").addResource("META-INF/persistence.xml", "persistence.xml");