DO NOT REPLY [PATCH QUEUE] Summary November 30 2002

2002-11-29 Thread nicolaken
--- This mail is generated automatically using Jakarta Ant. Contents are automatically downloaded from Apache's Bugzilla. --- Please do not reply to th

sitemap does not compile; attribute type really required?

2002-11-29 Thread chris vigelius
hello, I use cocoon 2-0-3 running inside a tomcat 4.1.12 on Win2k/Sun JDK 1.4.1_01. I try to serve a simple static HTML page (as described on the DeveloperWorks Tutorial), but if I point my browser to it, I get an Internal Server Error (Language Exception). If I look at the generated sitemap_xmap.

sunShine context c2.0.3

2002-11-29 Thread Terry Paddy
Hi, I have a question regarding the sunRise context. I appreciate that everything has improved/moved/changed to the frameworks in 2.1-dev but unfortunately I must continue to use 2.0.3 scratch pad until 2.1 is released. I cannot get any info out of the sunRise context with etc As a test, I

Problem with cache in clients

2002-11-29 Thread Antonio Gallardo
Hi, I currently found a problem with the cache mechanism of IE 6.0 SP1 and Cocoon. Concretly the problem is refered to the cration time of the documents. When a generated document must changes, the explorer check for a new version of the HTML document, but it does not find the new document. The

Re: version problem in AbstractGenerator class

2002-11-29 Thread Joerg Heinicke
The class was compiled by another version of the JVM than the actual runtime JVM. Especially JDK version 1.3.x vs. 1.4.x. Joerg Andreas Hefti wrote: hello all, I try to write my own Generator for Cocoon to get XML source from a EJB. first I try to write a simle sample to find out how it works

xsp simple or not?

2002-11-29 Thread Cocoon User
into an .xsp file i have .. .. .. .. and work fine the i try to put some logic .. .. String thePage= ; if (thePage.equals("place")){ } .. .. i dont get any error message but i dont see the included file ...!! can anyone help me? i want to include a file into an .xsp page

XMLForm - How to - question

2002-11-29 Thread aps olute
I can not get the XMLForm Wizard How To to work, so I tried to follow the sample working and have some question. 1. In the cocoon/samples/xmlform/sitemap.xmap how does the mapping from ... ... < this part I did not quite understand. A directory of wizard/ is there for it

Cannot find CatalogManager.properties

2002-11-29 Thread Mauro Daniel Ardolino
Hi all! I'm having an strange message since yesterday and I'm not sure why. The message is an OUTPUT to the console while browsing my site (that is using cocoon). The message is: "Cannot find CatalogManager.properties". I've searched the web and it says that I'm not having this file in the class

Re: JDBC Problem - stumped

2002-11-29 Thread Jeff Sexton
Opps, solved my own problem. The type in the sitemap should be 'serverpages' and not 'file' I seem to remember stumbling over that before. On Fri, 29 Nov 2002, Jeff Sexton wrote: > I've had connection pooling working fine in the past, but ended up not > using it. Today I went through setting i

Transformer

2002-11-29 Thread lbrasseur
I want to change the XSL file of a transformer according a element of the input XML. There is any way to do this? Thanks Lautaro __ Obtenga gratis su cuenta @Argentina.com con AntiVirus, 20mb de espacio, acceso POP3 y SMTP en

Re: Invoking a Servlet directly!!!

2002-11-29 Thread Joerg Heinicke
You can implement the servlet as Cocoon generator: http://xml.apache.org/cocoon/developing/extending.html. Joerg Kavitha Ramesh wrote: Hi, Normally we invoke a servlet like below: http://localhost:8080/cocoon/myservlet{requestQuery}"; /> But I would like to invoke the servlet directly like be

RE: Sessions (read please!)

2002-11-29 Thread Mauro Daniel Ardolino
First of all, thanks for answering! Well, I'm using servlets, not XSPs (I know this are servlets too, but not HttpServlets). So, I'm using HttpServlets. I'm doing just as you say to put something in a session. Then I try to restore this parameter from another servlet. This is the snip of the c

JDBC Problem - stumped

2002-11-29 Thread Jeff Sexton
I've had connection pooling working fine in the past, but ended up not using it. Today I went through setting it up again and I've hit a dead end. The query I've put in an XML file using esql tags is not executing. The only hint I have is what appears in the cocoon webapps/cocoon/WEB-INF/logs/e

Re: Including static images into SVG files

2002-11-29 Thread Andrew Savory
Hi Derek, On Fri, 29 Nov 2002, Derek Hohls wrote: > the only syntax I have managed to get to work is: > > http://myserver/path/logo.jpg /> (plus height, > width) I've had the same problem (relative URLs not working). The only way I've got it to work is to hardwire "myserver". Sorry that's not

util:include-file fails to include in .xsp

2002-11-29 Thread Marko NIINIMAKI
Hello, I'm trying to include a -block from another file. The application works _without_ the include as follows: http://apache.org/xsp"; xmlns:session="http://apache.org/xsp/session/2.0"; xmlns:xsp-request="http://apache.org/xsp/request/2.0"; xmlns:util="http://www.apache.org/1999/XSP/U

Antw: Re: Sessions (read please!)

2002-11-29 Thread Martin Geissler
Hello, i don t use servlets but JSPs have the following code: 1. xsp Document org.apache.cocoon.environment.Session ... Session session = request.getSession (false); if (session != null) { // delet od session session.in

java.lang.NoClassDefFoundError: org/apache/batik/dom/svg/DefaultSVGContext

2002-11-29 Thread Ludovic de Beaurepaire
Hi All, I have a stylesheet using SVG, it is working fine with FOP to generate PDF. Now, I want Cocoon to use it and i have the following Exception (in the console): java.lang.NoClassDefFoundError: org/apache/batik/dom/svg/DefaultSVGContext ... I am using Cocoon 2.0.3, and in the file "batik-all

RE: sitemap -> save file ?

2002-11-29 Thread Eisert, Wolfram (ext.)
Jessica, maybe you could use the SourceWritingTransformer. See http://xml.apache.org/cocoon/userdocs/transformers/sourcewriting-transformer .html Wolfram > -Original Message- > From: Jessica Niewint [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 29, 2002 2:45 PM > To: [EMAIL PROTEC

Re: Sessions (read please!)

2002-11-29 Thread Mauro Daniel Ardolino
Hi! third time. I'm still stuck. May be the subject is not interesting, or may be no one is working with cocoon, servlets and session attributes. HELP! (read below). Thanks, and sorry for insisting. -- Mauro On Fri, 22 Nov 2002, Mauro Daniel Ardolino wrote: > Hi again! I'm still stuck. I've

sitemap -> save file ?

2002-11-29 Thread Jessica Niewint
I generate a PDF -File via XSP -> XSL:FO . Now I got the problem, that I have no idea how to store the generated pdf-file. I do not want to do it on the client side (with the acrobat-reader) I want to stay on the server site. How can I move the content of the generate PDF in the browser to my s

Including static images into SVG files

2002-11-29 Thread Derek Hohls
I know this is perhaps off-topic for Cocoon, but it does relate (somewhat) and I hope there is a 'guru' somewhere that can answer a relatively (?) straightforward question.   I need to include and display a static image (its a logo) on all the SVG images I produce; the only syntax I have mana

Re: with Cocoon 2.0.3 does'nt work

2002-11-29 Thread Christian Haul
On 29.Nov.2002 -- 01:50 PM, LEBRETON Philippe wrote: > With cocoon 2.0.2, i use to include string with XML data > in my XML: > SortieXML > and it work. Although the error message does not fit the diagnosis, please add around SortieXML. Chris. -- C h r i s t i a n H a u l [EMAIL P

Re: Error running Current CVS and Development Snapshot Versions

2002-11-29 Thread Gal Nitzan
I have the same problem, posted the question yesterday "Newbie Question - Sunshine sample problem" but no answers yet :( Regards. On Fri, 2002-11-29 at 09:11, Richard Reyes wrote: > Hi Guys, > > I have been trying somethings on the portal samples. And I have downloaded the >latest cvs versions

with Cocoon 2.0.3 does'nt work

2002-11-29 Thread LEBRETON Philippe
With cocoon 2.0.2, i use to include string with XML data in my XML: SortieXML and it work. i upgrade my cocoon to 2.0.3 and i have a exception : Original exception : java.lang.RuntimeException: Could not include page Content is not allowed in prolog. at org.apache.

Re: Réf:Re: Workflow

2002-11-29 Thread Ugo Cei
Rano, Didier wrote: What is it Cocoon's flowscript ? It is Cocoon's 2.1 framework for controlling the flow of web applications. Think Actions, but simpler, more powerful and more elegant. References: http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=103128978404439&w=2 http://www.webweavertec

Réf:Re: Workflow

2002-11-29 Thread Rano, Didier
What is it Cocoon's flowscript ? Didier Rano Serv'N Data Séparateur de messages Objet : Re: Workflow Auteur :[EMAIL PROTECTED] Date : 29/11/2002 11:46 [EMAIL PROTECTED] wrote: > Hello, > I have heard from OSWorkflow, do you know if it's easy to ad

RE: i18n more!!

2002-11-29 Thread Hong Gia Dinh
Title: RE: i18n more!! thnks for u information, it seems  right the way i need. do u have any sample code  to show how to retrieve current user's locale with LocaleAction thnks -Original Message- From: Konstantin Piroumian [mailto:[EMAIL PROTECTED]] Sent: 27 November 2002 16:58 To:

ClassNotFoundException: org/apache/xml/dtm/ref/IncrementalSAXSource_Xerces

2002-11-29 Thread Pfitzner, Jan
Hello, I'm using Cocoon 2.0.3 and jdk 1.4.0. I get the following Exception while transforming: ClassNotFoundException: org/apache/xml/dtm/ref/IncrementalSAXSource_Xerces   the scenario is as follows:     <-- Here I get the Exception    Anybody know this Exception?  

Re: Looking for help in the upcomming release

2002-11-29 Thread Andrew Savory
On Thu, 28 Nov 2002, Carsten Ziegeler wrote: > To meet this goal -- which clearly will benefit all users -- we need > some *specific* QA (quality assurance) input from the user community. > > 6. Report back here on your findings, good or bad. All fine, although please see a number of patches for

Re: Workflow

2002-11-29 Thread Ugo Cei
[EMAIL PROTECTED] wrote: Hello, I have heard from OSWorkflow, do you know if it's easy to adapt it for cocoon? Because we use xsl stylesheets and other cocoon functions, but OSWorkflow is just a workflow management concept using java and a web server. As I said, I haven't written a single line o

[HELP]Exception in ServerPagesGenerator.generate()

2002-11-29 Thread LEBRETON Philippe
I want include a String with a content XML in my XML and i used : Car.toString() Car is declared : StringBuffer Car = new StringBuffer(); Car content : 1 1 Description:org.apache.cocoon.ProcessingException: Exception in ServerPagesGenerator.generate(): java.lang.RuntimeException: Could not inc

Re: Error running Current CVS and Development Snapshot Versions

2002-11-29 Thread Antonio Gallardo
copy the jars: Xalan-???.jar, Xerces-???.jar and xml-apis.jar from $CVS/lib/core to $JAVA_HOME/jre/lib/endorsed. copy the same to $TOMCAT_HOME/common/endorsed. Note: if the directories endorsed are not found, create it. Regards, Antonio Gallardo Richard Reyes dijo: > Hi Guys, > > I have been t