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