"WUC-11: WebUtil must be signed in order to Work" error when invoke a form from JavaScript through t
Our Oracle Forms 11g application uses a JavaScript menu to invoke forms through the mechanism defined:
1. In JavaScript: use the raiseEvent applet method. The JavaScipt function is:
function exec(event, payload){
document.forms_applet.raiseEvent(event, payload);
}
2. In Oracle Forms: WHEN-CUSTOM-JAVASCRIPT-EVENT Trigger.
When trying to open forms that use the WEBUTIL library generates the following error in the Java console:
WUC-11 [Registering] WebUtil ...
WUC-11 [Registering] WebUtil ...
WUC-11 [Registering] WebUtil ...
WUC-11 [Registering] WebUtil ...
WUC-11 [Registering] WebUtil ...
WUC-11 [Registering] WebUtil ...
WUC-11 [Registering] WebUtil ...
WUC-11 [Registering] WebUtil ...
WebUtil is installed fine and the form can be called directly from a URL (form= option) or from another form with OPEN_FORM procedure.