Below are the bugs which we found while working with JDeveloper 12.2.1.3.0 and their corresponding work arounds
Bug 1:
Property inspector not saving the property..
For Ex: Rendered Property, visible Property etc which has a dropdown..
Workaround : Use the JDK jdk-8u101 in jdev.conf file
Bug 2:
While setting the parameters for accessors in the VO, the code generated automatically by jdev using the bcs file doesn't work properly during the runtime.
Workaround : Uncheck the Save Expression to File
Bug 3:
Method not Supported while using custom AM method as operations binding in the page.
For Ex : Method Operation:bindings.applyMultSelectLov.dataControl.dataProvider.CholaECampusMasterAM1.applyMultSelectLov() not supported
Workaround: Change InstanceName="bindings.addSelectedCourses.dataControl.dataProvider.CholaECampusMasterAM1" to InstanceName="data.CholaECampusMasterAMDataControl.dataProvider"