Customizing the formatter processor

You can create your own customized formatter processor for your application by implementing the interface com.sybase.connector.repra.rep.RepTransactionFormatter. This is the same property page option as RepraCustomClient and RepraCustomTransactionFormatter, but you can use these new interfaces to create a customized formatter processor that also loads a custom property page.

  1. Use the Configure Connection wizard in RepConnector Manager to configure the connection.

  2. On the Configure Replication window, set the inbound type to REPLICATION.

  3. On the General Properties window, select Customized Plug-in Class.

  4. Modify the system environment to add the customized formatter processor.

    You must define the full path of the jar file or the directory containing the customized formatter processor:

    • For EAServer – Java classes properties for EAServer.

    • For WebLogic – CLASSPATH in repra_env.sh.

  5. Shut down and restart the application server.