system-jazn-data.xml file not updated during ADF application deployment on WebLogic Server 12.2.1.4
I am attempting to deploy an ADF application a managed server on WebLogic Server 12.2.1.4. When I do so, the application policies in the jazn-data.xml file are not migrated to the domain's system-jazn-data.xml file (like it was on WLS 10.3.6). I noticed that if I deploy to the AdminServer, the jazn-data information is migrated to system-jazn-data.xml file.
Things I have done:
1. The application itself has been updated to run in JDeveloper 12c (12.2.1.3.0)
2. I have confirmed that the application's weblogic-application.xml file contains the parameter to migrate the policies:
<application-param>
<param-name>jps.policystore.migration</param-name>
<param-value>OVERWRITE</param-value>
</application-param>
3. Support