cvs commit: xml-cocoon2/src/java/org/apache/cocoon cocoon.roles

2003-02-22 Thread stefano
stefano 2003/02/22 05:54:01

  Modified:src/java/org/apache/cocoon cocoon.roles
  Log:
  moving deli into its own block
  
  Revision  ChangesPath
  1.48  +0 -4  xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles
  
  Index: cocoon.roles
  ===
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- cocoon.roles  22 Feb 2003 13:50:08 -  1.47
  +++ cocoon.roles  22 Feb 2003 13:54:01 -  1.48
  @@ -203,10 +203,6 @@
   shorthand="i18n-bundles"
   default-class="org.apache.cocoon.i18n.XMLResourceBundleFactory"/>
   
  -  
  -
 
 

cvs commit: xml-cocoon2/src/java/org/apache/cocoon cocoon.roles

2003-02-22 Thread stefano
stefano 2003/02/22 05:50:08

  Modified:src/java/org/apache/cocoon cocoon.roles
  Log:
  removed browser component superceded by deli
  
  Revision  ChangesPath
  1.47  +0 -4  xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles
  
  Index: cocoon.roles
  ===
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- cocoon.roles  21 Feb 2003 22:54:21 -  1.46
  +++ cocoon.roles  22 Feb 2003 13:50:08 -  1.47
  @@ -68,10 +68,6 @@
  shorthand="store-janitor"
  default-class="org.apache.excalibur.store.impl.StoreJanitorImpl"/>
   
  -  
  -
 
  
  
  


cvs commit: xml-cocoon2/src/java/org/apache/cocoon cocoon.roles

2003-02-21 Thread stefano
stefano 2003/02/21 14:54:21

  Modified:src/java/org/apache/cocoon cocoon.roles
  Log:
  merging all xrole files from core into the cocoon role file
  
  Revision  ChangesPath
  1.46  +30 -11xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles
  
  Index: cocoon.roles
  ===
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- cocoon.roles  30 Jan 2003 10:59:23 -  1.45
  +++ cocoon.roles  21 Feb 2003 22:54:21 -  1.46
  @@ -14,7 +14,6 @@
   
   
   
  -
 
 
   
  -  
  -
  +  
 
  @@ -58,8 +55,7 @@
   shorthand="xpath-processor"
   default-class="org.apache.excalibur.xml.xpath.XPathProcessorImpl"/>
   
  -  
  +  
 
  @@ -72,11 +68,6 @@
  shorthand="store-janitor"
  default-class="org.apache.excalibur.store.impl.StoreJanitorImpl"/>
   
  -
  -
 
  @@ -215,6 +206,34 @@
 
  +
  +  
  +
  +  
  +  
  +
  +  
  +
  +  
  +  
  +
  +  
  +
  +  
  +
  +   
   
 
 

cvs commit: xml-cocoon2/src/java/org/apache/cocoon cocoon.roles

2003-01-08 Thread ovidiu
ovidiu  2003/01/08 21:39:11

  Modified:src/java/org/apache/cocoon cocoon.roles
  Log:
  Added roles for the continuations expiration scheduler.
  
  Revision  ChangesPath
  1.39  +20 -0 xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles
  
  Index: cocoon.roles
  ===
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- cocoon.roles  3 Dec 2002 17:09:14 -   1.38
  +++ cocoon.roles  9 Jan 2003 05:39:11 -   1.39
  @@ -129,6 +129,26 @@
   shorthand="cache"
   default-class="org.apache.cocoon.caching.impl.CacheImpl"/>
   
  +  
  +  
  +
  +  
  +  
  +
  +  
  +  
  +
  +  
  +  
  +
 
 


cvs commit: xml-cocoon2/src/java/org/apache/cocoon cocoon.roles

2002-12-03 Thread nicolaken
nicolaken2002/12/03 09:09:14

  Modified:src/java/org/apache/cocoon cocoon.roles
  Log:

  Moved the jsp components to the jsp block, using hand-made-to-be-cleaned
  mock objects for the weblogic specific imports.
  Had also to move some definitions from the cocoon roles and xconf file.
  This moving of the blocks is indeed cleaning the core! :-)

  
  Revision  ChangesPath
  1.38  +0 -4  xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles
  
  Index: cocoon.roles
  ===
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- cocoon.roles  3 Dec 2002 12:57:37 -   1.37
  +++ cocoon.roles  3 Dec 2002 17:09:14 -   1.38
  @@ -79,10 +79,6 @@
   shorthand="program-generator"
   
default-class="org.apache.cocoon.components.language.generator.ProgramGeneratorImpl"/>
   
  -  
  -
 
  
  
  

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




cvs commit: xml-cocoon2/src/java/org/apache/cocoon cocoon.roles

2002-12-03 Thread crafterm
crafterm2002/12/03 05:32:19

  Modified:src/java/org/apache/cocoon Tag: cocoon_2_0_3_branch
cocoon.roles
  Log:
  Applied Monitor role definition fix from HEAD.
  
  PR: BZ#14991
  Submitted by: Unico Hommes <[EMAIL PROTECTED]>
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.18.2.5  +5 -0  xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles
  
  Index: cocoon.roles
  ===
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles,v
  retrieving revision 1.18.2.4
  retrieving revision 1.18.2.5
  diff -u -r1.18.2.4 -r1.18.2.5
  --- cocoon.roles  13 Aug 2002 08:30:23 -  1.18.2.4
  +++ cocoon.roles  3 Dec 2002 13:32:19 -   1.18.2.5
  @@ -33,6 +33,11 @@
   shorthand="browser"
   default-class="org.apache.cocoon.components.browser.BrowserImpl"/>
   
  +  
  +  
  +
   

cvs commit: xml-cocoon2/src/java/org/apache/cocoon cocoon.roles

2002-12-03 Thread crafterm
crafterm2002/12/03 04:57:37

  Modified:src/java/org/apache/cocoon cocoon.roles
  Log:
  Added role definition for Excalibur monitor.
  
  PR: BZ#14991
  Submitted by: Unico Hommes <[EMAIL PROTECTED]>
  
  Revision  ChangesPath
  1.37  +5 -0  xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles
  
  Index: cocoon.roles
  ===
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- cocoon.roles  13 Nov 2002 22:09:43 -  1.36
  +++ cocoon.roles  3 Dec 2002 12:57:37 -   1.37
  @@ -112,6 +112,11 @@
   shorthand="xmlizer"
   default-class="org.apache.excalibur.xmlizer.impl.XMLizerImpl"/>
   
  +  
  +  
  +
 
  
  
  

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




cvs commit: xml-cocoon2/src/java/org/apache/cocoon cocoon.roles

2002-08-13 Thread crossley

crossley2002/08/13 01:30:23

  Modified:src/java/org/apache/cocoon Tag: cocoon_2_0_3_branch
cocoon.roles
  Log:
  Fix some Deprecation comments about using entity-resolver instead.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.18.2.4  +3 -2  xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles
  
  Index: cocoon.roles
  ===
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles,v
  retrieving revision 1.18.2.3
  retrieving revision 1.18.2.4
  diff -u -r1.18.2.3 -r1.18.2.4
  --- cocoon.roles  2 Aug 2002 03:16:04 -   1.18.2.3
  +++ cocoon.roles  13 Aug 2002 08:30:23 -  1.18.2.4
  @@ -191,11 +191,12 @@
   shorthand="autoincrement-modules"
   
default-class="org.apache.avalon.excalibur.component.ExcaliburComponentSelector"/>
   
  -  
  +  
 
  -  
  +
  +  
 
  
  
  

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




cvs commit: xml-cocoon2/src/java/org/apache/cocoon cocoon.roles

2002-08-13 Thread crossley

crossley2002/08/13 01:30:19

  Modified:src/java/org/apache/cocoon cocoon.roles
  Log:
  Fix some Deprecation comments about using entity-resolver instead.
  
  Revision  ChangesPath
  1.34  +2 -1  xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles
  
  Index: cocoon.roles
  ===
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- cocoon.roles  2 Aug 2002 03:16:04 -   1.33
  +++ cocoon.roles  13 Aug 2002 08:30:19 -  1.34
  @@ -216,11 +216,12 @@
   default-class="org.apache.cocoon.components.flow.ContinuationsManagerImpl"
   shorthand="continuations"/>
   
  -  
  +  
 
   
  +  
 
  
  
  

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




cvs commit: xml-cocoon2/src/java/org/apache/cocoon cocoon.roles

2002-06-25 Thread cziegeler

cziegeler2002/06/25 07:04:58

  Modified:src/documentation/xdocs/installing updating.xml
   src/java/org/apache/cocoon cocoon.roles
  Log:
  Updated updating docs a little bit
  
  Revision  ChangesPath
  1.6   +18 -1 xml-cocoon2/src/documentation/xdocs/installing/updating.xml
  
  Index: updating.xml
  ===
  RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/installing/updating.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- updating.xml  15 Jun 2002 18:23:38 -  1.5
  +++ updating.xml  25 Jun 2002 14:04:58 -  1.6
  @@ -41,7 +41,24 @@
   Mention changes and update strategy...
 
 
  -Mention changes and update strategy...
  +The XML parser has also been moved to Excalibur.
  + In the cocoon.xconf the hint name has therefore changed from parser to
  + xml-parser. The configuration has not changed, so if you want to
  + manually update swap the hint names.
  +From within your source code you should not lookup the
  +  org.apache.cocoon.components.parser.Parser.ROLE anymore; use
  +  org.apache.avalon.excalibur.xml.Parser.ROLE instead.
  +
  +  
  +  
  +The resolver used for resolving XML entities has also been moved to 
Excalibur.
  + In the cocoon.xconf the hint name has therefore changed from resolver 
to
  + entity-resolver. The configuration has not changed, so if you want to
  + manually update swap the hint names.
  +From within your source code you should not lookup the
  +  org.apache.cocoon.components.resolver.Resolver.ROLE anymore; use
  +  org.apache.avalon.excalibur.xml.EntityResolver.ROLE instead.
  +
 
 
   The Store and StoreJanitor components and implementations have moved to
  
  
  
  1.31  +1 -1  xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles
  
  Index: cocoon.roles
  ===
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- cocoon.roles  27 May 2002 14:02:29 -  1.30
  +++ cocoon.roles  25 Jun 2002 14:04:58 -  1.31
  @@ -219,7 +219,7 @@
   default-class="org.apache.cocoon.components.flow.ContinuationsManagerImpl"
   shorthand="continuations"/>
   
  -  
  +  
 
  
  
  

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




cvs commit: xml-cocoon2/src/java/org/apache/cocoon cocoon.roles

2002-05-03 Thread ovidiu

ovidiu  02/05/03 17:18:57

  Modified:src/java/org/apache/cocoon cocoon.roles
  Log:
  Changed the hint for the 'sitemap-language' from
  
  org.apache.cocoon.components.language.markup.sitemap.SitemapMarkupLanguage
  
  to
  
  org.apache.cocoon.components.language.markup.CocoonMarkupLanguage.
  
  The first class doesn't exist anymore, and in some obscure conditions
  it causes Schecoon crashes.
  
  Revision  ChangesPath
  1.25  +1 -1  xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles
  
  Index: cocoon.roles
  ===
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- cocoon.roles  2 May 2002 12:09:21 -   1.24
  +++ cocoon.roles  4 May 2002 00:18:57 -   1.25
  @@ -67,7 +67,7 @@
 
  -
  +
   
 
   
  
  
  

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




cvs commit: xml-cocoon2/src/java/org/apache/cocoon cocoon.roles

2002-04-19 Thread cziegeler

cziegeler02/04/19 04:03:30

  Modified:src/java/org/apache/cocoon cocoon.roles
  Log:
  Updated to latest excalibur source resolving
  
  Revision  ChangesPath
  1.22  +3 -3  xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles
  
  Index: cocoon.roles
  ===
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- cocoon.roles  18 Apr 2002 13:48:40 -  1.21
  +++ cocoon.roles  19 Apr 2002 11:03:29 -  1.22
  @@ -111,14 +111,14 @@
   shorthand="source-handler"
   default-class="org.apache.cocoon.components.source.SourceHandlerImpl"/>
   
  -  
 
   
  -  
  +default-class="org.apache.excalibur.source.impl.SourceResolverImpl"/>
   
 


cvs commit: xml-cocoon2/src/java/org/apache/cocoon cocoon.roles

2002-03-15 Thread haul

haul02/03/15 07:28:16

  Modified:src/java/org/apache/cocoon cocoon.roles
  Log:
  replace excalibur jdbc datasource with excalibur scratchpad 
ResourceLimitingJdbcDataSource
  because it doesn't require the DB to be present at startup. Thus no race condition 
with
  starting HSQLDB anymore.
  
  Revision  ChangesPath
  1.16  +16 -1 xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles
  
  Index: cocoon.roles
  ===
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- cocoon.roles  13 Mar 2002 16:28:02 -  1.15
  +++ cocoon.roles  15 Mar 2002 15:28:16 -  1.16
  @@ -96,7 +96,8 @@
 
  -
  + 
  +
   
   
 
  @@ -189,6 +190,20 @@
 
  +
  +  
  +
  +  
  +
  +  
  +
  +  
   
 
   
  
  
  

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




cvs commit: xml-cocoon2/src/java/org/apache/cocoon cocoon.roles

2002-03-13 Thread cziegeler

cziegeler02/03/13 05:44:56

  Modified:src/java/org/apache/cocoon cocoon.roles
  Log:
  Adding avalon resolver to roles
  
  Revision  ChangesPath
  1.14  +4 -0  xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles
  
  Index: cocoon.roles
  ===
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- cocoon.roles  28 Feb 2002 21:41:24 -  1.13
  +++ cocoon.roles  13 Mar 2002 13:44:56 -  1.14
  @@ -109,6 +109,10 @@
   shorthand="source-handler"
   default-class="org.apache.cocoon.components.source.SourceHandlerImpl"/>
   
  +  
  +
 
  
  
  

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




cvs commit: xml-cocoon2/src/java/org/apache/cocoon cocoon.roles

2002-01-27 Thread froehlich

froehlich02/01/27 05:15:01

  Modified:src/java/org/apache/cocoon cocoon.roles
  Log:
  you'll hate me for that but had to change some things, because
  there were too much issues with that:
  a) changed the swapping algorithm. Objects are only written to fs
  method in the free() method of the MRUMemoryStore
  b) therefore no need of the FilesystemQueue. Because there were
  much less writing to fs.
  c) removed the configuratioin section in the cocoon.xconf file
  d) add "isDebugEnabled()"
  
  Revision  ChangesPath
  1.3   +0 -20 xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles
  
  Index: cocoon.roles
  ===
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- cocoon.roles  9 Jan 2002 22:20:42 -   1.2
  +++ cocoon.roles  27 Jan 2002 13:15:01 -  1.3
  @@ -53,10 +53,6 @@
  shorthand="store-janitor"
  default-class="org.apache.cocoon.components.store.StoreJanitorImpl"/>
  
  -  
  -   
 
  @@ -161,21 +157,5 @@
   shorthand="cocoon-crawler"
   default-class="org.apache.cocoon.components.crawler.SimpleCocoonCrawlerImpl"
 />
  -
  - 
  -
  - 
  -
  - 
  -
  - 
   
   
  
  
  

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