| Summary: | Standardise Entity ID generation in FSW | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Fuse Service Works 6 | Reporter: | kconner |
| Component: | Configuration | Assignee: | Julian Coleman <jcoleman> |
| Status: | NEW --- | QA Contact: | Matej Melko <mmelko> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 6.0.0 GA | CC: | aileenc, atangrin, ganandan, kejohnso, soa-p-jira |
| Target Milestone: | --- | ||
| Target Release: | 6.1.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
Low priority, won't make 6.2. |
We should standardise sequence generation across all projects within FSW/BRMS so that we can more easily support the creation of DB scripts. An alternative, which would ease the creation of the DB scripts, is to use table generation instead. e.g. @TableGenerator(name = "claims", table = "Sequences", pkColumnName = "id", valueColumnName = "nextValue", pkColumnValue = "claims", allocationSize = 1000) @GeneratedValue(strategy = GenerationType.TABLE, generator = "claims")