User: d_jencks
  Date: 01/11/10 13:38:04

  Modified:    src/main/org/jboss/mq/il/oil OILServerILService.java
  Log:
  Changed mbean dependencies to work directly by mbean-references: eliminated depends 
tag from *service.xml files
  
  Revision  Changes    Path
  1.14      +2 -1      jbossmq/src/main/org/jboss/mq/il/oil/OILServerILService.java
  
  Index: OILServerILService.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jbossmq/src/main/org/jboss/mq/il/oil/OILServerILService.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- OILServerILService.java   2001/11/04 03:01:25     1.13
  +++ OILServerILService.java   2001/11/10 21:38:04     1.14
  @@ -48,7 +48,7 @@
    * Implements the ServerILJMXService which is used to manage the JVM IL.
    *
    * @author    Hiram Chirino ([EMAIL PROTECTED])
  - * @version   $Revision: 1.13 $
  + * @version   $Revision: 1.14 $
    */
   public class OILServerILService extends org.jboss.mq.il.ServerILJMXService 
implements Runnable, OILServerILServiceMBean
   {
  @@ -364,6 +364,7 @@
       */
      public void startService() throws Exception
      {
  +      super.startService();
   
         running = true;
         this.server = lookupJMSServer();
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to