Re: block-compile doesn't use source.vm property

2006-02-28 Thread Andreas Hartmann
Jean-Baptiste Quenot wrote: * Andreas Hartmann: the block-compile macro doesn't use the source.vm property. Is this intentional? javac destdir=${{build.blocks}}/@{{name}}/dest debug=${{compiler.debug}} optimize=${{compiler.optimize}}

Re: Using trunk

2006-02-28 Thread Reinhard Poetz
David Crossley wrote: Would someone please help to get started with Maven. Too many days have been wasted. I have today's Cocoon trunk. Installed Maven-2.0.2 $ cd cocoon-trunk $ mvn -Dmaven.test.skip=true clean install ... watch thousands of warnings and stuff go by. Then it gets to ...

Re: block-compile doesn't use source.vm property

2006-02-28 Thread Jean-Baptiste Quenot
* Andreas Hartmann: It determines the version of the Java source (1.2, 1.3, 1.4, ...). I have a block which contains assert statements, and it won't compile with the default setting. If I add the javac source attribute, it works. Committed, thanks! See

Re: Block deployment

2006-02-28 Thread Jean-Baptiste Quenot
* Reinhard Poetz: uuups, the run.bat is obsolete. I've just removed it. Move to .\cocoon\trunk\cocoon-block-deployer\cocoon-deployer-plugin-demo and call mvn clean cocoon:simple-deploy from there. Yet another error: [ERROR] BUILD ERROR [INFO]

Re: block-compile doesn't use source.vm property

2006-02-28 Thread Andreas Hartmann
Jean-Baptiste Quenot wrote: * Andreas Hartmann: It determines the version of the Java source (1.2, 1.3, 1.4, ...). I have a block which contains assert statements, and it won't compile with the default setting. If I add the javac source attribute, it works. Committed, thanks! See

Re: Using trunk

2006-02-28 Thread David Crossley
Reinhard Poetz wrote: It's strange as cocoon-default-1.0-SNAPSHOT.jar, which is one of our *own* modules should be build *locally* and put into your local repository and Maven should be able to pick it up at build time. Yeah, i thought that it was very strange. Lets say i am a brand new

Re: Block deployment

2006-02-28 Thread Reinhard Poetz
Jean-Baptiste Quenot wrote: * Reinhard Poetz: uuups, the run.bat is obsolete. I've just removed it. Move to .\cocoon\trunk\cocoon-block-deployer\cocoon-deployer-plugin-demo and call mvn clean cocoon:simple-deploy from there. Yet another error: [ERROR] BUILD ERROR [INFO]

Re: Using trunk

2006-02-28 Thread David Crossley
Giacomo Pati wrote: Hi David Gidday ol' mate. Thanks for helping. David Crossley wrote: Would someone please help to get started with Maven. Too many days have been wasted. I have today's Cocoon trunk. Installed Maven-2.0.2 $ cd cocoon-trunk $ mvn -Dmaven.test.skip=true clean

Re: Dependency on WebApplicationContext

2006-02-28 Thread Carsten Ziegeler
Daniel Fagerstrom wrote: After you made the Settings object available on its own the Core doesn't seem to be used much anymore. So it seem like a good idea to remove it. The only remaining use seem to be as a shielding of the EnvironmentHelper. What is your plan for that functionality? I

Re: Dependency on WebApplicationContext

2006-02-28 Thread Carsten Ziegeler
Reinhard Poetz schrieb: Carsten Ziegeler wrote: Reinhard Poetz wrote: As I wrote to you directly, the problem is that cocoon-deployer-core-1.0-SNAPSHOT.jar isn't up to date. Calling mvn clean install from the project's base directory should solve the problem. I had to do this twice

Re: Using trunk

2006-02-28 Thread Reinhard Poetz
David Crossley wrote: Reinhard Poetz wrote: It's strange as cocoon-default-1.0-SNAPSHOT.jar, which is one of our *own* modules should be build *locally* and put into your local repository and Maven should be able to pick it up at build time. Yeah, i thought that it was very strange. Lets

Re: Using trunk

2006-02-28 Thread Giacomo Pati
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 28 Feb 2006, David Crossley wrote: Date: Tue, 28 Feb 2006 21:15:37 +1100 From: David Crossley [EMAIL PROTECTED] Reply-To: dev@cocoon.apache.org To: dev@cocoon.apache.org Subject: Re: Using trunk Giacomo Pati wrote: Hi David Gidday ol'

environment errors

2006-02-28 Thread Max Pfingsthorn
Dear all, I have a few errors here which I really cannot explain, maybe someone can shed some light on the matter? The weird thing is, the application works fine, despite the errors below... But I am very curious what could make these things happen. I have a creepy feeling that this might be

Re: Using trunk

2006-02-28 Thread David Crossley
Giacomo Pati wrote: David Crossley wrote: Giacomo Pati wrote: David Crossley wrote: Would someone please help to get started with Maven. Too many days have been wasted. I have today's Cocoon trunk. Installed Maven-2.0.2 $ cd cocoon-trunk $ mvn -Dmaven.test.skip=true clean install

Re: Using trunk

2006-02-28 Thread Tim Williams
On 2/28/06, David Crossley [EMAIL PROTECTED] wrote: Giacomo Pati wrote: David Crossley wrote: Giacomo Pati wrote: David Crossley wrote: Would someone please help to get started with Maven. Too many days have been wasted. I have today's Cocoon trunk. Installed Maven-2.0.2 $

Re: FYI: OSGi JSR

2006-02-28 Thread Stefano Mazzocchi
Daniel Fagerstrom wrote: Apache and some other well known organizations have started an JSR for dynamic component framework in Java SE based on OSGi. http://www.osgi.org/blog/2006/02/jsr-291-dynamic-component-support-for.html http://www.jcp.org/en/jsr/detail?id=291 4 months to get a JSR out

Re: Block deployment

2006-02-28 Thread Jean-Baptiste Quenot
* Reinhard Poetz: I think David reported the same error. If you build the _complete_ trunk, org.apache.cocoon:cocoon-deployer-plugin-demo should have been put into your local repository. Are you sure that you haven't commented out the module in the parent POM

Re: Block deployment

2006-02-28 Thread Reinhard Poetz
Jean-Baptiste Quenot wrote: * Reinhard Poetz: I think David reported the same error. If you build the _complete_ trunk, org.apache.cocoon:cocoon-deployer-plugin-demo should have been put into your local repository. Are you sure that you haven't commented out the module in the

Re: environment errors

2006-02-28 Thread Jean-Baptiste Quenot
* Max Pfingsthorn: org.apache.cocoon.ProcessingException: Unable to remove component from automatic release: no environment available. at org.apache.cocoon.components.CocoonComponentManager.removeFromAutomaticRelease(CocoonComponentManager.java:489) at

Re: [CRAZY IDEA] sitemaps in javascript

2006-02-28 Thread Peter Hunsberger
On 2/27/06, Irv Salisbury [EMAIL PROTECTED] wrote: I have to admit that the cocoon sitemaps we use for our projects have gotten out of hand. If a new person started working on it, they would need a sitemap for the sitemaps. Because of the common stuff we want to do across projects, we

Re: environment errors

2006-02-28 Thread Carsten Ziegeler
Jean-Baptiste Quenot schrieb: * Max Pfingsthorn: org.apache.cocoon.ProcessingException: Unable to remove component from automatic release: no environment available. at org.apache.cocoon.components.CocoonComponentManager.removeFromAutomaticRelease(CocoonComponentManager.java:489)

Re: FYI: OSGi JSR

2006-02-28 Thread Niclas Hedhman
On Tuesday 28 February 2006 21:20, Stefano Mazzocchi wrote: These two JSRs are heading on a massive collision course. Not if the people involved don't want that to happen. The most important difference (as I see it) between the two is that JSR-291 is a fast track add-on for those who want it

[jira] Created: (COCOON-1785) I18nMessage - null parameter values causes NPE

2006-02-28 Thread Eric Meyer (JIRA)
I18nMessage - null parameter values causes NPE -- Key: COCOON-1785 URL: http://issues.apache.org/jira/browse/COCOON-1785 Project: Cocoon Type: Bug Components: Blocks: Forms Versions: 2.1.8, 2.1.9-dev (current SVN)

[jira] Assigned: (COCOON-1785) I18nMessage - null parameter values causes NPE

2006-02-28 Thread Antonio Gallardo (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1785?page=all ] Antonio Gallardo reassigned COCOON-1785: Assign To: Antonio Gallardo I18nMessage - null parameter values causes NPE -- Key:

Re: Dependency on WebApplicationContext

2006-02-28 Thread Carsten Ziegeler
Carsten Ziegeler schrieb: Reinhard Poetz schrieb: Carsten Ziegeler wrote: Reinhard Poetz wrote: As I wrote to you directly, the problem is that cocoon-deployer-core-1.0-SNAPSHOT.jar isn't up to date. Calling mvn clean install from the project's base directory should solve the problem.

Re: FYI: OSGi JSR

2006-02-28 Thread Daniel Fagerstrom
I think there are lots of politics involved. Peter Kriens, OSGi spec author, evangelist and old timer was rejected to become a member of JSR277, and is upset about it: http://www.aqute.biz/2006/02/osgi-and-jsr-277-bad-vibes.html, (he have written a number of times about it on his blog).

Re: Dependency on WebApplicationContext

2006-02-28 Thread Reinhard Poetz
Carsten Ziegeler wrote: Carsten Ziegeler schrieb: Reinhard Poetz schrieb: Carsten Ziegeler wrote: Reinhard Poetz wrote: As I wrote to you directly, the problem is that cocoon-deployer-core-1.0-SNAPSHOT.jar isn't up to date. Calling mvn clean install from the project's base

Re: [CRAZY IDEA] sitemaps in javascript

2006-02-28 Thread Daniel Fagerstrom
Much of what you asking for is on its way and there is plenty of room for contributions ;) Sitemap inheritance (or actually servlet inheritance), is part of the block architecture and implemented nearly a year ago. The blocks architecture still need some polishing before its ready for prime

Building trunk - Maven is your friend

2006-02-28 Thread Carsten Ziegeler
After some thinking I think I have a simple solution to our problem about how to build trunk with m2: it's simple, Maven can do this for us! The Maven war plugin is able to assemble the webapp by combining the contents of several war projects. So if we change all of our blocks projects (that have

Re: Building trunk - Maven is your friend

2006-02-28 Thread Leszek Gawron
Carsten Ziegeler wrote: After some thinking I think I have a simple solution to our problem about how to build trunk with m2: it's simple, Maven can do this for us! The Maven war plugin is able to assemble the webapp by combining the contents of several war projects. So if we change all of our

Re: Dependency on WebApplicationContext

2006-02-28 Thread Daniel Fagerstrom
Carsten Ziegeler skrev: Daniel Fagerstrom wrote: After you made the Settings object available on its own the Core doesn't seem to be used much anymore. So it seem like a good idea to remove it. The only remaining use seem to be as a shielding of the EnvironmentHelper. What is your plan for

Re: Building trunk - Maven is your friend

2006-02-28 Thread Reinhard Poetz
Carsten Ziegeler wrote: After some thinking I think I have a simple solution to our problem about how to build trunk with m2: it's simple, Maven can do this for us! The Maven war plugin is able to assemble the webapp by combining the contents of several war projects. So if we change all of our

Re: Using trunk

2006-02-28 Thread Daniel Fagerstrom
David Crossley skrev: ... And the failures here are mostly from snapshots.maven.codehaus.org We should avoid the use of snapshots as far as possible. Besides the obvious wish to build Cocoon on stable ground, the snapshots complicates Maven use as Maven check the repositories for more recent

Re: Block deployment

2006-02-28 Thread Daniel Fagerstrom
These artifact is newer than the latest update of the snapshot repository, you need to compile and install cocoon-blocks-fw and cocoon-sitemap in you local repository to get it to work. And in general you need to get all Cocoon blocks from your local repository as the one from the snapshot

Re: Building trunk - Maven is your friend

2006-02-28 Thread Reinhard Poetz
Carsten Ziegeler wrote: After some thinking I think I have a simple solution to our problem about how to build trunk with m2: it's simple, Maven can do this for us! The Maven war plugin is able to assemble the webapp by combining the contents of several war projects. So if we change all of

Re: Building trunk - Maven is your friend

2006-02-28 Thread Daniel Fagerstrom
Reinhard Poetz skrev: Carsten Ziegeler wrote: After some thinking I think I have a simple solution to our problem about how to build trunk with m2: it's simple, Maven can do this for us! The Maven war plugin is able to assemble the webapp by combining the contents of several war projects. So

Re: Using trunk

2006-02-28 Thread David Crossley
Tim Williams wrote: David Crossley wrote: Giacomo Pati wrote: David Crossley wrote: Yeah i have been doing that. Gets to a different place each time. There are many warnings from various repos, but it usually gets each from one of the alternates. Ok. Without having a ~/.m2

Quickstart to Cocoon-2.2 with Maven (Was: Using trunk)

2006-02-28 Thread David Crossley
David Crossley wrote: Reinhard Poetz wrote: David Crossley wrote: Lets say i am a brand new developer, eager to try trunk. I can do svn stuff and have the checkout. The most recent Maven release 2.0.2 is installed and set the environment. Never used Maven before other than to do

a bug in file upload widget

2006-02-28 Thread darcy
Hey: I find a bug when I use the file upload widget in my forms. In the form, I use a repeater , in it, have a file upload widget and an repeater-action widget. When I choose a file from my disk(with the filename in Chinese), and then save this form(if this validation is fail) or add

[jira] Closed: (COCOON-1778) NPE calling QuartzJobScheduler.fireJob if the job is a CronJob

2006-02-28 Thread Eric Meyer (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1778?page=all ] Eric Meyer closed COCOON-1778: -- Resolution: Fixed Thanks, Antonio. -- Eric NPE calling QuartzJobScheduler.fireJob if the job is a CronJob

[jira] Created: (COCOON-1786) BrowserUpdateTransformer can get into invalid state - must override recycle()

2006-02-28 Thread Eric Meyer (JIRA)
BrowserUpdateTransformer can get into invalid state - must override recycle() - Key: COCOON-1786 URL: http://issues.apache.org/jira/browse/COCOON-1786 Project: Cocoon Type: Bug Components:

[jira] Created: (COCOON-1787) BrowserUpdateTransformer can get into invalid state - must override recycle()

2006-02-28 Thread Eric Meyer (JIRA)
BrowserUpdateTransformer can get into invalid state - must override recycle() - Key: COCOON-1787 URL: http://issues.apache.org/jira/browse/COCOON-1787 Project: Cocoon Type: Bug Components:

[jira] Created: (COCOON-1788) BrowserUpdateTransformer can get into invalid state - must override recycle()

2006-02-28 Thread Eric Meyer (JIRA)
BrowserUpdateTransformer can get into invalid state - must override recycle() - Key: COCOON-1788 URL: http://issues.apache.org/jira/browse/COCOON-1788 Project: Cocoon Type: Bug Components:

[jira] Closed: (COCOON-1787) BrowserUpdateTransformer can get into invalid state - must override recycle()

2006-02-28 Thread Eric Meyer (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1787?page=all ] Eric Meyer closed COCOON-1787: -- Resolution: Duplicate had network hicup. BrowserUpdateTransformer can get into invalid state - must override recycle()

[jira] Closed: (COCOON-1788) BrowserUpdateTransformer can get into invalid state - must override recycle()

2006-02-28 Thread Eric Meyer (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1788?page=all ] Eric Meyer closed COCOON-1788: -- Resolution: Duplicate had network hicup. BrowserUpdateTransformer can get into invalid state - must override recycle()

[jira] Assigned: (COCOON-1786) BrowserUpdateTransformer can get into invalid state - must override recycle()

2006-02-28 Thread Antonio Gallardo (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1786?page=all ] Antonio Gallardo reassigned COCOON-1786: Assign To: Antonio Gallardo BrowserUpdateTransformer can get into invalid state - must override recycle()

[jira] Commented: (COCOON-1785) I18nMessage - null parameter values causes NPE

2006-02-28 Thread Antonio Gallardo (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1785?page=comments#action_12368215 ] Antonio Gallardo commented on COCOON-1785: -- String.valueOf() replace null -- null [1] Is this the expected behavior? Is not better to log the error or to throw the

[jira] Updated: (COCOON-1786) BrowserUpdateTransformer can get into invalid state - must override recycle()

2006-02-28 Thread Antonio Gallardo (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1786?page=all ] Antonio Gallardo updated COCOON-1786: - Thanks for the patch! The patch was applied. Please cross check and close the bug. BrowserUpdateTransformer can get into invalid state - must override

[jira] Updated: (COCOON-1778) NPE calling QuartzJobScheduler.fireJob if the job is a CronJob

2006-02-28 Thread Antonio Gallardo (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1778?page=all ] Antonio Gallardo updated COCOON-1778: - Fix Version: 2.1.9-dev (current SVN) NPE calling QuartzJobScheduler.fireJob if the job is a CronJob

[jira] Updated: (COCOON-1368) [PATCH] HTTPRequestTransformer

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1368?page=all ] David Crossley updated COCOON-1368: --- Bugzilla Id: (was: 32541) Other Info: [Patch available] Description: I have created a transformer that allows to do HTTP requests (POST and

[jira] Updated: (COCOON-1372) [PATCH] SmbAuthAction

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1372?page=all ] David Crossley updated COCOON-1372: --- Bugzilla Id: (was: 32587) Other Info: [Patch available] Description: Authenticates arbitrary user credentials against an NT domain based on

[jira] Updated: (COCOON-1185) [PATCH] BerkeleyDBStore

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1185?page=all ] David Crossley updated COCOON-1185: --- Bugzilla Id: (was: 29562) Other Info: [Patch available] Description: I've seen the discussion about the Sleepycat license, and realize this

[jira] Updated: (COCOON-1220) [PATCH] PaginatedRepeater widget for CForms

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1220?page=all ] David Crossley updated COCOON-1220: --- Bugzilla Id: (was: 30213) Other Info: [Patch available] Description: This patch adds a new widget to CForms which extends the existing

[jira] Updated: (COCOON-1345) [PATCH] Suggestion for a conversion block

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1345?page=all ] David Crossley updated COCOON-1345: --- Bugzilla Id: (was: 32223) Other Info: [Patch available] Description: This patch is an attempt at creating a conversion block similar to what

[jira] Updated: (COCOON-1337) [PATCH] Suggestion for widget population

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1337?page=all ] David Crossley updated COCOON-1337: --- Bugzilla Id: (was: 32169) Other Info: [Patch available] Description: This patch enables CForm to only populate the widgets that has been

[jira] Updated: (COCOON-649) [PATCH] Made SQLTransformer paginatable

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-649?page=all ] David Crossley updated COCOON-649: -- Bugzilla Id: (was: 19138) Other Info: [Patch available] Description: Hi, Thanks to idea and code from Irv Salisbury III, I made some changes to

[jira] Updated: (COCOON-719) [PATCH] Support for transactions in SQLTransformer

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-719?page=all ] David Crossley updated COCOON-719: -- Bugzilla Id: (was: 20631) Other Info: [Patch available] Description: I asked about transaction support in the SQLTransformer and got some good

[jira] Updated: (COCOON-1622) [PATCH] SendMailTransformer and HTML body

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1622?page=all ] David Crossley updated COCOON-1622: --- Bugzilla Id: (was: 36949) Other Info: [Patch available] [PATCH] SendMailTransformer and HTML body -

[jira] Updated: (COCOON-1603) [PATCH] handling of alternatives in MailTransformer

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1603?page=all ] David Crossley updated COCOON-1603: --- Bugzilla Id: (was: 36718) Other Info: [Patch available] [PATCH] handling of alternatives in MailTransformer

[jira] Updated: (COCOON-1519) [PATCH] TeeTransformer refactoring

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1519?page=all ] David Crossley updated COCOON-1519: --- Bugzilla Id: (was: 35094) Other Info: [Patch available] Description: - delegate to XMLTeePipe now - variable cleanup and recycle() fixes

[jira] Updated: (COCOON-1394) [PATCH] Implementation of PortletRequest#getQueryString()

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1394?page=all ] David Crossley updated COCOON-1394: --- Bugzilla Id: (was: 32984) Other Info: [Patch available] [PATCH] Implementation of PortletRequest#getQueryString()

[jira] Updated: (COCOON-1302) [Patch] Word Document Generator

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1302?page=all ] David Crossley updated COCOON-1302: --- Bugzilla Id: (was: 31724) Other Info: [Patch available] [Patch] Word Document Generator --- Key:

[jira] Updated: (COCOON-1294) [PATCH] JavaClassWidgetListenerBuilder add LifeCycle

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1294?page=all ] David Crossley updated COCOON-1294: --- Bugzilla Id: (was: 31640) Other Info: [Patch available] [PATCH] JavaClassWidgetListenerBuilder add LifeCycle

[jira] Updated: (COCOON-1254) [Patch] OWQLTransformer + RDQLTransformer

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1254?page=all ] David Crossley updated COCOON-1254: --- Bugzilla Id: (was: 30995) Other Info: [Patch available] [Patch] OWQLTransformer + RDQLTransformer -

[jira] Updated: (COCOON-1272) [PATCH] Forms without continuation

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1272?page=all ] David Crossley updated COCOON-1272: --- Bugzilla Id: (was: 31312) Other Info: [Patch available] Description: I couldn't find any solution for how to use fully CForms without

[jira] Updated: (COCOON-1206) [PATCH] Cleanup transformer

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1206?page=all ] David Crossley updated COCOON-1206: --- Bugzilla Id: (was: 30018) Other Info: [Patch available] Description: Cleanup transformer: removes excess whitespace while adding some where

Re: Building trunk - Maven is your friend

2006-02-28 Thread Reinhard Poetz
Daniel Fagerstrom wrote: OTH we badly need to get some limited samples working for trunk ASAP. So that the community can get its faith in trunk back. And so that the threshold for getting involved in trunk development and testing becomes lower. Yes, right. Please guys, give me time till

[jira] Updated: (COCOON-1203) [PATCH] inserver junit testing

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1203?page=all ] David Crossley updated COCOON-1203: --- Bugzilla Id: (was: 29970) Other Info: [Patch available] Description: This piece of code allows junit test in a normal server environment.

[jira] Updated: (COCOON-1147) [PATCH] namespace issues with XMLDBTransformer

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1147?page=all ] David Crossley updated COCOON-1147: --- Bugzilla Id: (was: 28723) Other Info: [Patch available] [PATCH] namespace issues with XMLDBTransformer

[jira] Updated: (COCOON-1125) [PATCH] Updated CastorTransformer + samples

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1125?page=all ] David Crossley updated COCOON-1125: --- Bugzilla Id: (was: 28334) Other Info: [Patch available] Description: submitted by Erwin van de Noort:

[jira] Updated: (COCOON-1618) [PATCH] SoapGenerator/Serializer for Axis Block

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1618?page=all ] David Crossley updated COCOON-1618: --- Bugzilla Id: (was: 36868) Other Info: [Patch available] [PATCH] SoapGenerator/Serializer for Axis Block

[jira] Updated: (COCOON-910) [PATCH] sitemap parameters support for SVGSerializer

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-910?page=all ] David Crossley updated COCOON-910: -- Bugzilla Id: (was: 25100) Other Info: [Patch available] [PATCH] sitemap parameters support for SVGSerializer

[jira] Updated: (COCOON-1418) [PATCH] CForm definitions using JXTemplate

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1418?page=all ] David Crossley updated COCOON-1418: --- Bugzilla Id: (was: 33237) Other Info: [Patch available] Description: This is a patch that I needed to implement for a project I'm working on

[jira] Updated: (COCOON-1515) [PATCH] Add remoteUser() information to RequestGenerator

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1515?page=all ] David Crossley updated COCOON-1515: --- Bugzilla Id: (was: 35051) Other Info: [Patch available] Description: Something I've occasionally found useful in the request generator when

[jira] Updated: (COCOON-996) [PATCH] LuceneIndexContentHandler.java produces CLOBs

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-996?page=all ] David Crossley updated COCOON-996: -- Bugzilla Id: (was: 25934) Other Info: [Patch available] Description:

[jira] Updated: (COCOON-1332) [PATCH] content-length and content-type for portlet ActionRequest

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1332?page=all ] David Crossley updated COCOON-1332: --- Bugzilla Id: (was: 32159) Other Info: [Patch available] [PATCH] content-length and content-type for portlet ActionRequest

[jira] Updated: (COCOON-1489) [PATCH] XInclude transformer does not handle fallback correctly

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1489?page=all ] David Crossley updated COCOON-1489: --- Bugzilla Id: (was: 34325) Other Info: [Patch available] Description: When using the xi:fallback element, the XInclude transformer returns a

[jira] Updated: (COCOON-1587) [PATCH] Simple i18n support for selectionLists

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1587?page=all ] David Crossley updated COCOON-1587: --- Bugzilla Id: (was: 36436) Other Info: [Patch available] Description: Inserts an i18n:text tag, if the i18nSupport in the selectionList is set

[jira] Updated: (COCOON-1360) [patch] client side validation for CForms

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1360?page=all ] David Crossley updated COCOON-1360: --- Bugzilla Id: (was: 32419) Other Info: [Patch available] Description: This enhancement allow client-side validation for CForms. Archive

[jira] Updated: (COCOON-1335) [PATCH] RoleFilterTransformer dependent on buggy FilterTransformer

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1335?page=all ] David Crossley updated COCOON-1335: --- Bugzilla Id: (was: 32164) Other Info: [Patch available] Description: Inheritance from class FilterTransformer removed, required (useless)

[jira] Updated: (COCOON-1557) [PATCH] Change access to AbstractContinuable.getContext to protected

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1557?page=all ] David Crossley updated COCOON-1557: --- Bugzilla Id: (was: 35672) Other Info: [Patch available] [PATCH] Change access to AbstractContinuable.getContext to protected

[jira] Updated: (COCOON-1556) [PATCH] Add a JXPathConvertor for conversion betwean beans and Strings

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1556?page=all ] David Crossley updated COCOON-1556: --- Bugzilla Id: (was: 35671) Summary: [PATCH] Add a JXPathConvertor for conversion betwean beans and Strings (was: [PATCH] Add a

[jira] Updated: (COCOON-1506) [PATCH] Manually specifying a mounted sitemap's context

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1506?page=all ] David Crossley updated COCOON-1506: --- Bugzilla Id: (was: 34781) Other Info: [Patch available] Description: In http://marc.theaimsgroup.com/?l=xml-cocoon-devm=111330062713083w=2 we

[jira] Updated: (COCOON-1325) [PATCH] commons-fileupload based multipart parser

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1325?page=all ] David Crossley updated COCOON-1325: --- Bugzilla Id: (was: 32102) Other Info: [Patch available] Description: As discussed in [1], this patch replaces the current multipartparser

[jira] Updated: (COCOON-988) [PATCH] StreamGenerator can't handle multipart request parameters correctly

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-988?page=all ] David Crossley updated COCOON-988: -- Bugzilla Id: (was: 25594) Other Info: [Patch available] Description: In the StreamGenerator class in line 140 String sXml =

[jira] Updated: (COCOON-1526) [PATCH] processToDOM returns a read-only DOM

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1526?page=all ] David Crossley updated COCOON-1526: --- Bugzilla Id: (was: 35273) Other Info: [Patch available] [PATCH] processToDOM returns a read-only DOM

[jira] Updated: (COCOON-1354) [Patch] status-code on serializer not expanding variables

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1354?page=all ] David Crossley updated COCOON-1354: --- Bugzilla Id: (was: 32336) Other Info: [Patch available] Description: map:serialize type=html status-code={sc}/ does not return the resolved

[jira] Updated: (COCOON-1260) [PATCH] MultipartParser can now handle multipart/mixed

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1260?page=all ] David Crossley updated COCOON-1260: --- Bugzilla Id: (was: 31067) Other Info: [Patch available] Description: org.apache.cocoon.servlet.multipart.MultipartParser did not handle

[jira] Updated: (COCOON-1266) [PATCH] Resource reader fails to add HTTP headers

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1266?page=all ] David Crossley updated COCOON-1266: --- Bugzilla Id: (was: 31243) Other Info: [Patch available] Description: The resource reader does not add Last-Modified and Expires headers when

[jira] Updated: (COCOON-1549) [PATCH] Batik Rhino support incompatible with Cocoon's

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1549?page=all ] David Crossley updated COCOON-1549: --- Bugzilla Id: (was: 35578) Other Info: [Patch available] [PATCH] Batik Rhino support incompatible with Cocoon's

[jira] Updated: (COCOON-1340) [PATCH] lucene block contribution : a AnalyzerManager component

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1340?page=all ] David Crossley updated COCOON-1340: --- Bugzilla Id: (was: 32208) Other Info: [Patch available] [PATCH] lucene block contribution : a AnalyzerManager component

[jira] Updated: (COCOON-1232) [PATCH] NEW--ModuleDB Action for ORACLE( auto. increment )

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1232?page=all ] David Crossley updated COCOON-1232: --- Bugzilla Id: (was: 30490) Other Info: [Patch available] [PATCH] NEW--ModuleDB Action for ORACLE( auto. increment )

[jira] Updated: (COCOON-806) [PATCH]: HSSF Serializer does not process gmr:PrintInformation

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-806?page=all ] David Crossley updated COCOON-806: -- Bugzilla Id: (was: 23002) Other Info: [Patch available] [PATCH]: HSSF Serializer does not process gmr:PrintInformation

[jira] Updated: (COCOON-881) [PATCH] file upload component for usage with flowscript

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-881?page=all ] David Crossley updated COCOON-881: -- Bugzilla Id: (was: 24529) Other Info: [Patch available] Description: hy, i coded a basic upload component based on the upload action of the

[jira] Updated: (COCOON-825) [PATCH] Fix Bug: Better handling of CLOB in esql (get-xml) and handling of Oracle 'temporary lobs'

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-825?page=all ] David Crossley updated COCOON-825: -- Bugzilla Id: (was: 23542) Other Info: [Patch available] Description: It concerns 2.0.3+ as well. Two changes to properly handle clob's for

[jira] Updated: (COCOON-1692) [PATCH] Tree widget not handling on-selection-change events correctly.

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1692?page=all ] David Crossley updated COCOON-1692: --- Other Info: [Patch available] [PATCH] Tree widget not handling on-selection-change events correctly.

[jira] Updated: (COCOON-1384) [PATCH] flow redirector should allow explicit 'cocoon:' scheme

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1384?page=all ] David Crossley updated COCOON-1384: --- Bugzilla Id: (was: 32762) Other Info: [Patch available] Description: Prohibiting an explicit scheme unduly disallows the valid use of colons

[jira] Updated: (COCOON-1330) [PATCH] redirect to relative urls does not work correctly in Websphere 5.1

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1330?page=all ] David Crossley updated COCOON-1330: --- Bugzilla Id: (was: 32157) Other Info: [Patch available] [PATCH] redirect to relative urls does not work correctly in Websphere 5.1

[jira] Updated: (COCOON-1392) [PATCH] Form.js v1 create form with DOM Element

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1392?page=all ] David Crossley updated COCOON-1392: --- Bugzilla Id: (was: 32960) Other Info: [Patch available] Description: Version 1 of Form.js doesn't support the creation of a form with a DOM

[jira] Updated: (COCOON-1027) [PATCH] CocoonBean add additional features for reprocessing pipelines and interrupt processing

2006-02-28 Thread David Crossley (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1027?page=all ] David Crossley updated COCOON-1027: --- Bugzilla Id: (was: 26657) Other Info: [Patch available] Description: This patch add some features to the Bean, this was short discussed on

  1   2   >