[RRR-31] XML files need to stop being loaded throgh classpath | |
| Status: | Closed |
| Project: | ReportRunner |
| Component/s: | Engine |
| Affects Version/s: | |
| Fix Version/s: | 0.3 |
| Type: | Improvement | Priority: | Major |
| Reporter: | Henri Yandell | Assignee: | Henri Yandell |
| Resolution: | Fixed | ||
| Environment: | |||
| Description |
| Currently reports.xml and renderers.xml are loaded through the classpath and not able to be edited live. This should switch to a configuraton in the servlet parameter(?) and be grabbed locally through a URL. |
| Comment by bayard [ Fri, 12 Nov 2004 06:42:55 -0800 (PST) ] |
| Now that report groups have been added, the reports themselves are reloaded form the file system each time. Only the renderers and report groups are loaded through the class loading system. |