Pages

Recently Viewed

Sunday, October 26, 2014

: XML-20112: (Fatal Error) Error opening external DTD 'jbo_03_01.dtd'

Error while importing custom VO.
 
Above error occurs while trying importing xml files. Developer will face this while extending VO.
 
OA extension, requires following files at respective folder structure under JAVA_TOP
1        CustomVO   (xxABCVO.xml)
2          Custom VOImpl file (xxABCVOImpl.class)
3          server.xml
4        OAProject.jpx
 
To extend VO, only jpx file needs to be uploaded using jpximporter command
 
Trying to import other 2 xml files (server and custom VO), will throw above error as these were not right file for xml importer.
 
Please ignore the error if jpx importer is successful. Your VO will be extended.



  
 

3 comments:

  1. When I try an import the jpx file using

    java oracle.jrad.tools.xml.importer.JPXImporter ./StaffDiscount.jpx -username apps -password pass -dbconnection "(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=devhcmora01.blah.co.za)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=hcmgrpd1)(INSTANCE_NAME=hcmgrpd1)))"

    it just says

    No documents imported

    ReplyDelete
  2. Hi,

    JPX file not available what should we do?.

    ReplyDelete
  3. You can find the JPX file in your jdevhome\jdev\myprojects folder where you created the project.

    ReplyDelete