Uploaded image for project: 'CXF Distributed OSGi (Retired)'
  1. CXF Distributed OSGi (Retired)
  2. DOSGI-85

Unable to export services started after Topology manager

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.2
    • 1.3
    • common
    • None

    Description

      The patch below should resolve this issue.

      Index: cxf-topology-manager/src/main/java/org/apache/cxf/dosgi/topologymanager/ServiceListenerImpl.java
      ===================================================================
      — cxf-topology-manager/src/main/java/org/apache/cxf/dosgi/topologymanager/ServiceListenerImpl.java (revision 1029946)
      +++ cxf-topology-manager/src/main/java/org/apache/cxf/dosgi/topologymanager/ServiceListenerImpl.java (working copy)
      @@ -75,7 +75,7 @@
      */
      private boolean analyzeService(ServiceReference sref) {

      • if ("*".equals(sref.getProperty(RemoteConstants.SERVICE_EXPORTED_INTERFACES))) {
        + if (sref.getProperty(RemoteConstants.SERVICE_EXPORTED_INTERFACES)!=null) { return true; }

        return false;

      Attachments

        Activity

          People

            sergey_beryozkin Sergey Beryozkin
            zzhou Zhou
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment