| Summary: | Engine wants to write files to library | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Byron Palmer <byronpdx> |
| Component: | BIRT | Assignee: | Birt-ReportEngine-inbox <Birt-ReportEngine-inbox> |
| Status: | VERIFIED WONTFIX | QA Contact: | Xiaoying Gu <bluesoldier> |
| Severity: | normal | ||
| Priority: | P3 | CC: | bluesoldier, hustlg |
| Version: | 2.6.0 | ||
| Target Milestone: | 3.7.0 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Byron Palmer
User can specify a writable configuration folder for Report Engine, also should copy the config.ini file to the configuration folder.
Sample Code:
EngineConfig config = new EngineConfig( );
....
HashMap osgiProperties = new HashMap();
osgiProperties .put("osgi.configuration.area", configFolder);
config.setOSGiConfig(map);
Platform.startup( config );
Thanks. I didn't realize that one could do this. Moving forward this will be wonderful, and so simple a fix. Every time I upgraded the report engine I would have to go in and change the permissions. Now that is not necessary. Verified. |