User: andreas 
  Date: 00/12/07 10:16:10

  Modified:    src/main/org/jboss/ejb/plugins/jaws
                        JAWSPersistenceManager.java
  Log:
  Changes to ServiceMBean therefore that if the Default-
  Log class is not available then it does not logging.
  Thus I could extract the JMX Connector (server-side)
  from jBoss therefore that it can be used elsewhere.
  Both (server- and client-side) connector archives are then
  put in the new directory external which should keep all
  archives developed under jBoss but available to other
  groups.
  
  Revision  Changes    Path
  1.26      +3 -2      
jboss/src/main/org/jboss/ejb/plugins/jaws/JAWSPersistenceManager.java
  
  Index: JAWSPersistenceManager.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jboss/src/main/org/jboss/ejb/plugins/jaws/JAWSPersistenceManager.java,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- JAWSPersistenceManager.java       2000/12/07 15:44:29     1.25
  +++ JAWSPersistenceManager.java       2000/12/07 18:16:10     1.26
  @@ -34,7 +34,7 @@
    * @author <a href="mailto:[EMAIL PROTECTED]">Marc Fleury</a>
    * @author <a href="mailto:[EMAIL PROTECTED]">Joe Shevland</a>
    * @author <a href="mailto:[EMAIL PROTECTED]">Justin Forder</a>
  - * @version $Revision: 1.25 $
  + * @version $Revision: 1.26 $
    */
   public class JAWSPersistenceManager
      implements EntityPersistenceStore
  @@ -60,7 +60,7 @@
      JPMActivateEntityCommand activateEntityCommand;
      JPMPassivateEntityCommand passivateEntityCommand;
   
  -   Log log = new Log("JAWS");
  +   Log log = Log.createLog("JAWS");
   
      // EntityPersistenceStore implementation -------------------------
   
  @@ -178,3 +178,4 @@
         public long lastRead = -1;
      }
   }
  +
  
  
  

Reply via email to