And also http://www.javable.com (in Russian) :)))
Kot.
> And also (in French) on XMLfr ;=)
>
> http://xmlfr.org/actualites/tech/010608-0004
>
> Enjoy!
>
> Eric
>
> Sylvain Wallez wrote:
> >
> > FYI : http://www.xmlhack.com/read.php?item=1250
> >
> > --
> > Sylvain Wallez
> > Anyware Techno
Cocoon developers:
I've attached two new documentation pages and diffs for site-book.xml and
docs-book.xml. The diffs are against the Cocoon 1.8.2 distribution.
The two new docs are 1) logicsheet documentation (what they are, how to use
them, how to write your own) and 2) documentation on the R
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2071
*** shadow/2071 Fri Jun 8 02:58:24 2001
--- shadow/2071.tmp.22152 Fri Jun 8 14:55:35 2001
***
*** 2,9
| Test |
+---
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2086
*** shadow/2086 Fri Jun 8 14:46:48 2001
--- shadow/2086.tmp.22141 Fri Jun 8 14:55:20 2001
***
*** 2,9
| Test |
+---
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2084
*** shadow/2084 Fri Jun 8 14:28:22 2001
--- shadow/2084.tmp.22128 Fri Jun 8 14:54:54 2001
***
*** 2,9
| Test |
+---
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2086
*** shadow/2086 Fri Jun 8 14:46:48 2001
--- shadow/2086.tmp.22080 Fri Jun 8 14:46:48 2001
***
*** 0
--- 1,17
+ ++
+ | Test
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2084
*** shadow/2084 Fri Jun 8 14:28:22 2001
--- shadow/2084.tmp.22029 Fri Jun 8 14:28:22 2001
***
*** 0
--- 1,17
+ ++
+ | Test
On Fri, 8 Jun 2001, Donald Ball wrote:
> On Fri, 8 Jun 2001, giacomo wrote:
>
> > On Fri, 8 Jun 2001, Morrison, John wrote:
> >
> > > There are two files:
> > >
> > > src/org/apache/cocoon/matching/AuthenticationMatcher.java.new and
> > > src/org/apache/cocoon/matching/FileAuthenticationMatcher.j
Due to the high complexity of Cocoon 2, and that its internal structure
grew up very quickly, there are IMHO some places where Cocoon 2.1 can
right the wrongs done. Part of the problem has to do with the fact
that Avalon Framework and Cocoon 2 grew up together. Both are stable,
and the contracts
Donald Ball wrote:
>
> On Fri, 8 Jun 2001, giacomo wrote:
>
> > On Fri, 8 Jun 2001, Morrison, John wrote:
> >
> > > There are two files:
> > >
> > > src/org/apache/cocoon/matching/AuthenticationMatcher.java.new and
> > > src/org/apache/cocoon/matching/FileAuthenticationMatcher.java.new are they
bloritsch01/06/08 13:21:27
Modified:src/org/apache/cocoon Tag: cocoon_20_branch Cocoon.java
src/org/apache/cocoon/components/pipeline Tag:
cocoon_20_branch CachingEventPipeline.java
CachingStreamPipeline.java
On Fri, 8 Jun 2001, giacomo wrote:
> On Fri, 8 Jun 2001, Morrison, John wrote:
>
> > There are two files:
> >
> > src/org/apache/cocoon/matching/AuthenticationMatcher.java.new and
> > src/org/apache/cocoon/matching/FileAuthenticationMatcher.java.new are they
> > used or are they leftovers from so
On Fri, 8 Jun 2001, Morrison, John wrote:
> There are two files:
>
> src/org/apache/cocoon/matching/AuthenticationMatcher.java.new and
> src/org/apache/cocoon/matching/FileAuthenticationMatcher.java.new are they
> used or are they leftovers from something else?
Leftovers from Donalds early tries
giacomo 01/06/08 12:55:48
Modified:src/org/apache/cocoon/components/language/markup/sitemap/java
sitemap.xsl
Log:
Another small patch, for sitemap. Now it reports to log file that it's going
to "process the error page" even if no section "map:handle-errors"
giacomo 01/06/08 12:52:59
Modified:src/org/apache/cocoon/generation FileGenerator.java
Log:
Added patch to differentiate from FileNotFound and other exceptions
Submitted by: Vadim Gritsenko <[EMAIL PROTECTED]>
Revision ChangesPath
1.10 +6 -2 xml-cocoon2/src/o
giacomo 01/06/08 12:49:49
Modified:src/org/apache/cocoon/components/pipeline
AbstractEventPipeline.java
AbstractStreamPipeline.java
CachingEventPipeline.java
CachingStreamPipeline.java
Log:
And also (in French) on XMLfr ;=)
http://xmlfr.org/actualites/tech/010608-0004
Enjoy!
Eric
Sylvain Wallez wrote:
>
> FYI : http://www.xmlhack.com/read.php?item=1250
>
> --
> Sylvain Wallez
> Anyware Technologies - http://www.anyware-tech.com
>
--
Pour y voir plus clair dans la nebuleuse XM
giacomo 01/06/08 12:44:05
Added: src/org/apache/cocoon/transformation Tag: cocoon_20_branch
LDAPTransformer.java
Log:
Added LDAPTransformer
Submitted by: Felix Knecht
Revision ChangesPath
No revision
No
I've noticed that the current cvs version of SQLTransformer allways returns
empty result. Looking at the source code I've discovered that after
invocation of executeQuery you close returned ResultSet and set it to null
in the finally block. I'm sure that this is incorrect behavior. Could
somebody
FYI : http://www.xmlhack.com/read.php?item=1250
--
Sylvain Wallez
Anyware Technologies - http://www.anyware-tech.com
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
Berin Loritsch wrote:
>
> Sylvain Wallez wrote:
> >
> > I added a call to cocoon.dispose() in CocoonServlet.destroy(). The main
> > purpose was to gracefully close all Jdbc connections held by the
> > connection pool (otherwise Hsql keeps the database locked), but this
> > produces the following
bloritsch01/06/08 11:07:40
Modified:src/org/apache/cocoon Tag: cocoon_20_branch Cocoon.java
src/org/apache/cocoon/sitemap Tag: cocoon_20_branch
AbstractSitemap.java
Log:
Fix Configuration propogation for SitemapComponentManagers.
Revision
bloritsch01/06/08 10:53:38
Modified:src/org/apache/cocoon/sitemap Tag: cocoon_20_branch
AbstractSitemap.java SitemapComponentSelector.java
sitemap.roles
Log:
Make Sitemap Component inheritance work properly.
Revision ChangesP
Hi everybody,
I changed in cocoon.xconf to point to my class,
but Cocoon still picks up
org.apache.avalon.excalibur.component.DefaultComponentPoolController.
Is Cocoon suppose to use specified in xconf class for Component pools or not?
Is it a good old know issue or a new bug?
Thanks,
Vadim
On Fri, 8 Jun 2001, Matthew Langham wrote:
> Slightly off-topic but perhaps you can help:
>
> We are having problems running Cocoon on Linux (Suse 7.1) under heavy load.
> After certain periods Tomcat just crashes. From what we have been able to
> find out so far this may be due to the Java vers
bloritsch01/06/08 09:44:41
Modified:src/org/apache/cocoon/components/pipeline Tag:
cocoon_20_branch AbstractStreamPipeline.java
CachingStreamPipeline.java
Log:
correct my reapplication of StreamPipelines
Revision ChangesPath
On Fri, 8 Jun 2001, Rahul Nanda wrote:
> Hi All !
>
> I am having this strange problem with my XSP pages.
> All samples and examples of XSPs are working which indicates that the Cocoon
> configuration for XSP is working fine.
>
> But,
>
> Only when I use the 'request.getParameterValues' command f
Hi All !
I am having this strange problem with my XSP pages.
All samples and examples of XSPs are working which indicates that the Cocoon
configuration for XSP is working fine.
But,
Only when I use the 'request.getParameterValues' command for reading data
from forms, it gives the following er
On Fri, 8 Jun 2001, Carsten Ziegeler wrote:
> > Now that we've got two branches for C2, what's the easiest way to commit
> > changes on both ? I made two checkouts (HEAD and cocoon_20_branch) : do
> > I have to manually copy modified files from one checkout to the other
> > and issue 2 commits, o
bloritsch01/06/08 08:38:42
Modified:src/org/apache/cocoon Tag: cocoon_20_branch Cocoon.java
src/org/apache/cocoon/components/language/generator Tag:
cocoon_20_branch GeneratorSelector.java
ProgramGenerator.java ProgramGenera
Berin Loritsch wrote:
>
> I committed a change in Cocoon that was not complete. I have reverted
> the change, and reapplied the patches that were done post mistake.
> Current CVS will work again--though I am still working on subsitemaps.
We are good to go! all should be functional again.
>
Berin,
Either you reapplied patch incorrectly (to *Pipeline.java):
It was:
} catch ( ProcessingException e ) {
throw e;
} catch ( Exception e ) {
getLogger().debug("Exception in process", e);
throw new ProcessingException
I committed a change in Cocoon that was not complete. I have reverted
the change, and reapplied the patches that were done post mistake.
Current CVS will work again--though I am still working on subsitemaps.
-
To unsubscribe, e-
bloritsch01/06/08 08:02:22
Modified:src/org/apache/cocoon/components/pipeline Tag:
cocoon_20_branch AbstractEventPipeline.java
AbstractStreamPipeline.java
CachingEventPipeline.java
CachingStr
Sylvain Wallez wrote:
>
> I added a call to cocoon.dispose() in CocoonServlet.destroy(). The main
> purpose was to gracefully close all Jdbc connections held by the
> connection pool (otherwise Hsql keeps the database locked), but this
> produces the following exceptions in the log :
>
> DEBUG
I added a call to cocoon.dispose() in CocoonServlet.destroy(). The main
purpose was to gracefully close all Jdbc connections held by the
connection pool (otherwise Hsql keeps the database locked), but this
produces the following exceptions in the log :
DEBUG 60137 [cocoon ] (Thread-21): Erro
There are two files:
src/org/apache/cocoon/matching/AuthenticationMatcher.java.new and
src/org/apache/cocoon/matching/FileAuthenticationMatcher.java.new are they
used or are they leftovers from something else?
Thanks for the info,
J.
===
sylvain 01/06/08 07:33:36
Modified:src/org/apache/cocoon/servlet CocoonServlet.java
Log:
Dispose Cocoon when servlet is destroyed
Revision ChangesPath
1.14 +14 -1 xml-cocoon2/src/org/apache/cocoon/servlet/CocoonServlet.java
Index: CocoonServlet.java
=
sylvain 01/06/08 07:33:14
Modified:src/org/apache/cocoon/servlet Tag: cocoon_20_branch
CocoonServlet.java
Log:
Dispose Cocoon when servlet is destroyed
Revision ChangesPath
No revision
No revision
bloritsch01/06/08 07:13:22
Modified:src/org/apache/cocoon/sitemap Tag: cocoon_20_branch
AbstractSitemap.java ContentAggregator.java
ErrorNotifier.java Handler.java LinkTranslator.java
Manager.java SitemapComponentSe
A little problem - Russian translation gives only one or two letters and in
Polish translation remained too few text to be correct :))
I'll correct that and will post the new German translation with new features
of i18n transformer (date and number internationalization) next week.
- Original
Hi!
>Konstantin,
>
>Here is my german language patch for
>xml-cocoon2/webapp/i18n/translations/simple_dict.xml
>edited with an UTF-8 Editor (Merlot Alpha).
>
>Please see attachment for a new file with my german translations.
>Hopefully the encodings are correct in the attached file since
>this is
Carsten Ziegeler a écrit :
>
> > Giacomo Pati wrote:
> >
> > Quoting Carsten Ziegeler <[EMAIL PROTECTED]>:
> >
> > > > Sylvain Wallez wrote:
> > > >
> > > > Hi cocooners,
> > > >
> > > > Now that we've got two branches for C2, what's the easiest way to
> > > commit
> > > > changes on both ? I m
Giacomo Pati a écrit :
>
>
> I have still the proposal and samples from Michael Homeijer concerning C2 act as
> a SOAP client and server which is something that is really interesting to me. As
> it is nothing that would change interfaces I'd like to integrate it into 2.0.
> Any comments about
Konstantin,
Here is my german language patch for
xml-cocoon2/webapp/i18n/translations/simple_dict.xml
edited with an UTF-8 Editor (Merlot Alpha).
Please see attachment for a new file with my german translations.
Hopefully the encodings are correct in the attached file since
this is my first
>>
> get back after my holiday :-)).
Lucky you ;) have nice holidays.
<<
Thanks! Just don't give Carsten too much to do - so that he can get on with
some proper work :-))
Matthew
--
Open Source Group sunShine - Lighting up e:Business
===
Quoting Matthew Langham <[EMAIL PROTECTED]>:
> >>
> I have still the proposal and samples from Michael Homeijer concerning
> C2
> act as
> a SOAP client and server which is something that is really interesting
> to
> me. As
> it is nothing that would change interfaces I'd like to integrate it int
Team,
FYI, Updated C2 site (http://xml.apache.org) with some more stuff from C1 and JavaDoc.
Are there any more docs in the pipeline? Any new installation instructions? Any one
have anything
lying around that can be converted into xdocs format and included in the
documentation?
Also **PLEASE
dims01/06/08 03:55:01
Modified:xdocssite-book.xml
Added: xdocs3rdparty.xml contrib.xml hosting.xml livesites.xml
mail-archives.xml mail-lists.xml patches.xml
xdocs/images cocoon2-small.jpg
Log:
Sync xdocs content from 2.0 in
Hi all,
I wrote a kind of LDAPTransformer. The source is sent to Giacomo. It may be
included in C2 (b2 or 2.1) if wanted. As it's my first try I hope it's
useable.
Felix
> -Ursprüngliche Nachricht-
> Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Gesendet: Freitag, 8. Juni 2001 10:
+1 from me for integrating SOAP code+samples into 2.0 itself.
Thanks,
dims
--- Matthew Langham <[EMAIL PROTECTED]> wrote:
> >>
> I have still the proposal and samples from Michael Homeijer concerning C2
> act as
> a SOAP client and server which is something that is really interesting to
> me. As
>>
I have still the proposal and samples from Michael Homeijer concerning C2
act as
a SOAP client and server which is something that is really interesting to
me. As
it is nothing that would change interfaces I'd like to integrate it into
2.0.
Any comments about it?
<<
+1 for that.
We would like to
> -Ursprüngliche Nachricht-
> Von: Giacomo Pati [mailto:[EMAIL PROTECTED]]
> Gesendet: Freitag, 8. Juni 2001 12:13
> An: [EMAIL PROTECTED]
> Betreff: Re: [C2]: Preparing the next releases
>
>
> Quoting Carsten Ziegeler <[EMAIL PROTECTED]>:
>
> > Hi,
> >
> > wow - we did a beta 1 release
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2071
*** shadow/2071 Fri Jun 8 02:58:24 2001
--- shadow/2071.tmp.19672 Fri Jun 8 02:58:24 2001
***
*** 0
--- 1,17
+ ++
+ | Test
Quoting Carsten Ziegeler <[EMAIL PROTECTED]>:
> Hi,
>
> wow - we did a beta 1 release and all of us survived...
> I promise that the next release of C2 will be with less
> problems.
Propabbly we all learn by doing :)
> To keep on this great project, I think we should make
> a simple plan for
> Giacomo Pati wrote:
>
> Quoting Carsten Ziegeler <[EMAIL PROTECTED]>:
>
> > > Sylvain Wallez wrote:
> > >
> > > Hi cocooners,
> > >
> > > Now that we've got two branches for C2, what's the easiest way to
> > commit
> > > changes on both ? I made two checkouts (HEAD and cocoon_20_branch) :
> > do
Quoting Carsten Ziegeler <[EMAIL PROTECTED]>:
> > Sylvain Wallez wrote:
> >
> > Hi cocooners,
> >
> > Now that we've got two branches for C2, what's the easiest way to
> commit
> > changes on both ? I made two checkouts (HEAD and cocoon_20_branch) :
> do
> > I have to manually copy modified fil
Matthew Langham wrote:
> Slightly off-topic but perhaps you can help:
>
> We are having problems running Cocoon on Linux (Suse 7.1) under heavy load.
> After certain periods Tomcat just crashes. From what we have been able to
> find out so far this may be due to the Java version and/or Tomcat vers
On 8 Jun 2001, Szabó Roland wrote:
> Hi all!
>
> I'm new to this list, but I have a question and I think this is the
> right place to get an answer.
> On the C2 website, there's an example action which sets request
> parameters using the request.setParameter() function - however, there's
> no suc
Hi,
wow - we did a beta 1 release and all of us survived...
I promise that the next release of C2 will be with less
problems.
To keep on this great project, I think we should make
a simple plan for the next beta and the release:
We should collect the things to be done for the release and
try t
> Sylvain Wallez wrote:
>
> Hi cocooners,
>
> Now that we've got two branches for C2, what's the easiest way to commit
> changes on both ? I made two checkouts (HEAD and cocoon_20_branch) : do
> I have to manually copy modified files from one checkout to the other
> and issue 2 commits, or is th
Slightly off-topic but perhaps you can help:
We are having problems running Cocoon on Linux (Suse 7.1) under heavy load.
After certain periods Tomcat just crashes. From what we have been able to
find out so far this may be due to the Java version and/or Tomcat version.
It does not happen under Wi
62 matches
Mail list logo