Bug 1036224

Summary: jcr2vfs: leftover from kie-commons to uberfire transition, org.kie.nio -> org.uberfire.nio
Product: [Retired] JBoss BRMS Platform 6 Reporter: Petr Široký <psiroky>
Component: Business CentralAssignee: Neus Miras <nmirasch>
Status: CLOSED CURRENTRELEASE QA Contact: Petr Široký <psiroky>
Severity: medium Docs Contact:
Priority: high    
Version: 6.0.0CC: pzapataf
Target Milestone: ER6   
Target Release: 6.0.0   
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:17:37 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:

Description Petr Široký 2013-11-29 20:21:35 UTC
Description of problem:
Following line contains property name that is no longer correct (org.kie.nio.git.daemon.enabled), it should be renamed to org.uberfire.nio.git.daemon.enabled.

https://github.com/droolsjbpm/drools-wb/blob/6.0.x/drools-wb-jcr2vfs-migration/drools-wb-jcr2vfs-migration-core/src/main/java/org/drools/workbench/jcr2vfsmigration/Jcr2VfsMigrationApp.java#L73

It is a trivial fix, but since the 6.0.x branch should contain only 3 acked BZs, I am creating this BZ. I will sent a PR right away. Please merge it once the BZ has all acks.

Version-Release number of selected component (if applicable):
6.0.0-ER5 (+ community master and 6.0.x)

Comment 1 Petr Široký 2013-11-29 20:28:00 UTC
PR with the fix https://github.com/droolsjbpm/drools-wb/pull/4. Once acked please merge it into 6.0.x and also cherry-pick into master.

Comment 2 Neus Miras 2013-12-02 11:31:47 UTC
Done the PR merge.

Commits:

https://github.com/droolsjbpm/drools-wb/commit/5abefd89ed195a96275b16b87ba53ff601ffbaa5

Comment 3 Petr Široký 2014-01-14 10:37:00 UTC
Verified fixed in 6.0.0-ER7.