Having similar problems here, we're also trying to deploy to WebLogic12c.
The main error is: Mapping metadata cannot be applied to properties/methods
that take arguments.
The JPA implementation for WL12c is EclipseLink and upon checking the
source, this implementation does not allow the persistence method to have
parameters (GN uses a lot of that).