2 Replies Latest reply on Dec 14, 2007 4:08 PM by perrucci

    ServiceLifecycle in JossWS 2.0.1

    perrucci

      I'm trying to port some jsr181 web services from jboss 4.0.4.GA-Patch1 to jboss 4.2.2 but I have problem with ServiceLifecycle.init() method.
      Theis method is not called on web service initialization.
      Looking through the jbossws 2.0.1 source code, it seems that the init() method is not called.

      Is ServiceLifecycle interface supported on jbossws 2.x series?

      Thanks
      Paolo

        • 1. Re: ServiceLifecycle in JossWS 2.0.1
          ropalka

           

          "perrucci" wrote:
          Is ServiceLifecycle interface supported on jbossws 2.x series?

          Thanks
          Paolo


          Yes, ServiceLifecycle interface is supported on JBossWS 2.x series, however for JAX-RPC based webservices only (JSR 109). It doesn't work for JAX-WS endpoints (JSR 181)

          Richard

          • 2. Re: ServiceLifecycle in JossWS 2.0.1
            perrucci

            Thank you Richard.
            May you give me an hint on howto simulate init() behaviour using jax-ws new functionalities (on jsr181 web services)?

            Thank you
            Paolo