Assert.fail();
}
try
{
CassandraGeneratedIdWithOutSequenceGenerator withOutSequenceGenerator = new CassandraGeneratedIdWithOutSequenceGenerator();
withOutSequenceGenerator.setName("Kuldeep Kumar");
em.persist(withOutSequenceGenerator);
Assert.fail();
}
catch (KunderaException e)
{