Good suggestion re: building things in static @BeforeClass methods and then just returning the values from @Module.
I'm still getting run times in excess of 3 minutes for very simple tests. One thing I'm noticing is that OpenJPA is trying to do runtime enhancement even though I believe I have correctly configured build-time enhancement. I'm looking into that. But, in case you notice something else wrong with my approach, here's a sample. 1) A generic integration test class, which is never run directly: 2. A concrete instantiation of the generic test: And, finally, a run transcript -- View this message in context: http://openejb.979440.n4.nabble.com/ApplicationComposer-one-set-up-for-multiple-tests-tp4664421p4664432.html Sent from the OpenEJB User mailing list archive at Nabble.com.
