Uploaded image for project: 'JBoss Web Services'
  1. JBoss Web Services
  2. JBWS-3659

XTS services start endpoint with error JBWS022103: Cannot start endpoint in state STARTED

    XMLWordPrintable

Details

    Description

      It looks like an issue in EndpointPublisherImpl.java

      public List<Endpoint> publish(ServiceTarget target, WSEndpointDeploymentUnit unit) throws Exception {
      ...
      // [JBWS-3441] hack - fallback JAXWS invocation handler for dynamically generated deployments
                  for (Endpoint ep : dep.getService().getEndpoints()) {
                      synchronized(ep) {
                           ep.setState(EndpointState.STOPPED);
                           ep.setInvocationHandler(new InvocationHandlerJAXWS());
                           ep.setState(EndpointState.STARTED);
                     }
                 }
      ...
      }
      

      Attachments

        Issue Links

          Activity

            People

              rhn-engineering-ema Jim Ma
              zfeng@redhat.com Zheng Feng
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: