Re: Fatal error with any datasource with j2sdk1.4.0

2002-02-22 Thread Berin Loritsch
Matteo Di Giovinazzo wrote: > I've setup a datasource in cocoon.xconf (p.e. also the example bundled with > cocoon2) > running in a j2sdk1.4.0/[Win2k|linux]box. > > In error.log I receive this FATAL ERROR: > > > FATAL_E (2002-02-23) 00:31.58:516 [core] (Unknown-URI) > Unknown-thread/LogKitLog

RE: PATCH: xsp.xsl and esql.xsl strip whitespace incorrectly

2002-02-22 Thread Vadim Gritsenko
> From: Christopher Kohlhaas [mailto:[EMAIL PROTECTED]] > > Hello Cocooners, > > I've come along the following whitespace problem in esql.xsl and xsp.xsl > > The esql fragment: > > select * from test_table where id = > > id > > > > produces the following code > > _esql_query.getPr

Re: [Schecoon] flow control layer

2002-02-22 Thread Antti Koivunen
Ovidiu Predescu wrote: > > I'd be more happy if I can describe the flow in a "normal" programming > language, where I can express complex flow by writing a program. This > is what I'm trying to do in the Schecoon sub-project. Using the Scheme > language, and the fact that continuations are first

Fatal error with any datasource with j2sdk1.4.0

2002-02-22 Thread Matteo Di Giovinazzo
I've setup a datasource in cocoon.xconf (p.e. also the example bundled with cocoon2) running in a j2sdk1.4.0/[Win2k|linux]box. In error.log I receive this FATAL ERROR: FATAL_E (2002-02-23) 00:31.58:516 [core] (Unknown-URI) Unknown-thread/LogKitLogger: Excalibur could not create any connec

WriteableSource to write anywhere

2002-02-22 Thread Sylvain Wallez
Hi team, Considering the discussions about the FileWritingTransformer, Cocoon symetry and Stefano's source/drain RT, I added in org.apache.cocoon.environment a new interface I already talked about : WriteableSource. It adds writing methods to Source's reading abilities. Writing can occur in two

cvs commit: xml-cocoon2 changes.xml

2002-02-22 Thread sylvain
sylvain 02/02/22 15:29:04 Modified:.changes.xml Log: New WriteableSource to write anywhere Revision ChangesPath 1.110 +7 -2 xml-cocoon2/changes.xml Index: changes.xml === RCS file:

cvs commit: xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor MapStackResolver.java

2002-02-22 Thread sylvain
sylvain 02/02/22 15:26:31 Modified:src/scratchpad/src/org/apache/cocoon/transformation FileWritingTransformer.java src/scratchpad/src/org/apache/cocoon/treeprocessor MapStackResolver.java Log: Update FileWritingTransform

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/xml XMLUtils.java

2002-02-22 Thread sylvain
sylvain 02/02/22 15:25:19 Modified:src/java/org/apache/cocoon/components/source URLSource.java src/java/org/apache/cocoon/generation xmldb.xconf src/java/org/apache/cocoon/xml XMLUtils.java Added: src/java/org/apache/cocoon/components/source

Re: [Schecoon] flow control layer

2002-02-22 Thread Ovidiu Predescu
Hi Kevin, On Fri, 22 Feb 2002 15:27:10 -0600, [EMAIL PROTECTED] wrote: > Ovidiu and Stefano, > > First, I'm new to cocoon, but not the methodology. Welcome! One more head to think about problems and come up with a way to solve them ;-) > I'm in the process of prototyping a conversion from a h

unmarshalling to existing Object with Castor

2002-02-22 Thread Thorsten Mauch
Hi All I working currently in the integration between Chiba XForms, Castor and Cocoon. Maybe the follwing question I send to the castor maillist is usefull for all who are interessting in XML Databinding. > I'm trying to unmarshal to an existing object. As long as it's a flat object it's woks fin

Re: info on my recent contributions in the scratchpad

2002-02-22 Thread Jeremy Quinn
At 7:22 pm +0100 22/2/02, Stefano Mazzocchi wrote: >I uploaded (with much problems for your compiler, sorry about that) a >few new components that I found very useful: > >1) ImageReader >2) DirectoryZipArchiver >3) Paginator Great Ideas! I've been doing lots of Pagination stuff in XSLT, yea it's

PATCH: xsp.xsl and esql.xsl strip whitespace incorrectly

2002-02-22 Thread Christopher Kohlhaas
Hello Cocooners, I've come along the following whitespace problem in esql.xsl and xsp.xsl The esql fragment: select * from test_table where id = id produces the following code _esql_query.getPreparedStatement().setString(1, String.valueOf("" + "

Re: [Schecoon] flow control layer

2002-02-22 Thread Kevin . Ross
Ovidiu and Stefano, First, I'm new to cocoon, but not the methodology. I'm in the process of prototyping a conversion from a home grown (Flow based) framework to Cocoon 2. I was hoping to discover that it was included. I had put a small amount of effort in defining an XML syntax, because the

FileWritingTransformer update

2002-02-22 Thread Jeremy Quinn
Dear All, I am almost ready to commit a new version of FileWritingTransformer. There is a new experimental/demo file-editor called . I updated the transformer to try and stop it overwriting files when there is an error. I now write into a temp file (which blocks) and rename it when done. This

newest xsltc.jar

2002-02-22 Thread Jacek R. Ambroziak
Guys, I hope I debugged the Cocoon showstopper problem. Before I will be allowed to commit changes to the official CVS repository you can get the unofficial binaries from my web site at www.ambrosoft.com (you'll need to rightClick/save on the link). B

info on my recent contributions in the scratchpad

2002-02-22 Thread Stefano Mazzocchi
I uploaded (with much problems for your compiler, sorry about that) a few new components that I found very useful: 1) ImageReader: this is a reader which is able to scale images depending on parameters. This is a sitemap fragment that works on it I've

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/transformation TraxTransformer.java

2002-02-22 Thread butlermh
butlermh02/02/22 03:30:02 Modified:src/java/org/apache/cocoon/transformation TraxTransformer.java Log: Resolved problem detecting DELI component / removed unnecessary configuration option. Revision ChangesPath 1.16 +13 -30 xml-cocoon2/src

cvs commit: xml-cocoon2/src/webapp/docs/samples sample-static.xml

2002-02-22 Thread butlermh
butlermh02/02/22 03:29:14 Modified:src/webapp/docs/samples sample-static.xml Log: Reinstated DELI samples as DELI / xerces problem now fixed. Revision ChangesPath 1.4 +3 -3 xml-cocoon2/src/webapp/docs/samples/sample-static.xml Index: sample-static.xml =

cvs commit: xml-cocoon2/src/documentation/xdocs/developing deliquick.xml

2002-02-22 Thread butlermh
butlermh02/02/22 03:26:45 Modified:src/documentation/xdocs/developing deliquick.xml Log: Updated documentation to reflect changes in xconf / sitemap Revision ChangesPath 1.5 +1 -2 xml-cocoon2/src/documentation/xdocs/developing/deliquick.xml Index: deliqui

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-02-22 Thread butlermh
butlermh02/02/22 03:27:52 Modified:src/webapp sitemap.xmap Log: Re-enabled DELI samples as DELI / xerces problems now solved Revision ChangesPath 1.30 +1 -2 xml-cocoon2/src/webapp/sitemap.xmap Index: sitemap.xmap =

Re: Current CVS won't build

2002-02-22 Thread Koen Pellegrims
BTW: isn't he who broke the build supposed to buy the beer? ;-) On Fri, 22 Feb 2002, Sebastian Bergmann wrote: > Sebastian Bergmann wrote: > > See http://www.sebastian-bergmann.de/cocoon2.txt for details. > > Okay, it compiles now again. But I'm getting errors when accessing > http://loca

Error when trying to access Cocoon

2002-02-22 Thread Carlos
I finally managed to get cocoon compiled (apparently it didin't like the version I had downloaded and it didn't like jdk1.4 on linux) When I try to access cocoon I get the following error: Apache Tomcat/4.0.1 - HTTP Status 503 - Servlet Cocoon2 is currently unavailable --

[Schecoon] flow control layer (WAS Re: [RT] Sources and Drains (long response))

2002-02-22 Thread Ovidiu Predescu
On Fri, 22 Feb 2002 17:05:13 +0100, Stefano Mazzocchi <[EMAIL PROTECTED]> wrote: > > I think that the addition of Actions can attest to that. Lets take > > Cocoon and instead of a web application platform lets place it in the > > light of a web services platform (all XML all the time). > > [sni

[PATCH]: Abstraction of RequestGenerator

2002-02-22 Thread Kevin . Ross
I'm attempting to ease my integration from another framework to C2 (which has a very slighly different naming convention of elements). I have abstracted the implementation of RequestGenerator just enough to allow for the element and namespace changes. I'm new to contributing to Cocoon, so if the

RE: ArrayIndexOutOfBoundException in CocoonServlet

2002-02-22 Thread Vadim Gritsenko
You have to look into log files for the stacktrace of the original exception (ArrayIndexOutOfBoundException, not ProcessingException). Stacktrace helps find bugs fast. Cocoon log files are under WEB-INF/logs directory. Please examine them for the exception stacktrace. Regards, Vadim > -Origi

ArrayIndexOutOfBoundException in CocoonServlet

2002-02-22 Thread Graaf, Edgar de (Fin)
Hi, First of all I could not reach bugzilla. I will post this there later... Today I experimented a bit with xsp. During this experiment ArrayIndexOutOfBoundException in the CocoonServlet. The exception occures when I change something in my xml. This XML provides the data for a Cocoon applicatio

Re: [RT] Sources and Drains (long response)

2002-02-22 Thread Berin Loritsch
Stefano Mazzocchi wrote: > Berin Loritsch wrote: > >>I understand the requirement. What we need is the ability to >>initiate asynchronous pipelines that consume information from a >>request. I say asynchronous because in this case, we are not >>merging the information back into the critical str

Re: [provocative] crushing userland

2002-02-22 Thread Kimbro Staken
> > > It reminds me about some thread in the xindice-dev about having access > to the DB as to the one huge XML file (here: access to the collection as > to one XML). Then it will work, but I'm not sure when this will be > implemented (if it will be)... > This is something I'm exploring right now

Re: [provocative] crushing userland

2002-02-22 Thread Kimbro Staken
On Friday, February 22, 2002, at 10:03 AM, Ugo Cei wrote: > Vadim Gritsenko wrote: > >> Isn't Xindice collection already ordered by time document was inserted? > > It looks like it is, but I don't know if this is guaranteed. > It's not, indexing in particular could alter the order. >> Than sim

RE: [provocative] crushing userland

2002-02-22 Thread Vadim Gritsenko
> From: Ugo Cei [mailto:[EMAIL PROTECTED]] > > Vadim Gritsenko wrote: > > > Isn't Xindice collection already ordered by time document was inserted? > > It looks like it is, but I don't know if this is guaranteed. I suspect the order is preserved because of trees. Let Xindice gurus confirm this

Re: [provocative] crushing userland

2002-02-22 Thread Ugo Cei
Robert Koberg wrote: > you could create a xsl:key on 'time', cache the stylesheet, and access it > much faster. Yes but I don't want to pass the WHOLE collection through the stylesheet, in any case. Ugo -- Ugo Cei - Consorzio di Bioingegneria e Informatica Medica P.le Volontari del

Re: [provocative] crushing userland

2002-02-22 Thread Ugo Cei
Vadim Gritsenko wrote: > Isn't Xindice collection already ordered by time document was inserted? It looks like it is, but I don't know if this is guaranteed. > Than simple query like /db/blog/*[position() > last()-20] should work > then, or something like /db/blog/*[position() = > last()]/prece

Re: [provocative] crushing userland

2002-02-22 Thread Stefano Mazzocchi
Kimbro Staken wrote: > > On Friday, February 22, 2002, at 01:16 AM, Ugo Cei wrote: > > > Stefano Mazzocchi wrote: > > > >> Anyway, can't we *directly* use RSS for blogs? is much more semantic > >> than OPML anyway. > > > > You asked for it, you got it. My "embryo-of-a-blog" > > (http://violetta.

cvs commit: xml-cocoon2 CREDITS

2002-02-22 Thread stefano
stefano 02/02/22 08:54:46 Added: .CREDITS Log: added a CREDITS page (which will be used by the Apache License 2.0 when available to add proper credits) for now, please add yourself if you feel you should be there. Revision ChangesPath 1.1 xml

RE: Current CVS won't build

2002-02-22 Thread John Morrison
*GRIN* - I think cziegeler 'fixed' (commented out) it :) 02/02/21 22:35:51 Modified: src/scratchpad/src/org/apache/cocoon/transformation/pagination Pagesheet.java @@ -64,12 +64,12 @@ import org.xml.sax.helpers.DefaultHandler; import org.apache.cocoon.Modifia

Re: [provocative] crushing userland

2002-02-22 Thread Robert Koberg
Hi, - Original Message - From: "Vadim Gritsenko" <[EMAIL PROTECTED]> > > From: Kimbro Staken [mailto:[EMAIL PROTECTED]] > > > > We need a richer language then XPath to do that. It will come with > XQuery, > > but it's a long way off. We'll need to figure something out in the > short >

RE: replacement for maybeupload

2002-02-22 Thread Vadim Gritsenko
> From: Jeroen ter Voorde [mailto:[EMAIL PROTECTED]] > > On Friday 22 February 2002 05:36 pm, you wrote: > > Does it work with large files? Say, 700Mb? > > Haven't tested it, i also used the orginal max upload size which is 10MB. > Furthermore there are no build in limitations to the upload size

cvs commit: xml-cocoon2/src/scratchpad/src/org/apache/cocoon/transformation/pagination ItemGroup.java PageRules.java Pagesheet.java Paginator.java ResizableContainer.java

2002-02-22 Thread stefano
stefano 02/02/22 08:48:57 Modified:src/scratchpad/src/org/apache/cocoon/transformation/pagination ItemGroup.java PageRules.java Pagesheet.java Paginator.java ResizableContainer.java Log: reupdated to working state now that all files ha

cvs commit: xml-cocoon2/src/scratchpad/src/org/apache/cocoon/transformation/pagination ResizableContainer.java

2002-02-22 Thread stefano
stefano 02/02/22 08:47:10 Added: src/scratchpad/src/org/apache/cocoon/transformation/pagination ResizableContainer.java Log: forgot to add this :( Revision ChangesPath 1.1 xml-cocoon2/src/scratchpad/src/org/apache/cocoon/transf

Re: [provocative] crushing userland

2002-02-22 Thread Stefano Mazzocchi
Ugo Cei wrote: > > Stefano Mazzocchi wrote: > > > Anyway, can't we *directly* use RSS for blogs? is much more semantic > > than OPML anyway. > > You asked for it, you got it. My "embryo-of-a-blog" > (http://violetta.cbim.it/cocoon/mount/beeb/) now uses RSS 1.0. Cool, I'll check that out. > Yo

Re: [RT] Sources and Drains (long response)

2002-02-22 Thread Stefano Mazzocchi
Berin Loritsch wrote: > > The original idea of a pipeline was > > > > g -> t* -> s > > > > you all know this very well. > > > > Then I realized that the same pipelines shared the same properties, so I > > came up with the notion of resource views, which required a way to 'get > > out' of the nor

Re: Current CVS won't build

2002-02-22 Thread Stefano Mazzocchi
"Morrison, John" wrote: > > > From: Stefano Mazzocchi [mailto:[EMAIL PROTECTED]] > > > > Sebastian Bergmann wrote: > > > > > > See http://www.sebastian-bergmann.de/cocoon2.txt for details. > > > > Try updating your CVS, should be fixed now (on my machine it is) > > Nope - still missing somethi

Re: XSLT benchmarks: dbonerow

2002-02-22 Thread Stefano Mazzocchi
Robert Koberg wrote: > > If you look at and evangelize the use of keys you will see performance > increase DRAMATICALLY. Yes, sure, but since most of these optimizations are algorithmical (means that it's possible to write a program that does them for you, as Scott suggested), why in hell should

Re: [RT] Sources and Drains

2002-02-22 Thread Stefano Mazzocchi
Matt Sergeant wrote: > > On Thu, 21 Feb 2002, Stefano Mazzocchi wrote: > > > [For those of you who didn't study elettronic, MOSFET transistors have > > sources, drains and gates. Sources generate electrons, drains consume > > them and gates control the flow] > > And in computing terms, a drain

Re: new xsltc.jar

2002-02-22 Thread Jacek R. Ambroziak
OK, I see where the problem lies. The bug is 'founded' on an architetectural design error. I could 'patch' it immediately, or work on the root of the problem. I chose the latter option to save my own time. You should hear from me soon. --Jacek On Friday 22 February 2002 08:12 am, Lewis, Andrew

Re: replacement for maybeupload

2002-02-22 Thread Jeroen ter Voorde
On Friday 22 February 2002 05:36 pm, you wrote: > Does it work with large files? Say, 700Mb? Haven't tested it, i also used the orginal max upload size which is 10MB. Furthermore there are no build in limitations to the upload size so it *should* work but i don't know how well the VM handles arra

RE: replacement for maybeupload

2002-02-22 Thread Vadim Gritsenko
Does it work with large files? Say, 700Mb? Vadim > -Original Message- > From: root (by way of Jeroen ter Voorde <[EMAIL PROTECTED]>) > [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 22, 2002 1:36 PM > To: [EMAIL PROTECTED] > Subject: replacement for maybeupload > > Hi, > > This is

RE: [provocative] crushing userland

2002-02-22 Thread Vadim Gritsenko
> From: Kimbro Staken [mailto:[EMAIL PROTECTED]] > > On Friday, February 22, 2002, at 01:16 AM, Ugo Cei wrote: > > > Stefano Mazzocchi wrote: > > > >> Anyway, can't we *directly* use RSS for blogs? is much more semantic > >> than OPML anyway. > > > > You asked for it, you got it. My "embryo-of-a

replacement for maybeupload

2002-02-22 Thread root
Hi, This is a replacement for the maybeupload request wrapper which i needed for our project. Instead of directly writing files to the upload dir the files are kept in the request object and can be manually stored by an action. Improvements: - More control over file attachments - Multiple upload

Re: new xsltc.jar

2002-02-22 Thread Jacek R. Ambroziak
OK, problem reproduced. On to debugging :-) --Jacek On Friday 22 February 2002 10:17 am, Davanum Srinivas wrote: > Jacek, > > The code in the URL is a modified version of xsltc's > JAXPTransletOneTransformation sample. you use it exactly as you normally > run xsltc's JAXPTransletOneTransformatio

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/transformation TraxTransformer.java

2002-02-22 Thread cziegeler
cziegeler02/02/22 07:25:29 Modified:src/java/org/apache/cocoon/transformation TraxTransformer.java Log: Added fix again Revision ChangesPath 1.18 +17 -1 xml-cocoon2/src/java/org/apache/cocoon/transformation/TraxTransformer.java Inde

Re: new xsltc.jar

2002-02-22 Thread Jacek R. Ambroziak
OK. So I thought; working on it . --Jacek On Friday 22 February 2002 10:17 am, Davanum Srinivas wrote: > Jacek, > > The code in the URL is a modified version of xsltc's > JAXPTransletOneTransformation sample. you use it exactly as you normally > run xsltc's JAXPTransletOneTransfo

Re: new xsltc.jar

2002-02-22 Thread Davanum Srinivas
Jacek, The code in the URL is a modified version of xsltc's JAXPTransletOneTransformation sample. you use it exactly as you normally run xsltc's JAXPTransletOneTransformation sample. No Magic here :) Thanks, dims --- "Jacek R. Ambroziak" <[EMAIL PROTECTED]> wrote: > This one works; I am try

FW: FYI - mirror of old version of apache.org site

2002-02-22 Thread Pier Fumagalli
Not acked... Pier -- Forwarded Message > From: "Parnell, Scott" <[EMAIL PROTECTED]> > Date: Fri, 22 Feb 2002 09:49:00 -0500 > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: FYI - mirror of old version of apache.org site > > While looking for some information on your experience

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/transformation TraxTransformer.java

2002-02-22 Thread cziegeler
cziegeler02/02/22 07:13:35 Modified:src/java/org/apache/cocoon/transformation TraxTransformer.java Log: Removed fix Revision ChangesPath 1.17 +6 -24 xml-cocoon2/src/java/org/apache/cocoon/transformation/TraxTransformer.java Index: T

Re: new xsltc.jar

2002-02-22 Thread Jacek R. Ambroziak
This one works; I am trying to understand what's wrong. Would be ideal if I had the data to reproduce the problem. --Jacek PS. Feels good to be back to my old project :-) On Friday 22 February 2002 10:01 am, Davanum Srinivas wrote: > Jacek, > > Bugzilla is down. Try this one: > http://marc.the

RE: new xsltc.jar

2002-02-22 Thread Davanum Srinivas
Jacek, Bugzilla is down. Try this one: http://marc.theaimsgroup.com/?l=xalan-dev&m=101310215118028&w=2 Thanks, dims --- Jacek Ambroziak <[EMAIL PROTECTED]> wrote: > I wouldn't mind removing any show-stoppers... > The link you guys quote doesn't work, however :-( > > --Jacek > > > --- "Lewis,

RE: new xsltc.jar

2002-02-22 Thread John Morrison
It did, but bugzilla's gone down. J. > From: Jacek Ambroziak [mailto:[EMAIL PROTECTED]] > > I wouldn't mind removing any show-stoppers... > The link you guys quote doesn't work, however :-( > > --Jacek > > > > > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6312 > > >

RE: new xsltc.jar

2002-02-22 Thread Jacek Ambroziak
I wouldn't mind removing any show-stoppers... The link you guys quote doesn't work, however :-( --Jacek --- "Lewis, Andrew J" <[EMAIL PROTECTED]> wrote: > To whom must we beg for this to be a high priority? > :) > > > -- > > From: Davanum Srinivas[SMTP:[EMAIL PROTECTED]] > > Reply To

cvs commit: xml-cocoon2/src/scratchpad/src/org/apache/cocoon/sunshine/transformation AbstractSunShineTransformer.java

2002-02-22 Thread cziegeler
cziegeler02/02/22 06:35:21 Modified:src/scratchpad/src/org/apache/cocoon/sunshine/transformation AbstractSunShineTransformer.java Log: Fixed initialization Revision ChangesPath 1.3 +15 -9 xml-cocoon2/src/scratchpad/src/org/apache/cocoon

RE: new xsltc.jar

2002-02-22 Thread Davanum Srinivas
Andrew, You can start by adding your 2 cents in BugzillaOther possible email lists and people are as follows: Mailing Lists: [EMAIL PROTECTED] [EMAIL PROTECTED] People: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] Thanks, dims --- "Lewis, Andrew J" <[EMAIL

RE: CONTEXT_ENVIRONMENT_CONTEXT can be null ?

2002-02-22 Thread Leo Sutic
Try: Constants.java: /** *The name of a Context object in the so called objectModel Map. * This constant is also defined in the org.apache.cocoon.environment.ObjectModelHelper class. * * FIXME(GP): Shouldn't this definition here be removed? */ String CONTEXT_OBJE

RE: new xsltc.jar

2002-02-22 Thread Lewis, Andrew J
To whom must we beg for this to be a high priority? :) > -- > From: Davanum Srinivas[SMTP:[EMAIL PROTECTED]] > Reply To: [EMAIL PROTECTED] > Sent: Friday, February 22, 2002 7:47 AM > To: [EMAIL PROTECTED] > Cc: Jacek R. Ambroziak; [EMAIL PROTECTED] > Subject:

Re: new xsltc.jar

2002-02-22 Thread Torsten Curdt
> Torsten, > > We cannot use xsltc in C2 as-is because of a bug in their JAXP support: > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6312 Thanks, for link dims... ...but the code freeze Tom talked about was on the 15th. Maybe we can now try and help to fix this? Bright prospects if we can

CONTEXT_ENVIRONMENT_CONTEXT can be null ?

2002-02-22 Thread Thorsten Mauch
Hi I try to look up the context but I receive null The code in my actions simply looks like: Context context = (Context)objectmodel.get(Constants.CONTEXT_ENVIRONMENT_CONTEXT); if(context == null) System.out.println("no context"); I run cocoon with tomcat,

Re: new xsltc.jar

2002-02-22 Thread Davanum Srinivas
Torsten, We cannot use xsltc in C2 as-is because of a bug in their JAXP support: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6312 Thanks, dims --- Torsten Curdt <[EMAIL PROTECTED]> wrote: > On Thu, 21 Feb 2002, Jacek R. Ambroziak wrote: > > > The performance bug seems to be fixed now. >

Re: Current CVS will build but not run

2002-02-22 Thread Sebastian Bergmann
"Butler, Mark" wrote: > Okay, that works. Not here. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ ---

Portal documentation

2002-02-22 Thread Bert Van Kets
Can someone PLEASE replace the tab characters with spaces in the following files: cocoon/documentation/xdocs/developing/sunrise.xml cocoon/documentation/xdocs/developing/sunshine-contexts.xml cocoon/documentation/xdocs/developing/sunspot.xml This will correct the *very* wide pages. Bert --

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java esql.xsl

2002-02-22 Thread tcurdt
tcurdt 02/02/22 04:14:12 Modified:src/java/org/apache/cocoon/components/language/markup/xsp/java esql.xsl Log: fixed the normalize-space problem reported by [EMAIL PROTECTED] where all nested tags were removed from skip-rows/max-rows. this was introduce w

Re: cvs commit: xml-cocoon2 changes.xml

2002-02-22 Thread Jeremy Quinn
At 7:18 am + 22/2/02, [EMAIL PROTECTED] wrote: >cziegeler02/02/21 23:18:50 > + > + Fixed some bugs in the file URI resolving on windows plattforms. > + Thanks for this. I am already getting reports that FileWritingTransformer is now working on windows. regards Jeremy -- _

RE: Current CVS will build but not run

2002-02-22 Thread Butler, Mark
Okay, that works. Thanks M > -Original Message- > From: Gianugo Rabellino [mailto:[EMAIL PROTECTED]] > Sent: 22 February 2002 10:36 > To: [EMAIL PROTECTED] > Subject: Re: Current CVS will build but not run > > > Butler, Mark wrote: > > > > I've just checked the latest version out the

Re: Current CVS will build but not run

2002-02-22 Thread Gianugo Rabellino
Butler, Mark wrote: > > I've just checked the latest version out the CVS. It builds okay but when I > run it I get a Cocoon internal servlet error. > > If I look at the sitemap.log it says: > > ERROR (2002-02-22) 10:13.59:750 [sitemap] (/cocoon/) > HttpProcessor[8080][1]/Handler: Error comp

Re: Current CVS will build but not run

2002-02-22 Thread Bert Van Kets
I've just done the same thing, but mine runs fine. Have you deleted the work directory to avoid compatibility problems with a previous version? Bert At 10:26 22/02/2002 +, you wrote: >Hi > >I've just checked the latest version out the CVS. It builds okay but when I >run it I get a Cocoon inte

Current CVS will build but not run

2002-02-22 Thread Butler, Mark
Hi I've just checked the latest version out the CVS. It builds okay but when I run it I get a Cocoon internal servlet error. If I look at the sitemap.log it says: ERROR (2002-02-22) 10:13.59:750 [sitemap] (/cocoon/) HttpProcessor[8080][1]/Handler: Error compiling sitemap java.lang.NoSuchFie

CastorTransformer needs castor.jar

2002-02-22 Thread Piroumian, Konstantin
Hi, team! What is the best way of adding a *.jar to scratchpad? Recently contributed CastorTransformer needs castor.jar. What is the policy: should the people download it from Castor site or it can be added to scratchpad/lib? Best regards, Konstantin Piroumian Leading Software Developer Protek

RE: new xsltc.jar

2002-02-22 Thread MORAVEK Peter
Is there a possibility to use the new xsltc.jar with Cocoon 1.8.x ? How should I plug-in the transformer ? Thanks Peter > -Original Message- > From: Jacek R. Ambroziak [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 22, 2002 12:59 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED];

Re: [provocative] crushing userland

2002-02-22 Thread Ugo Cei
Stefano Mazzocchi wrote: > Anyway, can't we *directly* use RSS for blogs? is much more semantic > than OPML anyway. You asked for it, you got it. My "embryo-of-a-blog" (http://violetta.cbim.it/cocoon/mount/beeb/) now uses RSS 1.0. You can also get the raw RSS feed by clicking on the little "XML