We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f88cbd2 commit ffa026dCopy full SHA for ffa026d
runtime/registrar/src/main/java/org/osgi/service/webservice/whiteboard/WebserviceWhiteboardConstants.java
@@ -26,7 +26,7 @@ private WebserviceWhiteboardConstants() {
26
/**
27
* Base namespace for the Webservice Whiteboard specification
28
*/
29
- public static final String WEBSERVICE = "osgi.jakarta.xml.ws";
+ public static final String WEBSERVICE = "osgi.service.webservice";
30
31
* Base prefix used in component property types
32
0 commit comments