Implementation Guide for Oracle Self-Service E-Billing > Using the Reporting Engine > Customizing the Reporting Engine >

Packaging


You can package your Struts action classes as usual at the WAR level. For struts beans, if you are not using batch reporting, then you can package them at the WAR level, but if you do use batch reporting, then the beans must be accessible by non-Web components such as the Common Center batch report job. In that case, you must package your report forms at the EAR level. For example, make them part of the reporting-ext.1.2.1.jar file.

You must register your report XML files in the reportList.properties file, and put the report XML files in the EDX_HOME/config/rpt directory. In the directory, EDX_HOME is the directory where you installed Oracle Self-Service E-Billing.

However, it is possible to put the report XML files under the other subdirectories of EDX_HOME.

Implementation Guide for Oracle Self-Service E-Billing Copyright © 2014, Oracle and/or its affiliates. All rights reserved. Legal Notices.