InputModules and SourceInspectors

2002-10-11 Thread Stephan Michels
create a new form of an InputModule. My 2 cents, Stephan. ___ Stephan Michels EMail: [EMAIL PROTECTED] ICQ: 115535699Tel: +49-030-314-21583

RE: InputModules and SourceInspectors

2002-10-11 Thread Stephan Michels
On Fri, 11 Oct 2002, Carsten Ziegeler wrote: Stephan Michels wrote: On Fri, 11 Oct 2002, Carsten Ziegeler wrote: Stephan Michels wrote: On my intentions to integrate Slide into Cocoon I developed the InspectableSource and SourceInspector IFs. And now I'm thinking

Re: Getting rid of deprecated Interfaces/Classes/Methods

2002-09-24 Thread Stephan Michels
On Tue, 24 Sep 2002, Vadim Gritsenko wrote: Carsten Ziegeler wrote: Giacomo Pati wrote: Hi Team I'll have some spare time this week and thought of moving the HEAD branch away from deprecated stuff from newest Avalon Framework/Excalibur jars. My plan will be: 1. Get rid of

[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: Build from cvs failed

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

Re: [VOTE] Marcus Crafter as a Cocoon committer (was Re: Proposal:Serving SOAP from Cocoon)

2002-09-06 Thread Stephan Michels
On Fri, 6 Sep 2002, Marcus Crafter wrote: Hi Brian, Thanks for that! Much appreciated. Do I also need to be added to the group 'xml' on cvs.apache.org ? I'm receiving the following error upon trying to check xml-cocoon2 out: $ cvs -d [EMAIL

Re: [VOTE] Marcus Crafter as a Cocoon committer (was Re: Proposal:Serving SOAP from Cocoon)

2002-09-05 Thread Stephan Michels
guy that always hope all is well ;-) Cast your votes, folks. Here's my +1. +1 +1 Cheers, Marcus! I think a SOAP4Cocoon will be a good extention. Personally I don't like SOAP, but so what! ;-) My +1, welcome Marcus. Stephan Michels

Re: [ANN] Cocoon pipelines captor

2002-08-30 Thread Stephan Michels
On 30 Aug 2002, Bruno Dumon wrote: On Fri, 2002-08-30 at 14:51, Stephan Michels wrote: On 30 Aug 2002, Bruno Dumon wrote: Captor is a tool that lets you see the XML being produced by each transformer in a Cocoon pipeline. Currently it only works with Cocoon 2.03, and not yet

Re: HackBlock refactor update: is this ok?

2002-08-27 Thread Stephan Michels
On Tue, 27 Aug 2002, Nicola Ken Barozzi wrote: I've decided to call the modules blocks, since many *are* blocks. Fop, Batik, etc are all blocks. For now they are HackBlocks ;-) because they don't yet have a final descriptor. The flowmap IMNSHO is not, so for now I'll leave it where it

Re: cvs commit: xml-cocoon2/src/scratchpad/src/org/apache/cocoon/generationSourceDescriptionGenerator.java

2002-08-22 Thread Stephan Michels
On Wed, 21 Aug 2002, Vadim Gritsenko wrote: [EMAIL PROTECTED] wrote: stephan 2002/08/21 08:35:47 Modified:src/scratchpad/src/org/apache/cocoon/generation SourceDescriptionGenerator.java Log: Reduce Source lookup's. ... public class

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: 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: 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: Extending the build system for modules

2002-08-19 Thread Stephan Michels
On Wed, 14 Aug 2002, Carsten Ziegeler wrote: This is the proposed directory structure: /src/java The core webapp /modules/fop/src samples conf Where should the Sitemap components go? modules/fop/src/org/apache/cocoon/serializer/FOPSerializer.java

[VOTE] RE: New module terminology: WAS: Extending the build systemfor modules

2002-08-19 Thread Stephan Michels
On Mon, 19 Aug 2002, Carsten Ziegeler wrote: Stephan Michels wrote: On Mon, 19 Aug 2002, Carsten Ziegeler wrote: Blocks and modules are *not* the same. Putting it very simple, blocks are a plug-in mechanism for Cocoon and the modules concept is only a better cvs structure

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: ANTLR Task uand build process

2002-08-19 Thread Stephan Michels
On Mon, 19 Aug 2002, Christopher Lenz wrote: Stephan Michels wrote: On Fri, 16 Aug 2002, Nevermann, Dr., Peter wrote: Hi, try adding antlr-tools.jar to the classpath before invoking ANT. Hmm, yes that's hard core method, you can also put the libs into the jre/lib/ext, but I

[ISSUE] ConfigurationException in ExcaliburComponentSelector

2002-08-18 Thread Stephan Michels
org.apache.cocoon.components.treeprocessor.sitemap.ComponentsSelector of the Cocoon, which added Component with an empty Configuration. I have changed this class now, but perhaps the code should be changed in the ExcaliburComponentSelector. Thanks for your attention, Stephan Michels

RE: [PROPOSAL] Move, copy and delete of sources

2002-08-18 Thread Stephan Michels
get a -1, and I applied the changes, it could easy backported. Do you need this for something? Stephan Michels. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

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

Build broken, jakarta-avalon-excalibur incomplete

2002-08-16 Thread Stephan Michels
. ___ Stephan Michels EMail: [EMAIL PROTECTED] ICQ: 115535699Tel: +49-030-314-21583 +|+|+|+|+|+|+|-| - To unsubscribe, e-mail: [EMAIL

RE: Build broken, jakarta-avalon-excalibur incomplete

2002-08-16 Thread Stephan Michels
, which subproject should be included, like inlcude.*? Stephan. -Original Message- From: Stephan Michels [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 8:49 AM To: cocoon-dev Subject: Build broken, jakarta-avalon-excalibur incomplete Hi, I noticed that the new

[PROPOSAL] Move, copy and delete of sources

2002-08-16 Thread Stephan Michels
for collections(directories), which I need /** * Creates a new collection */ void createSourceCollection(String name) throws SourceException; But this method will I include into TraversableSource. What do you think? Are anyone against these methods? Thank you for your attention, Stephan Michels

RE: xml-cocoon2-apps - who to give karma to...?

2002-08-16 Thread Stephan Michels
On 16 Aug 2002, David Crossley wrote: +1 for both. --David Carsten Ziegeler wrote: +1 Carsten -Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 15, 2002 4:57 PM To: [EMAIL PROTECTED] Subject: Re: xml-cocoon2-apps - who

Re: Wyona based on Slide's CM API

2002-08-16 Thread Stephan Michels
. If you want to run this in a cluster, you will have problems with the caching of the Slide Stores. These problems are solveable, but you must think about it. My 2 cents, Stephan Michels. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Wyona based on Slide's CM API

2002-08-16 Thread Stephan Michels
On Fri, 16 Aug 2002, Michael Wechner wrote: Stephan Michels wrote: On Fri, 16 Aug 2002, Michael Wechner wrote: Hi After some discussions we decided that it's best to base Wyona's Content Management API on the Slide API. The have the following architecture in mind

Re: Wyona based on Slide's CM API

2002-08-16 Thread Stephan Michels
On Fri, 16 Aug 2002, Michael Wechner wrote: Stephan Michels wrote: On Fri, 16 Aug 2002, Michael Wechner wrote: snip/ We want to build a system based on Cocoon/Slide for a e-Learning(I hate this word) solution. We have authors from different universities, which should edit

Re: [vote]: Using excalibur subproject jars

2002-08-16 Thread Stephan Michels
On Fri, 16 Aug 2002, Christian Haul wrote: On 16.Aug.2002 -- 11:23 AM, Carsten Ziegeler wrote: Some time ago, the excalibur project has split up their distribution of components into several subprojects. We use some of them (for example the component, xmlutil, store subproject etc.).

Re: xml-cocoon2-apps - who to give karma to...?

2002-08-16 Thread Stephan Michels
Stephan Michels. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

ANTLR Task uand build process

2002-08-16 Thread Stephan Michels
The antlr classes were not found. A copy of the antlr-tools.jar and antlr.jar into the lib/ directory of the Ant distribution doesn't solve the problem. I'll be very happy for any hints, Stephan Michels. ___ Stephan Michels

RE: ANTLR Task uand build process

2002-08-16 Thread Stephan Michels
, thank you. Stephan Michels. -Original Message- From: Stephan Michels [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 11:05 To: Slide Dev Mailinglist Subject: ANTLR Task uand build process Hi, I have some problems to compile the project with Ant 1.4.1. I got

[ANN] Chaperon moved

2002-08-15 Thread Stephan Michels
Hi, I moved the TextParserGenerator/Transformer into the stable tree, after a long testing phase. I have also written some docs. Are somebody so friendly and read the docs for error? *thanks* Have fun, Stephan Michels

Re: logging of exceptions was: cvs commit: SourceMultiAction.java

2002-08-14 Thread Stephan Michels
().isDebugEnabled()) getLogger().debug(message, exception); And for the clients: throw new ProcessingException(message, exception); Do this agree with your conventions? Stephan Michels. Ps. sorry for the double post, vadim

Re: Stores summary - newbie question

2002-08-14 Thread Stephan Michels
/permanent thing or just a peripheral 'nice-to-have' ? I think my efforts will be more a 'nice-to-have' feature for Cocoon :-| Stephan Michels. ___ Stephan Michels EMail: [EMAIL PROTECTED] ICQ: 115535699

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

Moving from LogKitManager to LoggerManager

2002-07-31 Thread Stephan Michels
Hi, Exists a replacement for LogKitManageable, if I want to use the LoggerManager instead of the LogKitManager. Thank you, Stephan Michels. ___ Stephan Michels EMail: [EMAIL PROTECTED] ICQ

LogEnabled vs. Loggable (or 300+ warnings)

2002-07-31 Thread Stephan Michels
Hi, I tried to reduce the warnings by replacing all Loggable implementations through LogEnabled. And before I commit these changes, I want to ask if somebody against these changes. Thanks, Stephan Michels

Re: Scope parameter doesn't work anymore into Slide 2.0

2002-07-24 Thread Stephan Michels
parameter ? I could help debug it. You should begin with the WebdavServlet ;-) Stephan Michels. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Christopher Oliver as Cocoon committer

2002-07-23 Thread Stephan Michels
in our effort, rather than go on a different path. Please cast your votes: here's my +1. +1 +1 Stephan Michels. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: FW: Running the Slide samples with JDBC?

2002-07-16 Thread Stephan Michels
=driverorg.gjt.mm.mysql.Driver/parameter parameter name=urljdbc:mysql://localhost/myDB/parameter parameter name=userstephan/parameter parameter name=password***/parameter /contentstore I will take a look into this thing in the next days. Sorry, Stephan Michels

Re: [BUG]: Build error with JDK 1.2.2 and slide

2002-07-16 Thread Stephan Michels
of the httpclient libary. I should recompile the Slide source with the current libaries, until this I will remove the WebDAVSource. Stephan Michels. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: [vote]: Applying patches

2002-07-11 Thread Stephan Michels
On Thu, 11 Jul 2002, Nicola Ken Barozzi wrote: Carsten Ziegeler wrote: Hi Team, I think we should vote on some patches we have in bugzilla. Thanks Carsten, we need this :-) I will try to apply patch 10505, [PATCH] Splitting JVM 1.3 and 1.4 Avalon binaries, to the 2.0.3 branch

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

2002-07-09 Thread Stephan Michels
. Stephan Michels. Revision ChangesPath 1.8 +5 -2 xml- cocoon2/src/java/org/apache/cocoon/xml/IncludeXMLConsumer.java Index: IncludeXMLConsumer.java === RCS file: /home/cvs/xml- cocoon2/src/java/org

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: 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: 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: 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: 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: Delaying the release?

2002-07-02 Thread Stephan Michels
/ ___ Stephan Michels EMail: [EMAIL PROTECTED] ICQ: 115535699Tel: +49-030-314-21583

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: Communication between Java and StarOffice Spreadsheets

2002-07-02 Thread Stephan Michels
/datei/10/office3d20312235dba.zip --- Stephan Michels [EMAIL PROTECTED] wrote: On Sat, 29 Jun 2002 [EMAIL PROTECTED] wrote: Diego Pons [EMAIL PROTECTED] writes: On Sat, 2002-06-29 at 16:27, [EMAIL PROTECTED] wrote: Does anybody know how I can write to StarOffice Spreadsheet cells

Re: IMPORTANT: Major Bug in XMLDBSource

2002-06-30 Thread Stephan Michels
time (and memory ;-) for some of you, Alfredas Thanks for your comment. I have tried to refactoring the XMLDBSourceFactory. The new version in the scratchpad. Can please test it?! ___ Stephan Michels

Re: Communication between Java and StarOffice Spreadsheets

2002-06-30 Thread Stephan Michels
. An alternative is to use MS document formats and use Jakarta POI to manipulate them. ___ Stephan Michels EMail: [EMAIL PROTECTED] ICQ: 115535699Tel: +49-030-314-21583

RE: [VOTE]: The future of the SAXConnector

2002-06-27 Thread Stephan Michels
On Thu, 27 Jun 2002, John Morrison wrote: From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] Hi, I refactored the profiling code a little bit, now the SAXConnectors are not used anymore for profiling, making the use of profiling a little bit easier. But I think we should now

Samples from HEAD broken?

2002-06-27 Thread Stephan Michels
Hi, I noticed that the samples doesn't work anymore? I think the reason are the changes for the bug://10277 (mime-type). ___ Stephan Michels EMail: [EMAIL PROTECTED] ICQ: 115535699

Re: Samples from HEAD broken?

2002-06-27 Thread Stephan Michels
On Thu, 27 Jun 2002, Enke, Michael wrote: Stephan Michels wrote: Hi, I noticed that the samples doesn't work anymore? I think the reason are the changes for the bug://10277 (mime-type). Long time ago I noticed the same and Diana Shannon wrote that there is a patch but nobody has

Conflicts between versions of Avalon framework and excalibur

2002-06-27 Thread Stephan Michels
of framework. ___ Stephan Michels EMail: [EMAIL PROTECTED] ICQ: 115535699Tel: +49-030-314-21583

SourceResolver and pooled sources

2002-06-25 Thread Stephan Michels
Hi, At the moment I think about a source resolver which handles a pool of sources. At the moment, for every retrieving a source you must create a new object. I would propose to store the Source components into a store(perhaps the transient store). This will speed up some things. I also noticed

Re: [PROPOSAL] Sources, the next generation RE: Speedup *DirectoryGenerator

2002-06-22 Thread Stephan Michels
On Fri, 21 Jun 2002, Jens Lorenz wrote: - Original Message - From: Stephan Michels [EMAIL PROTECTED] To: cocoon-dev [EMAIL PROTECTED] Sent: Friday, June 21, 2002 3:54 PM Subject: RE: [PROPOSAL] Sources, the next generation RE: Speedup *DirectoryGenerator snip/ I think

Re: [PROPOSAL] Sources, the next generation RE: Speedup *DirectoryGenerator

2002-06-22 Thread Stephan Michels
On Sat, 22 Jun 2002, Stephan Michels wrote: On Fri, 21 Jun 2002, Jens Lorenz wrote: - Original Message - From: Stephan Michels [EMAIL PROTECTED] To: cocoon-dev [EMAIL PROTECTED] Sent: Friday, June 21, 2002 3:54 PM Subject: RE: [PROPOSAL] Sources, the next generation RE

RE: [PROPOSAL] Sources, the next generation RE: Speedup *DirectoryGenerator(fwd)

2002-06-21 Thread Stephan Michels
To bring the discussion back to the cocoon-dev list ;-) -- Forwarded message -- Date: Fri, 21 Jun 2002 14:34:16 +0200 From: Marc Portier [EMAIL PROTECTED] To: Stephan Michels [EMAIL PROTECTED] Cc: Steven Noels [EMAIL PROTECTED] Subject: RE: [PROPOSAL] Sources, the next

RE: [PROPOSAL] Sources, the next generation RE: Speedup *DirectoryGenerator

2002-06-21 Thread Stephan Michels
On Fri, 21 Jun 2002, Marc Portier wrote: Hi, I have a question, which implementation do you like more? BrowseableSource: SourceList getChildSources() SourceList: Source getSource(int index) intgetSourceCount(); or BrowseableSource: Source

Re: MySQL

2002-06-21 Thread Stephan Michels
On Fri, 21 Jun 2002, Miguel Angel Romero wrote: Hi Jiantao, I finally could install slide as webapp, thamk you very much. But now I wolud like to Catalina authenticates users based on users defined in the Slide namespace, where do I have to put wrappers.catalina.SlideRealm (in

[PROPOSAL] Sources, the next generation RE: Speedup *DirectoryGenerator

2002-06-14 Thread Stephan Michels
: Source getSource(SourceCredential credential, String location, Map parameters) So, what do you think, is this the right way? Stephan Michels. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

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: [GUMP] Build Failure - xml-cocoon2

2002-06-12 Thread Stephan Michels
the compilation. So when does the error occurs? Stephan Michels. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Problems with my.roles going from 2.0.2 to 2.0.3

2002-06-12 Thread Stephan Michels
that was working fine in 2.0.2. Cocoon uses now the SourceResolver from Excalibur: org.apache.excalibur.source.SourceResolver. Is that our Problem? Stephan Michels. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email

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: Wiki documentation system

2002-06-07 Thread Stephan Michels
was thinking of using it ...) My cocoon-wiki pipedreams were along the lines of what you just said. Allow the user to edit as wiki-syntax, but convert to XML for storage. This shouldn't be a problem to write a grammar and a stylesheet for converting wiki text to the xdoc format. Stephan Michels

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

[INTRO] Stephan Michels

2002-06-06 Thread Stephan Michels
(http://sourceforge.net/projects/jeuclid/). The last I currently neglect. I'm also now in my exams, so I'm in some stress... That all for the the first time. Thank you for your attention, Stephan Michels. - To unsubscribe, e-mail

RE: [VOTE] Remove MatcherFactories, SelectorFactories

2002-06-06 Thread Stephan Michels
, including me. Stephan Michels. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

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: Thoughts about requirements for a cms

2002-06-04 Thread Stephan Michels
On Tue, 4 Jun 2002, Brian Topping wrote: slide://namespace/uri of the resource?username=principalrevision=revision I hadn't really done much thinking about slide before. One of my concerns is that the performance is sufficient to base a production system on, but of course this

Re: Thoughts about requirements for a cms (WebDAV vs. Slide API)

2002-06-04 Thread Stephan Michels
On Tue, 4 Jun 2002, Bertrand Delacretaz wrote: On Tuesday 04 June 2002 10:18, Stephan Michels wrote: . . . Pro's : * you will be indepedent from the back-end. In theory yes. But running the backend in a separate process is also very important IMHO. You won't get JAR or JDK version

Re: Thoughts about requirements for a cms

2002-06-04 Thread Stephan Michels
On Tue, 4 Jun 2002, Stefano Mazzocchi wrote: Stephan Michels wrote: I think what be useful for the first time is an projection of a loaction in a repository on a url. My first initial stage was: slide://namespace/uri of the resource?username=principalrevision=revision If you make

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: [VOTE] Peter Royal and Stephan Michels as committers

2002-06-03 Thread Stephan Michels
On Sun, 2 Jun 2002, Nicola Ken Barozzi wrote: I would like to propose - Stephan Michels [EMAIL PROTECTED] - Peter Royal [EMAIL PROTECTED] as committers for Cocoon. Stephan Michels, AKA benedikta, has started project Chaperon ( http://chaperon.sourceforge.net/ ) that has a very cool

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: How to achieve non-expiring lock?

2002-06-03 Thread Stephan Michels
// be automatically removed when the lock expires lockDate = new Date((new Date()).getTime() + (MAX_TIMEOUT * 1000)); It seems that you have to set the resource type, and very big value for the lock date. Stephan Michels. -- To unsubscribe, e-mail

RE: [ROLES]Something changed?

2002-05-31 Thread Stephan Michels
On Thu, 30 May 2002, Carsten Ziegeler wrote: Stephan Michels wrote snipped It seems that the InvokeContext gets the false ComponentManager. but doesn't know why. I use the same cocoon.xconf file as the orginal installation. I will be very happy for every help. It seems

RE: Blocking an upload

2002-05-31 Thread Stephan Michels
necessary to run the Tamino WebDAV Server, dealing with XML documents. Please have a look at the starter kit page for more details. How does it work? Validates the content interceptor against one specified DTD or schema? Or does it work with a DTD catalog and the doctype definition? Thanks, Stephan

RE: [ROLES]Something changed?

2002-05-30 Thread Stephan Michels
On Wed, 29 May 2002, Carsten Ziegeler wrote: -Original Message- From: Stephan Michels [mailto:[EMAIL PROTECTED]] On Wed, 29 May 2002, Carsten Ziegeler wrote: The latest CVS works for me. Hmm, do you have a handlers configuration in the auth-protect action

RE: [ROLES]Something changed?

2002-05-30 Thread Stephan Michels
On Thu, 30 May 2002, Stephan Michels wrote: On Wed, 29 May 2002, Carsten Ziegeler wrote: -Original Message- From: Stephan Michels [mailto:[EMAIL PROTECTED]] On Wed, 29 May 2002, Carsten Ziegeler wrote: The latest CVS works for me. Hmm, do you have a handlers

[ROLES]Something changed?

2002-05-29 Thread Stephan Michels
:319) at org.apache.cocoon.webapps.authentication.acting.AuthAction.act(AuthAction.java:116) at org.apache.cocoon.components.treeprocessor.sitemap.ActTypeNode.invoke(ActTypeNode.java:127) With an older snapshot everything works. Can anyone help me? Thank you, Stephan Michels

RE: [ROLES]Something changed?

2002-05-29 Thread Stephan Michels
-authuser/ /handler /handlers /map:action Stephan Michels. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

<    1   2   3   4   5   6   7   >