Hey all. I am currently coding my first Seam application. I have startup class that runs
a number of queries and loads that information into the Application Context. With this
project, I have a number of different test classes. My goal is to run all the test
classes from my testng.xml file. However when I try this, my startup queries run for each
test class that I reference in my testng.xml file. Is there an easy way only have the
bootstrap jboss server startup once, run all my test classes, and then shutdown?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4214664#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...