Re: Include Pipeline output in XSP.

2002-04-01 Thread [EMAIL PROTECTED]
Oops , didnt chk the smpls - but even now the prob seems to be extra namespaces(not present in smpls). This worked in the Transformer XSL of the Xindice pipeline : xsl:stylesheet version=1.0 xmlns:apparelshow=http://www.apparelxml.net/apparelshow; xmlns:xsl=http://www.w3.org/1999/XSL/Transform;

C1.8.2 - is there a newer version in the 1.8.x stream?

2002-04-01 Thread Grant Wilson
Hello, Is there a newer version of cocoon in the 1.8.x stream? (I'm using 1.8.2) We can't upgrade to version 2 without a re-write to some of our components. Regards, - Grant. -- :: Grant Wilson :: [EMAIL PROTECTED] :: -

C1.8.2 - exhausting page locks, and hanging

2002-04-01 Thread Grant Wilson
Hello, I was wondering if anybody out there has used Cocoon 1.8.x has experienced the following type of situation. It appears that up to 7 page locks are created (the same page is requested in a number of cases), then Cocoon processing stops. All current browser requests all time out, and

help please ....

2002-04-01 Thread Shilpa
Hi Addy , I have written following method to connect to messaging server. withthis method I'm able to connect to messaging server if the messaging server andmy program is on localhost(shilpa). public void setUp(String login,String password){ Properties prop; String messagingServer =

Is it possible to process multiple value parameter in XSL?

2002-04-01 Thread KOZLOV Roman
Hi, Is it possible to process multiple value parameter in XSL under Cocoon 2.01? For example, how to get all values of the tst parameter from the following request in xsl: http://localhost:8080/cocoon/test?tst=002tst=004tst=005 Thank you. Roman

Re: [OT] uneven tags inside XSLT conditionals

2002-04-01 Thread J.Pietschmann
Kirk Woerner wrote: ... xsl:if test=../ITEM[$pos + 1] xsl:value-of select=../ITEM[$pos + 1]/ /xsl:if Some nitpicking: The xsl:if is actually redundant. The problem is a FAQ over there in [EMAIL PROTECTED], it's also known as grouping by position. The XSL

Re: [OT] uneven tags inside XSLT conditionals

2002-04-01 Thread Diana Shannon
Sounds like you have a group by position problem. You might try some advice from Jeni Tennison in the following link: http://www.biglist.com/lists/xsl- list/archives/200101/msg00202.html Also, in case you don't know, you might want to consider searching the XSL-list in the future for

RE: cocoon startup trouble

2002-04-01 Thread Vadim Gritsenko
Try starting Tomcat without security manager (read startup.bat, catalina.bat). Vadim From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] hi, Am trying to install cocoon 2.0.2 with tomcat 4.0.1..My OS is Win 98 On dumping the war into the webapps directory, Tomcat does the war extraction

RE: C1.8.2 - is there a newer version in the 1.8.x stream?

2002-04-01 Thread Vadim Gritsenko
From: Grant Wilson [mailto:[EMAIL PROTECTED]] Hello, Is there a newer version of cocoon in the 1.8.x stream? (I'm using 1.8.2) No, and never will be. Vadim We can't upgrade to version 2 without a re-write to some of our components. Regards, - Grant. -- :: Grant Wilson :: [EMAIL

RE: Help: xml from a class with XSP (thanks..and a note)

2002-04-01 Thread Larry Meadors
Thanks, it works! Can you spot the difference between the two code fragments? The first one works, the second does not. This works: === ?xml version="1.0"?xsp:page xmlns:xsp="http://apache.org/xsp"

Re: Is it possible to process multiple value parameter in XSL?

2002-04-01 Thread J.Pietschmann
Vadim Gritsenko wrote: From: KOZLOV Roman [mailto:[EMAIL PROTECTED]] Is it possible to process multiple value parameter in XSL under Cocoon 2.01? FWIW, I could say that this is offtopic and should be discussed in the context of W3C XSLT spec. As far as I understand, xsl:param/ you use to

Re: [Newbie] Where do cocoon apps go?

2002-04-01 Thread Roger I Martin PhD
I wrote the following in answer to some other newbie questions(not far from there myself so I understand.) The most important thing to know is that all you need to put into your own webapp is the cocoon.jar(not cocoon.war so this is not a typo below). It could stand a rewrite but here it is

Re: compile error on 'xsp-request:get-session-id'

2002-04-01 Thread Dave Covert
Hi- Small update. For a couple reasons, after pulling down the CVS version I deleted my {tomcat}/webapps/cocoon directory and my {tomcat}/work/.../cocoon directory. Then allowed Cocoon to rebuild its directories samples. Then added my files/changes back in. Now both xsp-request: and xsp-session

RE: Help: xml from a class with XSP (thanks..and a note)

2002-04-01 Thread Chitharanjan Das
Please look into the generated java code. There should be no space between util:expr and xsp:expr. The reason is that the whitespace is not ignored and during compilation of the XSP, the method calls that gets generated from util:expr xsp:expr will erroneous. Regds, Chiths

Configuring XMLDBTransformer

2002-04-01 Thread Brandon Rich
I'm new to Cocoon so I'm sure this cause by a basic configuration problem. However, I can't find it. Transformer defined in sitemap: map:transformer logger=sitemap.transformer.xslt name=xmldb src=org.apache.xindice.client.xmldb.DatabaseImpl basexmldb:xindice:///db/addressbook/base

RE: Configuring XMLDBTransformer

2002-04-01 Thread Brandon Rich
DOH! That's pretty obvious. Sorry for the bother. Updated the transformer and it worked great: map:transformer name=xmldb src=org.apache.cocoon.transformation.XMLDBTransformer driverorg.apache.xindice.client.xmldb.DatabaseImpl/driver basexmldb:xindice:///db/addressbook/base

SVGSerializer Jpeg quality parameter needed

2002-04-01 Thread Xavier DAMAY
Hello, I would like to know if it is possible to define the quality of the Jpeg image generated with SVGSerializer The console says : The Jpeg quality has not been specified. Use the default one: no compression. I tried various parameters name in the sitemap to guess without any result.

Urgent: How do one access the context_root in SiteMap?

2002-04-01 Thread Chitharanjan Das
Hello, The following are my questions; I did not get much help from the user docs: 1. Is there a possibility to define global parameters for the Sitemap? For eg: set a value say $global-context-root = /cocoon 2. In the generators like XSP's and File, how does one refer to the

RE: Urgent: How do one access the context_root in SiteMap?

2002-04-01 Thread Vadim Gritsenko
From: Chitharanjan Das [mailto:[EMAIL PROTECTED]] Hello, The following are my questions; I did not get much help from the user docs: 1. Is there a possibility to define global parameters for the Sitemap? For eg: set a value say $global-context-root = /cocoon map:pipeline

Re: Could not configure Cocoon environment with user roles file

2002-04-01 Thread Ovidiu Predescu
On Tomcat 4 you need in cocoon.xconf to add a '/' before my.roles: cocoon version=2.0 user-roles=/my.roles Then place my.roles in the top level directory of your Web app, not in WEB-INF, or alternatively define the user-roles to be '/WEB-INF/my.roles'. Hope this helps, Ovidiu On Fri, 29 Mar

RE: Urgent: How do one access the context_root in SiteMap?

2002-04-01 Thread Luca Morandini
Vadim, after a while I was able to set up OptimizeIt and find out that the memory consumption was due to an explosion in the number of int[] instances (27818), leading to a sudden increase of memory (20769KB). Most of these int[] are generated in

RE: Urgent: How do one access the context_root in SiteMap?

2002-04-01 Thread Luca Morandini
Sorry, this reply was meant for another thread :( - Luca Morandini GIS Consultant [EMAIL PROTECTED] http://utenti.tripod.it/lmorandini/index.html -

Cocoon vs EJB

2002-04-01 Thread Steven Punte
Dear Cocoon User Group: OK. Cocoon and the EJB world cannot be compared side- by-side since they are different beasts, but I put EJB in the subject because it represents the J2EE Flag Ship; at least, that is my perception. A better subject line could

Re: Cocoon vs EJB

2002-04-01 Thread Rob Jellinghaus
Cocoon and EJB are addressing different problem spaces. Cocoon is fairly specifically aimed at content delivery systems -- Web sites, intranets, sites that basically need to present information from a variety of sources in a variety of formats. Cocoon is an XML transformation and

Re: what is the easiest way to delopy cocoon application?

2002-04-01 Thread John Austin
On Saturday 09 March 2002 05:16, you wrote: On Saturday 09 Mar 2002 8:28 am, John Austin wrote: Take a look at http://sourceforge.net/projects/Chello should read chello Sorry. That's right. I've been using chello myself now. Good place to start.

RE: Attn : SunRise developers: Identified 1 bug and fixed it , please clarify and do the same in the CVS

2002-04-01 Thread Carsten Ziegeler
Hi Chiths, yes, you're right, the code in Handler.java is obsolete and shouldn't be there. I'll fix this asap. Thanks for spotting this! But the Handler class is originally designed to be a lightweight object as there are many handler objects created, so extending it to make it Loggable is not

newbie: convert http POST to XML

2002-04-01 Thread charles gebhard
greetings, i would like to convert a bunch of http POST params into an XML document (or stream) and pass the XML on to another server. is this something that cocoon can accomplish? there are many examples of cocoon transforming XML to HTML, but i'm sorta looking at going the opposite

RE: [SunRise] sunriseconf/adminconf in sitemap

2002-04-01 Thread Carsten Ziegeler
Hi, portal-adminconf and portal-sunriseconf both contain this action in their pipeline: map:act type=sunSpot-auth map:parameter name=sunLet value=administration/ /map:act By using this action, both documents are only

Re: newbie: convert http POST to XML

2002-04-01 Thread KOZLOV Roman
Hi Charles, You can use request generator: map:generate type=request/ Best regards Roman charles gebhard wrote: greetings, i would like to convert a bunch of http POST params into an XML document (or stream) and pass the XML on to another server. is this something that cocoon can

Re: XSLT - processing XML from a database field problem

2002-04-01 Thread Derek Hohls
Florent Do you think you could post an example of how you doing this - I am also struggling with this database with tags processing issue would appreciate some help! Maybe there could be something to put together for one of the support sites (eg cocooncentre.org)? Thanks Derek [EMAIL

Re: XSLT - processing XML from a database field problem

2002-04-01 Thread Florent Soulière
Actually, the problem is a problem of unwanted re-escaping. Here are some sample sources of mine: the pipeline (from sitemap.xconf): map:pipeline map:match pattern=gdr/resume map:generate src=gdr/resume.xsp type=serverpages/ !-- generation of the page containing the database

Re: XSLT - processing XML from a database field problem

2002-04-01 Thread Florent Soulière
Sorry, there is a little mistake in the source of resume_long.txt: replace the line containingxsl:apply-templates select=sql:resumelong_txt/*/ withxsl:apply-templates select=sql:resumelong_txt/ - Please check