[jira] Commented: (COCOON-1818) SendMailTransformer misses closing tag when recipient address is malformed

2006-03-29 Thread Jean-Baptiste Quenot (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1818?page=comments#action_12372389 ] Jean-Baptiste Quenot commented on COCOON-1818: -- Simone, it's a very good idea to propagate exceptions. Indeed it makes no sense to catch the exceptions and rep

Re: [RT] The environment abstraction, part II

2006-03-29 Thread Daniel Fagerstrom
Carsten Ziegeler skrev: David Crossley wrote: Hi Daniel, sorry i cannot understand that last sentence. Would you please re-phrase it. We currently have the three ways: 'forrest run' Starts its packaged Jetty and uses Forrest/Cocoon as a webapp. 'forrest war' Builds a projectName.war ready

SVN freeze

2006-03-29 Thread Reinhard Poetz
Please don't commit anything to cocoon/trunk or cocoon/blocks anymore. I'm going to start with the cleanup process now. I'll post another message to this list as soon as the work is done. Thanks. -- Reinhard Pötz Independent Consultant, Trainer & (IT)-Coach {Software Engineering

[jira] Closed: (COCOON-1812) Javaflow and Ajax when sending two forms one after eachother

2006-03-29 Thread Ugo Cei (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1812?page=all ] Ugo Cei closed COCOON-1812: --- Fix Version: 2.1.9-dev (current SVN) Resolution: Fixed Patch applied. > Javaflow and Ajax when sending two forms one after eachother > ---

[jira] Commented: (COCOON-1817) Dynamic forms with libraries: java.net.MalformedURLException

2006-03-29 Thread Bill Bruyn (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1817?page=comments#action_12372276 ] Bill Bruyn commented on COCOON-1817: Oops. Forgot the stack trace: org.apache.cocoon.ProcessingException: Error calling flowscript function oof at resource://or

[jira] Updated: (COCOON-1802) Script for m10n of old blocks

2006-03-29 Thread Andreas Hochsteger (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1802?page=all ] Andreas Hochsteger updated COCOON-1802: --- Attachment: svn-reorganize.zip Changes: * Some fixes to the directory structure as suggested by Reinhard * First steps for automatic handling of

[jira] Updated: (COCOON-1818) SendMailTransformer misses closing tag when recipient address is malformed

2006-03-29 Thread Simone Gianni (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1818?page=all ] Simone Gianni updated COCOON-1818: -- Attachment: sendmail-exceptions.diff I'm not an expert about this block, but i made the following modifications : - The sendEndElementEventNS is now called

[jira] Created: (COCOON-1818) SendMailTransformer misses closing tag when recipient address is malformed

2006-03-29 Thread Jasha Joachimsthal (JIRA)
SendMailTransformer misses closing tag when recipient address is malformed -- Key: COCOON-1818 URL: http://issues.apache.org/jira/browse/COCOON-1818 Project: Cocoon Type: Bug Components: Blocks

[jira] Updated: (COCOON-1804) Javascript FOM_SCOPE issue when using Java as the flow engine - ReferenceError: "cocoon" is not defined

2006-03-29 Thread Simone Gianni (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1804?page=all ] Simone Gianni updated COCOON-1804: -- Attachment: javaflow-fomcocoon.diff This patch solves the problem, also if not perfect I don't think it's so easy to do much more. What i've done is thi

Re: How is the cocoon object model set up?

2006-03-29 Thread Jean-Baptiste Quenot
* Berin Loritsch: > Is the COM strictly tied to the flowscript engine? Is there any > way we can safely and simply extract that out? If you are using JXTemplate without FlowScript, try using ${request} directly. -- Jean-Baptiste Quenot http://caraldi.com/jbq/

[jira] Assigned: (COCOON-1810) [PATCH] JMSEventMessageListener does not work

2006-03-29 Thread Jean-Baptiste Quenot (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1810?page=all ] Jean-Baptiste Quenot reassigned COCOON-1810: Assign To: Jean-Baptiste Quenot > [PATCH] JMSEventMessageListener does not work > - > >

[jira] Commented: (COCOON-1810) [PATCH] JMSEventMessageListener does not work

2006-03-29 Thread Jean-Baptiste Quenot (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1810?page=comments#action_12372214 ] Jean-Baptiste Quenot commented on COCOON-1810: -- Maybe the samples provided by OpenJMS openjms-0.7.7-alpha-3 have changed > [PATCH] JMSEventMessageListener does

[jira] Subscription: COCOON-open-with-patch

2006-03-29 Thread jira
Issue Subscription Filter: COCOON-open-with-patch (94 issues) Subscriber: cocoon Key Summary COCOON-1811 [PATCH] Flow Script: Allow dynamic loading of JavaScript objects even when scope is locked http://issues.apache.org/jira/browse/COCOON-1811 COCOON-1810 [PATCH] JMSEventMes

[jira] Commented: (COCOON-1699) [Patch] Enables MultiValueFields with checkbox style to be disabled

2006-03-29 Thread Jean-Baptiste Quenot (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1699?page=comments#action_12372205 ] Jean-Baptiste Quenot commented on COCOON-1699: -- In 2.1.8 certainly not, because we cannot modify released versions. But it will be in 2.1.9 scheduled to be rel

[jira] Commented: (COCOON-1699) [Patch] Enables MultiValueFields with checkbox style to be disabled

2006-03-29 Thread Benjamin Francisoud (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1699?page=comments#action_12372201 ] Benjamin Francisoud commented on COCOON-1699: - Can you put this patch in cocoon 2.1.8 release, please ? > [Patch] Enables MultiValueFields with checkbox style to

[jira] Commented: (COCOON-1783) Forbid the use of cocoon:// in tag in authentication handler configuration

2006-03-29 Thread vincent Demay (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1783?page=comments#action_12372200 ] vincent Demay commented on COCOON-1783: --- I've got the same problem with authenticate and portal. I have to restart my tomcat to make it work > Forbid the use of cocoo

Re: CachingSource/CachingSourceFactory

2006-03-29 Thread Jean-Baptiste Quenot
* Jens Maukisch: > the line 294 of the CachingSourceFactory looks like this at the > moment: queryString = remainingParameters.getQueryString(); > > Is there a special reason why it is not getEncodedQueryString() > as the parameters aren't encoded anymore at this point? No reason, it's a bug.