Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JBO-25013: Too many objects match the primary key oracle.jbo.Key

Tony007Feb 28 2013 — edited Mar 1 2013
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 28 2013
Added on Feb 28 2013
2 comments
3,978 views