/[Apache-SVN]/cocoon/whiteboard/osgi/README
ViewVC logotype

Diff of /cocoon/whiteboard/osgi/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- cocoon/whiteboard/osgi/README	2005/07/06 16:40:29	209476
+++ cocoon/whiteboard/osgi/README	2005/07/06 16:40:32	209477
@@ -82,3 +82,25 @@ cocoon_servlet - looks for the webapp bu
 cocoon_testcase - creates the BlocksManager testcase and register it
   in the junit service.
 
+Using the Eclipse OSGi framework
+================================
+
+The Eclipse OSGi is started with:
+
+$ java -Djava.endorsed.dirs=../trunk/lib/endorsed/ -jar org.eclipse.osgi_3.1.0.jar -clean -configuration file:configuration -console
+
+it loads everything as it is supposed to but fails with starting the
+cocoon_servlet bundle. And this far I haven't found any way to get any
+log messages :/
+
+Part of the problem is that the Knopflerfish log and http service
+bundles that I use are designed to be interacted with through
+Knopflerfish's console service. But I have not succeeded in using
+Knopflerfish's console service together with Eclipse. If I use it
+whithout "-console", the framework loads everything and exits, and
+with "-console", the Eclipse OSGi console and the Knopflerfish console
+are running at the same time which is highly confusing.
+
+Runtime options for Eclipse OSGi ca be found in
+http://help.eclipse.org/help30/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html.
+

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26