Hi,
i am using WebUtil with Oracle Developer 10g(9.0.4)
i have got the problem
oracle.forms.webutil.file.FileFunctions bean not found
WEBUTIL_FILE.FILE_SELECTION_DIALOG_INT will not work.
all configuration is very good ( formsweb.cfg, wenutill.pll...)
but i have got this problem
I am create a new form in C:\webutil_106 and webutil.olb and
webutil.pll in the same direction C:\webutil_106.
in FORMS_PATH IN REGISTARY
---------------------------------------------------------
in default.env
( FORMS90_PATH=C:\Dev10g_old\forms90;C:\Dev10g_old\forms90\webutil; C:\webutil_106
WEBUTIL_CONFIG=C:\Dev10g_old\forms90\server\webutil.cfg
CLASSPATH= C:\Dev10g_old\forms90\java\jacob.jar;
C:\Dev10g_old\forms90\java\frmwebutil.jar;
C:\Dev10g_old\forms90\java\f90all.jar;
C:\Dev10g_old\jdk\jre\lib\rt.jar
)
---------------------------------------------------------------
in formsweb.cfg
( archive_jini=f90all_jinit.jar;frmwebutil.jar;jacob.jar
archive=f90all.jar
and end of files
[webutil]
WebUtilLogging=off
WebUtilLoggingDetail=normal
WebUtilErrorMode=Alert
WebUtilDispatchMonitorInterval=5
WebUtilTrustInternal=true
WebUtilMaxTransferSize=16384
baseHTMLjinitiator=webutiljini.htm
baseHTMLjpi=webutiljpi.htm
baseHTML=webutilbase.htm
archive_jini=f90all_jinit.jar
WebUtilArchive=frmwebutil.jar,jacob.jar,f90all.jar
archive=frmwebutil.jar,f90all.jar
lookAndFeel=oracle
)
-------------------------------------------------------
in webutil.cfg
transfer.database.enabled=TRUE
transfer.appsrv.enabled=TRUE
-----------------------------------------------------
and I am using The URL:
http://<LOCALHOST>:8889/forms90/f90servlet?CONFIG=WEBUTIL
---------------------------------------------------------
I am creating the webutil user and grant dba and execute
the create_webutil_db.sql successfully
and all files in other location in attach files( change Extension file TO zip )