2 Replies Latest reply on Nov 9, 2009 5:56 AM by zlytomek

    JbossESB service stops working after some period of time

    zlytomek

      Hi. I'm using JBossESB 4.5 with JBoss AS 4.5, i have a jboss esb service which is basically making a werbservice call,nothing special. After deployment it works fine, but after some period of time( it could be a day or two) although the service is selected to be invoked it does not run, no errors, no exceptions, nothing. Other services are working fine. Any idea how to investigate the problem?

      Server is running on Unix,

        • 1. Re: JbossESB service stops working after some period of time
          mimra

          How is the ESB service itself triggered - is it an invocation from outside the ESB? Is it an internal timer? Or is it something else?

          What do you mean when you say "the service is selected to be invoked"?

          /Michael

          • 2. Re: JbossESB service stops working after some period of time
            zlytomek

             

            "mimra" wrote:
            How is the ESB service itself triggered - is it an invocation from outside the ESB? Is it an internal timer? Or is it something else?

            What do you mean when you say "the service is selected to be invoked"?

            /Michael


            Service is triggered from another esb service (they are both a stateless ejb bean methods), by calling ServiceInvoker:

            ServiceInvoker deliveryAdapter = new ServiceInvoker( "foo","bar" );
            deliveryAdapter.deliverAsync( requestMessage );

            By "the service is selected to be invoked" i mean that i've debugged that the code responsible for triggering that service is executed

            Regards
            Tomek