if i remember i wrote an abstract class for testng https://issues.apache.org/jira/browse/OPENEJB-1526
- Romain 2011/6/30 kubamarchwicki <[email protected]> > > David Blevins-2 wrote: > > > > > > I'd like to spend some time attempting to do the things you describe -- > > walk in your shoes, so to speak. Might be a day or two before I can do > > that. In the meantime, can you take a look at this technique. It's how > > we write our internal tests and is a big influence on Arquillian -- > > OpenEJB was a pretty critical part of Arquillian when they were first > > getting it going. > > > > http://people.apache.org/~dblevins/application-composer/ > > http://people.apache.org/~dblevins/application-composer.zip > > > > Thank you David, > That works like a charm and it's few times faster than boostrapping whole > container (at least for this simple application). Little trick is - I'm > using TestNG not junit on the daily basis. I'll try to have those two work > together. Should not be hard > > Surely, I'll follow up my writeup to describe the ApplicationComposer. It's > really neat! > Jakub > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/override-annotation-based-configuration-with-ejb-jar-xml-tp3628804p3635696.html > Sent from the OpenEJB User mailing list archive at Nabble.com. >
