Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 338591

Summary: [EEF] Issue with Map$Entry
Product: [Modeling] EEF Reporter: Alain Picard <picard>
Component: CoreAssignee: Project Inbox <eef-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: sbouchet, stephane.begaudeau
Version: 1.5.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows Vista   
See Also: https://bugs.eclipse.org/bugs/show_bug.cgi?id=366814
Whiteboard:
Attachments:
Description Flags
model1.ecore none

Description Alain Picard CLA 2011-03-01 16:38:40 EST
Build Identifier: I20110127-2034

I am using the attached model1.ecore that comes from the CDO test suite to test EEF.
Here are my errors:
in initPart of ProductToOrderPropertiesEditionComponent I have:
keySettings = new EObjectFlatComboSettings(productToOrder, Model1Package.eINSTANCE.getProductToOrder_Key());

where productToOrder resolves to Model1ViewsRepository.ProductToOrder since there is no generated ProductToOrder in org.eclipse.emf.cdo.tests.model1 (the base package for all model interfaces).


Reproducible: Always
Comment 1 Alain Picard CLA 2011-03-01 16:42:22 EST
Created attachment 190096 [details]
model1.ecore