2008/9/17 Roger Searjeant <[EMAIL PROTECTED]> > I think there is a small mistake in the bare-bones custom Felix launcher > described on this page: > > http://cwiki.apache.org/confluence/display/FELIX/Launching+and+Embedding+Apache+Felix >
I think you're right - looks like a simple copy/paste error from an earlier example... I'll fix it, thanks for reporting this > The variable configMap is re-declared in the try block, when there should > be > a second Map (configProps) created from the first. The changed lines: > > Map configProps = new StringMap(configMap, false); > m_felix = new Felix(configProps, list); > > Now the code will compile and run. > > -- Roger Searjeant. > -- Cheers, Stuart

