[hibernate-issues] [Hibernate-JIRA] Commented: (HSEARCH-178) Out of transaction work causes collection lazy loading to throw AssertionFailure

Stephane Epardaud (JIRA) noreply at atlassian.com
Fri May 29 03:56:14 EDT 2009


    [ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=33277#action_33277 ] 

Stephane Epardaud commented on HSEARCH-178:
-------------------------------------------

@Emmanuel: the latest production Seam: 2.1.1.GA. The worst is that they proxy the FullTextSession with the 3.0 interface, making all 3.1 methods unreachable (the real 3.1 FullTextSession is private is this wrapper of course).

@Sanne: My code is running inside a transaction, but within this transaction I call flush() manually since those are batch edits. Keep in mind I'm stuck in HS 3.0 with some backports and my own array of patches. While I don't believe this is related to my patches, since the behaviour seems to correspond to what is described in HHH-2763, it could be that you could not reproduce this is 3.1 for other reasons, while 3.0 is still affected.

Is HHH-3225 required for the fix? Or are the fisheye commits enough?

Guys, thanks for your prompt answers, it's really appreciated :)

> Out of transaction work causes collection lazy loading to throw AssertionFailure
> --------------------------------------------------------------------------------
>
>                 Key: HSEARCH-178
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-178
>             Project: Hibernate Search
>          Issue Type: Bug
>          Components: engine
>    Affects Versions: 3.1.0.GA
>         Environment: http://forum.hibernate.org/viewtopic.php?p=2381840
>            Reporter: Emmanuel Bernard
>            Assignee: Sanne Grinovero
>             Fix For: 3.1.1, 3.2.0
>
>         Attachments: TestCase-HSEARCH-178.patch
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list