Community
Participate
Working Groups
Build Identifier: I20110525-0800 1. In JPA Details, go to entity -> Primary Key Generation 2. Select Table/Sequence generator checkbox You'll see the default values of Allocation size and Initial value are still <None> while the values of the rest of attributes are set to default, but you can set the default value by selecting it from the drop down list. Reproducible: Always
I can only reproduce this when not connected to a database. If I have a connection defined and am connected, this seems to work OK for me.
That's interesting. I can reproduce it no matter whether the database is connected or not. Similar problem exists in 1) the default value of Length attribute of Column of Java Version mapping. Default(0) shows instead of the right default value Default(255). 2) the default value of Length attribute of Discriminator column under Java entity -> Inheritance. Default(0) shows instead of the right default value Default(31). Orm shows the right default values with both cases.
Moving JPA specific bugs to new JPA component in bugzilla.