Is this a case for Cocoon?

2003-01-03 Thread Ines Robbers
Hello! I am wondering whether Cocoon is the solution to my problem: I am working for a university who wants me to redesign their homepage. It has to be accessible to everyone (i.e. needs to conform to the Web Accessibility Guidelines) and be dead easy in maintanance. The problems I have

Re: Is this a case for Cocoon?

2003-01-03 Thread Cocoon User
hi ines if your people never have seen an html then they will produce very simple html output paragraphs, with or without titles, images , bulets and tables (nothing more is needed im most cases) so u can design a simple collection of elements and a xsd schema that describe those element and

Cocoon bug found

2003-01-03 Thread Charlene Mitchell
Hi, As stated in earlier posts, JSP in Cocoon2.0.4 in WebLogic7 simply does *not* work. This has to go down as a bug in the way the request is passed in to the dispatcher in the method 'executeJSP' in 'JspEngineImplNamedDispatcherInclude' The exception javax.servlet.ServletException: Original

Re: Is this a case for Cocoon?

2003-01-03 Thread Michael Wechner
Ines Robbers wrote: Hello! I am wondering whether Cocoon is the solution to my problem: I am working for a university who wants me to redesign their homepage. It has to be accessible to everyone (i.e. needs to conform to the Web Accessibility Guidelines) and be dead easy in maintanance. The

File dowloading

2003-01-03 Thread Andre Juffer
Hi, I am having some trouble with the following. I want users to be able to download some zip (or any type) files. So, I have put in the sitemap the following: map:match pattern=course-material/**.zip map:act type=action-retrieve-lecture-notes map:read type=resource

Re: Cocoon bug found

2003-01-03 Thread Charlene Mitchell
More likely a WebLogic bug? --- Charlene Mitchell [EMAIL PROTECTED] wrote: Hi, As stated in earlier posts, JSP in Cocoon2.0.4 in WebLogic7 simply does *not* work. This has to go down as a bug in the way the request is passed in to the dispatcher in the method 'executeJSP' in

Refer to request parameter in XSL

2003-01-03 Thread Kavita Bansal
Hi I am trying to refer to the variablesI pass in request query string in the XSL Forachieving itI have done this setting in the sitemap map:transformer logger="sitemap.transformer.xslt" name="xslt" pool-grow="2" pool-max="32" pool-min="8" src=""

sendmail.xsl - how do I format email messages?

2003-01-03 Thread Ryan Heise
Hi I'm trying to use sendmail.xsl to create a text email formatted with newlines, but somewhere along the line (I'm not sure where), these newlines are being stripped. I'm simply doing: sendmail:body First line. Second line. /sendmail:body and the result is: First line. Second line. Does

AW: Refer to request parameter in XSL

2003-01-03 Thread Andres, Judith
Before you can refer to the parameter in your stylesheet as $name you'll have to declare it. xsl:stylesheet version=1.0 xmlns:xsl=http://www.w3.org/1999/XSL/Transform; xsl:param name=name/ ... /xsl:stylesheet HTH Judith -Ursprüngliche Nachricht- Von: Kavita Bansal [SMTP:[EMAIL

Passing parameters to a logicsheet tag using xsp:param

2003-01-03 Thread Richard Bounds
Dear all, I'm trying to write a logicsheet that accepts dynamic parameters from the XSP page (e.g. maybe request parameters, or session attributes), and uses them to request data from our application. I'd like the xsp code to look something like this: xsp:logic String

Cocoon the solution?

2003-01-03 Thread Ines Robbers
Hello! I am wondering whether Cocoon is the solution to my problem: I am working for a university who wants me to redesign their homepage. It has to be accessible to everyone (i.e. needs to conform to the Web Accessibility Guidelines) and be dead easy in maintanance. The problems I have

Passing parameters to a logicsheet using xsp:param

2003-01-03 Thread Richard Bounds
I'm trying to write a logicsheet that accepts dynamic parameters from the XSP page (e.g. maybe request parameters, or session attributes), and uses them to request data from our application. I'd like the xsp code to look something like this: xsp:logic String

RE: Getting Parameters from a Database Action

2003-01-03 Thread Jacob Arnold
Correction: I'm running Cocoon 2.0.4. -Original Message- From: Jacob Arnold [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 2:01 PM To: '[EMAIL PROTECTED]' Subject: Getting Parameters from a Database Action I'm having trouble getting some parameters from a database add

Re: Problems resolving internal paths

2003-01-03 Thread Timothy Larson
Anybody know a simple equivalent to use in XSL? Tim [EMAIL PROTECTED] 01/02/03 02:30PM If you are using XSP, then you can get the current path with: xsp:exprresolver.resolve().getSystemId()/xsp:expr Or the current path with a filename on the end with:

Re: Cocoon the solution?

2003-01-03 Thread Darren Petrie
Cocoon would definately be a good choice technically. However what you'll have to fight is the mindset of people desiring to use MS Word as their authoring tool. You could try to use a tool such as DocSoft's (http://www.docsoft.com) Word-to-XML converter. However it creates generic

xsp-response confusion

2003-01-03 Thread Robert Sösemann
Why is the xsp-response:send-redirect not work in the following xsp snippet? ...xmlns:xsp-response=http://apache.org/xsp/response/2.0;. esql:no-results xsp-response:send-redirect url=generic-error/ /esql:no-results esql:error-results

cocoon 204 - core.log - [become bigger without requests]

2003-01-03 Thread Cocoon User
hi people i have compile and install the latest cocoon 2.0.4 redhat 7.1 java 1.3 tomcat 4 we plan to replace cocoon2rc1 in our prodaction machine the problem is that core.log file become bigger avery second when we dont ask any page cocoon add every second the entry: DEBUG (2003-01-03)

problem with user authentification handler

2003-01-03 Thread Juraj Misovych
i try to make site in this design: main sitemap and two subsitemap i have mounted this two sites in main sitemap. sitemap1 --- . map:actions map:action name=sunRise-auth src=org.apache.cocoon.sunshine.sunrise.acting.AuthAction

RE: sitemap flow based on requestor's URL?

2003-01-03 Thread Brandes, Wayne
That sounds like it could work; and is a very powerful technique in general. Thanks Wayne -Original Message- From: Timothy Larson [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 3:05 PM To: [EMAIL PROTECTED] Subject: Re: sitemap flow based on requestor's URL? You could make

[more] cocoon 204 - core.log - [become bigger without requests]

2003-01-03 Thread Cocoon User
the core.log entry is: DEBUG (2003-01-03) 16:57.03:764 [core.store.janitor] (Unknown-URI) Unknown-thread/StoreJanitorImpl: JVM total Memory: 66650112 DEBUG (2003-01-03) 16:57.03:764 [core.store.janitor] (Unknown-URI) Unknown-thread/StoreJanitorImpl: JVM free Memory: 24154624 DEBUG

RE: [more] cocoon 204 - core.log - [become bigger without requests]

2003-01-03 Thread Luca Morandini
Stavros, change the log level in logkit.xconf to FATAL or (better) ERROR. Anyway, this is not a bug... it is a feature :) Best regards, P.S. By the way, it writes those lines every ten seconds, not every one second. - Luca Morandini

Re: [more] cocoon 204 - core.log - [become bigger without requests]

2003-01-03 Thread Litrik De Roy
Open WEB-INF/logkit.xconf Look for the line: category name=manager log-level=DEBUG And change it to: category name=manager log-level=ERROR That should work... Litrik De Roy www.litrik.com - Original Message - From: Cocoon User [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday,

Re: Cocoon the solution?

2003-01-03 Thread Andrew C. Oliver
The best thing to do to change this is contribute to the Jakarta POI project's HDF component. jakarta.apache.org/poi -- HDF is in its infancy but with contribution could be successful for Cooon serializers and generators to transform between the formats! Darren Petrie wrote: Cocoon would

Re: sendmail.xsl - how do I format email messages?

2003-01-03 Thread Frank Ridderbusch
On Sat, 4 Jan 2003 01:36:35 +1100 Ryan Heise [EMAIL PROTECTED] wrote: . sendmail:body First line. Second line. /sendmail:body and the result is: First line. Second line. Does anyone know how to fix this? Well, this behaviour is due to the way the sendmail logicsheet works. Look at

Re: ESQL taglib missing in action

2003-01-03 Thread John R. Daily
Now that I have a small bit of time to return to this... Correct me if I'm wrong, but assuming ESQL is being invoked, the following XSP page should return either an error, or no output at all: --- ?xml version=1.0? xsp:page xmlns:xsp=http://apache.org/xsp;

Orion 1.5.3 and cocoon2.1 - help complete deployment

2003-01-03 Thread e nio
I tried deploying cocoon2.1 which I have recently downloaded and compiled, it deploys fine on Tomcat 4.1.12 but not on Orion 1.5.3. It is only partially working on Orion 1.5.3, partially since I can use http://localhost:/ which becomes http://localhost:/documents/index.html which is

Re: Cocoon the solution?

2003-01-03 Thread chris vigelius
Darren Petrie wrote: Cocoon would definately be a good choice technically. However what you'll have to fight is the mindset of people desiring to use MS Word as their authoring tool. You could try to use a tool such as DocSoft's (http://www.docsoft.com) Word-to-XML converter. However it

Confused About Realms

2003-01-03 Thread Jeff Sexton
Today I wanted to try a Tomcat security setup. I created and populated tables in a (Sybase) database and edited server.xml per examples in the Goodwill Apress book. I get an exception on startup, Tomcat fails to initialize. I didn't expect this because I am also running Cocoon with a

Re: ESQL taglib missing in action

2003-01-03 Thread John R. Daily
I'm trying a different approach, and now I'm getting Java exceptions in Tomcat's logs. Here is my XSP. Switching to dbpool doesn't change the exception. ?xml version=1.0? xsp:page xmlns:xsp=http://apache.org/xsp; xmlns:esql=http://apache.org/cocoon/SQL/v2; esql:connection

Re: Confused About Realms

2003-01-03 Thread Jeff Sexton
I seem to solve my own problems frequently after posting to this list... I moved the Sybase jar file from $CATALINA_HOME/lib to $CATALINA_HOME/common/lib and it worked. It seems that Cocoon's connection pools can function with the jar in the root lib, but realms can not. Moving the jar to

Re: Confused About Realms

2003-01-03 Thread Jeff Sexton
On Fri, 3 Jan 2003, Jeff Sexton wrote: I seem to solve my own problems frequently after posting to this list... I moved the Sybase jar file from $CATALINA_HOME/lib to $CATALINA_HOME/common/lib and it worked. It seems that Cocoon's connection pools can function with the jar in the root

DB2 with Cocoon

2003-01-03 Thread Robert Sösemann
Hello, this is my first time connecting IBMs DB2 with cocoon. Cocoon succesfully finds the drivers and connects correctly. But I get strange SQL Errors like: COM.ibm.db2.jdbc.DB2Exception: [IBM][CLI Driver][DB2/NT] SQL0104N Auf SELECT 1 folgte das unerwartete Token END-OF-STATEMENT. Zu den

Re: installation question

2003-01-03 Thread Jim Whetstone
I installed Tomcat 4.1.18 with Cocoon 2.0.4 and followed the installation instructions pertaining to integration with Tomcat 4.0.3 and got it to work. Cheers, JW - Original Message - From: edel claire ryder [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, December 28, 2002 6:26 AM

RE: Cocoon the solution?

2003-01-03 Thread Conal Tuohy
Hi Ines snip/ In fact what they love to do is saving a word doc into html and loading it onto the server. But all pages are supposed to be in valid XHTML, controled by CSS. Yes - you can store the pages on the server as Word-HTML, and with Cocoon use the HTMLGenerator to convert them to

Re: Confused About Realms

2003-01-03 Thread Lajos Moczar
Jeff - You'll need to change the DTD for Cocoon's web.xml to version 2.3, thusly: !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd; Cheers, Lajos -- galatea.com Cocoon training, consulting support Book: Cocoon

DO NOT REPLY [PATCH QUEUE] Summary January 4 2003

2003-01-03 Thread nicolaken
--- This mail is generated automatically using Jakarta Ant. Contents are automatically downloaded from Apache's Bugzilla. --- Please do not reply to