Oracle OA Framework не обновляет объект представления

Я пытаюсь обновить объект представления на странице OA Framework, но он просто сохраняет старый объект представления.

Я могу запустить страницу из JDeveloper, и когда я перехожу к "Об этой странице", я вижу новый объект представления sql. Однако при развертывании страницы старый объект представления sql отображается в "Об этой странице".

Я использовал следующие шаги развертывания:

- copy staffdiscount.zip to $JAVA_TOP/tfg/oracle/apps/per/selfservice/staffdiscount on the application server
- Extract the zip file there using:
unzip staffdiscount.zip and choosing replace all
- Do the following steps
1. Open Putty to connect to the application server with the applmgr user.
4. Navigate to $JAVA_TOP/tfg/oracle/apps/per/selfservice/staffdiscount/server with the command:
cd $JAVA_TOP/tfg/oracle/apps/per/selfservice/staffdiscount/server.
5. Now set the permission with the command chmod 755 *.class.
6. Navigate to $JAVA_TOP/tfg/oracle/apps/per/selfservice/staffdiscount/webui with the
command cd $JAVA_TOP/tfg/oracle/apps/per/selfservice/staffdiscount/webui.
7. Now set the permission with the command chmod 755 *.class.
- cd $JAVA_TOP
- Load the OAF page into MDS (make sure to change the apps password below)
java oracle.jrad.tools.xml.importer.XMLImporter $JAVA_TOP/tfg/oracle/apps/per/selfservice/staffdiscount/webui/StaffDiscountPG.xml -username apps -password apps -dbconnection "(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=dev)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=HCMGRPD1)))" -rootdir $JAVA_TOP
- Bounce the weblogic server.

0 ответов

Другие вопросы по тегам