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

Bug 339251

Summary: Integer combo does not update when default changes
Product: [WebTools] Dali JPA Tools Reporter: Karen Butzke <karenfbutzke>
Component: GeneralAssignee: Neil Hauge <neil.hauge>
Status: NEW --- QA Contact:
Severity: minor    
Priority: P3 CC: neil.hauge
Version: 3.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Karen Butzke CLA 2011-03-08 12:02:52 EST
Create an EclipseLink java Entity with cache size set:

@Entity
@Cacheable
@Cache(size=22)
public class Address { }

In the eclipselink-orm.xml file add the Address entity and view the Caching section.You will see the default size is 22, which is correct. Now select the 'Metadata Complete' check box and notice that the default size does not change to 100. All the other caching settings (if set in the java) change correctly to the default. This is a UI issue, if you select the size combo you will see Default(100) in the combo itself.