Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
Java-SCA-2.0-Beta1
-
None
Description
This doesn't seem to affect the execution, but I'm seeing the following error when running the embedded-osgi and embedded-osgi-base launcher samples:
[java] SEVERE: Bundle: org.apache.tuscany.sca.implementation.web.runtime - The bundle could not be resolved. Reason: Missing Constraint: Import-Package: javax.servlet.jsp; version="0.0.0"
[java] org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Import-Package: javax.servlet.jsp; version="0.0.0"
[java] at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1313)
[java] at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1297)
[java] at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:309)
[java] at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:280)
[java] at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:272)
[java] at org.apache.tuscany.sca.extensibility.equinox.EquinoxServiceDiscoverer.getServiceDeclarations(EquinoxServiceDiscoverer.java:293)