"java.lang.IllegalArgumentException: " + GenerationType.class.getSimpleName() + "."
+ GenerationType.TABLE + " Strategy not supported by this client :"
+ MongoDBClient.class.getName(), e.getMessage());
}
MongoGeneratedIdWithOutSequenceGenerator withOutSequenceGenerator = new MongoGeneratedIdWithOutSequenceGenerator();
withOutSequenceGenerator.setName("Kuldeep Kumar");
try
{
em.persist(withOutSequenceGenerator);
Assert.fail();
}