My JDeveloper Version 11.1.2.3.0
i am facing one challenge in adding custom method to Client Interface section of Application Module.
in my XXXamimpl class i have defined one custom method with one inputparameter as of type object and i am returning boolean flag.
| public boolean test(Object param1){ |
| /** some business logic */ |
| return true; |
| } |
after saving this amimpl file i went to application module XXXAM.XML file and i am trying to publish it client interface section of of java tab
after clicking on edit icon popup is opening and it is not listing the method name on available section
if i am changing the method parameter type to String it is working fine and it is listing method in client interface section.
but it is working fine for the custom methods which i have created in Jdeveloper 11.1.1.4.0 with parameter type as Object (backward compatibility).
is this the correct behavior or bug in 2.3.0 version ?
Regards,
BK