RE: [C2] Err-Msg: No more DTM IDs are available ????

2001-10-04 Thread Stephan Michels
On Fri, 5 Oct 2001, Faulkner, Perry wrote: Hi Eduardo, I had this error when cocoon.war was out of step with the contents of {TOMCAT_HOME}\webapps\cocoon\. My solution was to stop tomcat, delete the {TOMCAT_HOME}\webapps\cocoon tree and restart tomcat so that it rebuilds the tree from

XInclude

2001-11-20 Thread Stephan Michels
--- I couldn't find an error in the log files. I have also a question, must I use file://? Thanx, Stephan Michels. - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org

Re: XInclude

2001-11-20 Thread Stephan Michels
=/vern/public/FIZ-Ablaufumgebung/ch/1/pc/xmltest/vscml/vscth2html.xsl/-- !--map:transform type=extractor/ map:transform src=stylesheets/vs/svg-extractor.xsl/-- map:serialize type=xml/ /map:when Stephan Michels wrote: Hi, has anyone a working example for the xinclude transformer. My

Re: XInclude

2001-11-20 Thread Stephan Michels
On Tue, 20 Nov 2001, Michael McKibben wrote: Also, don't forget the parse=xml attribute on your xinclude element. I didn't see it in the original example you sent. I thought this were the default. From XInclude.java(87): if (null == parse) parse=xml;

Re: XInclude

2001-11-21 Thread Stephan Michels
: protected void processXIncludeElement(String href, String parse) throws SAXException,ProcessingException,IOException { if (getLogger().isDebugEnabled()) With which parameter could I enable this feature? Stephan Michels wrote: On Tue, 20 Nov 2001

Re: XInclude

2001-11-21 Thread Stephan Michels
: Processing XInclude element: href=/vern/public/FIZ-Ablaufumgebung/ch/1/pc/xmltest/vscml/music.third, parse=xml So, the transformer gets the right parameters, but I found no exceptions which explains why the transformer doen't work. Von: Stephan Michels [EMAIL PROTECTED] On Wed, 21 Nov 2001

Re: XInclude

2001-11-22 Thread Stephan Michels
On Tue, 20 Nov 2001, Michael McKibben wrote: Ahh yes you are correct. I've been using a modified XInclude transformer that uses a custom URI class to better handle uri's supplied via the href attribute. This modified version correctly handles relative/absolute URI's (including the Cocoon

Re: IBM-jdk-1.3 and cocoon2

2001-12-11 Thread Stephan Michels
On Tue, 11 Dec 2001, Karl Oie wrote: Does anyone here run cocoon2 with ibm-jdk-1.3? yes under ibm-jdk the javac compiler won't initialize (org.apache.cocoon.components.language.programming.java.Javac). Hmm, I don't get this message. Have you set JAVA_HOME ?

Re: starting Xvfb for Cocoon

2001-12-11 Thread Stephan Michels
is the solution to a different problem Yes, but in my opinion fbset could also abused to set up the xvfb. Carlos On 12/11/01 10:23 AM, Stephan Michels [EMAIL PROTECTED] wrote: On Tue, 11 Dec 2001, Cindy Ballreich wrote: I suppose that this is really a Xvfb or even a Linux question

[Serializer] Get request and parameters?

2001-12-12 Thread Stephan Michels
like setup. Doesn't implements SitemapOutputComponent this method on purpose. Thanks, Stephan Michels. - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon

RE: [Serializer] Get request and parameters?

2001-12-12 Thread Stephan Michels
, Parameters par) { System.out.println(DOMSerializer.java: setup); } [...] -Original Message- From: Stephan Michels [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 12. Dezember 2001 11:01 To: [EMAIL PROTECTED] Subject: [Serializer] Get request and parameters

[Ann] JEuclid project launched

2002-01-26 Thread Stephan Michels
, Stephan Michels. - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: XMLDBGenerator

2002-02-21 Thread Stephan Michels
On Thu, 21 Feb 2002, Martin Holz wrote: Stephan Michels wrote: On Thu, 21 Feb 2002, Gianugo Rabellino wrote: Stephan Michels wrote: I try to use cocoon with xindice. Please avoid, if possible, the XML:DB generators, swith to the Source implementation, which allows you to use

RE: XMLDBGenerator

2002-02-22 Thread Stephan Michels
On Fri, 22 Feb 2002, Vadim Gritsenko wrote: From: Stephan Michels [mailto:[EMAIL PROTECTED]] On Thu, 21 Feb 2002, Gianugo Rabellino wrote: snip/ basexmldb:dbxml:///db//base Base should be is xmldb:xindice///db/. Also, you are getting the error from the XML:DB source

Re: Sitemap question

2002-03-04 Thread Stephan Michels
On Mon, 4 Mar 2002, Stefano Bonnin wrote: It seems that the sitemap it wasn't recompiled. Why? How can I do for recompile the sitemap. I always restart tomcat! Is this a wrong way? Excuse me for this stupid questions but ... I'am a new cocoon2 user. cocoon.xconf: sitemap

RE: Sitemap question

2002-03-04 Thread Stephan Michels
On Mon, 4 Mar 2002, Luca Morandini wrote: Stephan, won't it be better to limit this behaviour to sub-sitemaps only ? It will cause a recompilation of the sitemap, which is usually the most complex sitemap in a server... better mount sub-sitemap, don't you agree ? This feature can't

Re: Cocoon doesn't start: SAXParser not found

2002-03-25 Thread Stephan Michels
On Mon, 25 Mar 2002, Tilman Rassy wrote: Hi, When I try to start Cocoon 2.0.1, I get the following error (I use Tomcat 3.3a and Sun's jdk1.3.1 on a Linux machine): Try using Tomcat 4.0.1. Cocoon 2.0.1 works with Tomcat 4.0.1 out of the box.

[CL] Following links doesn't work

2002-03-26 Thread Stephan Michels
But in my example these debug info doesn't appear. The result page is correct. Have I something forgotten? Thank you, Stephan Michels. result: html head META http-equiv=Content-Type content=text/html; charset=UTF-8 titleTrajectory/title /head body ul style=padding-left: 0pt; li a href=noframe

Re: [CL] Following links doesn't work

2002-03-26 Thread Stephan Michels
On Tue, 26 Mar 2002, Stephan Michels wrote: Hi, I have some problems using cocoon in the commandline. The option following links won't work with my documents. In the project Krysalis from Nicola Barozzi everything works. In the log file appears following line: [java] INFO10171

Re: Encoding question

2002-04-16 Thread Stephan Michels
On Tue, 16 Apr 2002, Franosch, Heike wrote: Hi all, is it possible to set the output encoding? I always get a UTF-8, even if I set output encoding to iso-8859-1 in my stylesheet. Can I influence it somehow in the sitemap? Try map:serialize type=html encodingASCII/encoding

Re: FragmentExtractor

2002-04-19 Thread Stephan Michels
On Fri, 19 Apr 2002, Ricardo Trindade wrote: Hi, I've searched the docs and lists about this without success, so here goes : I have a database query (executed with sqltransformer) that returns xml with products and embedded image binaries. (they're blobs in the DB) I

RE: How Can I access Macromedia Flash file through cocoon

2002-05-01 Thread Stephan Michels
How about a FlashGenerator and Serializer? I read a nice artikel in a linux magazin about Flash2XML. http://www.tivano.de/software/spark/index.shtml This were a nice thing ;-) On Wed, 1 May 2002, Morrison, John wrote: Access? You mean read? Set up a map:read with the correct mime-type

Sources, Components and cocoon.xmap

2002-05-07 Thread Stephan Michels
] } Tanks, Stephan Michels. - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: [Request for Votes] SOAP for the REST of us

2002-05-14 Thread Stephan Michels
On 14 May 2002, Nick Airey wrote: Don't waste your time, a soap interface already exists http://www.google.com/apis/ And it took me aprox 0.5 seconds to find. And here a nice article: http://www.xml.com/pub/a/2002/04/24/google.html On Tue, 2002-05-14 at 05:19, Ivelin Ivanov wrote:

Re: config memory with multiple cocoon instances one one machine

2002-05-14 Thread Stephan Michels
On Tue, 14 May 2002, Patrick Husi wrote: Hi We're working with Solaris 8 with 640Mb Memory, tomcat 4.01 and cocoon 2.0.2 and have three instances of cocoon running on it. Unfortunately after working with cocoon java hangs up and nothing works anymore. We have to restart cocoon.

Re: config memory with multiple cocoon instances one one machine

2002-05-15 Thread Stephan Michels
. Stephan Michels. - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Using own Store implementation

2002-05-20 Thread Stephan Michels
is better, then replace the stores. Stephan Michels. - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Fwd: SourceWriterTransformer problems

2002-05-20 Thread Stephan Michels
On Mon, 20 May 2002, [iso-8859-1] Jeremy Aston wrote: I've been racking my brain all weekend over a problem with SourceWriterTransformer (more likely my use of it actually). On C2.0.2, JDK1.3 everything works fine. I have now moved to 2.1-dev, JDK1.4 and my JDK1.4 compiled excalibur.

Re: I am new to Cocoon?Anyone can help me?

2002-05-23 Thread Stephan Michels
On Thu, 23 May 2002, myzdf wrote: I am new to Concoon, when i follow the instanll document to install cocoon with resin 1.3.b1,i catch this exception: ERROR (2002-05-22) 12:37.56:537 [access] (/cocoon/) tcpConnection-6802-6/CocoonServlet: Problem with servlet

RE: problems with encodeURL transformer

2002-06-03 Thread Stephan Michels
On Mon, 3 Jun 2002 [EMAIL PROTECTED] wrote: Hello! Are there any (working) examples available how to use encodeURL transformer? Unfortunately I my system behaves similar like described in a previous posting. I think the sunpot demos works with the transformer: fgrep -nA 3 encodeURL

RE: Latest CVS Head Error: Target `xt-warn' does not exist in thisproject.

2002-06-03 Thread Stephan Michels
On Mon, 3 Jun 2002, Carsten Ziegeler wrote: Should be fixed now. I think these lines are also obbsolete diff -u -r1.7 jars.xml --- lib/jars.xml2 Jun 2002 03:46:47 - 1.7 +++ lib/jars.xml3 Jun 2002 07:59:28 - @@ -249,13 +249,6 @@

RE: .htc how to (pipeline)

2002-06-03 Thread Stephan Michels
On Mon, 3 Jun 2002, Cocoon User wrote: please can you give an example of your pipeline map:match pattern=calendar.htc map:read src=chart/calendar.htc mime-type=text/javascript/ /map:match Perhaps you should change the mime-type. On Sun, 2 Jun 2002, Bert Van Kets wrote: I have a

Re: wbmp support in cocoon

2002-06-04 Thread Stephan Michels
On Tue, 4 Jun 2002, yuryx wrote: Hi all! Does cocoon support mime-type=image/wbmp in sitemap (as is gif,jpg,png)? Thanx. Yury. Only the browser evaluates the mime-type, for the cocoon it is just a string. - Please check

Re: A little help with aggregation

2002-06-06 Thread Stephan Michels
On Thu, 6 Jun 2002, Hahn Kurt (CHA) wrote: I'm trying to aggregate two files with the cocoon protocol: map:match pattern=pvDoc/*.pdf map:aggregate map:part src=cocoon:/pv/title/{1}.pdf element=title ns=http://some.thing.com/title/ map:part

RE: A little help with aggregation

2002-06-06 Thread Stephan Michels
On Thu, 6 Jun 2002, Hahn Kurt (CHA) wrote: Adding the root element to map:aggregate fixed the error, I can now display what once will be the aggregated page. But, I don't get the content of my parts, I just get this: pvDoc title xmlns=http://some.thing.com/title; / /pvDoc I changed

RE: A little help with aggregation

2002-06-07 Thread Stephan Michels
On Fri, 7 Jun 2002, Hahn Kurt (CHA) wrote: Right, I want to substitute {1} with '*' from the matcher, which seems to work fine, since the error I'm getting is : Could not get sitemap source http://st-080234:8080/cocoon/mount/AigleK/pv/title/251567.xml. But this URL is working!! In

Re: Namespace attributes in XSL output

2002-06-07 Thread Stephan Michels
On Fri, 7 Jun 2002, Derek Hohls wrote: I'm having problems with empty namespace attributes being added into my output tags: A tag which is generated via a call to a named template will insert xmlns= into the tag; which causes that tag to be ignored. For example, a call in a stylesheet

Re: Piechart / Histogram chart generation using SVG

2002-06-11 Thread Stephan Michels
On Tue, 11 Jun 2002, Sreenivasan N. wrote: Hi all I am getting some errors when i tried to generate Piechart / histogram chart in cocoon 2.0.1, Tomcat 4.0.1. I was trying Transforming XML into SVG by doung from IBM site. I couldnt get the histogram properly. xpath mod function is not

Re: cocoon as commandline tool

2002-06-11 Thread Stephan Michels
On Tue, 11 Jun 2002, Renzo Kottmann wrote: Hello, I want to run Cocoon 2.0.2 as a commandline tool. 1. In which way do I have to write the 'URI- file'? One URL per line, I believe. May someone give me a detailed discription of the URL or URI (I just don't know)? Because

Re: Using Xalan from the command line?

2002-06-14 Thread Stephan Michels
On Fri, 14 Jun 2002, Derek Hohls wrote: Hi Can anyone give me the syntax for doing this - I have been using James Clarke's XT for this up to now, but it appears there are some critical differences between the way the two processors deal with the same XML/XSLT combo [I'm not sure why; but

Re: Using Xalan from the command line?

2002-06-14 Thread Stephan Michels
/xalan-j/commandline.html For more questions about the cli of xalan, I would propose to ask the xalan mailing list ;-) Stephan Michels. On Fri, 14 Jun 2002, Derek Hohls wrote: Hi Can anyone give me the syntax for doing this - I have been using James Clarke's XT for this up to now

Re: Cocoon 2.1 deployment error

2002-07-02 Thread Stephan Michels
lib. Stephan Michels. - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faq/index.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: Cocoon 2.1 deployment error

2002-07-02 Thread Stephan Michels
/ Remember 2.1 is not yet released, Stephan Michels. -Message d'origine- De: Stephan Michels [mailto:[EMAIL PROTECTED]] On Tue, 2 Jul 2002 [EMAIL PROTECTED] wrote: Hello, I have deployed the Cocoon 2.1 webapp Demo but when I try to see the welcome page (http://localhost:8000/cocoon

Re: DTD comments in xinclude/cinclude transformer output

2002-07-02 Thread Stephan Michels
DTD included. This results in ca. 114 kB extra with the DocBook DTD. I also noticed the bug, thanks for the patch. Patch is applied, please cross-check. Stephan Michels. - Please check that your question has not already been

Re: Aargh: Installation under Linux failed... no idea?

2002-07-03 Thread Stephan Michels
restructured. Try /cocoon/samples/. Stephan Michels. - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faq/index.html To unsubscribe, e-mail: [EMAIL

RE: can't start cocoon under root

2002-07-04 Thread Stephan Michels
On Thu, 4 Jul 2002, Thomas Garger wrote: why not? could there be some security problems? which one? A cool application is to use the SourceWritingTransformer to override the passwd ;-) -Original Message- From: Andrew C. Oliver [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 04.

Re: XInclude/CInclude Issue (Re: including dynamic data with XMLForm)

2002-07-07 Thread Stephan Michels
On Sun, 7 Jul 2002, Ivelin Ivanov wrote: We could use some help from the XInclude/Cinclude experts for the problem Oliver is trying to solve. - Original Message - From: Andrew C. Oliver [EMAIL PROTECTED] To: cocoon users [EMAIL PROTECTED] Sent: Sunday, July 07, 2002 12:17 PM

Re: XInclude/CInclude Issue (Re: including dynamic data with XMLForm)

2002-07-07 Thread Stephan Michels
/xf:item xf:item xf:captionTravel/xf:caption xf:value14/xf:value /xf:item xf:item xf:captionVideos/xf:caption xf:value15/xf:value /xf:item /xformcategories -Andy On Sun, 2002-07-07 at 14:59, Stephan Michels wrote: On Sun, 7 Jul 2002, Ivelin Ivanov wrote: We could use some

Re: XInclude/CInclude Issue (Re: including dynamic data with XMLForm)

2002-07-08 Thread Stephan Michels
, Stephan Michels wrote: On 7 Jul 2002, Andrew C. Oliver wrote: Hi, Thanks for your reply. This is very close to what I want. So I'm almost there, but I have to have a root element on the categories_combo.xml page. Its xmlformcategories. I only want whats in between the root

Re: I don't understand SourceUploadAction

2002-07-08 Thread Stephan Michels
But I didn't propose that. I thing that what I need is an UploadGenerator that gets the xml file from request and send it by Sax events I think too. ___ Stephan Michels EMail: [EMAIL PROTECTED

Re: Authentication Framework

2002-07-09 Thread Stephan Michels
it not be map:parameter name=parameter_name value={request:username}/ ? Stephan Michels. MyLoginAction: * param: request:password ** MyLoginAction: * param: request:nickname ** So I looked at the code and changed the new part back

Re: java.lang.IllegalStateException: Cannot create a session afterthe response has been committed

2002-08-12 Thread Stephan Michels
) : java.lang.IllegalStateException: Cannot create a session after the response has been committed at org.apache.catalina.connector.HttpRequestBase.doGetSession(HttpRequestBase.java:1104) This bug is available on bugzilla: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11405 Stephan Michels

Re: J2EE needed? UserTransaction not found..

2002-08-18 Thread Stephan Michels
this error? Stephan. ___ Stephan Michels EMail: [EMAIL PROTECTED] ICQ: 115535699Tel: +49-030-314-21583

Re: CVS Snapshot: ConfigurationException

2002-08-18 Thread Stephan Michels
for 'transform' at jndi:/localhost/cocoon/sitemap.xmap:377:59 Now what? :) The CVS HEAD is most of the time stable, but sometimes it is broken. So you got a bad day ;-) The problem was the upgrade of the Avalon libs on the friday(I think). Stephan Michels

Re: J2EE needed? UserTransaction not found..

2002-08-19 Thread Stephan Michels
On Sun, 18 Aug 2002, Jan wrote: Where do you get this error? On startup. Urgh :-| Can you this more explain?! Tomcat? Version? Version of Cocoon? Install method? Parameters? - Please check that your question has not

Re: [Q] SourceWritingTransfomer + WriteableSources via POST?

2002-08-19 Thread Stephan Michels
___ Stephan Michels EMail: [EMAIL PROTECTED] ICQ: 115535699Tel: +49-030-314-21583 +|+|+|+|+|+|+|-| - Please check that your

RE: [Q] SourceWritingTransfomer + WriteableSources via POST?

2002-08-19 Thread Stephan Michels
On Mon, 19 Aug 2002, Per Kreipke wrote: I can't quite find in the current source tree any other writeable source other than the SlideSource or the FileSource. Is there already a WriteableSource that can POST to a HTTP resource? Or is there another built-in way to have

Re: Tomcat doesn't unpack cocoon.war

2002-08-20 Thread Stephan Michels
On Tue, 20 Aug 2002, Martin Polley wrote: Am I doing something wrong? Setup: RedHat Linux 7.3 J2SDK 1.4.1_01 Tomcat 4.0.4 Cocoon 2.0.3 (vm 1.4 version) Java SDK and Tomcat (tomcat-full tomcat-webapps) were downloaded as RPMs, Cocoon as a binary tarball. When

Re: Slide Demo (ComponentException)

2002-08-21 Thread Stephan Michels
. ___ Stephan Michels EMail: [EMAIL PROTECTED] ICQ: 115535699Tel: +49-030-314-21583 +|+|+|+|+|+|+|-| - Please check that your

Re: WebDav, DavFS, Slide and else ....

2002-08-21 Thread Stephan Michels
On Wed, 21 Aug 2002, ROSSEL Olivier wrote: Here is a crazy idea I have had. Linux has a WebDav FileSystem. So accessing/updating files via WebDAV is completely transparent to Cocoon. WebDAV servers can have versionning, revision systems. So, without changing the way you work inside

Re: Generator implements threadsafe???

2002-08-22 Thread Stephan Michels
On Wed, 21 Aug 2002, apurva zaveri wrote: does it makes sense implementing ThreadSafe to a custom generator ??? for example like this: public class MyGenerator extends CompeserGenerator implements ThreadSafe { } No, because a Generator implements void

Re: Build from cvs failed

2002-09-17 Thread Stephan Michels
. ___ Stephan Michels EMail: [EMAIL PROTECTED] ICQ: 115535699Tel: +49-030-314-21583

[FYI] Article on JavaWorld

2002-09-24 Thread Stephan Michels
Transform data into Web applications with Cocoon http://www.javaworld.com/javaworld/jw-09-2002/jw-0920-cocoon.html Have fun... ___ Stephan Michels EMail: [EMAIL PROTECTED] ICQ: 115535699

Re: Using Slide with Cocoon 2

2002-10-21 Thread Stephan Michels
On Mon, 21 Oct 2002, Jeremy Quinn wrote: On Monday, Oct 21, 2002, at 09:26 Europe/London, Stephan Michels wrote: Thanks for your reply, Stephan. On Thu, 17 Oct 2002, Jeremy Quinn wrote: We will be using Cocoon2 with SQL and XML Files, I would like there to be WebDAV access

Re: Using Slide with Cocoon 2

2002-10-30 Thread Stephan Michels
On Mon, 21 Oct 2002, Jeremy Quinn wrote: On Monday, Oct 21, 2002, at 11:57 Europe/London, Stephan Michels wrote: On Mon, 21 Oct 2002, Jeremy Quinn wrote: FYI. The sample web.xml file is out of sync with the current main web.xml, and tries to use WEB-INF/Domain.xml, I believe

Re: Using Slide with Cocoon 2

2002-10-31 Thread Stephan Michels
On Thu, 31 Oct 2002, Jeremy Quinn wrote: On Wednesday, Oct 30, 2002, at 17:06 Europe/London, Stephan Michels wrote: Currently the form param that holds the 'method' to be used in the MultiAction is called 'method', is this not a reserved param name for a request? ie. it would

Re: Using Slide with Cocoon 2

2002-10-31 Thread Stephan Michels
On Thu, 31 Oct 2002, Olivier Billard wrote: Hi all ! Hi Stephan ! I didn't manage to do the correction against the login error : I modified the sitemap.xmap in samples/slide, changing line 159 from map:parameter name=destination value={request:resource}/ to map:parameter

Re: Using Slide with Cocoon 2

2002-10-31 Thread Stephan Michels
It seems that you have a problem to get a the document for authentication. Stephan. - Original Message - From: Stephan Michels [EMAIL PROTECTED] To: [EMAIL PROTECTED]; Olivier Billard [EMAIL PROTECTED] Sent: Thursday, October 31, 2002 3:23 PM Subject: Re: Using Slide with Cocoon 2

Re: Using Slide with Cocoon 2

2002-10-31 Thread Stephan Michels
On Thu, 31 Oct 2002, Olivier Billard wrote: Thanks again ! But I access to a blank page, without Exception raised... Nothing, also when you take a look into the source. Any exceptions in the logs? Hmm. - Original Message - From: Stephan Michels [EMAIL PROTECTED] To: cocoon

Re: Using Slide with Cocoon 2

2002-10-31 Thread Stephan Michels
); in PrincipalListGenerator.generate() maybe doesn't exist ? Ahhh, now I see. I think you havn't copied the Java Transaction Lib into lib/local??! Search your build messages for the warning. ;-) Stephan - Original Message - From: Stephan Michels [EMAIL PROTECTED] To: cocoon-users [EMAIL PROTECTED] Sent: Thursday

Re: Using Slide with Cocoon 2

2002-11-01 Thread Stephan Michels
On Thu, 31 Oct 2002, Martin Holz wrote: On Thursday 31 October 2002 12:03, Jeremy Quinn wrote: But I am even more confused now ;) 'Off the Shelf' slide.xconf is set up to use the FileContentStore to store content in $CATALINA_HOME/contentstore (as I understand it), but I never see

Re: Using Slide with Cocoon 2

2002-11-01 Thread Stephan Michels
On Fri, 1 Nov 2002, Jeremy Quinn wrote: On Thursday, Oct 31, 2002, at 13:42 Europe/London, Stephan Michels wrote: 'Off the Shelf' slide.xconf is set up to use the FileContentStore to store content in $CATALINA_HOME/contentstore (as I understand it), but I never see any files

Re: file generator error

2003-01-09 Thread Stephan Michels
On Thu, 9 Jan 2003 [EMAIL PROTECTED] wrote: Hello, My sitemap is: map:match pattern=virus_info.xml map:generate src=http://www.moreover.com/cgi-local/page?o=xmlc=Virus%20warnings/ map:transform src=styles/info.xsl/ map:serialize type=xml/ /map:match The problem is that I can't

RE: Not loading the HSQLDB?

2003-01-20 Thread Stephan Michels
On Mon, 20 Jan 2003, Geoff Howard wrote: Sorry you never got an answer here - I don't have much to add but the following: 1) I don't think HSQLDB is necessary for proper internal working of cocoon. 2) I'm pretty sure I managed to disable it by modifying cocoon.xconf (and maybe something

[ARTICLE]Excel Reports with Apache Cocoon and POI

2003-01-24 Thread Stephan Michels
Hi, found an interesting article on XML.com: http://www.xml.com/pub/a/2003/01/22/cocoon-excel.html ___ Stephan Michels EMail: [EMAIL PROTECTED] ICQ: 115535699Tel: +49-030-314

Re: Time to go back to JSP. Cocoon just isnt ready.

2003-01-30 Thread Stephan Michels
Hi, I found a blog, which fits perfecly ;-) http://blogs.werken.com/people/bob/archives/000146.html Stephan Michels - Please check that your question has not already been answered in the FAQ before posting. http

Re: Error

2003-02-04 Thread Stephan Michels
: Resource not found file:/C:/jakarta-tomcat-5.0/jakarta-tomcat-5.0/webapps/cocoon/workshop/s ylesheets/tx-xml2html.xsl The transformer couldn't get tx-xml2html.xsl . BTW, shouldn't it be called file://C:/jakarta-tomcat-5. ?! Stephan Michels

Re: AW: Error

2003-02-04 Thread Stephan Michels
by: org.apache.excalibur.source.SourceNotFoundException: Resource not found file:/C:/jakarta-tomcat-5.0/jakarta-tomcat-5.0/webapps/cocoon/workshop/s ylesheets/tx-xml2html.xsl The transformer couldn't get tx-xml2html.xsl . BTW, shouldn't it be called file://C:/jakarta-tomcat-5. ?! Stephan Michels

Re: !HELP! Cocoon global errors !HELP!

2003-02-04 Thread Stephan Michels
a look into WEB-INF/logs/*.log, perhaps this can help you and us more. Stephan Michels. - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

Re: Javadoc Doclets Compatible with cocoon ?

2003-02-08 Thread Stephan Michels
, see the chaperon block in the current CVS HEAD. Stephan Michels. - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faq/index.html To unsubscribe, e-mail

Re: CSVGenerator

2003-03-05 Thread Stephan Michels
On Thu, 13 Feb 2003, Xavier RODRIGUEZ wrote: Hi! Does anybody knows about a cocoon Generator for csv files working with cocoon 2.0.4 ?? Not for 2.0.4, but in the current CVS HEAD is an example for a csv files, thanks to David Crossley ;-) Take a look into the chaperon block. Stephan

Re: struts and cocoon

2003-03-06 Thread Stephan Michels
On Thu, 6 Mar 2003, arnaud wrote: does anybody use struts and cocoon framework in a same application ? im looking for documentation Take a look at http://www.twdata.org/struts/ Stephan Michels. - To unsubscribe, e-mail

Re: Axis as Cocoon component?

2003-03-11 Thread Stephan Michels
On Tue, 11 Mar 2003, Marcus Crafter wrote: Hi Alexander, On Tue, Mar 11, 2003 at 11:54:46AM +0100, Alexander Enns wrote: Java 1.3.1 ... java.lang.UnsupportedClassVersionError: org/apache/cocoon/www/test_xsp (Unsupported major.minor version 48.0) I suspect the XSP files

Re: parsing CSV

2003-03-13 Thread Stephan Michels
On Wed, 12 Mar 2003, David Kavanagh wrote: Does anyone have a grammar example that configures the TextParserGenerator to parse CSV files? Take a look into the current CVS HEAD of Cocoon, there is a example for this case. Stephan.

Re: Any Cocoon People in Berlin, Germany?

2003-03-22 Thread Stephan Michels
in meeting up? I live in Berlin :-) Stephan. ___ Stephan Michels EMail: [EMAIL PROTECTED] ICQ: 115535699Tel: +49-030-314-21583

RE: Cocoon-2.1-dev build fails

2003-03-26 Thread Stephan Michels
On Tue, 25 Mar 2003, Geoff Howard wrote: Ok, you're not crazy - the build is in fact broken. Sort of. What is broken is an old validation target that was recently put back in (validate-jars in src/targets/validate-build.xml). It appears that everything is actually built correctly, but

Re: error trying to use TextParserGenerator

2003-03-26 Thread Stephan Michels
On Wed, 26 Mar 2003, Neil Davies wrote: Apologies if this has been answered previously but I'm a relative newbie to Cocoon2. I have a structured text file which is exported from a database (non SQL, a complete mess so there's no chance of using standard xsl logic to extract data) and need

Re: TextParserGenerator question

2003-03-27 Thread Stephan Michels
On Thu, 27 Mar 2003, Neil Davies wrote: Is there actually a working TextParserGenerator? I've not seen any examples of anyone using it on the web. I can't get Cocoon to recognise it in the sitemap decleration. Take a look into the current CVS HEAD. There is a new and cleaner version of the

Re: Shipping compiled translets rather than XSL files in plain textformat

2003-03-31 Thread Stephan Michels
On Sat, 29 Mar 2003, jcplerm wrote: Is it possible to deploy Cocoon applications at customer sites just by installing compiled versions of XSL stylesheets (translets) rather than supplying them in plain text format? Write out own Transformer, and use a serialized form of the templates, for

Re: Unit test for Cocoon

2003-04-01 Thread Stephan Michels
On Tue, 1 Apr 2003, Pham Thanh Quan wrote: Hi, Do you know any unit-test tool for Cocoon? Please tell me. Thanks and regards What do you prefer to test? There exist a testcase for generators and transformer. And writing a test case for complete pipelines shouldn't be difficult. The only

RE: Unit test for Cocoon

2003-04-04 Thread Stephan Michels
cocoon-2.1/src/test/org/apache/cocoon/transformation/AbstractTransformerTestCase.java Stephan. -Original Message- From: Stephan Michels [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 5:14 PM To: [EMAIL PROTECTED] Subject: Re: Unit test for Cocoon On Tue, 1 Apr 2003, Pham Thanh

Re: [Chaperon-users] help - about cocoon 2 generators

2003-06-04 Thread Stephan Michels
and examples. Stephan. ___ Stephan Michels EMail: [EMAIL PROTECTED] ICQ: 115535699Tel: +49-030-314-21583

Re: TeX to PDF serializator

2003-06-12 Thread Stephan Michels
On Wed, 11 Jun 2003, Alexander Schatten wrote: Peter Flynn wrote: TeX systems are for formatting: you use them to typeset something which was created/edited/stored/manipulated in (for example) XML. Because of the way history happened, TeX preceded XML, so we have a lot of legacy TeX. Sure