hi am adding values from one viewObject to another viewObject am geting this error JBO-25013: Too many objects match the primary key oracle.jbo.Key
aused by: oracle.jbo.TooManyObjectsException: JBO-25013: Too many objects match the primary key oracle.jbo.Key[julias20 291 ].
at oracle.jbo.server.EntityCache.throwTooManyObjectsException(EntityCache.java:604)
at oracle.jbo.server.EntityCache.handleDuplicateKey(EntityCache.java:613)
at oracle.jbo.server.EntityCache.addForAltKey(EntityCache.java:1020)
at oracle.jbo.server.EntityCache.replaceForAltKey(EntityCache.java:1820)
at oracle.jbo.server.EntityImpl.setAttributeValueInternal(EntityImpl.java:4094)
at oracle.jbo.server.EntityImpl.setAttributeValue(EntityImpl.java:3676)
at oracle.jbo.server.AttributeDefImpl.set(AttributeDefImpl.java:3301)
at oracle.jbo.server.EntityImpl.setAttributeInternal(EntityImpl.java:2012)
at uam.model.entities.UamOrganisationUserImpl.setOrganisationid(UamOrganisationUserImpl.java:164)
at model.entities.UamOrganisationUserImpl$AttributesEnum$2.put(UamOrganisationUserImpl.java:39)
at .model.entities.UamOrganisationUserImpl.setAttrInvokeAccessor(UamOrganisationUserImpl.java:227)
at oracle.jbo.server.EntityImpl.setAttribute(EntityImpl.java:1920)
am in jdeveloper 11.1.1.6.0
Edited by: adf009 on 2013/03/01 1:29 PM