[hibernate-issues] [Hibernate-JIRA] Closed: (HHH-904) NullPointerException thrown from PersistentBag

Steve Ebersole (JIRA) noreply at atlassian.com
Mon Mar 21 13:01:09 EDT 2011


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Ebersole closed HHH-904.
------------------------------


Closing stale resolved issues

> NullPointerException thrown from PersistentBag
> ----------------------------------------------
>
>                 Key: HHH-904
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-904
>             Project: Hibernate Core
>          Issue Type: Bug
>    Affects Versions: 3.0.5
>         Environment: Hibernate 3.0.5
> Sybase
> Weblogic 8.1sp3
> java 1.4.2_06
>            Reporter: Sebastien Blind
>            Priority: Blocker
>
> Hi,
> I have encountered a NullPointerException in PersistentBag when running hibernate in my weblogic environment. 
> The origin of the problem appears to be a missing member initailization of the bag member in the PersistentBag(SessionImplementor session) constructor. I don't know why this constructor is called rather than the other one that initializes the bag, and I haven't been able to reproduce the issue while running hibernate locally.
> Initializing the member seems to resolve my issue, although I can't tell if this has cascading effects on other parts.
> Thank you,
> Sebastien
> PS: Link to original user forum post:
> http://forum.hibernate.org/viewtopic.php?t=946731

-- 
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