| Summary: | Allocation size and initial value of generators are not set to default | ||
|---|---|---|---|
| Product: | [WebTools] Dali JPA Tools | Reporter: | Nan Li <nan.n.li> |
| Component: | JPA | Assignee: | Neil Hauge <neil.hauge> |
| Status: | NEW --- | QA Contact: | |
| Severity: | minor | ||
| Priority: | P3 | CC: | neil.hauge |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Nan Li
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. |