* @throws NamingException if a lookup error occurs.
*/
@TransactionAttribute(value = TransactionAttributeType.REQUIRED)
public void insertTableWithRequired(final String dbName) throws SQLException, NamingException {
TableManager tableManager = new TableManager(dbName);
tableManager.insertTable(TABLE);
}
/**
* @see org.ow2.easybeans.tests.common.ejbs.stateless.containermanaged.transaction.ItfTransactionMisc00
* @param dbName is the name of the database in the registry.