Community
Participate
Working Groups
The EMF service seems to be registered fine but is not visible to service listener tests. See TestMappingFileElement and TestOrmMappingFile tests.
Need to import the javax.persistence package from the punit (even though it does not strictly require it since everything is in a mapping file) in order to allow the EMF to be registered in the service registry using the punit context. Tests changed to add import.