Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 333889 - ObjectBuilders for Aggregate descriptors do not appear to be initialized
Summary: ObjectBuilders for Aggregate descriptors do not appear to be initialized
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Eclipselink (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Nobody - feel free to take it CLA
QA Contact:
URL:
Whiteboard: jpql-parser-conflict
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-10 12:36 EST by Pascal Filion CLA
Modified: 2022-06-09 10:18 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pascal Filion CLA 2011-01-10 12:36:33 EST
Build Identifier: 2.2.0.v20110107-r8783

ObjectBuilders for Aggregate descriptors do not appear to be initialized, so the attributesByName map is not populated.

Reproducible: Always

Steps to Reproduce:
When running the following unit-tests
   JUnitJPQLComplexTestSuite.complexNavigatingEmbedded()
   JUnitJPQLComplexTestSuite.complexNavigatingTwoLevelOfEmbeddeds()
    JUnitJPQLComplexTestSuite.mappedKeyMapContainerPolicyNavigateMapKeyInEntityTest()

SelectNode.applyToQuery() calls
 readQuery.setShouldBuildNullForNullPk(this.hasOneToOneSelected(context));
 which calls hasOneToOneSelected(Node node, GenerationContext context)
 which calls !selectingDirectToField(node, context) 
 which tries to traverse the state field path expression but is unable 
 to find a mapping.
Comment 1 Tom Ware CLA 2011-01-26 14:48:40 EST
Setting target and priority.  See the following page for the meanings of these fields:

http://wiki.eclipse.org/EclipseLink/Development/Bugs/Guidelines
Comment 2 Eclipse Webmaster CLA 2022-06-09 10:18:45 EDT
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink