You can include Java columns in a replication definition. Replication Server replicates Java columns as either rawobject or rawobject in row datatypes. To create a replication definition for a table that contains Java datatypes:
Include each rawobject or rawobject in row column that you want to replicate in the column list, and
Include each rawobject column in the optional clauses replicate_if_changed or always_replicate.
In each clause, enclose the names of the rawobject columns in parentheses. For multiple columns, separate each column from the next with a comma.
rawobject in row columns do not have replication status.
Ensure that each rawobject column has a corresponding status in Adaptive Server.
See “Replicating text, unitext, image, and rawobject columns” for more information about replicating Java columns.