//Test with client transaction and application exception - the user transaction is not rolled back
initialRows = bean.countRows();
tran.begin();
bean.insertRow("testWithClientTranAndWithAppException", 1);
try {
bean.insertRow("testWithClientTranAndWithAppException", 2, new SQLException());
} catch (SQLException e) {
// TODO Auto-generated catch block