Hi all, We would like to have our persistent objects implement OJB's org.apache.ojb.odmg.TransactionAware interface but stumbled over the fact that this interface extends Serializable and even defines a serialVersionUID.
Why is TransactionAware coupled to Serializable? Many of our persistent objects are not serializable, because they contain cycles in their object graphs. Will any component in OJB try to serialize these objects? On the other hand, we do want to serlialize some of our objects via RMI/IIOP. Will the serialVersionUID defined in TransactionAware cause us problems here? Thanks for your help! Gerhard --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
