Hide Forgot
Description of problem: When I setup a list of global statements for some package in Guvnor 5.x I would expect it to be migrated into "globals.gdrl" (or similar) file in vfs repo, but no such file is created during migration. Version-Release number of selected component (if applicable): 6.0.0-ER1 (and community 6.0.0-SNAPSHOT) How reproducible: Always Steps to Reproduce: 1. Use the attached repo or create the globals by hand in Guvnor 5.x. 2. Run the migration tool with the above repo as input. Actual results: No "globals.gdrl" (or similar) created in vfs repo. Expected results: File with global statements somewhere in vfs repo.
Created attachment 789208 [details] Repository with some globals in package 'org.guvnor.example2'
http://github.com/droolsjbpm/drools-wb/commit/98c47054b
It seems the globals are still not correctly migrated. At least the UI (Business Central) is not able to load them. To be honest I am not even sure how should the globals work in 6.x, so I will need to look at that first. I will move this BZ back to assign once I have clear picture of how the globals should be handled.
Verified fixed in 6.0.0-ER7.