Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Application Module Custom Method

kuchi.bhargavJun 12 2013 — edited Jun 12 2013

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

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 10 2013
Added on Jun 12 2013
2 comments
269 views