Description
If two thread try to access to JpaInterceptor could happen that first thread set the value of coordinator but not yet the em. The second one found the coordinator setted and try to access to em.
NullPointerException is raised
If two thread try to access to JpaInterceptor could happen that first thread set the value of coordinator but not yet the em. The second one found the coordinator setted and try to access to em.
NullPointerException is raised