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

Bug 330212

Summary: List of int arrays are not supported
Product: [Modeling] EMF Reporter: Martin Taal <mtaal>
Component: TeneoAssignee: Martin Taal <mtaal>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Martin Taal CLA 2010-11-15 03:10:18 EST
Teneo incorrectly maps lists of int arrays. Teneo generates this mapping:

<array name="elements" table="`genlistofintarray_elements`" cascade="all,delete-orphan">
			<key update="true">
				<column name="`genlistofintarray_elements_e_id`" not-null="true" unique="false"/>
			</key>
			<list-index column="`genlistofintarray_elements_idx`"/>
			<element type="int"/>
</array>

See that the element is of type int, the array concept is lost.