Connection conn = null;
HashMap setsMap = new HashMap();
PreparedStatement ps = null;
ResultSet rs = null;
TransactionManagerLocator tml = new TransactionManagerLocator();
TransactionManager tm;
try
{
tm = tml.getTM("java:/TransactionManager");
}
catch (NamingException e1)
{
throw new RuntimeException(e1);
}