I'm having trouble showing swing frames when the org.apache.felix.shell.tui bundle is active. When using the console as shell I have to repeatably press enter, after starting the swing bundle, before the swing frame is shown.

This happens for example when using the org.apache.felix.shell.gui bundle and the tui shell bundle, the following config settings does not work (the GUI shell is not shown):
felix.auto.start.1= \
file:lib/org.apache.felix.shell-0.8.0-incubator.jar \
file:lib/org.apache.felix.shell.tui-0.8.0-incubator.jar \
file:lib/org.apache.felix.shell.gui-0.9.0-incubator-SNAPSHOT.jar \
file:lib/org.apache.felix.shell.gui.plugin-0.9.0-incubator-SNAPSHOT.jar \
file:lib/org.apache.felix.bundlerepository-0.8.0-incubator.jar

but this works:
felix.auto.start.1= \
file:lib/org.apache.felix.shell-0.8.0-incubator.jar \
file:lib/org.apache.felix.shell.gui-0.9.0-incubator-SNAPSHOT.jar \
file:lib/org.apache.felix.shell.gui.plugin-0.9.0-incubator-SNAPSHOT.jar \
file:lib/org.apache.felix.bundlerepository-0.8.0-incubator.jar

Per

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to