PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3326
Hi,
found two interesting methods in my util classes.
objectToBytes
bytesToObject
the first converts a object in to a byte array.
cool for strings, blobs, etc...
the other does the opposite.
maybe you can need it
cheers
gerhard
patch.diff
>> >Wow, where have you been before? :)))
Always there watching and learning much through this project and its
participants :). But most of the time in the dungeons of commercial
software development and its deadlines.
>> >Yes, you are right - that's not necessary and this might be the
>> >perform
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3318
hi all,
o.k., it's fixed now in both active branches, when the value is null
(and when t takes the default value) it's just passed back with correct
status, ..., the constraints tests are therefore skipped,
please test it on some real-world problem :))
rgds,
martin
On Tue, Aug 28, 2001
mman01/08/28 11:14:59
Modified:src/org/apache/cocoon/acting Tag: cocoon_20_branch
AbstractValidatorAction.java
Log:
nullable parameters are not tested against their constraints if they are null
or set to default value.
Revision ChangesPath
N
mman01/08/28 11:14:30
Modified:src/org/apache/cocoon/acting AbstractValidatorAction.java
Log:
nullable parameters are not tested against their constraints if they are null
or set to default value.
Revision ChangesPath
1.8 +249 -240
xml-cocoon2/src/org/apach
Vadim,
I was able to progress a bit more. See latest C2.1 CVS. Now the problem is that after
we get a
changeContext to switch to the sub-sitemap, there are two setContext()'s called with
the parent's
URL. Can you please pick it up from here
Thanks,
dims
--- Vadim Gritsenko <[EMAIL PROTECT
On Tue, Aug 28, 2001 at 06:09:31PM +0100, Chris Newland wrote:
> Hi All,
>
> I'm a little confused by the behaviour in AbstractValidatorAction for
> parameters that have the nullable property set to "yes".
>
> If the parameter is nullable and I don't set the value in the form (so it
> becomes nu
Hi All,
I'm a little confused by the behaviour in AbstractValidatorAction for
parameters that have the nullable property set to "yes".
If the parameter is nullable and I don't set the value in the form (so it
becomes null) then the method validate(...) will set the value to its
default value and
n Tue, 28 Aug 2001, Vadim Gritsenko wrote:
> Konstantin,
>
> But: both examples (simple & XSP) are working in latest C2.0...
C2.0 doesn't have the updated i18n transformer code which uses the
XMLResourceBundles. I'll take a look at it when I get a breather from
our load
I wanted to check this, but I have no cvs access.
And in the dev-snapshot area there is only cocoon2(.0 I guess).
Is there a reason why not to publish cocoon2.1 in dev snapshots?
Michael
"Piroumian, Konstantin" wrote:
>
> Hi *!
>
> FYI, in the latest CVS snapshot i18n samples are broken. I get
I'll do it tomorrow.
Michael
"Piroumian, Konstantin" wrote:
>
> Hi *!
>
> FYI, in the latest CVS snapshot i18n samples are broken. I get an
> IOException in _setup() method where XMLResourceBundle is configured. I
> suspect that transformer is incorrectly configured. I will take a look at
> i
Sergio,
Is it hard to replace JSP with XSP?
Vadim
> -Original Message-
> From: Sergio Carvalho [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 28, 2001 11:21 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [C2.1-dev] Sitemap builder does not work
>
>
> On Tue, 28 Aug 2001 19:02:17 +0400,
> -Original Message-
> From: Peter Royal [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 28, 2001 11:09 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [c2] EventCache questions
>
>
> At 10:48 AM 8/28/2001 -0400, you wrote:
> >Wow, where have you been before? :)))
> >Yes, you are right - th
dims01/08/28 09:51:38
Modified:src/org/apache/cocoon/sitemap Manager.java
Log:
Remove redundant environment.changeContext.
Revision ChangesPath
1.12 +1 -3 xml-cocoon2/src/org/apache/cocoon/sitemap/Manager.java
Index: Manager.java
Konstantin,
But: both examples (simple & XSP) are working in latest C2.0...
Vadim
> -Original Message-
> From: Piroumian, Konstantin [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 28, 2001 10:32 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [C2.1-dev] I18n samples are broken
>
>
> Hi
dims01/08/28 09:31:38
Modified:src/org/apache/cocoon/matching RequestParamMatcher.java
Log:
Patch for ThreadSafe RequestParamMatcher from
Christian Schmitt <[EMAIL PROTECTED]>
Revision ChangesPath
1.6 +3 -2
xml-cocoon2/src/org/apache/cocoon/matching/Req
Hi all,
attached is a patch to RequestParamMatcher that avoids creating,
using and decommissioning (read destroying) an instance of the class
for every use.
By applying this patch only one instance of RequestParamMatcher is
created which serves all requests.
Thanks,
Christian
Index: RequestPa
On Tue, 28 Aug 2001 19:02:17 +0400, Piroumian, Konstantin wrote:
From: "Piroumian, Konstantin" <[EMAIL PROTECTED]>
--
> I've updated C2 after a long time and I can see a lot of changes and
> goodies. I'm happy to see that C2 gains more interest among developers.
>
> But I have to make a little b
At 10:48 AM 8/28/2001 -0400, you wrote:
>Wow, where have you been before? :)))
>Yes, you are right - that's not necessary and this might be the
>performance issue.
>Reducing checker threads amount down to one would decrease amount of
>runFinalization()/gc()
>calls in two times - giving better pe
I've updated C2 after a long time and I can see a lot of changes and
goodies. I'm happy to see that C2 gains more interest among developers.
But I have to make a little buzz about broken samples :)
Tried the sitemap builder - it shows only the start page, then clicking on
any of the links gives a
> -Original Message-
> From: Gerhard Froehlich [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 28, 2001 10:31 AM
> To: [EMAIL PROTECTED]
> Subject: [c2] EventCache questions
>
>
> Hi,
> When starting cocoon2 2 instances of the EventCache(MRUMemoryStore) are
> created from the CachingEve
Hi *!
FYI, in the latest CVS snapshot i18n samples are broken. I get an
IOException in _setup() method where XMLResourceBundle is configured. I
suspect that transformer is incorrectly configured. I will take a look at
it, but don't promise to post patches in a short time.
Will anybody else take a
Hi,
When starting cocoon2 2 instances of the EventCache(MRUMemoryStore) are
created from the CachingEventPipeline and CachingStreamPipeline. For my
understanding, now 2 different instances are existing. One for the
C.Stream.P
and another for the C.Event.P.
-> 2 checker Threads, which are checking
Dims,
It looks like you are back from your vacation.
I think I also found same problem - take a look at
subsitemap (http://localhost:8080/cocoon/sub/) - I added
more examples there, but did not manage the time to track down the problem.
Vadim
> -Original Message-
> From: Davanum Sriniva
Gerhard,
Checked in. Please cross-check. If i have missed anything, please re-submit a new diff
against
C2.1.
Thanks,
dims
--- Gerhard Froehlich <[EMAIL PROTECTED]> wrote:
> hi vadim,
> this patch contains some changes in the cleanup thread.
> It's similar now to the cocoon1 implementation.
>
dims01/08/28 06:31:46
Modified:src/org/apache/cocoon/components/store MRUMemoryStore.java
Log:
Patch from "Gerhard Froehlich" <[EMAIL PROTECTED]>
for "patch mrumemorystore - some changes in the cleanup thread"
Revision ChangesPath
1.17 +11 -2
xml-cocoon2/
dims01/08/28 06:31:32
Modified:src/org/apache/cocoon/components/store Tag: cocoon_20_branch
MRUMemoryStore.java
Log:
Patch from "Gerhard Froehlich" <[EMAIL PROTECTED]>
for "patch mrumemorystore - some changes in the cleanup thread"
Revision Change
dims01/08/28 06:23:35
Modified:src/org/apache/cocoon/components/language/markup/sitemap/java
Tag: cocoon_20_branch sitemap.xsl
Log:
Patch for "memory leak that affects Matchers and Selectors"
from Christian Schmitt <[EMAIL PROTECTED]>
Revision Cha
dims01/08/28 06:23:14
Modified:src/org/apache/cocoon/components/language/markup/sitemap/java
sitemap.xsl
Log:
Patch for "memory leak that affects Matchers and Selectors"
from Christian Schmitt <[EMAIL PROTECTED]>
Revision ChangesPath
1.36
David,
Checked in. Please cross-check.
FYI, i've added an ANT filter to use install.war command-line parameter to adjust the
path in
CatalogManager.properties. Should we place this file in WEB-INF/classes, so that this
gets picked
up automatically?
Thanks,
dims
--- David Crossley <[EMAIL PR
dims01/08/28 05:53:16
Added: webapp/resources/entities CatalogManager.properties
ISOdia.pen ISOgrk1.pen ISOlat1.pen ISOnum.pen
ISOpub.pen ISOtech.pen README catalog
Log:
Adding Missed files (Patch from David Crossley <[EMAIL PROT
dims01/08/28 05:52:24
Modified:.build.xml
webapp sitemap.xmap
webapp/docs/samples samples.xml
xdocsdocs-book.xml site-book.xml
Added: webapp/docs/samples/catalog style.xsl test.xml testovr.xml
webapp/r
dims01/08/28 05:50:39
xml-cocoon2/webapp/resources/entities/catalog-demo - New directory
--
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands,
dims01/08/28 05:50:31
xml-cocoon2/webapp/resources/entities - New directory
--
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMA
dims01/08/28 05:50:03
xml-cocoon2/webapp/docs/samples/catalog - New directory
--
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [E
I've noticed, in the context of editing data in forms in Cocoon using ESQL,
that the SAX ContentHandler (when asked to add string data to a Document)
converts carriage returns (0x0D) into the entity
*and* the carriage
return (0x0D). If this result is used as the content of an HTML form
TE
38 matches
Mail list logo