From c8683b5ab40d0f0c7106a89cb995a74e3c5a9200 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Thu, 24 Dec 2009 15:05:01 +0000 Subject: [PATCH] Added directives on how to re-enable OSGi console on dmServer past 2.0.M5 --- spring-integration-samples/README.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spring-integration-samples/README.txt b/spring-integration-samples/README.txt index 279b723a87..77a183c993 100644 --- a/spring-integration-samples/README.txt +++ b/spring-integration-samples/README.txt @@ -82,4 +82,8 @@ Tools' context menu, and deploying to a dm server instance as the project's targeted runtime. A comprehensive overview of those OSGi samples is included in the "Samples" Appendix of the Spring Integration Reference Manual. +NOTE: Srtarting dmServer v2.0.M5 OSGi console is not available by default in favor of dmShell +However you can re-enable OSGi console by going to {dm_home}/lib and add osgi.console= to +com.springsource.kernel.launch.properties file + Happy integration :-)