You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by Jakob Braeuchi <jb...@hotmail.com> on 2003/06/17 21:37:12 UTC

[OJB] Issue #OJB181 - update of reference to proxy fails

You can view the issue detail at the following URL:
<http://scarab.werken.com/scarab/issues/id/OJB181>

Type :        Defect
Issue Id :    OJB181
Reported by: Jakob Braeuchi
             brj - (jbraeuchi@hotmail.com)

Details:

Platform: All
Operating system: windows 2000
Summary: update of reference to proxy fails
Description: ojb does not update references pointing to proxies.

PersistenceBrokerImpl#assertFkAssignment ignores proxy:

       if ((!(obj instanceof VirtualProxy))
                && (!(obj instanceof Proxy))
                && (ref != null)
                && (!(ref instanceof VirtualProxy))
                && (!(ref instanceof Proxy)))
        {
 ....


Status: Verified
Priority: High
Severity: Major