Ticket #17 (closed enhancement: wontfix)
Make getConfigXml() method public in the reactor.config.config
| Reported by: | lists@… | Owned by: | dhughes |
|---|---|---|---|
| Type: | enhancement | Priority: | normal |
| Milestone: | Beta Candidate 2 (BC2) | Component: | Reactor - XML Configuration |
| Version: | Severity: | normal | |
| Keywords: | Cc: |
Description
The rest of the configuration properties are public in this object which is great for using Coldspring to share a centralized configuration. The getConfigXml() is currently private which prevents other applications from referencing the model architecture. We are building a Mach-II application that essentially scaffolds the services, listeners, navigation, and views-- in order for it to work we have to change the access rights to public. It would be nice for Reactor to share all of the config attributes so when it is finished, we can share it and not have to instruct people to modify the access rights on the config file.
I can provide some samples of what we are doing if it is needed for clarity.
Change History
Note: See
TracTickets for help on using
tickets.

