stefano     2002/06/27 10:45:22

  Modified:    src/scratchpad/src/org/apache/cocoon/transformation/pagination
                        Paginator.java
  Log:
  updating to the new component hint
  
  Revision  Changes    Path
  1.11      +4 -4      
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/transformation/pagination/Paginator.java
  
  Index: Paginator.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/transformation/pagination/Paginator.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Paginator.java    12 Jun 2002 07:14:31 -0000      1.10
  +++ Paginator.java    27 Jun 2002 17:45:22 -0000      1.11
  @@ -63,6 +63,7 @@
   import org.apache.avalon.framework.component.Composable;
   import org.apache.avalon.framework.parameters.Parameters;
   import org.apache.avalon.excalibur.pool.Poolable;
  +import org.apache.excalibur.store.Store;
   
   import org.apache.cocoon.Constants;
   import org.apache.cocoon.ProcessingException;
  @@ -72,7 +73,6 @@
   import org.apache.cocoon.caching.ParametersCacheValidity;
   import org.apache.cocoon.caching.TimeStampCacheValidity;
   import org.apache.cocoon.components.parser.Parser;
  -import org.apache.excalibur.store.Store;
   import org.apache.cocoon.environment.ObjectModelHelper;
   import org.apache.cocoon.environment.Request;
   import org.apache.cocoon.environment.Source;
  @@ -125,8 +125,8 @@
               this.manager = manager;
               getLogger().debug("Looking up " + Parser.ROLE);
               this.parser = (Parser) manager.lookup(Parser.ROLE);
  -            getLogger().debug("Looking up " + Store.ROLE + "/TransientCache");
  -            this.store = (Store) manager.lookup(Store.ROLE + "/TransientCache");
  +            getLogger().debug("Looking up " + Store.ROLE + "/TransientStore");
  +            this.store = (Store) manager.lookup(Store.ROLE + "/TransientStore");
           } catch (Exception e) {
               getLogger().error("Could not find component", e);
           }
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to