User: chirino 
  Date: 01/07/15 19:51:46

  Modified:    src/main/org/jbossmq/pm/file PersistenceManagerMBean.java
                        TxLog.java
  Log:
  Moved the rest of JBossMQ over to log4j logging.
  - The jbossmq-client.jar now includes a log4j.properties which sets up the logging
  subsystems on the client side.  To chanage the logging levels, just place your
  log4j.properties in the classpath betfore the jbossmq-client.jar
  
  Revision  Changes    Path
  1.2       +1 -14     
jbossmq/src/main/org/jbossmq/pm/file/PersistenceManagerMBean.java
  
  Index: PersistenceManagerMBean.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jbossmq/src/main/org/jbossmq/pm/file/PersistenceManagerMBean.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PersistenceManagerMBean.java      2001/07/11 02:52:16     1.1
  +++ PersistenceManagerMBean.java      2001/07/16 02:51:46     1.2
  @@ -41,24 +41,11 @@
    *      
    *   @see <related>
    *   @author Vincent Sheffer ([EMAIL PROTECTED])
  - *   @version $Revision: 1.1 $
  + *   @version $Revision: 1.2 $
    */
   public interface PersistenceManagerMBean
      extends org.jboss.util.ServiceMBean
  -{
  -   // Constants -----------------------------------------------------
  -   public static final String OBJECT_NAME = ":service=JBossMQ";
  -     
  -   // Public --------------------------------------------------------
  -
  -     
  -   // Public --------------------------------------------------------
  -
  -     
  -   // Public --------------------------------------------------------
  -
  -     
  -   // Public --------------------------------------------------------
  +{    
   public java.lang.String getDataDirectory();
   public void setDataDirectory(java.lang.String newDataDirectory);
   }
  
  
  
  1.2       +0 -0      jbossmq/src/main/org/jbossmq/pm/file/TxLog.java
  
  Index: TxLog.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbossmq/src/main/org/jbossmq/pm/file/TxLog.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TxLog.java        2001/07/11 02:52:16     1.1
  +++ TxLog.java        2001/07/16 02:51:46     1.2
  @@ -19,7 +19,7 @@
    * It is used to rollback transactions when the system restarts.
    *
    * @author: Paul Kendall ([EMAIL PROTECTED])
  - * @version $Revision: 1.1 $
  + * @version $Revision: 1.2 $
    */
   public class TxLog {
   
  
  
  

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

Reply via email to