Want more features on Pastebin? Sign Up, it's FREE!
Guest

Arquillian

By: a guest on Feb 12th, 2011  |  syntax: Java  |  size: 0.19 KB  |  views: 187  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.    @Resource UserTransaction trans
  2.    @EJB SessionBean bean
  3.    
  4.    @Test
  5.    public void test()
  6.    {
  7.       trans.begin();
  8.      
  9.       bean.doStuff();
  10.      
  11.       trans.rollback();
  12.    }
clone this paste RAW Paste Data