Skip to content

NH-2714 - Properties mapped inside a <properties> group are not set when retrieving object #1006

Closed
@nhibernate-bot

Description

@nhibernate-bot

Dave Warry created an issue — 19th May 2011, 1:07:17:

See the attached failing test.

Class A has two properties (Name, ExtraId) mapped within a group. Retrieving an instance of A returns an instance without these properties being set.

Some preliminary debugging shows that two instances of A are being created by the call to Session.Get(). The first is being correctly inititalised; the second (which is the instance actually returned) isn't.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions