[GUMP@brutus]: Project cocoon (in module cocoon) failed

2005-04-15 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project cocoon has an issue affecting its community integration. This issue affects 42 pr

[CocoonInAction] 2 new articles

2005-04-15 Thread Sebastien Arbogast
Hi,Just some fresh news about our starting project. 2 new articles were published on Cocoon In Action community website. - Project objectives -> Motivation - Case Study Application -> HealthyCocoon, from Helma's suggestion on this list. Of course every comment or feedback is welcome. You can also

Re: [RT] Sitemap Listeners

2005-04-15 Thread Thorsten Scherler
On Fri, 2005-04-15 at 16:07 +0200, Carsten Ziegeler wrote: > I while ago we briefly discussed the idea of sitemap listeners that are > invoked each time a sitemap is entered/left. > > Our 2.2 code base contains a first implementation which can be seen as a > very simple base for this feature. I th

Re: image file through SVG Reader and save on disk ?

2005-04-15 Thread Vadim Gritsenko
oceatoon wrote: Hello every one, We have an image upload system in our cforms, we need to put up a system that resizes and adds some stuff onto the images and saves them back to disk. We are allready use the svg2jpg serialiser and now we would like to save this well formed image to disk. We thought

image file through SVG Reader and save on disk ?

2005-04-15 Thread oceatoon
Hello every one, We have an image upload system in our cforms, we need to put up a system that resizes and adds some stuff onto the images and saves them back to disk. We are allready use the svg2jpg serialiser and now we would like to save this well formed image to disk. We thought of using proc

Re: [RT] Sitemap Listeners

2005-04-15 Thread Giacomo Pati
On Fri, Apr 15, 2005 at 04:07:15PM +0200, Carsten Ziegeler wrote: > I while ago we briefly discussed the idea of sitemap listeners that are > invoked each time a sitemap is entered/left. > > Our 2.2 code base contains a first implementation which can be seen as a > very simple base for this featur

Custom Generator Parsing issue

2005-04-15 Thread Rajesh Aravindakshan
Sorry. I know this is not the right forum. I tried in users forum and nobody gave me a good answer. Thought some of you geniusus here would have an answer. Thank you. Hi, I am able to get an xml output from a custom generator.The custom generator creates an xml from an http request. The http re

Re: [lepido] squatting Cocoon's wiki

2005-04-15 Thread Giacomo Pati
On Fri, Apr 15, 2005 at 12:11:08PM +0200, Sylvain Wallez wrote: > Hi all, > > The Lepido project is in the proposal phase at Eclipse, and during that > phase the only provided resource is a newsgroup. We need however to > setup plans, feature list, participants, etc. > > That's why I kindly ask

Re: [vote] Switching to refactored JXTG

2005-04-15 Thread Gregor J. Rothfuss
Daniel Fagerstrom wrote: Please cast your votes: [X ] Let's switch to the refactored JXTG in trunk! [ ] It can wait. [ X] Mark the Template block core. [ ] I suggest ... i also just noticed that the old JXTemplateGenerator has a dependency on rhino (which means it does not work in a pure javaflow

Re: [RT] Sitemap Listeners

2005-04-15 Thread Leszek Gawron
Carsten Ziegeler wrote: Tony Collen wrote: Carsten Ziegeler wrote: Yes, it is fired after the processing - when the serializer/reader is finished. I'm not sure what you mean with your second sentence? Carsten, check out: http://www.hibernate.org/43.html Thanks Tony. so I assume Leszek wants to cl

Re: [RT] Sitemap Listeners

2005-04-15 Thread Carsten Ziegeler
Tony Collen wrote: > Carsten Ziegeler wrote: > > >>Yes, it is fired after the processing - when the serializer/reader is >>finished. I'm not sure what you mean with your second sentence? >> > > > Carsten, check out: > > http://www.hibernate.org/43.html > Thanks Tony. so I assume Leszek wants

Re: [RT] Sitemap Listeners

2005-04-15 Thread Tony Collen
Carsten Ziegeler wrote: Yes, it is fired after the processing - when the serializer/reader is finished. I'm not sure what you mean with your second sentence? Carsten, check out: http://www.hibernate.org/43.html Tony Carsten

Re: [RT] Sitemap Listeners

2005-04-15 Thread Carsten Ziegeler
Leszek Gawron wrote: > Carsten Ziegeler wrote: > >>I while ago we briefly discussed the idea of sitemap listeners that are >>invoked each time a sitemap is entered/left. >> >>Our 2.2 code base contains a first implementation which can be seen as a >>very simple base for this feature. I think it's

Re: javaflow dependencies on flowscript?

2005-04-15 Thread Gregor J. Rothfuss
Torsten Curdt wrote: Gregor J. Rothfuss wrote: i only use javaflow, so i went and removed the javascript flow interpreter from cocoon.xconf class="org.apache.cocoon.components.flow.java.JavaInterpreter"/> this broke javaflow. is this expected? desired? not expected and not desired ...can

RE: [CForms] conditional "required" attribute needed or a "better" solution

2005-04-15 Thread Linden H van der (MI)
> What about an assert validation on "value"? Sounds like a good idea, so I tried it. Thanks. It doesn't work yet the way I want it to, so I've probably messed up the test, I'll look into that on Monday. However, writing the test showed that this is a very cumbersome way to handle it. As I've alr

Re: [RT] Sitemap Listeners

2005-04-15 Thread Ralph Goers
Carsten Ziegeler wrote: 2. Listeners and Events Currently there are two listener types defined (in o.a.c.sitemap): public interface EnterSitemapEventListener extends SitemapListener { void enteredSitemap(EnterSitemapEvent event); } public interface LeaveSitemapEventListener extends SitemapListen

Re: Java components in blocks

2005-04-15 Thread Ralph Goers
Stefano Mazzocchi wrote: I had the same reaction at first, and then it accurred to me that if we went down the path of having optional code and optional sitemap in blocks, not only people are likely to keep them separate (ending up with 'sitemap blocks' and 'code blocks') but that would force us

Re: [vote] Switching to refactored JXTG

2005-04-15 Thread Jeremy Quinn
On 13 Apr 2005, at 15:47, Daniel Fagerstrom wrote: Please cast your votes: [ X] Let's switch to the refactored JXTG in trunk! [ ] It can wait. [ X] Mark the Template block core. [ ] I suggest ... [X ] Keep JXTG functionality as is and put template development efforts in CTemplate [ ] Add new thing

Re: [RT] Sitemap Listeners

2005-04-15 Thread Leszek Gawron
Carsten Ziegeler wrote: I while ago we briefly discussed the idea of sitemap listeners that are invoked each time a sitemap is entered/left. Our 2.2 code base contains a first implementation which can be seen as a very simple base for this feature. I think it's time now to discuss this further. 1.

Re: Java components in blocks

2005-04-15 Thread Stefano Mazzocchi
Ralph Goers wrote: Daniel Fagerstrom wrote: For the portal block, which I still don't know that much about, I would assume that it would become a number of components with some kind of dependency description for each and a block with sitemap functionality and a list on what components it depend

[RT] Sitemap Listeners

2005-04-15 Thread Carsten Ziegeler
I while ago we briefly discussed the idea of sitemap listeners that are invoked each time a sitemap is entered/left. Our 2.2 code base contains a first implementation which can be seen as a very simple base for this feature. I think it's time now to discuss this further. 1. Configuration You can

Re: [lepido] squatting Cocoon's wiki

2005-04-15 Thread Sylvain Wallez
Bertrand Delacretaz wrote: Le 15 avr. 05, à 12:11, Sylvain Wallez a écrit : That's why I kindly ask the Cocoon developers if we can create a few pages for this on the Cocoon wiki. That will hopefully allow more Cocoon users to provide feedback on what they expect from a Cocoon IDE. So, what

Re: Daisy as a docs editor (was Re: [CocoonInAction] Opening announce)

2005-04-15 Thread Steven Noels
On 15 Apr 2005, at 11:12, Upayavira wrote: Now, I would really rather see the daisy app run on Apache hardware. Me too, from previous experience. That said, Daisy is up for grabs so anyone can give it a spin. It's even AL-licensed unlike some other collaboration Wiki/CMSes out there. ;) We _are_

Re: Java components in blocks

2005-04-15 Thread Ralph Goers
Daniel Fagerstrom wrote: For the portal block, which I still don't know that much about, I would assume that it would become a number of components with some kind of dependency description for each and a block with sitemap functionality and a list on what components it depend on. Hopefully Pier

Re: Java components in blocks

2005-04-15 Thread Daniel Fagerstrom
Pier Fumagalli wrote: On 14 Apr 2005, at 13:32, Daniel Fagerstrom wrote: Does anyone have problems if I wipe the current "kernel" in SVN? I want to try and synchronize it with the changes I've made locally (and try to sort out a few hacks we've had to introduce in our local copy) No problem for

Re: Java components in blocks

2005-04-15 Thread Stefano Mazzocchi
Pier Fumagalli wrote: On 14 Apr 2005, at 13:32, Daniel Fagerstrom wrote: After having read your mails I agree that we at least for the time being, should consider component management with classloader isolation, a separate concern. By _assuming_ independence between blocks and component managem

Re: [lepido] squatting Cocoon's wiki

2005-04-15 Thread Stefano Mazzocchi
Sylvain Wallez wrote: Hi all, The Lepido project is in the proposal phase at Eclipse, and during that phase the only provided resource is a newsgroup. We need however to setup plans, feature list, participants, etc. That's why I kindly ask the Cocoon developers if we can create a few pages for

Re: [CocoonInAction] Opening announce

2005-04-15 Thread Sebastien Arbogast
:o) Let me quote myself : "IF IT IS POSSIBLE AND someone has a Java hosting space to offer to the community, I would be glad to TRY to migrate to that kind of solution." Personaly I prefer to nuance things because the solution has to be coherent : if I wanted to have an independent site to work o

StreamGenerator loses form character encoding information

2005-04-15 Thread Juho Manninen
Hi, It seems like patch for bug 25594 (from version 2.1.5.1) makes StreamGenerator to lose form character encodings. Special characters (i.e. ÃÃÃ) in a form encoded in utf-8 read in using StreamGenerator get messed up. Code works and is tested on Cocoon 2.1.4, but when migrating to 2.1.7 this

Re: Java components in blocks

2005-04-15 Thread Pier Fumagalli
On 14 Apr 2005, at 13:32, Daniel Fagerstrom wrote: After having read your mails I agree that we at least for the time being, should consider component management with classloader isolation, a separate concern. By _assuming_ independence between blocks and component management, anyone who feel t

Re: [CForms] conditional "required" attribute needed or a "better" solution

2005-04-15 Thread Sylvain Wallez
Linden H van der (MI) wrote: Guys, can someone with in-depth knowledge of the CForms widgets help me out here? I want to build a form that can be used to enter an HL7v3 TelecomAddress[1]. The final XML result looks like this: or tel:+3112345678"/> I've managed to build the appropriate widget struc

RE: [CForms] conditional "required" attribute needed or a "better" solution

2005-04-15 Thread Linden H van der (MI)
> What about a custom validator? Sounds like a good idea, but I have no clue how to do this in a generic way. The next XML fragment could have the value defined as a set of elements, e.g.: vs. John L. Doe How to handle both (the telecomaddress with it's value as an attribute and the n

Re: [CForms] conditional "required" attribute needed or a "better" solution

2005-04-15 Thread Reinhard Poetz
Linden H van der (MI) wrote: Guys, can someone with in-depth knowledge of the CForms widgets help me out here? I want to build a form that can be used to enter an HL7v3 TelecomAddress[1]. The final XML result looks like this: or tel:+3112345678"/> I've managed to build the appropriate widget struc

[CForms] conditional "required" attribute needed or a "better" solution

2005-04-15 Thread Linden H van der (MI)
Guys, can someone with in-depth knowledge of the CForms widgets help me out here? I want to build a form that can be used to enter an HL7v3 TelecomAddress[1]. The final XML result looks like this: or tel:+3112345678"/> I've managed to build the appropriate widget structure for it, but I have

Re: Do we want a GUI installer?

2005-04-15 Thread Simon Mieth
On Fri, 15 Apr 2005 11:40:49 +0100 Upayavira <[EMAIL PROTECTED]> wrote: > > Hi Simon, > > Thanks for this. Does this installer install Hawron specifically? Or > is it about installing and configuring Cocoon? I suspect these two are > mutually complementary. > > Regards, Upayavira > Hi Upayavi

Re: [lepido] squatting Cocoon's wiki

2005-04-15 Thread Torsten Curdt
> +1 same here: +1 cheers -- Torsten signature.asc Description: OpenPGP digital signature

Re: javaflow dependencies on flowscript?

2005-04-15 Thread Torsten Curdt
Gregor J. Rothfuss wrote: > i only use javaflow, so i went and removed > the javascript flow interpreter from cocoon.xconf > > >class="org.apache.cocoon.components.flow.java.JavaInterpreter"/> > > > this broke javaflow. is this expected? desired? not expected and not desired ...can yo

Re: Daisy as a docs editor (was Re: [CocoonInAction] Opening announce)

2005-04-15 Thread Upayavira
Reinhard Poetz wrote: Ross Gardler wrote: One question: How are approved documents saved again in the SVN repository? Right now, they are not. However, it is my intention to create such a link at some point in the future, but there needs to be some thought about how this will happen, or even if

Re: Daisy as a docs editor (was Re: [CocoonInAction] Opening announce)

2005-04-15 Thread Reinhard Poetz
Ross Gardler wrote: One question: How are approved documents saved again in the SVN repository? Right now, they are not. However, it is my intention to create such a link at some point in the future, but there needs to be some thought about how this will happen, or even if it needs to since the

Re: [lepido] squatting Cocoon's wiki

2005-04-15 Thread Daniel Fagerstrom
Sylvain Wallez wrote: Hi all, The Lepido project is in the proposal phase at Eclipse, and during that phase the only provided resource is a newsgroup. We need however to setup plans, feature list, participants, etc. That's why I kindly ask the Cocoon developers if we can create a few pages for

Re: Java components in blocks

2005-04-15 Thread Daniel Fagerstrom
Ralph Goers wrote: Stefano Mazzocchi wrote: Pier Fumagalli wrote: IMO, we should start simple and add functionality when needed. Remove things is much harder. Also even if we chose to go for alternative 4. an important message from Pier that we should take into account is that component exposure

Re: [lepido] squatting Cocoon's wiki

2005-04-15 Thread Antonio Gallardo
On Vie, 15 de Abril de 2005, 5:11, Sylvain Wallez dijo: > Hi all, > > The Lepido project is in the proposal phase at Eclipse, and during that > phase the only provided resource is a newsgroup. We need however to > setup plans, feature list, participants, etc. > > That's why I kindly ask the Cocoon

Re: [lepido] squatting Cocoon's wiki

2005-04-15 Thread Bertrand Delacretaz
Le 15 avr. 05, à 12:11, Sylvain Wallez a écrit : That's why I kindly ask the Cocoon developers if we can create a few pages for this on the Cocoon wiki. That will hopefully allow more Cocoon users to provide feedback on what they expect from a Cocoon IDE. So, what do you think? Sounds good,

Re: [lepido] squatting Cocoon's wiki

2005-04-15 Thread gounis
hi sylvain i'm sure that community will accept this request but just in case, we (osmosis) can offer hosting for a wiki as long we need it in this lepido phase. regards stavros On Fri, 15 Apr 2005, Sylvain Wallez wrote: > Hi all, > > The Lepido project is in the proposal phase at Eclips

Re: Do we want a GUI installer?

2005-04-15 Thread Upayavira
Simon Mieth wrote: On Thu, 14 Apr 2005 20:49:33 +0200 Daniel Fagerstrom <[EMAIL PROTECTED]> wrote: Upayavira wrote: If the user can get all the way to start Jetty with our demos through a simple GUI, I find it a good idea. Even if I'm perfectly able to read a README and run ant or make when I eval

[lepido] squatting Cocoon's wiki

2005-04-15 Thread Sylvain Wallez
Hi all, The Lepido project is in the proposal phase at Eclipse, and during that phase the only provided resource is a newsgroup. We need however to setup plans, feature list, participants, etc. That's why I kindly ask the Cocoon developers if we can create a few pages for this on the Cocoon wik

RE: SVN HEAD: logkit.xconf error

2005-04-15 Thread Linden H van der (MI)
Hi, I'm not talking about TRUNK, I'm talking about BRANCHES_2_1_X. Sorry for the confusion. Yes, I did a full update and a clean build. Bye, Helma > -Original Message- > From: Leszek Gawron [mailto:[EMAIL PROTECTED] > Sent: Friday, 15 April, 2005 11:23 > To: dev@cocoon.apache.org > Su

Re: Daisy as a docs editor (was Re: [CocoonInAction] Opening announce)

2005-04-15 Thread Ross Gardler
Reinhard Poetz wrote: Ross Gardler wrote: ... Steven Noels wrote: On 15 Apr 2005, at 00:09, Linden H van der (MI) wrote: If someone would offer a Cocoon hosting or Daisy hosting for the project, I personnaly be happy to move the content there. Stay tuned. Interesting, that is my response too. ..

Re: Daisy as a docs editor (was Re: [CocoonInAction] Opening announce)

2005-04-15 Thread Reinhard Poetz
Ross Gardler wrote: [Cross posted to Forrest-Dev for obvious reasons] Steven Noels wrote: On 15 Apr 2005, at 00:09, Linden H van der (MI) wrote: If someone would offer a Cocoon hosting or Daisy hosting for the project, I personnaly be happy to move the content there. Stay tuned. Interesting, that

docs@cocoon down?

2005-04-15 Thread Leszek Gawron
I did not get any e-mails since Author: vgritsenko Date: Thu Apr 7 09:36:32 2005 New Revision: 160419 URL: http://svn.apache.org/viewcvs?view=rev&rev=160419 -- Leszek Gawron MobileBox [EMAIL PROTECTED] http://www.mobilebo

Re: SVN HEAD: logkit.xconf error

2005-04-15 Thread Leszek Gawron
Linden H van der (MI) wrote: Guys, the most recent version of logkit.xconf in the HEAD results in an exception (something like LogKitTarget [1] not found). I've updated my local version 15 minutes ago, did a clean build and the error was there. I then reverted to the previous version of logkit.xcon

Re: Daisy as a docs editor (was Re: [CocoonInAction] Opening announce)

2005-04-15 Thread Upayavira
Ross Gardler wrote: [Cross posted to Forrest-Dev for obvious reasons] Steven Noels wrote: On 15 Apr 2005, at 00:09, Linden H van der (MI) wrote: If someone would offer a Cocoon hosting or Daisy hosting for the project, I personnaly be happy to move the content there. Stay tuned. Interesting, that

Daisy as a docs editor (was Re: [CocoonInAction] Opening announce)

2005-04-15 Thread Ross Gardler
[Cross posted to Forrest-Dev for obvious reasons] Steven Noels wrote: On 15 Apr 2005, at 00:09, Linden H van der (MI) wrote: If someone would offer a Cocoon hosting or Daisy hosting for the project, I personnaly be happy to move the content there. Stay tuned. Interesting, that is my response too.

SVN HEAD: logkit.xconf error

2005-04-15 Thread Linden H van der (MI)
Guys, the most recent version of logkit.xconf in the HEAD results in an exception (something like LogKitTarget [1] not found). I've updated my local version 15 minutes ago, did a clean build and the error was there. I then reverted to the previous version of logkit.xconf, did a clean build and the

Re: [CocoonInAction] Opening announce

2005-04-15 Thread Steven Noels
On 15 Apr 2005, at 00:09, Linden H van der (MI) wrote: If someone would offer a Cocoon hosting or Daisy hosting for the project, I personnaly be happy to move the content there. Stay tuned. -- Steven Noelshttp://outerthought.org/ Outerthought - Open Source Java & XML