Re: Long running requests and timeouts...resolved...

2005-01-26 Thread Andrzej Jan Taramina
the very consistent response body length that is always returned. Almost seems like some strange buffering issue that is timer-related. Any ideas? Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com

Re: Ways to implement Dynamic XSLT in Cocoon

2005-01-20 Thread Andrzej Jan Taramina
to embed the custom javascript: xsl:variable name=scriptURL select=concat( 'cocoon:/customJavascript.js?pageID=', $pageID, 'vendor', $vendor )/ xsl:copy-of select=document( $scriptURL )/ That seems a lot simpler than your approach. Andrzej Jan Taramina Chaeron

Long running requests and timeouts?

2005-01-17 Thread Andrzej Jan Taramina
be contributing to this behaviour? Are there any other timeout settings that might affect this, specifically in Cocoon? Thanks! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com

Long running requests and timeouts?

2005-01-13 Thread Andrzej Jan Taramina
be contributing to this behaviour? Are there any other timeout settings that might affect this, specifically in Cocoon? Thanks! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com

Re: Matching on HTTP method?

2004-12-16 Thread Andrzej Jan Taramina
all sitemap components, and this component would have been documented through that process. However, there's no harm in beating them to the post! That is good to hearand will go a long way to helping Cocoon adoption increase! Andrzej Jan Taramina Chaeron Corporation: Enterprise System

Re: Matching on HTTP method?

2004-12-15 Thread Andrzej Jan Taramina
through the source code. Cocoon's shite documentation strikes again. I despair of Cocoon ever attaining wide(r) acceptance/deployment just due to the abysmal state of the documentation. So it goes... Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com

Matching on HTTP method?

2004-12-15 Thread Andrzej Jan Taramina
Is there any easy way in a Sitemap to match against the HTTP Method of the request. That is, whether it was a Get/Post/Put/Delete/Head/etc? I suppose I could write an extended matcher that does thisbut figured that maybe someone already has one out there? Thanks! Andrzej Jan Taramina

Re: XForms with Cocoon

2004-10-05 Thread Andrzej Jan Taramina
process. Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: XForms with Cocoon

2004-09-16 Thread Andrzej Jan Taramina
to discuss it in private, so just ping me. Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

JCS Exceptions with 2.1.5?

2004-06-28 Thread Andrzej Jan Taramina
(CacheEventQueue.j ava:358) at org.apache.jcs.engine.CacheEventQueue$QProcessor.run(CacheEventQueue.java:327) It doesn't seem to be consistent. Running 2.1.5 released version. Thanks! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com

Sax event stream corruption, concurrency bug in 2.1.4?

2004-04-22 Thread Andrzej Jan Taramina
. We're trying to set up replicable test environment, but as of yet have not succeeded. Anyone else seen anything like this? Thanks for any/all help that might point me in the right direction. Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com

Blocking xsl:message output with Saxon in Cocoon?

2004-03-23 Thread Andrzej Jan Taramina
recall that I figured out how to turn it off for xalan (maybe using logging settings, if cocoon configs Xalan to use logging for output rather than System.err). Thanks! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com

Using Saxon 7.9 with Cocoon?

2004-03-23 Thread Andrzej Jan Taramina
read- only). Has anyone managed to get around this and get Cocoon 2.1.4 working using Saxon 7.9 as the default XSLT processor? If so, how did you do this? Did you replace the Saxon DOM implementation (and if so, how)? Thanks! Andrzej Jan Taramina Chaeron Corporation: Enterprise System

Persistent store throwing exception on shutdown?

2004-03-21 Thread Andrzej Jan Taramina
/ /persistent-store I've managed to resolve the problem by adding: parameter name=use-persistent-cache value=false/ To the store configuration, but would like to figure out what is causing this problem? Thanks! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http

Re: Performance impact of turning on Instrumentation?

2004-03-10 Thread Andrzej Jan Taramina
wouldn't a before and after load test tell you this (roughly) ? If I had access to a load testing environment, it might. Was hoping someone had some practical experiences they could pass on. Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com

Performance impact of turning on Instrumentation?

2004-03-10 Thread Andrzej Jan Taramina
Anyone have any insight into what the performance impact is of turning on the Instrumentation feature in web.xml (Ver 2.1.4)? Thanks! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com

Performance impact of turning on Instrumentation?

2004-03-07 Thread Andrzej Jan Taramina
Anyone have any insight into what the performance impact is of turning on the Instrumentation feature in web.xml (Ver 2.1.4)? Thanks! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com

JVM memory settings for production Cocoon?

2004-01-23 Thread Andrzej Jan Taramina
in production deployments. Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Performance analysis/optimization?

2004-01-21 Thread Andrzej Jan Taramina
! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Performance analysis/optimization?

2004-01-20 Thread Andrzej Jan Taramina
http://cocoon.apache.org/2.1/performancetips.html Found that...it's a bit slim on the info and ideas. Was wondering if there were any from the trenches ideas/suggestions that might be worth considering. Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http

Re: Encrypted PDF documents?

2004-01-05 Thread Andrzej Jan Taramina
. Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: concat static pdf

2003-12-29 Thread Andrzej Jan Taramina
PDF's from the command line (rather than inside Cocoon/XSPs) just to make sure that you are using iText API calls correctly. iText is quite powerful and can do some wonderful things with PDF files, but the API is not very well documented nor is it very intuitive. Andrzej Jan Taramina Chaeron

Accessing multiple-valued request parameters with RequestParameterModule?

2003-12-13 Thread Andrzej Jan Taramina
. Thanks! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

SOLVED: Accessing multiple-valued request parameters with RequestParameterModule?

2003-12-13 Thread Andrzej Jan Taramina
such functionality based on a config parameter. Probably easier than having two classes in the long run. Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com - To unsubscribe, e-mail: [EMAIL PROTECTED

SOLVED: Writing custom Serializer that accepts parameters?

2003-12-13 Thread Andrzej Jan Taramina
custom serializer implement SitemapModelComponent and voila! A serializer that accepts sitemap parameters. Many thanks to Marco for his patience and advice on this! Moving to 2.1.3 was just not an option at this time, unfortunately. Andrzej Jan Taramina Chaeron Corporation: Enterprise System

Re: AW: Writing custom Serializer that accepts parameters?

2003-12-12 Thread Andrzej Jan Taramina
parameters somehow? If so, any ideas on how? Thanks! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Recommended XML to Java binding framework for Cocoon?

2003-12-08 Thread Andrzej Jan Taramina
Anyone have any recommendations as to which XML to Java binding framework works best under Cocoon? I have a requirement for one to do with PDF file manipulation, and was wondering if there were any to stay away from, or any others that might work better under Cocoon. Thanks! Andrzej Jan

Re: **Solved** 2 generators in a request

2003-12-02 Thread Andrzej Jan Taramina
Carmona: Finally a have made a custom action like this: public class ExecutePipeline extends AbstractAction { Why didn't you just use the ResourceLoadAction that was posted to the bug list and this mail list some time ago? Andrzej Jan Taramina Chaeron Corporation: Enterprise System

Database Pooling timeout value?

2003-11-26 Thread Andrzej Jan Taramina
Anyone know if there is any way to change/set the database pool timeout value. That is the time interval after which an unused pool entry will be closed and released (down to the minimum level specified)? Thanks! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http

DB Modular Actions and Output Modules?

2003-11-20 Thread Andrzej Jan Taramina
! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: DB Modular Actions and Output Modules?

2003-11-20 Thread Andrzej Jan Taramina
don't turn up anything useful, and I guess I just haven't found the right Javadocs that explain this. Thanks! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com - To unsubscribe, e-mail

Re: JMS integration into Cocoon?

2003-11-18 Thread Andrzej Jan Taramina
There is a new JMS block in Cocoon 2.1.3. Thanks for the tip, Joerg! I'll take a look at it and see if I can retrofit it to Cocoon 2.1.2 (my client's timeframes preclude moving to 2.1.3 just yet and we need JMS access prior to upgrading). Andrzej Jan Taramina Chaeron Corporation: Enterprise

JMS integration into Cocoon?

2003-11-17 Thread Andrzej Jan Taramina
Anyone done any work using JMS (Java Message Service) from inside Cocoon? Any sample actions/transformers/etc. that might be shareable to save me a bit of time writing my own? Thanks! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com

Re: Saving pipeline output to a temp file...everything you wanted to know but were afraid to ask!

2003-11-11 Thread Andrzej Jan Taramina
on this behaviour shows that we must correct things quickly. If it was only me, we would forbid it ASAP for the 2.1.3 release. What do others think? Only if you deliver the flowscript action in 2.1.3. Then I won't have a problem with you forbidding it sooner. Andrzej Jan Taramina Chaeron Corporation

Re: Saving pipeline output to a temp file...everything you wanted to know but were afraid to ask!

2003-11-10 Thread Andrzej Jan Taramina
no reason to elminate such a useful feature, unspecified or otherwise. Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Saving pipeline output to a temp file...everything you wanted to know but were afraid to ask!

2003-11-09 Thread Andrzej Jan Taramina
you save your tempfile, but when you delete it? Is it a temporary file, no? Yes...I delete it. I have a special script (in VB) that prints my PDF and then deletes it. Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com

Re: Saving pipeline output to a temp file...everything you wanted to know but were afraid to ask!

2003-11-09 Thread Andrzej Jan Taramina
firmso breaking the current behaviour (even if it was not intended) would not be a good thing for Cocoon's reputation in the industry. Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com

Changing sitemap causes app to throw a null pointer exception...

2003-11-09 Thread Andrzej Jan Taramina
cause this strange behaviour? Anyone ever seen this before? Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Best way to edit XML file using Cocoon?

2003-11-09 Thread Andrzej Jan Taramina
! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Saving pipeline output to a temp file...everything you wanted to know but were afraid to ask!

2003-11-05 Thread Andrzej Jan Taramina
name! The filename that was generated for the save is returned in a request attribute called saveToFile.tempFile, so you can get it later in your pipeline if you need to along with a status attribute so you know if it succeeded or not. Hope this helps! Andrzej Jan Taramina Chaeron

RE: How to write Serializer output to a temp file?

2003-11-04 Thread Andrzej Jan Taramina
Try SourceWritingTransformer from the sitemap or else cocoon.processPipelineTo from a flowscript. Unico: I decided to bite the bullet and add flowscript to my appit worked perfectly! Thanks for the pointer! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http

How to write Serializer output to a temp file?

2003-11-04 Thread Andrzej Jan Taramina
/serializers that can do this? Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Help: SQLTransformer returns excaped XML content...

2003-11-01 Thread Andrzej Jan Taramina
?) or is there a more simple/elegant solution to this? Thanks! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Solved.: SQLTransformer returns excaped XML content...

2003-11-01 Thread Andrzej Jan Taramina
Doh! I must be working too many hours on this project! xsl:value-of select=root/sql:rowset/sql:row/sql:package disable-output-escaping=yes/ ...does the trick nicely! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com

Re: OT: Was: JXForms vs. Woody vs. KISS

2003-10-30 Thread Andrzej Jan Taramina
it declaratively using and XML vocabulary should not be a big deal, since it won't be hard programming. Business logic, on the other hand, is the harder stuff, and thus does not lend itself to declarative approaches. Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http

Forcing pipeline caching?

2003-10-29 Thread Andrzej Jan Taramina
for performance reasons, it would be great if there was a way for me to force the output of such a database-sourced pipeline to be cached? Any way to do this? Thx! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com

Re: JXForms vs. Woody vs. KISS

2003-10-27 Thread Andrzej Jan Taramina
. Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JXForms vs. Woody vs. KISS

2003-10-27 Thread Andrzej Jan Taramina
standard, with all the benefits that implies. Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JXForms vs. Woody vs. KISS

2003-10-27 Thread Andrzej Jan Taramina
not without a lot of handholding, solid documentation and lots of examples. Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: New ReadDOMTransformer/WriteDOMTransformer available.

2003-10-19 Thread Andrzej Jan Taramina
Joerg asked: Please add it to Bugzilla (http://nagoya.apache.org/buzilla/). That should be: http://nagoya.apache.org/bugzilla ;-) Done! Bug number is 23921, source code posted as well. Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com

Re: Starting a conversation: OO, CMS's, Zope, open source

2003-10-18 Thread Andrzej Jan Taramina
are mixing up different strata of design. Application architecture, with is moving towards SOA principles, and code- level design which can be based on OO. It's usually a mistake to try to use OO at the overall architecture level. Just some initial thoughts to kick of your discussion. Andrzej Jan

Re: Serializing to a request attribute Database Actions questions....

2003-10-18 Thread Andrzej Jan Taramina
is blocking Cocoon from wider adoption. Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: tomcat4 : cocoon 2.1.3 dev : xiclude failed

2003-10-18 Thread Andrzej Jan Taramina
caused the transformation problem. Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Help: Dummies guide to Cocoon database inserts?

2003-10-18 Thread Andrzej Jan Taramina
the JXPathMetaModule on top of the session-attr module to access the individual elements of the output stream inside my database metadata definition for the modular database actions. A bit tricky to figure out, but once I got it working, it rocks! Andrzej Jan Taramina Chaeron Corporation: Enterprise

New ReadDOMTransformer/WriteDOMTransformer available.

2003-10-18 Thread Andrzej Jan Taramina
, IMNSHO). Anyhowavailable in source for any/all who might want it. Maybe a Cocoon submitter can take the code and include it in the upcoming 2.1.3 release? Enjoy! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com

Re: Serializing to a request attribute Database Actions questions....

2003-10-17 Thread Andrzej Jan Taramina
! Thanks! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Modular DB Actions, MS SQLServer and AutoIncrement columns?

2003-10-17 Thread Andrzej Jan Taramina
this behaviour? Any hints as to how to set up the key section in the database descriptor for this to work. Thanks! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com - To unsubscribe, e-mail: [EMAIL

Re: Modular DB Actions, MS SQLServer and AutoIncrement columns? SOLVED

2003-10-17 Thread Andrzej Jan Taramina
and was modelled on the hsqldb version that comes with Cocoon 2.1.2. Maybe one of the developers would be interested in adding this for Cocoon 2.1.3? Yours for the asking if you want it. ;-) Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com

Help: Dummies guide to Cocoon database inserts?

2003-10-16 Thread Andrzej Jan Taramina
database actions out there that are available that would make this a bit easier to accomplish? Thanks! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com - To unsubscribe, e-mail: [EMAIL

Serializing to a request attribute?

2003-10-16 Thread Andrzej Jan Taramina
or otherwise make it available to a database insert/add action. Any hints on how to accomplish this? thanks! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com - To unsubscribe, e-mail

Cocoon 2.1.x and Resin 3.0.3?

2003-10-09 Thread Andrzej Jan Taramina
Has anyone managed to get Cocoon working successfully with Resin 3.03? Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

How to dynamically select a stylesheet for xslt transform?

2003-10-07 Thread Andrzej Jan Taramina
-stylesheet} /map:act But this doesn't work. Seems that the src attribute does not resolve parameters. Any quick suggestions on how to set up a pipeline to accomplish what I need? Thanks! Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com

Re: Cocoon 1.8.2

2003-10-07 Thread Andrzej Jan Taramina
to 2.1.2? grins Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tranformation of a sessionĀ“s parameter

2003-10-07 Thread Andrzej Jan Taramina
likely the problem is the one I encountered. Check the code fix I posted and try rebuilding Cocoon with the fix in place and see if that resolves your problem. Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com

Re: [OT] [Humor] Cocoon can improve sexual performance!

2003-10-02 Thread Andrzej Jan Taramina
Tony: Needless to say, I laughed the rest of the way home. ;) How long until we can claim use of Cocoon will not only alleviate depression, but improve one's sex drive? :D You mean it hasn't had that effect on you? Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http

Choosing a Flowscript view generator/framework?

2003-09-25 Thread Andrzej Jan Taramina
Doesn't anyone have any opinions to offer on this? There are a number of view generators/frameworks that you can use with Flowscript, namely: - JXTemplate - JPath - JXForms - others which do not really interest me. I'm trying to decide which one to use for an

Servlet App Context Input Module?

2003-09-25 Thread Andrzej Jan Taramina
Maybe I'm blindbut though I have found Request and Session input modules and even a SystemProperties one, there doesn't seem to be an Application Context Input Module that would give you access to Servlet Application Context variables/parameters/attributes in a SiteMap. Is there such a

Choosing a Flowscript view generator/framework?

2003-09-23 Thread Andrzej Jan Taramina
There are a number of view generators/frameworks that you can use with Flowscript, namely: - JXTemplate - JPath - JXForms - others which do not really interest me. I'm trying to decide which one to use for an application I am designing/developing and hope to

Re: create a transformer that is a combinaison of transformers

2003-09-19 Thread Andrzej Jan Taramina
set return=true)so it limits the flexibility of this approach. Once you call a map resource, your flow of control in the main pipeline is terminated. Any ideas on how to get around that? Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com

SOLVED: Executing multiple pipelines for a request?

2003-09-19 Thread Andrzej Jan Taramina
use it's own generator to get the original starting document. Awesome! Thanks for all the help from everyone Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com - To unsubscribe

Executing multiple pipelines for a request?

2003-09-18 Thread Andrzej Jan Taramina
on map:call but returns to the calling pipeline? Anyone ever done this before? Any suggestions on how best to address this? Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com