henning     2002/12/23 15:03:08

  Modified:    conf     TurbineResources.properties
               conf/master TurbineResources.master
  Log:
  Ah, the things I forgot. If you use Velocity with the Pull model, both
  the Velocity Service and the Pull Service must run early, else the
  registration of the pull tools will not work. Updated the master and
  the derived configuration.
  
  Synced master and config on the VelocityOnly layout.
  
  Revision  Changes    Path
  1.21      +6 -2      jakarta-turbine-2/conf/TurbineResources.properties
  
  Index: TurbineResources.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/conf/TurbineResources.properties,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- TurbineResources.properties       20 Dec 2002 00:00:35 -0000      1.20
  +++ TurbineResources.properties       23 Dec 2002 23:03:08 -0000      1.21
  @@ -368,6 +368,8 @@
   # that works in conjuction with the Turbine Pull Model API.
   # -------------------------------------------------------------------
   
  +services.PullService.earlyInit= true
  +
   # This determines whether the non-request tools are refreshed
   # on each request (request tools aren't ever, because they're
   # instantiated for the request only anyway).
  @@ -457,6 +459,8 @@
   #
   # -------------------------------------------------------------------
   
  +services.VelocityService.earlyInit= true
  +
   # The location of Velocity configuration file, relative to webapp root
   # These properties will override the default properties set by Velocity.
   # You should specify the path to the templates directories as well as
  @@ -465,7 +469,7 @@
   services.VelocityService.template.extension=vm
   services.VelocityService.default.page = VelocityPage
   services.VelocityService.default.screen=VelocityScreen
  -services.VelocityService.default.layout = VelocityECSLayout
  +services.VelocityService.default.layout = VelocityOnlyLayout
   services.VelocityService.default.navigation=VelocityNavigation
   services.VelocityService.default.error.screen = VelocityErrorScreen
   services.VelocityService.default.layout.template = Default.vm
  
  
  
  1.20      +5 -1      jakarta-turbine-2/conf/master/TurbineResources.master
  
  Index: TurbineResources.master
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/conf/master/TurbineResources.master,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- TurbineResources.master   20 Dec 2002 18:03:01 -0000      1.19
  +++ TurbineResources.master   23 Dec 2002 23:03:08 -0000      1.20
  @@ -368,6 +368,8 @@
   # that works in conjuction with the Turbine Pull Model API.
   # -------------------------------------------------------------------
   
  +services.PullService.earlyInit= true
  +
   # This determines whether the non-request tools are refreshed
   # on each request (request tools aren't ever, because they're
   # instantiated for the request only anyway).
  @@ -456,6 +458,8 @@
   #  V E L O C I T Y  S E R V I C E
   #
   # -------------------------------------------------------------------
  +
  +services.VelocityService.earlyInit= true
   
   # The location of Velocity configuration file, relative to webapp root
   # These properties will override the default properties set by Velocity.
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to