marc fleury wrote:
>
> Interesting Ole....
>
> send us that work asap, I believe it will be important
You can find it at http://www.sparre.dk/unpublished/jbosstest.tar.gz.
It is a CVS snapshot of the jbosstest module made a few days ago
and updated to include my test. Except for an update to build.xml
it is all new files, so getting it back into CVS should be no big
problem.
The test bean is a BMP entity bean, and I should warn that the
findAll() method will create a new "entityexc" table in the default
datasource if such beast does not already exist. The findAll() method
is the first EJB method called on the bean, so this way you do not have
to create the table manually.
To make BMP tests compile I have also copied the file jdbc2_0-stdext.jar
from the jBoss distribution to src/lib.
Please let me know if you have any problems with it, and I'll try to
help.
Best Regards,
Ole Husgaard.