1 Reply Latest reply on Dec 13, 2007 9:50 PM by genman

    startService and stopService problem.

    dvasily


      Can anybody help with this issue?

      We have abstract class:

      public abstract class JMXDevice extends ServiceMBeanSupport implements DeviceMBean
      {

      .....

      startService()
      {
      ...
      }
      stopService()
      {
      }

      ...}

      And we have a few services that derived from this abstract class.
      They are not in descriptor and created by using
      MBeanServer.createMBean.
      We didn't used before start, stop. Now we desided to implement them.
      For whatever reason jboss doesn't call them.

      Thanks in advance.

      David