Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 339251 - Integer combo does not update when default changes
Summary: Integer combo does not update when default changes
Status: NEW
Alias: None
Product: Dali JPA Tools
Classification: WebTools
Component: General (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Neil Hauge CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-08 12:02 EST by Karen Butzke CLA
Modified: 2011-04-07 17:36 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 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.