* This test does work for the IntraVM Server, but it fails on
* the Remote Server. For some reason, when the RollbackException is
* sent to the client, the server blocks.
*/
public void BUG_test06_singleTransactionRollback() {
final Account expected = new Account("234-56-7890", "Charlie", "Brown", 20000);
final Account actual = new Account();
// Try and add the account in a transaction. This should fail and
// throw a RollbackException
try {
ejbObject.openAccount(expected, new Boolean(true));