Re: Tomcat/cocoon encoding problem

2002-06-09 Thread KOZLOV Roman
Hi Michael, Did you set the proper encoding for used cocoon's components (generator, transformer and so on)? I imagine that serializer has it because you wrote that the result XML encoding is ok. What about other components? Roman Michael Mangeng wrote: > That didn´t do it ;-( *sea

building problem...

2002-06-09 Thread Patrick . Pierra
I had a problem in building cocoon with the version 2.0.2. Vadim and Perry have me advised to try the 2.0.3 version. I tried it but i have the same error in building cocoon with this version. The error is : *

replace standard-error-site

2002-06-09 Thread Christoph Stocker
hi! how do i replace the standard error-site from cocoon, which shows the errors and exceptions and with a site, designed by myself. do i have to set a flag in the sitemap.xmap or somewhere? greetings, chris - Please c

RE: open-source JMS?

2002-06-09 Thread du Plessis, Corneil C
Title: RE: open-source JMS? Thus it seems you are interested in using the Publish and Subscribe to maintain the state of the cache. You may find that the CORBA Event service is better suited to what you require depending on the 'infrastructure' between client and server. Just remember that unl

RE: Logging problem with actions & subsitemaps?

2002-06-09 Thread Vadim Gritsenko
> From: Lajos Moczar [mailto:[EMAIL PROTECTED]] > > It might be because its the end of another long weekend of work, but I'm > stumped here. I've got some sub-sitemaps that use various actions like > DatabaseAuthenticatorAction, etc. Problem is, none of the debug > statements ever show up in the

RE: correct syntax for using variables inside

2002-06-09 Thread Vadim Gritsenko
More correct version: sourcePage (xsp:attribute content all in one line) PS: XSL has nothing to do with XSP in this particular context, and XSP *is* XML, thus constructs like obviously invalid, because this is *not* valid XML. Vadim -Original Message- From: von Schwerdtner, Tho

RE: XML with external DTD problem

2002-06-09 Thread Vadim Gritsenko
> From: Amir Rosen [mailto:[EMAIL PROTECTED]] > > > I'm trying to serialize a simple XML with an external DTD declaration, > using a simple sitemap. > Somehow, the comments from the referenced DTD are serialized with the > file in the document type declaration, breaking the XML, since they > sho

Logging problem with actions & subsitemaps?

2002-06-09 Thread Lajos Moczar
It might be because its the end of another long weekend of work, but I'm stumped here. I've got some sub-sitemaps that use various actions like DatabaseAuthenticatorAction, etc. Problem is, none of the debug statements ever show up in the logs. Specifically, I'm trying to figure out why a logi

sitemap design patterns - hybrid selector/matcher?

2002-06-09 Thread Jonathan Layes
Hi all, I have a recurring theme in a few of my sitemaps and, although I have solved the problem, I'm not particularly happy with the solution. Here's the problem in pseudo-sitemapese:

RE: Barf on JSPGenerator on Hello.jsp (HELP!)

2002-06-09 Thread Rob Kelley
I'm still stuck here. Any help would be appreciated. > > I'm running cocoon 2.0.2 on Tomcat 4.0.1 (Windows). I've been trying to run the hello example for the jsp: > > http://127.0.0.1:8080/cocoon/jsp/hello > > I get the same error (stack trace at end of email): > > "SAXExcept

RE: correct syntax for using variables inside

2002-06-09 Thread von Schwerdtner, Thomas (GXS, FPI)
Title: RE: correct syntax for using variables inside > I am using cinclude successfully in an xsp like this: > >    > > I would like to use a variable, used elsewhere in the xsp, as part of > the src filename: A guess, maybe:       sourcePage  

correct syntax for using variables inside

2002-06-09 Thread daniel robinson
I am using cinclude successfully in an xsp like this: I would like to use a variable, used elsewhere in the xsp, as part of the src filename: String sourcePage = "foo"; try { sourcePage = parameters.getParameter("SourcePage"); } catch(Exception

XInclude Transformer vs CInlude Transformer

2002-06-09 Thread Ivelin Ivanov
Two almost identical transformers are confusing me. What is the difference between the two? Should one be deprecated? I'd vote for the one which implements the W3C XInclude spec closest. Maybe it should take the best of the other one. -- -= Ivelin =- --

RE: Cocoon and Integration with Apache Authentication/Authorization System

2002-06-09 Thread Brian Topping
Another option that just hit me is to have the perl code implement the authentication interface. This is the target of the element in the element. See "The Authentication Resource" chapter of the auth dev guide. The format of the returned information is: value rolename

Re: "Global" variables

2002-06-09 Thread Christian Haul
Frank Borkowsky wrote: > Hi! > > My question is: Are there any other variables like {1}, {2} and {../1} > ... with can be accessed in the sitemap through the bracket syntax? Actually, there are none. Not even the ones you mention. They depend on the use of certain sitemap components. The abo

"Global" variables

2002-06-09 Thread Frank Borkowsky
Hi!   My question is: Are there any other variables like {1}, {2} and {../1} ... with can be accessed in the sitemap through the bracket syntax?   Has anyone a complete list of these variables?   What we need is the servlet path as a parameter for the xsl-tranformer. Or Is XSP the solution?

RE: Cocoon and Integration with Apache Authentication/Authorization System

2002-06-09 Thread Brian Topping
> -Original Message- > From: Frank Ridderbusch [mailto:[EMAIL PROTECTED]] > Sent: Saturday, June 08, 2002 5:30 PM > To: cocoon > Subject: Cocoon and Integration with Apache > Authentication/Authorization > System > > > Hi folks, > > I'm looking for some ideas/suggestions, how I might

XML with external DTD problem

2002-06-09 Thread Amir Rosen
I'm trying to serialize a simple XML with an external DTD declaration, using a simple sitemap. Somehow, the comments from the referenced DTD are serialized with the file in the document type declaration, breaking the XML, since they should be inside square brackets (if at all). Why does i