Bug 1055693

Summary: Data modeler doesn't register a renamed pojo/object
Product: [Retired] JBoss BPMS Platform 6 Reporter: Zuzana Krejčová <zkrejcov>
Component: Data ModelerAssignee: Walter Medvedeo <wmedvede>
Status: CLOSED CURRENTRELEASE QA Contact: Zuzana Krejčová <zkrejcov>
Severity: high Docs Contact:
Priority: high    
Version: unspecifiedCC: etirelli, lpetrovi, rrajasek
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:44 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:

Description Zuzana Krejčová 2014-01-20 18:41:07 UTC
Description of problem:
While other changes done through external means (as in not through DM but pushed from outside through Git) are visible in the DM, renaming a pojo is not reflected.

By renaming, I mean renaming the file and substituting the new name in all relevant places in the file (class name, constructors).


Version-Release number of selected component (if applicable):
BPMS 6.0 CR1


Steps to Reproduce:
1. Create a new Data Object in the Data modeler.
2. Clone the git repository, rename the file, replace all occurrences of old class name in the file, commit and push.
3. In the Data modeler, change something on the old Data object/class and save.


Additional info:
And this time I'm even using ssh when cloning the repository (bug 1001561 comment 27).