1 Reply Latest reply on Jan 18, 2006 3:29 AM by dimitris

    Jboss service

    preddy

      Hi,
      I am porting my application from JRun to jboss. I have added the following lines to jrun.xml for using JRun service:

      service class="TaskDriver" name="TaskService"
      attribute name="bindToJNDI">true</attribute
      service

      TaskDriver is a java class which extends jrunx.kernel.ServiceAdapter and implements jrunx.kernel.ServiceMBean.

      How to implement the same in JBOSS

      Thanks