You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Ravi P Palacherla (JIRA)" <ji...@apache.org> on 2009/07/01 00:14:47 UTC

[jira] Commented: (OPENJPA-453) Evicting embedded object nullifies statemanager

    [ https://issues.apache.org/jira/browse/OPENJPA-453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12725832#action_12725832 ] 

Ravi P Palacherla commented on OPENJPA-453:
-------------------------------------------

Also the issue can be reproduced with a simple testcase.

Let's say you have an entity Book and it has a String title.

In your test code persist the entity book.
Let a reader thread do book.getTitle() in a while loop
and 
a writer thread that will do a transactional book.setTitle() in a while loop.

Same Book obj is used throughout the sample.

In the above setup the test code will hang because of the issue explained in my previous comment.
Will try to create a JIRA test case for the above explanation and will attach it to this issue.

Regards,
Ravi.

> Evicting embedded object nullifies statemanager
> -----------------------------------------------
>
>                 Key: OPENJPA-453
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-453
>             Project: OpenJPA
>          Issue Type: Bug
>         Environment: Kodo 4.1.4, Ms sql server 2005, jTDS 1.2, jdk 1.6
>            Reporter: Christiaan
>            Assignee: Ravi P Palacherla
>         Attachments: OpenJPABug453Embedded.zip, openJPATestCase.zip, TestCaseEvictEmbedded.zip
>
>
> I am noticing the following behaviour: If evict() is called on an embedded
> object the statemanager is nullified which is in contrast to non-embedded
> objects. Subsequently, calling JDOHelper.getPersistenceManager() on the
> evicted embedded object returns null. Is this the correct behaviour?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.