private static Logger log = LoggerFactory.getLogger(InsertPodamTest.class);
@Before
public void setUp() {
podamf = new PodamFactoryImpl();
Assert.assertNotNull("The PODAM factory cannot be null!", podamf);
Assert.assertNotNull("The factory strategy cannot be null!",
podamf.getStrategy());
this.emf = Persistence