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

2005-01-20 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-20050120.log Last messages from the log file: == Testsuite

using cocoon components inanother framework

2005-01-20 Thread nafise hassani
hi I want to use cocoon components like transformers and serializers in another framework (for some reason I can't use cocoon framework ) suggestion thanks in advance __ Do you Yahoo!? The all-new My Yahoo! - What will yours do?

Re: [FYI] cocoon taught as university course as emerging technology

2005-01-20 Thread Pier Fumagalli
On 20 Jan 2005, at 05:09, Stefano Mazzocchi wrote: Who knows, maybe I'll convince a professor here at MIT too ;-) http://www.eli.sdsu.edu/courses/fall04/cs683/notes/index.html What I like even better is that the instructor (Roger Whitney) seems to be a hardcore Smalltalk guy (thus the reason why

DO NOT REPLY [Bug 25121] - wrong mime-type with cocoon: protocol reads

2005-01-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=25121. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33178] New: - Mounting a sitemap with pass-through alters resolveURI

2005-01-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33178. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33178] - Mounting a sitemap with pass-through alters resolveURI

2005-01-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33178. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33178] - Mounting a sitemap with pass-through alters resolveURI

2005-01-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33178. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 25121] - wrong mime-type with cocoon: protocol reads

2005-01-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=25121. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

jx : cocoon.request object ??

2005-01-20 Thread oceatoon
This is a post from the user list that might have it's place here? I trying to retreive the value of my locale paramater in the url from within jx but , with a url /url?locale=fr ${cocoon.request.locale} returns nothing. It seems to be in the docs though. am I doing something wrong or is it

[GUMP] cocoon and related failures

2005-01-20 Thread Stefan Bodewig
Hi all, the Cocoon build failure looks as if you better used logging-log4j-12 instead of logging-log4j as dependency. Also currently the paths to itext, chaperon, deli and daisy-htmlcleaner you declare in your descriptor seem to be wrong. Cheers Stefan

Re: jx : cocoon.request object ??

2005-01-20 Thread Leszek Gawron
oceatoon wrote: This is a post from the user list that might have it's place here? I trying to retreive the value of my locale paramater in the url from within jx but , with a url /url?locale=fr ${cocoon.request.locale} returns nothing. It seems to be in the docs though. am I doing something

xml languages

2005-01-20 Thread BURGHARD ric
hi everybody, I'm a little disapointed by all theses xml languages we can found around which nearly all do the same things. 1) Last time i wanted to construct a project with maven and i found jelly. it had a rich tag library, handle jexl expressions, and can handle xpath through tag's libraries.

Re: xml languages

2005-01-20 Thread Peter Hunsberger
On Thu, 20 Jan 2005 15:07:25 +0100, BURGHARD Éric [EMAIL PROTECTED] wrote: hi everybody, I'm a little disapointed by all theses xml languages we can found around which nearly all do the same things. 1) Last time i wanted to construct a project with maven and i found jelly. it had a rich

Re: jx : cocoon.request object ??

2005-01-20 Thread oceatoon
Hi Leszek Question is: is jxtg directly from pipeline or from flow (sorry for my syntax)? From pipeline, :) or :( ??

Re: jx : cocoon.request object ??

2005-01-20 Thread oceatoon
Leszek Gawron wrote: This might be more complete: This is my use case: I call /home/europe?locale=fr where url is a xml file containing jx code processed by map:match pattern=home/* map:act type=locale map:generate type=jx src=public/home_jx.xml label=display

Re: [FYI] cocoon taught as university course as emerging technology

2005-01-20 Thread Tony Collen
Stefano Mazzocchi wrote: Who knows, maybe I'll convince a professor here at MIT too ;-) http://www.eli.sdsu.edu/courses/fall04/cs683/notes/index.html What I like even better is that the instructor (Roger Whitney) seems to be a hardcore Smalltalk guy (thus the reason why he also teaches Seaside,

Re: xml languages

2005-01-20 Thread Daniel Fagerstrom
BURGHARD Éric wrote: hi everybody, I'm a little disapointed by all theses xml languages we can found around which nearly all do the same things. 1) Last time i wanted to construct a project with maven and i found jelly. it had a rich tag library, handle jexl expressions, and can handle xpath

Re: jx : cocoon.request object ??

2005-01-20 Thread Leszek Gawron
oceatoon wrote: Leszek Gawron wrote: This might be more complete: This is my use case: I call /home/europe?locale=fr where url is a xml file containing jx code processed by map:match pattern=home/* map:act type=locale map:generate type=jx src=public/home_jx.xml label=display

Re: jx : cocoon.request object ??

2005-01-20 Thread Jan Hoskens
Leszek Gawron wrote: oceatoon wrote: Leszek Gawron wrote: This might be more complete: This is my use case: I call /home/europe?locale=fr where url is a xml file containing jx code processed by map:match pattern=home/* map:act type=locale map:generate type=jx src=public/home_jx.xml

Re: jx : cocoon.request object ??

2005-01-20 Thread Leszek Gawron
Jan Hoskens wrote: Leszek Gawron wrote: oceatoon wrote: Leszek Gawron wrote: This might be more complete: This is my use case: I call /home/europe?locale=fr where url is a xml file containing jx code processed by map:match pattern=home/* map:act type=locale map:generate type=jx

Re: jx : cocoon.request object ??

2005-01-20 Thread Daniel Fagerstrom
Leszek Gawron wrote: snip/ yes .. but cocoon.request is not being set properly if not used from flow In the refactored JXTG I use (a slight modification of) Carsten's TemplateObjectModel that handles flow and non flow use of the cocoon object in exactly the same way. Your (and others) work is

Re: [FYI] cocoon taught as university course as 'emerging technology'

2005-01-20 Thread Antonio Gallardo
On Jue, 20 de Enero de 2005, 8:57, Tony Collen dijo: Stefano Mazzocchi wrote: Who knows, maybe I'll convince a professor here at MIT too ;-) http://www.eli.sdsu.edu/courses/fall04/cs683/notes/index.html What I like even better is that the instructor (Roger Whitney) seems to be a hardcore

Re: [FYI] cocoon taught as university course as 'emerging technology'

2005-01-20 Thread Bertrand Delacretaz
Le 20 janv. 05, à 17:09, Antonio Gallardo a écrit : ...It sad you don't have Bertrand as your teacher. :-) Well, you haven't been in one of my classes. The students *do* sweat a lot ;-) As I understand, he teach at the Uni, but not in US. ;-) Not really the uni, it's a technical school (more or

Mail block and javax.activation

2005-01-20 Thread Mark Lundquist
Hi, I have flowscript that depends on a POJO that uses Javamail (javax.mail), and I'm getting a NoClassDefFoundError on javax.activation.DataSource from the javax.mail.internet.MimeMessage constructor. I'm puzzled, because the SendMailTransformer works just fine. One of the mail block

Re: Mail block and javax.activation

2005-01-20 Thread karl
I have only compiled the HEAD, but i think its because the mail block uses mock objects to compile against because sun doesnt allow JAF to be redistributed in the cocoon source. cocoon-2.1-head\src\blocks\mail\mocks To actually use the classes you will have to download the real JAF package. Mvh

Re: [GUMP] cocoon and related failures

2005-01-20 Thread Curt Arnold
This looks like an unintentional (or at least undiscussed) break due to the packaging of log4j. I would discourage Cocoon from redirecting to logging-log4j-12 until the log4j project has had a chance to discuss the issue. On Jan 20, 2005, at 6:43 AM, Stefan Bodewig wrote: Hi all, the Cocoon

servlet 2.2 vs 2.3

2005-01-20 Thread Gregor J. Rothfuss
we are currently getting ParanoidCocoonServlet to work with unexploded WARs (in order to deploy javaflow on BEA Weblogic). this requires replacing the getRealPath() calls with getResourcePaths(). unfortunately, that method is only available in servlet 2.3, and cocoon still ships with 2.2 in

Re: servlet 2.2 vs 2.3

2005-01-20 Thread Ralph Goers
Gregor J. Rothfuss wrote: we are currently getting ParanoidCocoonServlet to work with unexploded WARs (in order to deploy javaflow on BEA Weblogic). this requires replacing the getRealPath() calls with getResourcePaths(). unfortunately, that method is only available in servlet 2.3, and cocoon

Re: xml languages

2005-01-20 Thread Daniel Fagerstrom
Peter Hunsberger wrote: On Thu, 20 Jan 2005 15:07:25 +0100, BURGHARD Éric [EMAIL PROTECTED] wrote: snip/ So is there any plan to add an xslt2.0 generator. Think about a generator which add some context variables (like $cocoon), or give access to protocols (like cocoon:/) inside in your template.

Re: Wildcard includes in cocoon.xconf

2005-01-20 Thread Carsten Ziegeler
Sylvain Wallez wrote: Stefano Mazzocchi wrote: Carsten Ziegeler wrote: Stefano Mazzocchi wrote: what about reusing the code from the Wildcard matchers and have a context://WEB-INF/xconf/*.xconf instead? alternatively, the traverse code is already there... so you just need to do convert the above

Cocoon 2.1.7-dev does not compile

2005-01-20 Thread Antonio Gallardo
Hi: I tried a full build (without local.*) and it is broken. The error is the same as was fixed in 2.2: /home/agallardo/svn/cocoon-2.1/tools/targets/docs-build.xml:56: com.thoughtworks.qdox.parser.ParseException: syntax error @[181,1] in

Re: xml languages

2005-01-20 Thread Peter Hunsberger
On Thu, 20 Jan 2005 20:58:51 +0100, Daniel Fagerstrom [EMAIL PROTECTED] wrote: snipexisting generator/transformer approaches/snip What many people seem to want is a template language other than XSLT. Personally, I agree that that seems to be re-inventing the wheel, but open source

Re: servlet 2.2 vs 2.3

2005-01-20 Thread Marc Portier
coincidence: was on the exact same path yesterday :-) (but about the related mail.jar) however I also noticed something to be warned about: I noticed the mock InternetAddress constructor forgets about declaring to throw an AddressException (maybe others, maybe equal issues at other locations )

Re: xml languages

2005-01-20 Thread Daniel Fagerstrom
Peter Hunsberger wrote: On Thu, 20 Jan 2005 20:58:51 +0100, Daniel Fagerstrom [EMAIL PROTECTED] wrote: snipexisting generator/transformer approaches/snip What many people seem to want is a template language other than XSLT. Personally, I agree that that seems to be re-inventing the wheel, but open

Re: Cocoon 2.1.7-dev does not compile

2005-01-20 Thread Ralph Goers
Antonio Gallardo wrote: Hi: I tried a full build (without local.*) and it is broken. The error is the same as was fixed in 2.2: /home/agallardo/svn/cocoon-2.1/tools/targets/docs-build.xml:56: com.thoughtworks.qdox.parser.ParseException: syntax error @[181,1] in

Re: Cocoon 2.1.7-dev does not compile

2005-01-20 Thread Tony Collen
Ralph Goers wrote: Antonio Gallardo wrote: Hi: I tried a full build (without local.*) and it is broken. The error is the same as was fixed in 2.2: /home/agallardo/svn/cocoon-2.1/tools/targets/docs-build.xml:56: com.thoughtworks.qdox.parser.ParseException: syntax error @[181,1] in

Re: Cocoon 2.1.7-dev does not compile

2005-01-20 Thread David Crossley
Ralph Goers wrote: Antonio Gallardo wrote: I tried a full build (without local.*) and it is broken. The error is the same as was fixed in 2.2: No that is a different error. The PhP block is gone is 2.2 /home/agallardo/svn/cocoon-2.1/tools/targets/docs-build.xml:56:

Re: xml languages

2005-01-20 Thread BURGHARD ric
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 http://marc.theaimsgroup.com/?l=jakarta-commons-devm=105178436429214w=2

Re: servlet 2.2 vs 2.3

2005-01-20 Thread Antonio Gallardo
Hi Marc: Is posible to fix that? I mean by keeping compatibility in our mocks for both versions. If this is not posible then we need to states clearly wich version we will use. WDYT? Best Regards, Antonio Gallardo. On Jue, 20 de Enero de 2005, 15:06, Marc Portier dijo: coincidence: was on

Re: Cocoon 2.1.7-dev does not compile

2005-01-20 Thread Antonio Gallardo
On Jue, 20 de Enero de 2005, 15:23, Ralph Goers dijo: Antonio Gallardo wrote: Hi: I tried a full build (without local.*) and it is broken. The error is the same as was fixed in 2.2: /home/agallardo/svn/cocoon-2.1/tools/targets/docs-build.xml:56: com.thoughtworks.qdox.parser.ParseException:

Re: Cocoon 2.1.7-dev does not compile

2005-01-20 Thread Antonio Gallardo
Hmmm. Then what to do? David, need we another inter Ocean Pacific Sprint to fix that? ;-) Best Regards, Antonio Gallardo. On Jue, 20 de Enero de 2005, 17:01, David Crossley dijo: Ralph Goers wrote: Antonio Gallardo wrote: I tried a full build (without local.*) and it is broken. The error

Re: Cocoon 2.1.7-dev does not compile

2005-01-20 Thread David Crossley
Tony Collen wrote: Ralph Goers wrote: Antonio Gallardo wrote: I tried a full build (without local.*) and it is broken. The error is the same as was fixed in 2.2: /home/agallardo/svn/cocoon-2.1/tools/targets/docs-build.xml:56: com.thoughtworks.qdox.parser.ParseException: syntax error

Re: Cocoon 2.1.7-dev does not compile

2005-01-20 Thread David Crossley
Antonio Gallardo wrote: Hmmm. Then what to do? David, need we another inter Ocean Pacific Sprint to fix that? ;-) LOL. As long as you promise not to stay awake all night. :-) Well it would be best to have this SitemapTask/qdox working in both trunk and branch, so that we can find all the

Re: Cocoon 2.1.7-dev does not compile

2005-01-20 Thread David Crossley
David Crossley wrote: Antonio Gallardo wrote: Hmmm. Then what to do? David, need we another inter Ocean Pacific Sprint to fix that? ;-) LOL. As long as you promise not to stay awake all night. :-) Well it would be best to have this SitemapTask/qdox working in both trunk and

Re: [FYI] cocoon taught as university course as emerging technology

2005-01-20 Thread Vadim Gritsenko
Tony Collen wrote: Apparently we're learning Struts this semester, and we have to build a final project. We can build whatever we want, so I might see what I can do about using Cocoon (and presenting on it) at the end of the semester. I'll keep the list updated as to how it goes. Go for it!

Re: Cocoon 2.1.7-dev does not compile

2005-01-20 Thread Antonio Gallardo
On Jue, 20 de Enero de 2005, 18:18, David Crossley dijo: David Crossley wrote: Antonio Gallardo wrote: Hmmm. Then what to do? David, need we another inter Ocean Pacific Sprint to fix that? ;-) LOL. As long as you promise not to stay awake all night. :-) Well it would be best to have

DO NOT REPLY [Bug 33189] New: - Does not compile under Java 1.5 because enum is a keyword

2005-01-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33189. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33189] - Does not compile under Java 1.5 because enum is a keyword

2005-01-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33189. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.