RE: Xinclude Problem

2002-05-24 Thread Conal Tuohy
> -Original Message- > From: Margrit John [mailto:[EMAIL PROTECTED]] > Sent: Saturday, 25 May 2002 17:35 > Subject: Xinclude Problem > > > In the Browser I get the following error statement: > > root cause > java.lang.OutOfMemoryError > <> > > Cocoon runs properly, if I remove

Xinclude Problem

2002-05-24 Thread Margrit John
Hi! (I apologize, if this mail is sent twice. I sent it yesterday already, but so far it didn't seem to arrive in the mailing list.) In the Browser I get the following error statement: root cause java.lang.OutOfMemoryError <> Cocoon runs properly, if I remove all the (in the xml- an

Re: AW: Question: what is {session-id} ? in a sitemap.xmap ?

2002-05-24 Thread John Austin
Thanks. Some of this is starting to become clearer. Unfortunately, it seems that the only way to learn Cocoon is to read the source code. That isn't going to cut it for much longer. It would be nice if there were a list of all of the similar variable types and their purposes and how to set th

Re: XSP & Namespace Problem

2002-05-24 Thread Christian Haul
On 24.May.2002 -- 07:45 PM, Peter, Reto wrote: > I've a Problem with a XSP Page, which includes data from a different > Namespace: > xmlDoc include-expr> > In the xmlDoc, there is something like ... > > The message in the Cocoon Sitemap.log says, that the namespace 'ino' could > not be found i

Re: refactored samples all '404'

2002-05-24 Thread Tom Klaasen
Hi Bill, I can be mistaken, but it might be possible you have to build the scratchpad also in order to view those refactored examples. hth, tomK Bill Milbratz wrote: >Hi, > >I'ved deployed the cocoon.war (2.0.2), but all the links on the 'refactored >samples' page (http://localhost/cocoon/s

Livesites - Self-Roster.com - Cocoon 2

2002-05-24 Thread Peter Hargreaves
Hi Folks, We provide the online way to plan and deliver rotas for shift workers. We let you and your staff decide who works when. Simply. http://www.self-roster.com/ Powered by Cocoon 2. Regards, Pete Hargreaves. - Please c

XSP & Namespace Problem

2002-05-24 Thread Peter, Reto
Cocoon 2.0.1 SUN Solaris 7 BEA Weblogic 6.1 SP2 I've a Problem with a XSP Page, which includes data from a different Namespace: This is the XSP-Page: http://apache.org/xsp"; xmlns:util="http://apache.org/xsp/util/2.0"; xmlns:ino="http://namespaces.softwareag.com/tamino/response2";>

Re: Saxon and Cocoon

2002-05-24 Thread Carlos
Edgar: Be aware that Saxon 7 is a partial implementation of XSLT/XPATH 2.0 and that Michael Kay indicates that for production 6.5.2 is the version to use. Carlos On 5/24/02 5:07 AM, "Graaf, Edgar de (fin)" <[EMAIL PROTECTED]> wrote: > Hi, > > earlier I asked how I would use Saxon in Cocoon.

RE: Tomcat error, BeginnerQuestion

2002-05-24 Thread james
I had the same problem and it worked ok when I use xerces1.4 instead of version 2.Not sure if that apply to your case. > Just curious. What did you change in the web.xml? And why did you > remove xerces? What version of Xerces did you use? > > -Oorspronkelijk bericht- > Van: Rajeev Sing

RE: Tomcat error, BeginnerQuestion

2002-05-24 Thread Graaf, Edgar de (fin)
Just curious. What did you change in the web.xml? And why did you remove xerces? What version of Xerces did you use? -Oorspronkelijk bericht- Van: Rajeev Singh [mailto:[EMAIL PROTECTED]] Verzonden: vrijdag 24 mei 2002 12:20 Aan: [EMAIL PROTECTED] Onderwerp: Tomcat error, BeginnerQuestion

refactored samples all '404'

2002-05-24 Thread Bill Milbratz
Hi, I'ved deployed the cocoon.war (2.0.2), but all the links on the 'refactored samples' page (http://localhost/cocoon/samples/welcome) bring up a '404 not found.' The main page says it's a 'work in progress', but the '404' for every link is suprising. (i.e. I would have expected the 'easy' exa

Saxon and Cocoon

2002-05-24 Thread Graaf, Edgar de (fin)
Hi, earlier I asked how I would use Saxon in Cocoon. It is very simple, delete Xalan and place Saxon in. Saxon 7 is really fast! I see the difference. My problem was that I didn't notice anything different, so I guessed I did something wrong. However I had a jar called j2ee.jar in my lib, it cont

Fw: XML Schema Components Infoset Model in Java by IBM is available on Partnerworld for Developers

2002-05-24 Thread Ivelin Ivanov
FYI, Very interesting reading for those of you who asked about XML Schema API before. I know a few people wanted to create XML instances from Schema. Validation might be also improved with this. - Original Message - From: "Bob Schloss" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMA

RE: XSP Expression within XSL:for-each loop

2002-05-24 Thread Sreedhar Chintalapaty
Finally I found a solution, and it has nothing to do with Cocoon. The XSL fragment in my question is part of an XSL template, and is preceded by two statements loading two different xml files as a documents and querying for a value in them. Later, another template uses "position()" to mark the pos

How to use pools

2002-05-24 Thread Michael Zehrer
Hi List, How can I use pool settings for components? What is the background behind this? What settings for pool-grow, pool-max, pool-min make sense in different enviroments? CHeers, Michael - Please check that your question ha

RE: How can I use a different XSLT Processor?

2002-05-24 Thread Stephen Ng
Although I was never totally successful with this, AFAIK this is what you need to do for Saxon in Cocoon 2.0.2: 1. Replace xalan-2.3.1 with saxon.jar. 2. Use v1.9 of xsp.xsl (http://cvs.apache.org/viewcvs.cgi/xml-cocoon2/src/java/org/apache/cocoo n/components/language/markup/xsp/java/xsp.xsl) 3.

Re: esql v1.22 multiple returned update counts and ResultSets

2002-05-24 Thread Christian Haul
On 23.May.2002 -- 09:50 AM, neil wrote: > I'll try your changes out sometime soon, but for now I'm still using my > patch but with your switch > statements added. I've added a default case to the switch: > > This allows you to reuse the same if you want to. > Likewise for and . > Its not "diffi

How can I use a different XSLT Processor?

2002-05-24 Thread Graaf, Edgar de (fin)
Hi, Can someone tell me how I would use a different XSLT Processor? For example Saxon Regards Edgar - Please check that your question has not already been answered in the FAQ before posting.

RE: how do I redirect in an Action?

2002-05-24 Thread Graaf, Edgar de (fin)
On 23.May.2002 -- 05:00 PM, Graaf, Edgar de (fin) wrote: > Christopher, > > can't contain matchers, how else would cocoon know that the > action should be run? Edgar, AFAIK this is not true. can contain all other tags that are allowed within a pipeline. EDGAR -> Okay prob. Then euh.. sorr

Tomcat error, BeginnerQuestion

2002-05-24 Thread Rajeev Singh
I am using Tomcat4.0.3. I have removed xerces and placed xalanXXX, xercesXXX and xml-apis.jar and change entries in web.xml and restarted the tomcat. I got following exception. I am using Cocoon2.0.2. Error starts here= type fatal message SAX2 driver class org.apache.xerces.parsers.SA

Re: Action Problem.

2002-05-24 Thread Christian Haul
On 23.May.2002 -- 07:32 PM, Kenny Chow wrote: > To Christian Haul, > Your suggestion was good and I wanted to do that > but my understanding of both the form and dbAddAction > have been somewhat poor... So I am "putting" all > actions I wanna do together so that I can get used to > the Cocoon

Re: XML in actions

2002-05-24 Thread KOZLOV Roman
Hello Chitharanjan, Could you, please, tell why you don't advise here to store data in session? What problems do you see? Thank you. Roman Chitharanjan Das wrote: > These are the following options > > 1. Store the XML in the request object (request.setAttribute(“xml”, > xmlStr); > 2.

Re: Question: what is {session-id} ? in a sitemap.xmap ?

2002-05-24 Thread Christian Haul
On 23.May.2002 -- 06:37 PM, John Austin wrote: > On Thursday 23 May 2002 18:23, you wrote: > > Thanks. It is pretty clear that {name} is a variable. My question > should have been: How do I discover the valid values for {name} ? > The example I was looking at used {session-id} which is intuitive

RE: how do I redirect in an Action?

2002-05-24 Thread Graaf, Edgar de (fin)
I tried the following: protected area <== Login is of course outside the protected area. It sets the session variable when the password is right. It is not high security, I know... This worked. So you where both right that a matcher can be inside map:act. Than

Re: Vadim : Very Important: Deploy Servlets in the Cocoon Context

2002-05-24 Thread Deepak Mehta
Vadim, If I use the html generator on this, I still get: Cocoon 2 - Internal server error type fatal message Exception in HTMLGenerator.generate() description org.apache.cocoon.ProcessingException: Exception in HTMLGener