Re: xml languages

2005-01-21 Thread Daniel Fagerstrom
BURGHARD Éric wrote: This has also been discussed in detail: http://marc.theaimsgroup.com/?t=10493079564r=4w=2 http://marc.theaimsgroup.com/?l=xml-cocoon-devm=104998241710064w=2 http://marc.theaimsgroup.com/?t=10501653644r=1w=2

Cocoon-2.1.X Tests Failure 01/21/05

2005-01-21 Thread Vadim Gritsenko
Automated Cocoon Unit tests failed! Full log file if this unit test run is available here: http://nagoya.apache.org/~vadim/cocoon-test-log-20050121.log Last messages from the log file: == [foreach] reader-mime-type.xml:39

Re: Wildcard includes in cocoon.xconf

2005-01-21 Thread Carsten Ziegeler
Ross Gardler wrote: I get D:\openSource\forrest\main\webapp\WEB-INF\xconf\.svn (Access is denied) SVN is down at the moment and I don't knwo the Cocoon code base well enough to go fix the problem. Can you point me at the right class and I'll have a look into this. The include mechanism is

Re: xml languages

2005-01-21 Thread Daniel Fagerstrom
Bertrand Delacretaz wrote: Le 21 janv. 05, à 10:14, Daniel Fagerstrom a écrit : ...If you or someone else would like to make XSLT easier to use as template language, I would be happy to help with design discussions. But I have lost my interest in pushing for or implementing such a thing...

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

2005-01-21 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-block-template has an issue affecting its community integration. This

Re: xml languages

2005-01-21 Thread Bertrand Delacretaz
Le 21 janv. 05, à 11:11, Daniel Fagerstrom a écrit : ...Having an attribute template alternative to XSLT for XML to XML transformations is another thing... ok, got it thanks! -Bertrand smime.p7s Description: S/MIME cryptographic signature

Re: xml languages

2005-01-21 Thread BURGHARD ric
I'm working on refactoring JXTG so that it will be easier to support and develop. I'm aware about that you have access the request object etc Great ! Don't know if i can help (time), but if you have a road map or something like that, i would be happy to contribute. differently depending on if

Re: [RFC] Plugable Expressions

2005-01-21 Thread Leszek Gawron
Finally after 3 weeks I have some spare time that I can assignate for JXTG. Daniel Fagerstrom wrote: I have implemented a first version of plugable expressions as discussed in: http://marc.theaimsgroup.com/?t=10990395731r=1w=2 and the end of

mali.jar mocks (should not have been: Re: servlet 2.2 vs 2.3)

2005-01-21 Thread Marc Portier
blast, I just noticed I've been replying to the wrong thread (please excuse messy me) Antonio, I don't see a reason why it would not be *possible* It's just some dull work that should be done checking all the methods on the classes in that jar etc etc However, I'm not jumping up to do it, and

dynamic macro junit test [was: jx : cocoon.request object ??]

2005-01-21 Thread Leszek Gawron
Daniel Fagerstrom wrote: Your (and others) work is needed, so that we can make the refactored JXTG stable enough for production use soon. I've been trying to trace down the problem with non working dynamic macro test case. Funny thing is the same exception (NumberFormatException) gets thrown

Re: [RFC] Plugable Expressions

2005-01-21 Thread Daniel Fagerstrom
Leszek Gawron wrote: snip/ Daniel, what are your current plans for JXTG refactoring? I do not quite know what to start with now. I answer your questions and try to write a summary and road map during the weekend. More test cases and geting all of the current ones working is of course always

Re: [Proposal] Use UGLI as logging abstraction (Re: [RT] Logging

2005-01-21 Thread Ceki Gülcü
Torsten, We have noticed that over 95% of log statements have zero, one or two parameters. The additional two methods (per logging level) that have been introduced in 1.3 and UGLI offer a convenient alternative to the if(logger.isXXXEnabled() { logger.xxx(some txt+arg1+following txt) } pattern.

PortalPageLabel navigation pb

2005-01-21 Thread Jean-Christophe Kermagoret
Hello, I use cocoon-2.1.5 with last portal block (2.1.6). I have a portal with 5 tabs. In each tab, I have two menus, contextual one (taht is different for each tab) and a common one. If I click on a link in the contextual menu, nothing happens. Coplet attributes aren't valued by the link. I

Re: PortalPageLabel navigation pb

2005-01-21 Thread Jean-Christophe Kermagoret
More info, I think the pb comes from the PortalPageLabel feature because if I do a bookmark?showtab=2 (third tab), I can go back to it immediately. A pageLabel=third tab name doesn't work. Thanks for the help Jean-Christophe Kermagoret a écrit : Hello, I use cocoon-2.1.5 with last portal block

WishFull thinking JX and SessionContext Authentication

2005-01-21 Thread oceatoon
This is wishfull thinking and probably no news to those refactoring JX. But access to the session context object like the session-context input module would be great (like for example with the authentication context). I have found other post asking about and for this sort of functionality. it

Re: WishFull thinking JX and SessionContext Authentication

2005-01-21 Thread Carsten Ziegeler
oceatoon wrote: This is wishfull thinking and probably no news to those refactoring JX. But access to the session context object like the session-context input module would be great (like for example with the authentication context). I have found other post asking about and for this sort of

Re: PortalPageLabel navigation pb

2005-01-21 Thread Ralph Goers
I'm having trouble visuallizing what your site looks like and what exactly is happening. You don't happen to have a way to put this somewhere where I can hit it? If not, can you send the files needed for me to build it here? Thanks, Ralph Jean-Christophe Kermagoret wrote: Hello, I use

Re: Wildcard includes in cocoon.xconf

2005-01-21 Thread Carsten Ziegeler
Carsten Ziegeler wrote: I will implement this simpler solution - if someone needs the advanced feature it can still be implemented. Finished - flat patterns can now be used for include. Carsten

Difference between FOM_Session and REal Session?

2005-01-21 Thread oceatoon
HI everyone We are having weird effects poping up some structure questions about FOM and more precisly about FOM_session. I use Flow to put some data into cocoon.session.setAttribute(data,data) and retreive this easily from my jx file coming from flow. Thinking this is part of a global session

Re: Wildcard includes in cocoon.xconf

2005-01-21 Thread Stefano Mazzocchi
Carsten Ziegeler wrote: Carsten Ziegeler wrote: I will implement this simpler solution - if someone needs the advanced feature it can still be implemented. Finished - flat patterns can now be used for include. Awesome!! -- Stefano.

Re: WishFull thinking JX and SessionContext Authentication

2005-01-21 Thread Leszek Gawron
Carsten Ziegeler wrote: oceatoon wrote: This is wishfull thinking and probably no news to those refactoring JX. But access to the session context object like the session-context input module would be great (like for example with the authentication context). I have found other post asking about

[FYI] SAX pipelines in Apache HTTPD 2.0

2005-01-21 Thread Stefano Mazzocchi
http://www.xml.com/pub/a/2004/12/15/apache-namespaces.html -- Stefano.

Re: [proposal] Cocoon documentation system

2005-01-21 Thread David Crossley
Andreas Kuckartz wrote: Look at http://wiki.apache.org/cocoon/CocoonDocumentationSystem and find all my requirements. I'm sure that all six options are good enough but as *I* have to do it, I'll take the road that's the fastest for *me*. There was a misunderstanding on my side. I had

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

2005-01-21 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-block-template has an issue affecting its community integration. This