Bug 1053698
| Summary: | Project Data Model Oracle doesn't see some variable names | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Pere Fernàndez <pere.fernandez> | ||||||||
| Component: | Data Modeler | Assignee: | Walter Medvedeo <wmedvede> | ||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Tomas David <tdavid> | ||||||||
| Severity: | medium | Docs Contact: | |||||||||
| Priority: | high | ||||||||||
| Version: | 6.0.0 | CC: | pzapataf, tdavid | ||||||||
| Target Milestone: | ER1 | ||||||||||
| Target Release: | 6.0.1 | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2014-08-06 20:03:40 UTC | Type: | Bug | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Attachments: |
|
||||||||||
Created attachment 850587 [details]
Afte reopen the Data Modeler
Created attachment 850588 [details]
The generated Java File
The following four commits in master and 6.0.x branches resolves the issue. master: 1) http://github.com/droolsjbpm/kie-wb-common/commit/fb4f8025d 2) http://github.com/droolsjbpm/kie-wb-common/commit/b1379cb56 6.0.x 1) http://github.com/droolsjbpm/kie-wb-common/commit/1f58ca155 2) http://github.com/droolsjbpm/kie-wb-common/commit/4ac682b26 Verified on BRMS 6.0.1.ER2. |
Created attachment 850585 [details] Creating the Entity Description of problem: It seems that the Project Data Model Oracle is unable to see variables with names that with the format <single letter> + <Word> (p. ej: aText, aNumber...) Steps to Reproduce: 1. Create a new Project and open the Data Modeler 2. Create a new Data Entity called 'MyEntity' and add a String property called 'aText' and Save it. 3. Close the Data Moler and re-open it 4. Look the at MyEntity and it won't contain the aText property anymore. 5. Open the generated Java File to see that the file contains the property Actual results: The created property is lost without any error shown on screen or trace in server. Expected results: Is expected to keep the property.