How to View an Application Library Using the Oracle CEP Visualizer

24-38 Oracle Complex Event Processing Developers Guide 4. Translate your log messages and generate the required localized resource bundles. 5. Ensure that the i18n_user.properties file is in the Oracle CEP server classpath. 6. Import the following packages in your Oracle CEP application: ■ weblogic.i18n.logging ■ weblogic.logging 7. Assemble and deploy your application, including your log message resource bundles.

24.5 Deploying Oracle CEP Applications

After you assemble your Oracle CEP application, you deploy it to an Oracle CEP server domain. This section describes: ■ Section 24.5.1, How to Deploy an Oracle CEP Application Using Oracle CEP IDE for Eclipse ■ Section 24.5.2, How to Deploy an Oracle CEP Application Using Oracle CEP Visualizer ■ Section 24.5.3, How to Deploy an Oracle CEP Application Using the Deployer Utility For more information, see: ■ Deploying an Application to an Oracle CEP Standalone-Server Domain in the Oracle Complex Event Processing Administrators Guide ■ Deploying an Oracle CEP Application to a Multi-Server Domain in the Oracle Complex Event Processing Administrators Guide -keepgenerated Keep generated Java source located in the same directory as the class files. -ignore Ignore errors. -i18n Generates internationalizers for example, Loggers and TextFormatters. -l10n Generates localizers for example, LogLocalizers and TextLocalizers. -compile Compiles generated Java files using the current CLASSPATH. The resulting classes are placed in the directory identified by the -d option. The resulting classes are placed in the same directory as the source. Errors detected during compilation generally result in no class files or properties file being created. i18ngen exits with a bad exit status. -nobuild Parse and validate only. -debug Debugging mode. -dates Causes weblogic.i18ngen to update message timestamps in the catalog. If the catalog is writable and timestamps have been updated, the catalog is rewritten. Note: Utilities can be run from any directory, but if files are listed on the command line, then their path is relative to the current directory. Table 24–6 Cont. weblogic.i18ngen Utility Options Option Description