These are TCK checks. The following methods should all throw {{IllegalStateException}} if the {{EntityManagerFactory}} is closed:
* {{EntityManagerFactory# getMetamodel close }} * {{EntityManagerFactory# getCriteriaBuilder createEntityManager }} * {{EntityManagerFactory# getProperties getCriteriaBuilder }} * {{EntityManagerFactory# close getMetamodel }} * {{EntityManagerFactory# createEntityManager getProperties }}
This is in addition to the method calls that already do this.
|