On Saturday 10 March 2007 20:32, Tim Moloney (JIRA) wrote: > Modify main to copy framework properties from the system properties.
IMHO, this is perhaps not such a good idea. System properties are JVM global, and I think you should try to avoid overusing them. Think And if you really insist, you can always add "system bundles" to Felix which does this, or for that matter have your own Tim.main() that does that and shoots up Felix. Cheers Niclas