Bug 338591 - [EEF] Issue with Map$Entry
Summary: [EEF] Issue with Map$Entry
Status: NEW
Alias: None
Product: EEF
Classification: Modeling
Component: Core (show other bugs)
Version: 1.5.0   Edit
Hardware: PC Windows Vista
: P3 normal
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-01 16:38 EST by Alain Picard CLA
Modified: 2016-06-14 05:37 EDT (History)
2 users (show)

See Also:


Attachments
model1.ecore (6.56 KB, application/xml)
2011-03-01 16:42 EST, Alain Picard CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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