DataNucleus - Products
  History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CORE-3037
Type: Task Task
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Andy Jefferson
Reporter: Andy Jefferson
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JPOX Core (ARCHIVED)

detachCopy of non-Detachable instances should detach a transient instance (JDO2 spec 12.6.8)

Created: 18/Oct/06 08:13 AM   Updated: 19/Nov/06 03:13 PM
Component/s: JDO
Affects Version/s: 1.1.3
Fix Version/s: 1.1.4, 1.2.0-beta-1


 Description  « Hide
When calling pm.detach(obj) and obj is of a non-Detachable class JPOX currently throws a JDOUserException but should return a transient instance (according to the JDO2 spec 12.6.8)
<spec>
Instances to be detached that are not of a Detachable class are detached as transient instances.
</spec>

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Andy Jefferson - 18/Oct/06 09:37 AM
Fixed in CVS 1.1 branch and CVS HEAD