tracker issue : CF-3039518

select a category, or use search below
(searches all categories and all time range)
Title:

Bug 79228:When using ORMGetSession()

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Mark Mandel / Mark Mandel (mark.mandel)

Created: 08/02/2009

Components: ORM Support

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 0000 / 245235

Priority/Frequency: Normal / Unknown

Locale/System: English / Platforms All

Vote Count: 0

Problem:

When using ORMGetSession().lock() to reassociate a detached object with the session, if you try and pass an object directly into lock(), like so:ormGetSession().lock(session.musician, LockMode.READ); You get the error:'could not determine type of dynamic entity'.Since the entity name is dynamically worked out for merge(), save(), update() in the SessionWrapper in a previous bug fix, it would make sense to make sure this one works as well.
Method:


Result:

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3039518

External Customer Info:
External Company:  
External Customer Name: Mark Mandel
External Customer Email: 3EA9517D445A9E8999201549
External Test Config: 08/02/2009

Attachments:

Comments: