Re: deprecated, source resolver, test case mess

2003-07-24 Thread Ugo Cei
Geoff Howard wrote: - remove the tests that don't compile without deprecated +1 -- Ugo Cei - Consorzio di Bioingegneria e Informatica Medica P.le Volontari del Sangue, 2 - 27100 Pavia - Italy Phone: +39.0382.525100 - E-mail: [EMAIL PROTECTED]

Re: deprecated, source resolver, test case mess

2003-07-24 Thread Stephan Michels
On Wed, 23 Jul 2003, Geoff Howard wrote: As many people know, excluding the deprecated classes from the build causes the test case compilation to fail which then kills the build. I started looking into why the test cases depend on the deprecated classes and have so far only been able to

cvs commit: cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/flow/javascript woody.js

2003-07-24 Thread bruno
bruno 2003/07/24 01:26:41 Modified:src/blocks/woody/java/org/apache/cocoon/woody/flow/javascript woody.js Log: If a bindingURI parameter is specified in the sitemap, use that to set a binding attribute on the form + added load/save methods that use that

cvs commit: cocoon-2.1/src/blocks/woody/samples/flow binding_example.js

2003-07-24 Thread bruno
bruno 2003/07/24 01:27:45 Modified:src/blocks/woody/samples/flow binding_example.js Log: Use the form.load/form.save methods to bind the xml or bean Revision ChangesPath 1.6 +15 -46cocoon-2.1/src/blocks/woody/samples/flow/binding_example.js Index:

cvs commit: cocoon-2.1/src/blocks/woody/samples sitemap.xmap

2003-07-24 Thread bruno
bruno 2003/07/24 01:28:28 Modified:src/blocks/woody/samples sitemap.xmap Log: removed unneeded documentURI parameter in form2bean sample Revision ChangesPath 1.11 +0 -1 cocoon-2.1/src/blocks/woody/samples/sitemap.xmap Index: sitemap.xmap

Re: deprecated, source resolver, test case mess

2003-07-24 Thread David Crossley
Stephan Michels wrote: Geoff Howard wrote: As many people know, excluding the deprecated classes from the build causes the test case compilation to fail which then kills the build. I started looking into why the test cases depend on the deprecated classes and have so far only been

Re: cvs commit: cocoon-2.1/src/targets webapp-build.xml

2003-07-24 Thread David Crossley
Hello Stephan, perhaps you missed this query from earlier this week. I was watching CVS commits and saw one go past that worried me. --David David Crossley wrote: Hi Stephan, would you please explain what you mean by this change. The jars.xml should be created and copied into the docs area. If

[PATCH] japanized src/webapp/samples/i18n/translations/

2003-07-24 Thread Tetsuya Kitahata
Hello, Cocoon-ers! I modified sample i18n menu and message of japanese found at /home/cvs/cocoon-2.1/src/webapp/samples/i18n/translations/ Here I put (attached) a zipped file named i18n_japanized_sample.zip, which contains: 1. messages_ja.xml 2. menu_ja.xml Please apply these files and commit.

RE: Round trip with org.apache.cocoon.xml.dom.DOMUtil.node2String

2003-07-24 Thread Hugo Burm
Hugo Burm wrote: I dump my DOM node with org.apache.cocoon.xml.dom.DOMUtil.node2String to a string. Then I try to parse this string, hoping to create a copy of the original node, but I get a number of parser errors. The problem is that node2String expands entities like amp;

Re: deprecated, source resolver, test case mess

2003-07-24 Thread Stephan Michels
On 24 Jul 2003, David Crossley wrote: Stephan Michels wrote: The only testcase, which depends on the deprecated package is the ResolverImplTestCase, I think. I don't know the status of the Resolver, but I see that parts of it went into the xmlutil package of Excalibur. So, perhaps

Re: Round trip with org.apache.cocoon.xml.dom.DOMUtil.node2String

2003-07-24 Thread Bruno Dumon
On Wed, 2003-07-23 at 21:54, Hugo Burm wrote: I dump my DOM node with org.apache.cocoon.xml.dom.DOMUtil.node2String to a string. Then I try to parse this string, hoping to create a copy of the original node, but I get a number of parser errors. The problem is that node2String expands

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/components LifecycleHelper.java

2003-07-24 Thread bruno
bruno 2003/07/24 03:30:53 Modified:src/java/org/apache/cocoon/components LifecycleHelper.java Log: Added a static setupComponent method that takes a ServiceManager instead of a ComponentManager Revision ChangesPath 1.3 +24 -1

DO NOT REPLY [Bug 21848] New: - [PATCH] 'host' pattern for CocoonLogFormatters

2003-07-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21848. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 21368] - [PATCH] CocoonCrawler enhancements

2003-07-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21368. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: deprecated, source resolver, test case mess

2003-07-24 Thread Geoff Howard
Stephan Michels wrote: On Wed, 23 Jul 2003, Geoff Howard wrote: ... The only testcase, which depends on the deprecated package is the ResolverImplTestCase, I think. I don't know the status of the Resolver, but I see that parts of it went into the xmlutil package of Excalibur. Well, I tried that

[RT] Updating our marketing strategy

2003-07-24 Thread Stefano Mazzocchi
I'm on the plane back to Italy. My iTunes plays Celia Cruz's el carnival de la vida in honor of her recent death. And I'm thinking that the time has arrived for this RT to land. In really short term: Cocoon is mismarketed. I think many realize this. What many don't necessarely realize is that

cvs commit: cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/binding BindingException.java

2003-07-24 Thread bruno
bruno 2003/07/24 05:36:21 Added: src/blocks/woody/java/org/apache/cocoon/woody/binding BindingException.java Log: initial commit Revision ChangesPath 1.1

cvs commit: cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/util DomHelper.java

2003-07-24 Thread bruno
bruno 2003/07/24 05:36:41 Modified:src/blocks/woody/java/org/apache/cocoon/woody/util DomHelper.java Log: Check for missing attribute was incorrect Revision ChangesPath 1.5 +1 -1

cvs commit: cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/binding AggregateJXPathBinding.java AggregateJXPathBindingBuilder.java Binding.java ComposedJXPathBindingBase.java ContextJXPathBinding.java ContextJXPathBindingBuilder.java DeleteNodeJXPathBindingBuilder.java FieldJXPathBinding.java FieldJXPathBindingBuilder.java InsertBeanJXPathBinding.java InsertBeanJXPathBindingBuilder.java InsertNodeJXPathBinding.java InsertNodeJXPathBindingBuilder.java JXPathBindingBase.java JXPathBindingManager.java JXpathBindingBuilderBase.java RepeaterJXPathBinding.java RepeaterJXPathBindingBuilder.java SetAttributeJXPathBinding.java SetAttributeJXPathBindingBuilder.java

2003-07-24 Thread bruno
bruno 2003/07/24 05:39:18 Modified:src/blocks/woody/java/org/apache/cocoon/woody/binding AggregateJXPathBinding.java AggregateJXPathBindingBuilder.java Binding.java ComposedJXPathBindingBase.java

cvs commit: cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/samples Form2Bean.java

2003-07-24 Thread bruno
bruno 2003/07/24 05:40:32 Modified:src/blocks/woody/java/org/apache/cocoon/woody/samples Form2Bean.java Log: Added a Date and int field to illustrate binding of non-string values Revision ChangesPath 1.2 +19 -0

cvs commit: cocoon-2.1/src/blocks/woody/samples/flow binding_example.js

2003-07-24 Thread bruno
bruno 2003/07/24 05:41:20 Modified:src/blocks/woody/samples/flow binding_example.js Log: initialise birthday field on Form2Bean sample Revision ChangesPath 1.7 +1 -0 cocoon-2.1/src/blocks/woody/samples/flow/binding_example.js Index: binding_example.js

cvs commit: cocoon-2.1/src/blocks/woody/samples/forms form2_bind_bean.xml form2_bind_xml.xml form2_data.xml form2_jx.xml form2_model.xml form2_template.xsp

2003-07-24 Thread bruno
bruno 2003/07/24 05:42:20 Modified:src/blocks/woody/samples/forms form2_bind_bean.xml form2_bind_xml.xml form2_data.xml form2_jx.xml form2_model.xml form2_template.xsp Log: Extended example with a Date and integer field Revision

cvs commit: cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/datatype/typeimpl LongType.java

2003-07-24 Thread bruno
bruno 2003/07/24 05:55:18 Modified:src/blocks/woody/java/org/apache/cocoon/woody/datatype/typeimpl LongType.java Log: removed methods that were not used any longer Revision ChangesPath 1.2 +0 -28

cvs commit: cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/binding BindingManager.java JXPathBindingManager.java

2003-07-24 Thread bruno
bruno 2003/07/24 05:57:57 Modified:src/blocks/woody/java/org/apache/cocoon/woody/binding BindingManager.java JXPathBindingManager.java Log: replaced the ProcessingException with BindingException Revision ChangesPath 1.2 +1 -2

[PATCH] CocoonCrawler enhancements

2003-07-24 Thread Upayavira
Unico, I've seen this crawler before, and wondered what it is used for. Can you tell me? Sounds like it could work with the CLI, instead of its own rather messy crawler. Regards, Upayavira On 24 Jul 2003 11:10:02 -, [EMAIL PROTECTED] said: DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR

Re: What about additional community services?

2003-07-24 Thread Stefano Mazzocchi
On Wednesday, Jul 23, 2003, at 04:06 America/Guayaquil, Nicola Ken Barozzi wrote: As some know, I have put a service based on Ant on my server that weekly downloads from Bugzilla the patches of Cocoon, formats them in text, and sends them to the mailing list. This makes it easy to keep track

Re: What about additional community services?

2003-07-24 Thread Nicola Ken Barozzi
Stefano Mazzocchi wrote, On 24/07/2003 15.14: On Wednesday, Jul 23, 2003, at 04:06 America/Guayaquil, Nicola Ken Barozzi wrote: As some know, I have put a service based on Ant on my server that weekly downloads from Bugzilla the patches of Cocoon, formats them in text, and sends them to the

DO NOT REPLY [Bug 21853] New: - [patch][woody] Making WoodyTemplateTransformer Flow-aware.

2003-07-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21853. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 21853] - [patch][woody] Making WoodyTemplateTransformer Flow-aware.

2003-07-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21853. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: New JDK available

2003-07-24 Thread Stefano Mazzocchi
On Thursday, Jul 24, 2003, at 06:40 America/Guayaquil, Christoph Gaffga wrote: Hi, we are running Cocoon 2.1m3 on JDK 1.2 with -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -Xmx120 0m -Xms1200m and we see only little perfomance increase. But there is something I read in the

DO NOT REPLY [Bug 21855] New: - Namespace bug in FragmentExtractorTransformer

2003-07-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21855. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [RT] Updating our marketing strategy

2003-07-24 Thread Geoff Howard
Stefano Mazzocchi wrote: Remember, it is included in JBuilder, which is no small feat. As I recall, I don't remember Struts or Turbine being included THat is a definite start and part of the marketing package. Yes, but they include Cocoon 1 and they do a really poor job at it. (the person

RE: Round trip with org.apache.cocoon.xml.dom.DOMUtil.node2String

2003-07-24 Thread Hugo Burm
-Original Message- From: Bruno Dumon [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 11:18 AM To: [EMAIL PROTECTED] Subject: Re: Round trip with org.apache.cocoon.xml.dom.DOMUtil.node2String On Wed, 2003-07-23 at 21:54, Hugo Burm wrote: I dump my DOM node with

Advanced form validation using jxforms

2003-07-24 Thread Jonathan Spaeth
Title: Advanced form validation using jxforms I have been working on a set of cocoon apps for the past three or four months now. The basic idea is simple data management; replacing a large number of spreadsheets with sql-database-driven apps using cocoon and jxforms (originally xmlform, but I

DO NOT REPLY [Bug 21853] - [patch][woody] Making WoodyTemplateTransformer Flow-aware.

2003-07-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21853. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [RT] Updating our marketing strategy

2003-07-24 Thread Simon Hürlimann (IMSEC)
Hi all I just subscribed to this list a few minutes ago, so if I missed something... :-) Am Donnerstag, 24. Juli 2003 16.05 schrieb Stefano Mazzocchi: On Thursday, Jul 24, 2003, at 15:02 Europe/Rome, Berin Loritsch wrote: Stefano Mazzocchi wrote: [snip] Once cocoon enters a working

Re: [RT] Updating our marketing strategy

2003-07-24 Thread Berin Loritsch
Tony Collen wrote: I think that having a Testimonials section will also help. Real comments from real users. How did it save time? How did it make things easier to maintain? When did it pay off? Yes, damn it. We need that. I'll write a letter copying users@ for this. I have a good

RE: Advanced form validation using jxforms

2003-07-24 Thread Jonathan Spaeth
Title: Message Well, I have solved my own problem...it seems that jxpath has been upgraded since I last browsed the docs and java functions can be directly called from xpath. Therefore, with the jdk 1.4, I am able to do the following within my schema: rule context="timestamp"assert

JXForm w/ Schematron namespaces - oversight or bug?

2003-07-24 Thread Chris Clark
Using the 2.1m2 Scratchpad JXForm sample as I base, I managed to get my own forms with JXForm working. I then tried to implement validation with Schematron. Everything went reasonably smoothly except that the error messages would not display on screen like they do in the sample. I finally

Tomcat 5

2003-07-24 Thread Rapheal Sheejo
Hi Sirs, I have installed Tomcat 5 in my system and I try to run one simple JSTL jsp page, some error has come. Please help me to give one solution to this.Please send the help file for configuring Tomcat 5 to run JSTL..The error is "org.apache.jasper.JasperException: The absolute uri:

Re: FOP 0.20.5 released.....

2003-07-24 Thread Tetsuya Kitahata
On Thu, 24 Jul 2003 00:41:21 -0600 (CST) Antonio Gallardo [EMAIL PROTECTED] wrote: On 18 Jul, was released the lastest version of FOP, as sometime ago was requested to use better released products instead of Beta. I think it is time to upgrade FOP library. More info at: