I am testing Cloud Free with Forms 12c and did not make any changes to any configuration, operating only with .fmb files
Now I have made the changes in the .pdf included in gmap.zip, but gmap.fmb loads, but does not work and does not even allow you to enter the address fields.
Although the condition of the block has changed to allow the addresses to be entered, the execution of the button does not respond with any Google Maps results.
I have attached the well-documented demo gmap.zip:
Oracle Forms 10g- Using Static Google Maps
with HTTP geocoding service
Hafed Benteftifa- December 2008
www.degenio.com
I followed all the steps, but I don't know what to do with the recommendation below.
------------------------------------------------------------------------------------------------------------------------------
The jar file gmap.jar must be signed. The one included in the zip file was already signed.
However, I suggest recompiling the StaticGMap.java file and resigning with your own
certificates.
------------------------------------------------------------------------------------------------------------------------------
Where I made changes
1) Copy the gmap.jar file in the <ORACLE_HOME>/forms/java directory
u01/oracle/middleware/Oracle_Home/forms/java
2) It includes in all formsweb.cfg that I found, the gmap.jar (See Appendix Where.PNG, but I didn't stop or restart any services)
They were in the following points:
# Forms applet archive setting for other clients (Java Plugin, Appletviewer, etc)
archive=frmall.jar,gmap.jar
[webutil]
WebUtilArchive=frmwebutil.jar,jacob.jar
WebUtilLogging=off
WebUtilLoggingDetail=normal
WebUtilErrorMode=Alert
WebUtilDispatchMonitorInterval=5
WebUtilTrustInternal=true
WebUtilMaxTransferSize=16384
baseHTML=webutilbase.htm
baseHTMLjpi=webutiljpi.htm
archive=frmall.jar,gmap.jar
lookAndFeel=oracle
[webutil_standaloneapp]
# Note: baseSAAfile must end with .txt
WebUtilArchive=frmwebutil.jar,jacob.jar,gmap.jar
WebUtilLogging=off
WebUtilLoggingDetail=normal
WebUtilErrorMode=Alert
WebUtilDispatchMonitorInterval=5
WebUtilTrustInternal=true
WebUtilMaxTransferSize=16384
baseSAAfile=webutilsaa.txt
fsalcheck=true