[jira] Commented: (COCOON-2070) Releasing of pooled beans might skip recycle() call on aggregated beans (leading to: "Generator already set"-style exceptions)

2007-05-29 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500041 ] Alexander Klimetschek commented on COCOON-2070: --- Why shouldn't the system stop when it hits a poorly w

[jira] Commented: (COCOON-2070) Releasing of pooled beans might skip recycle() call on aggregated beans (leading to: "Generator already set"-style exceptions)

2007-05-29 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500039 ] Carsten Ziegeler commented on COCOON-2070: -- Hi, I'll have a closer look at the issue and your patch today.

RE: Custom Cocoon 2.2 projects: Alternatives to Maven 2

2007-05-29 Thread toman
> Original Message > Subject: Re: Custom Cocoon 2.2 projects: Alternatives to Maven 2 > From: Ralph Goers <[EMAIL PROTECTED]> > Date: Tue, May 29, 2007 4:56 pm > To: dev@cocoon.apache.org > > [EMAIL PROTECTED] wrote: > > Ultimately, people want to avoid maven because no one ha

Re: Custom Cocoon 2.2 projects: Alternatives to Maven 2

2007-05-29 Thread Ralph Goers
[EMAIL PROTECTED] wrote: Ultimately, people want to avoid maven because no one has taken the time to sell them on the idea that maven is a wicked cool tool, and that investing a small amount of time now in learning the basics of maven and following its conventions will pay off in a lot of time an

XmlDiff inside Cocoon

2007-05-29 Thread Geurt Wisselink
Does anybody know of a method to execute an XmlDiff from within Cocoon? With kind regards, Geurt Wisselink

[jira] Commented: (COCOON-2068) Add failover for loading classes.

2007-05-29 Thread solprovider (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499904 ] solprovider commented on COCOON-2068: - I found many other issues trying to create a Cocoon PAR for SAP Portal.

RE: Custom Cocoon 2.2 projects: Alternatives to Maven 2

2007-05-29 Thread toman
> Original Message > Subject: Re: Custom Cocoon 2.2 projects: Alternatives to Maven 2 > From: Leszek Gawron <[EMAIL PROTECTED]> > Date: Tue, May 29, 2007 1:06 am > To: dev@cocoon.apache.org > > Hello, > > Reinhard Poetz wrote: > > > > I've started with a prototyp of a non-Mav

Applets in cocoon portal

2007-05-29 Thread bary
Hi! I am trying to run an applet in cocoon under portal. I have included it in the html page this way: I have tried also: The applet source code is included in the sampleapplet.jar file. The sitemap contains this:

[jira] Assigned: (COCOON-2070) Releasing of pooled beans might skip recycle() call on aggregated beans (leading to: "Generator already set"-style exceptions)

2007-05-29 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reassigned COCOON-2070: Assignee: Carsten Ziegeler > Releasing of pooled beans might skip recycle() call o

[jira] Updated: (COCOON-2070) Releasing of pooled beans might skip recycle() call on aggregated beans (leading to: "Generator already set"-style exceptions)

2007-05-29 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Klimetschek updated COCOON-2070: -- Attachment: poolable-recycle-bug.patch This patch solves the problem by not us

[jira] Created: (COCOON-2070) Releasing of pooled beans might skip recycle() call on aggregated beans (leading to: "Generator already set"-style exceptions)

2007-05-29 Thread Alexander Klimetschek (JIRA)
Releasing of pooled beans might skip recycle() call on aggregated beans (leading to: "Generator already set"-style exceptions) -- Key: COCOON-2070

Re: TreeWidget

2007-05-29 Thread Felix Knecht
Martijn C. Vos schrieb: > I'm not sure what the current status of the TreeWidget is, but a > year ago I tried to use it and eventually gave up. I ended up going > with a multi-value widget with custom styling to turn it into a > folding tree of checkboxes. This works fine, was very little work, > a

Re: SERIOUS problems with 2.1.10 and rhino js-1.6R5

2007-05-29 Thread Niels van Kampenhout
Robby Pelssers wrote: Porting our app from 2.1.8 to 2.1.10 resulted into SERIOUS problems. A week of investigation told us that the loading behaviour of javascript files, (we use cocoon.load a lot) is has an unpredictable performance. Sometimes good and sometimes VERY bad In an earlier thread

Re: Separate projects on JIRA

2007-05-29 Thread Reinhard Poetz
Grzegorz Kossakowski wrote: David Blevins pisze: On May 19, 2007, at 5:28 AM, Joerg Heinicke wrote: On 19.05.2007 14:10, Grzegorz Kossakowski wrote: I would like to know your opinions on having multiple project on JIRA for Cocoon. If you have a look at [1] you'll see that Jira knows the c

Re: DispatcherServlet

2007-05-29 Thread Reinhard Poetz
Daniel Fagerstrom wrote: That works for your use case, but not for the original one that creates a page with links to all samples. Thanks for your explanations! -- Reinhard Pötz Independent Consultant, Trainer & (IT)-Coach {Software Engineering, Open Source, Web Applications, Apac

Re: DispatcherServlet

2007-05-29 Thread Reinhard Poetz
Daniel Fagerstrom wrote: A syntax that distinguishes the two cases is a must. Having a special protocol (like the servlets: one) is one possibility, but maybe we could find some sub syntax for the servlet: protocol. Some suggestions servlet:byId:com.mycompany.block1.servlet:/... servlet:!com.

Re: Custom Cocoon 2.2 projects: Alternatives to Maven 2

2007-05-29 Thread Leszek Gawron
Reinhard Poetz wrote: I don't want to say that we should focus on this non-Maven Cocoon 2.2 archetyp - at least I won't and probably won't do much more than the prototyp already does - but providing alternatives to our ours is a good thing IMO. As long as we state in docs that this way of bui

RE: TreeWidget

2007-05-29 Thread Martijn C. Vos
Felix Knecht [mailto:[EMAIL PROTECTED] wrote: > > I'm trying to use the TreeWidget. Looking at the code I get the > impression that it's not implemented to the end (e.g. Tree binding is > not yet done, ValidationError is not implemented). > > Are there any plans howto go on with the TreeWi

Re: Custom Cocoon 2.2 projects: Alternatives to Maven 2

2007-05-29 Thread Reinhard Poetz
Leszek Gawron wrote: Hello, Reinhard Poetz wrote: I've started with a prototyp of a non-Maven Cocoon 2.2 archetype. It should be useful to people that want to avoid Maven 2 as build system for their Cocoon based projects. The mail below, that I sent to the users list, explains in more detai

Re: Custom Cocoon 2.2 projects: Alternatives to Maven 2

2007-05-29 Thread Leszek Gawron
Hello, Reinhard Poetz wrote: I've started with a prototyp of a non-Maven Cocoon 2.2 archetype. It should be useful to people that want to avoid Maven 2 as build system for their Cocoon based projects. The mail below, that I sent to the users list, explains in more detail how this prototyp is