new BigDecimal(String.valueOf(i)),
new BigInteger(String.valueOf(i)),
new Long(i));
pm.makePersistent(primitiveObject);
}
tx.commit();
tx = null;
if (debug) logger.debug("Total objects inserted : " + numInsert);
}
finally {
if ((tx != null) && tx.isActive())