Hi Forrest
The message is printed out by the blueprint jmx bundle for debug purpose
only, it might be improved to write into log file, not the console. However,
it won't stop the sample demo. On the console, just hit enter key, you will
get framework console prompt. In the prompt, user can start those bundle
manually, then the sample info will be printed out on the console.
By default, I set it not starting the sample when boot. To change this
behavior, user can modify config.properties like this:
felix.auto.start.10=\
"file:bundles/org.apache.aries.samples.blueprint.idverifier.server-1.0.0-incubating-SNAPSHOT.jar"
\
"file:bundles/org.apache.aries.samples.blueprint.idverifier.client-1.0.0-incubating-SNAPSHOT.jar"
\
"file:bundles/org.apache.aries.samples.blueprint.idverifier.api-1.0.0-incubating-SNAPSHOT.jar"
Ah :-/ Sorry, I should have tried that. It's all committed now and I
have modified the samples pom so that it will be built along with the
other samples.
Thanks, Zoe