cmailleux    2005/07/25 12:06:33 CEST

  Modified files:
    core/src/java/org/jahia/services/workflow WorkflowService.java 
  Log:
  Tuning for better performance

  Add a CacheAdivce and an UncacheAdvice see LockService in 
applicationContext-service.xml to further detail of configuration
  
  Revision  Changes    Path
  1.19      +1 -0      
jahia/core/src/java/org/jahia/services/workflow/WorkflowService.java
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/java/org/jahia/services/workflow/WorkflowService.java.diff?r1=1.18&r2=1.19&f=h
  
  
  
  Index: WorkflowService.java
  ===================================================================
  RCS file: 
/home/cvs/repository/jahia/core/src/java/org/jahia/services/workflow/WorkflowService.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- WorkflowService.java      25 Jul 2005 09:13:34 -0000      1.18
  +++ WorkflowService.java      25 Jul 2005 10:06:33 -0000      1.19
  @@ -2,6 +2,7 @@
   
   import org.jahia.content.ContentObject;
   import org.jahia.content.JahiaObject;
  +import org.jahia.content.ContentFieldKey;
   import org.jahia.content.events.ContentActivationEvent;
   import org.jahia.exceptions.JahiaException;
   import org.jahia.exceptions.JahiaInitializationException;
  

Reply via email to