Hello *, i am trying to get a minimum OSGI environment based on eclipse equinox to work. I am statrting the osgi environment using this command:
call java -jar org.eclipse.osgi.core.jar -console -clean The osgi frameworks starts an almost all bundles get activated. But i am not able to get the muse bundle to work. osgi> ss Framework is launched. id State Bundle 0 ACTIVE org.eclipse.osgi_3.3.1.R33x_v20070828 1 ACTIVE javax.specs.jar 2 ACTIVE org.apache.felix.scr_1.0.0 3 ACTIVE org.eclipse.equinox.log_1.0.100.v20070226 5 ACTIVE org.eclipse.osgi.services_3.1.200.v20070605 6 ACTIVE org.eclipse.equinox.http.jetty_1.0.1.R33x_v20070816 7 ACTIVE org.eclipse.equinox.http.servlet_1.0.1.R33x_v20070816 8 ACTIVE org.mortbay.jetty_5.1.11.v200706111724 9 ACTIVE org.eclipse.equinox.common_3.3.0.v20070426 10 ACTIVE org.apache.commons.logging_1.0.4.v200706111724 11 ACTIVE org.apache.xerces_2.8.0.v200705301630 12 ACTIVE org.apache.xml.resolver_1.1.0.v200705310020 13 INSTALLED org.apache.muse.complete_2.2.0 osgi> When i try to start the muse bundle i get a missing constraint: org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Import-Package: org.apache.xpath; Anyone got a ready to run runtime based on osgi for muse or any kind of axis2? Or does anynone know which bundles are required to get it to work? regards, dieter -- View this message in context: http://www.nabble.com/Ready-to-run-environment-tp16120690p16120690.html Sent from the Muse User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
