Community
Participate
Working Groups
+++ This bug was initially created as a clone of Bug #347992 +++ Build Identifier: WTP 3.2.4 The org.eclipse.jst.ws.jaxrs.core bundle is labeled as a 'core' bundle (i.e. useable when there is no UI) however the MANIFEST.MF contains the following Required-Bundle entries: org.eclipse.wst.common.frameworks.ui;bundle-version="[1.2.0,2.0.0)", org.eclipse.ui;bundle-version="[3.6.0,4.0.0)", The UI code usage in this bundle should be moved to the corresponding org.eclipse.jst.ws.jaxrs.ui bundle and the core one should be kept clean of any UI code usage. This problem makes it difficult to include the jaxrs functionality in any Eclipse-based tooling that does not utilize a UI. Reproducible: Always
Atosa, we need to check in this change to 3.4 and/or 4.0.
Fix released to 3.3.1 and HEAD.