Error Message :
org.codehaus.groovy.runtime.InvokerInvocationException: groovy.lang.MissingMethodException: No signature of method: com.uc4.businessobjects.gui.BOLOVPanel.setVerifier() is applicable for argument types: (com.uc4.ra.gui.RADateVerifier, java.lang.String, ja
The issue was found and fixed with RA.BusinessObjects 3.0.2 in Documentation Guides, RA Business Objects Solution. The Package is available for download at the Automic-Support-Zone (https://support.automic.com).
Hotfix-Description: Prompt values cannot be entered within a Business Objects job.
Error description:
Prompt values cannot be entered within a Business Objects job. An exception is returned while trying to specify the values. This has been resolved.
Error message:
org.codehaus.groovy.runtime.InvokerInvocationException: groovy.lang.MissingMethodException: No signature of method: com.uc4.businessobjects.gui.BOLOVPanel.setVerifier() is applicable for argument types: (com.uc4.ra.gui.RADateVerifier, java.lang.String, java.lang.Boolean) values: [
[email protected], MM/dd/yyyy, MM/dd/yyyy HH:mm:ss or MM/dd/yyyy hh:mm:ss AM/PM, false]
Possible solutions: setVerifier(com.uc4.be.gui.util.RAInputVerifier, java.lang.String, boolean)
Caused by: groovy.lang.MissingMethodException: No signature of method: com.uc4.businessobjects.gui.BOLOVPanel.setVerifier() is applicable for argument types: (com.uc4.ra.gui.RADateVerifier, java.lang.String, java.lang.Boolean) values: [
[email protected], MM/dd/yyyy, MM/dd/yyyy HH:mm:ss or MM/dd/yyyy hh:mm:ss AM/PM, false]
Possible solutions: setVerifier(com.uc4.be.gui.util.RAInputVerifier, java.lang.String, boolean)
Notes:
None
Workaround:
None