AW: All hope lost: Can FragmentExtractor serve SVG images to IE (socket write error) ?

2003-06-06 Thread Christian Kurz
TK To my 2.0 times I also had the problem. The problem was gone since I use TK cocoon 2.1. I guess it has something to do with pipeline caching, but TK have never tested. Torsten, thanks for the quick feedback. My understanding was that 2.1 is still alpha. Do you have any system in production,

AW: All hope lost: Can FragmentExtractor serve SVG images to IE (socket write error) ?

2003-06-06 Thread Christian Kurz
All of this works fine when requesting the page using Netscape Navigator (valid page and images, no errors in log file). As soon as I use the Microsoft Internet Explorer to request the same page, the HTML page is returned, but the svg image has not been served properly. According to the

Re: How to debug COCOON with ECLIPSE and TOMCAT?

2003-06-06 Thread Galia Angelova
Lionel, I followed your instructions, but I still have problems. Tomcat works, but I can't lanch cocoon. it sais: HTTP Status 404 - /cocoon/ type Status report message /cocoon/ description The requested resource (/cocoon/) is not available. Do you have sugestions what am I doing wrong? I

Re: How to debug COCOON with ECLIPSE and TOMCAT?

2003-06-06 Thread Lionel Crine
don't forget to create a tomcat project pointing to your cocoon root directory. At 06:21 05/06/2003 -0700, you wrote: Lionel, I followed your instructions, but I still have problems. Tomcat works, but I can't lanch cocoon. it sais: HTTP Status 404 - /cocoon/ type Status report message

flow - database access

2003-06-06 Thread Frank Taffelt
Hi, In my flowscript i'm making some database operations. This works most of the time, but sometimes (it occurs mostly during 2 concurrent requests) i get the following: resource://org/apache/cocoon/components/flow/javascript/Database.js, line 13: uncaught JavaScript exception: TypeError: Cannot

POI Excel Reports Formatting Languages

2003-06-06 Thread Yan, Charlene
All, I'm using xmlns:gmr=http://www.gnome.org/gnumeric/v7; in producing the Excel report. Somehow styles do not show up in the report. For example, the following code has Fore and Back and PatternColor specified. But they don't show up in Excel. StyleBorder works though. Here are my

regexp problem

2003-06-06 Thread Majcen, Kurt
Hi all! We are trying to validate input fields in a web user interface via the form-validator action. One of the fields is a date field. Therefore we found a regular expression at http://www.regxlib.com/REDetails.aspx?regexp_id=113 which covers the aspects we are looking for:

find the ldap configuration

2003-06-06 Thread Maxime.Gheysen
Where is it possible to find the information about the ldap parameters? I have the serverurl, port, filter, but neither the searchbase neither the rootdn. What and where are they? thanks - To unsubscribe, e-mail: [EMAIL

Re: regexp problem

2003-06-06 Thread Christian Haul
On 05.Jun.2003 -- 04:45 PM, Majcen, Kurt wrote: Hi all! We are trying to validate input fields in a web user interface via the form-validator action. One of the fields is a date field. Therefore we found a regular expression at http://www.regxlib.com/REDetails.aspx?regexp_id=113 which

Re: Can't seem to load Firebird driver

2003-06-06 Thread Edison Too
Hi, Not sure if you are aware of this, the Firdbird JDBC driver is not an all-in-one jar. We did work with Firebird about 4 to 5 months ago, so things might have changed by now. The fact was that for Firebird's driver to work, you need a jta-spec1_0_1.jar and connector.jar as well. From your

forwarding paremeter to xsp

2003-06-06 Thread Pawe ukrowski
Hi All, is there a way to use parameter form pipeline match in XSP page? for example if pipeline match looks like ... map:match pattern="**.info" map:generate type="serverpages" src=""/ map:serialixe type="xml"/ /map:match normalyy in pipeline we can use {1} but how can I use it in

Re: [SUMMARY] RE: error in XSP -- Tomcat4.1.24 has CATASTROPHICcache system!!!!

2003-06-06 Thread Jacob L E Blain Christen
i think this is a bug with tomcat (and hence more appropriately taken up with [EMAIL PROTECTED]) as after upgrading my tomcat installation to 4.1.24 i have been noticing similiar recompile issues. -- Jacob L E Blain Christen Entheal LLC 443.255.9975 410.542.7793

Re: forwarding paremeter to xsp

2003-06-06 Thread Alexandre Victoor
Hi, you can pass the parameter explicitely in the sitemap : map:match pattern=**.info map:generate type=serverpages src=process.xsp map:parameter name=infoparam value={1}/ /map:generate map:serialixe type=xml/ /map:match and then you can use it process.xsp :

Re: forwarding paremeter to xsp

2003-06-06 Thread Yury Mikhienko
try in sitemap: map:match pattern=**.info map:generate type=serverpages src=process.xsp map:parameter name=param1 value={1}/ /map:parameter map:serialixe type=xml/ /map:match in XSP: xsp:page language=java xmlns:xsp=http://apache.org/xsp; xsp:structure

Re: Some study of implantation

2003-06-06 Thread MTiffany71
Hi, Perhaps you could be more specific about the specific statistics in which you're interested?

Re: Source Writing Transformer

2003-06-06 Thread bosspring 2
Thank you, this solution is ok. I use the LOG and see (¿?) the problem and after I modified the XSL (alta.xsl) and the message not is showed _ Charla con tus amigos en línea mediante MSN Messenger:

2.1 dont work with ODBC?

2003-06-06 Thread Stavros Kounis
i have the latest (today 06/05/2003) CVS snapshot) i have add sun.jdbc.odbc.JdbcOdbcDriver entry in web xml (just like i have do in 2.0.4) but when i try to make a query (calling a .xsp) in a ODBC database runing in the same machine i get no results in error.log i have found

Re: using pipeline matched parameters in XSP

2003-06-06 Thread Andreas Hartmann
Steven Noels wrote: On 5/06/2003 19:20 Andreas Hartmann wrote: I don't know if the util logicsheet works for this kind of parameters, you could try it: xsp-util:get-sitemap-parameter name=1 / But I wouldn't recommend this solution, even if it works. Why that? Just curious - since I added that

Re: using pipeline matched parameters in XSP

2003-06-06 Thread Steven Noels
On 5/06/2003 22:26 Andreas Hartmann wrote: Sorry if you felt offended - it was not against your tag but against its misuse :) No offense at all - just curious. It was such a stupid little thing that I started wondering why nobody had contributed it before. Thanks for your explanation! /Steven

Deleting files

2003-06-06 Thread Tuomo L
Hi, How can I delete files on the server using Cocoon? Is there an action for this, or should I write one? -Tuomo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: 2.1 dont work with ODBC?

2003-06-06 Thread Torsten Curdt
On Thu, 2003-06-05 at 23:16, Geoff Howard wrote: Did you contact Torsten as the error message said? Thanks for forwarding, Geoff. I'll fix it tomorrow. how can this database was recognized in 2.0.4 version and not in 2.1? We changed the database recognition mechanism. is this in any todo

XSLT Transformer newlines

2003-06-06 Thread Orson Davis
I am converting a production environment from cocoon 1.8.2 to cocoon 2.0.4 running on tomcat/jboss3.0.4. The problem that I am running into over and over again is that the new cocoon when generating html puts newlines/carriage returnsafter certain tags. I have re-written a number of pages

RE: Deleting files

2003-06-06 Thread Geoff Howard
you'll need to write one. might not want to tell anyone what server is running that action though... I hope you don't let users pass in the parameters? Geoff -Original Message- From: Tuomo L [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 5:39 PM To: [EMAIL PROTECTED]

RE: Sitemap parsing error?

2003-06-06 Thread Jason Nah
Title: RE: Sitemap parsing error? Hi Geoff, The encoding stated at the top of the XML file is UTF-8 For some reason the WAR extraction process didn't quite extract the full sitemap file (could have been corrupted.) I manually ftp the file across from a windows box and dos2unixed it...

RE: Sitemap parsing error?

2003-06-06 Thread Jason Nah
Title: RE: Sitemap parsing error? Geoff, I've also noticed the following statement in access.log upon startup... Using configuration file: /WEB-INF/cocoon.xconf parent-component-manager not set - defaulting to null. container-encoding was not set - defaulting to ISO-8859-1 form-encoding

RE: Sitemap parsing error?

2003-06-06 Thread Geoff Howard
You're probably going to need someone who is better with encoding subtleties than myself. But one thing you need to pay attention to is that what the file declares for itself (UTF-8) is compatible with the encoding of the file itself as actually performed by your editor. The fact that you've run

Re: recommed upgrading to Xalan 2.5 when using document() regularly

2003-06-06 Thread Bruce Robertson
Quoting Joerg Heinicke [EMAIL PROTECTED]: Hello Bruce, I upgraded Xalan to 2.5.1 and Xerces to 2.4.0 in the Cocoon 2.0 CVS, so they should be in the next Cocoon 2.0.x release - I guess the 5 comes after the 4 ;-) Joerg It's an indication of Cocoon 2.0.x's excellence that I'm

AW: regexp problem

2003-06-06 Thread Majcen, Kurt
Thanks for the advice. In the meantime we tried with jakarta-regexp-1.3-dev.jar which seems to work now. Kurt -Ursprüngliche Nachricht- Von: Christian Haul [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 05. Juni 2003 17:12 An: [EMAIL PROTECTED] Betreff: Re: regexp problem On

Re: Serious Encoding Problems (Umlaute)

2003-06-06 Thread Matthias Brunner
On Thursday 05 June 2003 23:46, Alexander Schatten wrote: I use Tomcat 4 and Cocoon 2 and SQLTransformer, mySQL. Interestingly, everything works fine on Windows XP; German Umlauts are entered correctly into the database, and displayed correctly when HTML is created from the table. The

AW: Can't seem to load Firebird driver

2003-06-06 Thread Nier, Nikolai
Von: Edison Too [mailto:[EMAIL PROTECTED] Not sure if you are aware of this, the Firdbird JDBC driver is not an all-in-one jar. you need a jta-spec1_0_1.jar and connector.jar as well. Thank you VERY much, that was what I needed! We'd successfully used the firebirdsql.jar with a JSP and a

is this working?

2003-06-06 Thread Maxime.Gheysen
I have tested LDAP, and after two days I have come to a result... I don't have any errors i my page, but I get following : ?xml version=1.0 encoding=Windows-1252 ? LDAPUSER xmlns:ldap=http://apache.org/cocoon/LDAP/1.0; LDAP xmlns=http://apache.org/cocoon/LDAP/1.0; / /LDAPUSER My

Re: MS SQL Stored Procedure Help

2003-06-06 Thread Frank Taffelt
this is a snippet which works for me under mssql (jtds driver): esql:call {call proc_info( esql:parameter type=Intxsp:exprInteger.parseInt(id)/xsp:expr/esql:parameter )} /esql:call esql:results esql:row-results ... /esql:row-results /esql:results i'm remembering problems with

Re: is this working?

2003-06-06 Thread Yury Mikhienko
On Fri, 6 Jun 2003 09:37:48 +0200 [EMAIL PROTECTED] wrote: I have tested LDAP, and after two days I have come to a result... I don't have any errors i my page, but I get following : ?xml version=1.0 encoding=Windows-1252 ? LDAPUSER xmlns:ldap=http://apache.org/cocoon/LDAP/1.0;

AW: Can't seem to load Firebird driver

2003-06-06 Thread Nier, Nikolai
Von: Christian Haul [mailto:[EMAIL PROTECTED] Just a note: I just tried to put this onto the wiki at http://wiki.cocoondev.org/Wiki.jsp?page=SpecificDatabaseConnection but could not quite follow the instructions while looking at the jaybird zip file from firebird.sf.net. Could you add a

Re: AW: Can't seem to load Firebird driver

2003-06-06 Thread Upayavira
Nikolai, OK, I've added a page, could somebody please check it as it is my first wiki entry? Just for the record, there is a firebirdsql-full.jar which contains all the necessary classes, so it can be used instead of firebirdsql.jar + [mini-]concurrent.jar + [mini-]j2ee.jar + jaas.jar (for

Re: Serious Encoding Problems (Umlaute)

2003-06-06 Thread Bertrand Delacretaz
Le Vendredi, 6 juin 2003, à 11:20 Europe/Zurich, Matthias Brunner a écrit : ...That should really be documented somewhere I have put some information at http://wiki.cocoondev.org/Wiki.jsp?page=SettingTheJvmLocale ...Maybe there is a parameter to the JVM as well, which would be better to

Re: Serious Encoding Problems (Umlaute)

2003-06-06 Thread Alexander Schatten
Matthias Brunner wrote: That should really be documented somewhere. I believe, however, that the approach itself (having to set an environment variable for the JVM) is really flawed. I do not understand why this is necessary at all, since there are XML headers which set the encoding of every

Re: Can't seem to load Firebird driver

2003-06-06 Thread Christian Haul
On 06.Jun.2003 -- 11:37 AM, Nier, Nikolai wrote: Von: Christian Haul [mailto:[EMAIL PROTECTED] Just a note: I just tried to put this onto the wiki at http://wiki.cocoondev.org/Wiki.jsp?page=SpecificDatabaseConnection but could not quite follow the instructions while looking at the jaybird

Please take care a virus is near of us!

2003-06-06 Thread Antonio Gallardo
Hi: For all Windows users of the list, Right now, I receved a rare mail from Upayavira. I want to warning all of you that the mail can be virus. But I am not sure, because I am using Linux. The topic was interesting since was got from this list. Of course there was an attach with a .exe

RE: Please take care a virus is near of us!

2003-06-06 Thread Maxime.Gheysen
So do I. But the attachment was automaticly remove by the virus scan. Take care of the mail from Upayavira [EMAIL PROTECTED] with the subject : Re: commandline executes matching pipeline three times and an 038-001_DataDictionary.xls.exe file attached! -Original Message- From: Antonio

RE: 2.1 dont work with ODBC?

2003-06-06 Thread Geoff Howard
Torsten is a person - and wrote to you directly already. :) Geoff At 10:39 PM 6/5/2003, you wrote: no i have not btw .. what is torsten? On Thu, 5 Jun 2003, Geoff Howard wrote: Did you contact Torsten as the error message said? Geoff -Original Message- From: Stavros Kounis

Re: Please take care a virus is near of us!

2003-06-06 Thread Bertrand Delacretaz
Le Vendredi, 6 juin 2003, à 13:13 Europe/Zurich, Antonio Gallardo a écrit : ...Right now, I receved a rare mail from Upayavira. I want to warning all of you that the mail can be virus It has probably not been sent by him, apparently someone with @apache.org addresses in their address book

Encoding problems in flowscript

2003-06-06 Thread morten svanæs
Hi, I'm having trouble with the enconding in a flowscript, when I submit data in a form it gets escaped internaly in the flow script, so if I try to get back data that has some norwegian characters in them they get misinterpreted. All my documents have UTF-8 enconding and headers, my serialzers in

Re: Encoding problems in flowscript

2003-06-06 Thread Bruno Dumon
On Fri, 2003-06-06 at 22:56, morten svanæs wrote: Hi, I'm having trouble with the enconding in a flowscript, when I submit data in a form it gets escaped internaly in the flow script, so if I try to get back data that has some norwegian characters in them they get misinterpreted. All my

Re: Encoding problems in flowscript

2003-06-06 Thread Stavros Kounis
i have the same problem posting data from a form to .xsp there is a thread about this http://marc.theaimsgroup.com/?l=xml-cocoon-usersm=105396439703871w=2 --stavros On 6 Jun 2003, Bruno Dumon wrote: On Fri, 2003-06-06 at 22:56, morten svans wrote: Hi, I'm having trouble with the

Re: Serious Encoding Problems (Umlaute)

2003-06-06 Thread Steven Noels
On 6/06/2003 11:55 Alexander Schatten wrote: and moreover: I do not understand why this iso setting is not the default setting: because it works with all characters english as well as german... so why not use this one as default, would be less confusing for all, no? How about all these people

ldap authentification

2003-06-06 Thread Maxime.Gheysen
Where do I have to put my username to make a connection to an LDAP server ? Because I need an authentification with usernamepassword. Thanks ?xml version=1.0 encoding=ISO-8859-1? LDAPUSER xmlns:ldap=http://apache.org/cocoon/LDAP/1.0; ldap:execute-query

Re: Encoding problems in flowscript

2003-06-06 Thread morten svanæs
- Original Message - From: Bruno Dumon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 06, 2003 5:37 AM Subject: Re: Encoding problems in flowscript On Fri, 2003-06-06 at 22:56, morten svanæs wrote: Hi, I'm having trouble with the enconding in a flowscript, when I

Re: Encoding problems in flowscript

2003-06-06 Thread morten svanæs
- Original Message - From: morten svanæs [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 06, 2003 2:53 PM Subject: Re: Encoding problems in flowscript - Original Message - From: Bruno Dumon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 06, 2003 5:37

Re: Encoding problems in flowscript

2003-06-06 Thread Bruno Dumon
On Fri, 2003-06-06 at 23:59, morten svanæs wrote: - Original Message - From: morten svanæs [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 06, 2003 2:53 PM Subject: Re: Encoding problems in flowscript - Original Message - From: Bruno Dumon [EMAIL

TR: ESQL - informix

2003-06-06 Thread arnaud daneels
hello, is esql commands not supported in cocoon 2.1 ? abstractesqlconnection don't mention it ? === A. DANEELS [EMAIL PROTECTED] 0243083931 The present email and all information included therein do not constitute a legal agreement accorded by Jouve.All legal

RE: MS SQL Stored Procedure Help

2003-06-06 Thread Tim Bachta
Ok, I am not having a problem with the input parameters it is the output parameter that I am having issues with. This is more of a callable statement than a stored procedure. Here is what I am trying to no avail. esql:execute-query esql:call {esql:parameter type=Int direction=out/=call

Re: MS SQL Stored Procedure Help

2003-06-06 Thread Frank Taffelt
i'm not sure if the esql:results element is needed in your case. try the following structure: esql:call ... /esql:call esql:call-results ... /esql:call-results maybe this helps: http://marc.theaimsgroup.com/?l=xml-cocoon-usersm=102752486530060w=2 Frank

Re: TR: ESQL - informix

2003-06-06 Thread Christian Haul
On 06.Jun.2003 -- 04:02 PM, arnaud daneels wrote: hello, is esql commands not supported in cocoon 2.1 ? abstractesqlconnection don't mention it ? Could you please try to put as much information into your questions as you do with your signature? I would like to help but

RE: Please take care a virus is near of us!

2003-06-06 Thread Upayavira
Dear All, Take care of the mail from Upayavira [EMAIL PROTECTED] with the subject : Re: commandline executes matching pipeline three times and an 038-001_DataDictionary.xls.exe file attached! As you can see from the above, this email was not sent by me. My email address is [EMAIL PROTECTED],

XMLC + Cocoon

2003-06-06 Thread Ross Bleakney
Has anyone used XMLC with Cocoon? I've noticed a few messages on the mailing list, but only comparisons between XSLT and XMLC (or Barracuda and Cocoon). Also, has anyone used other Java techniques to access an HTML node and then change it? I think a data binding approach might work (such as

Re: XMLC + Cocoon

2003-06-06 Thread Arno Schatz
A similar approach is done by Jivan (http://www.jivan.net), but more performanant (3x) and easier to use. As HTML Parser it uses nekoHTML (http://www.apache.org/~andyc/neko/doc/html/). You can get a DOM of your HTML, change the nodes you need, and serialize in 5ms! regards, Arno Ross

XMLForm modeldata

2003-06-06 Thread morten svanæs
Hi, I'm trying to make a solution for inserting dynamic data into a xmlform datamodel currently a xml file. What I do is that I use a xml file as the datamodel, that way I feel I have better control of the datamodel and I can reload my submited data saved in xindice very easy back into the form

Redirect from within an xsp page

2003-06-06 Thread Tim Bachta
Is there a way to redirect from within the xsp page itself based on the result of data from a query? Thanks Tim Bachta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

session transformer not behaving

2003-06-06 Thread Steven Cummings
Hello, I've seen some discussion of this component lately on the mailing list but my problem seems a little different. I have ensured that my session namespace is updated to the new one (http://apache.org/cocoon/session/1.0), so that's not the problem. Basically, this is what is happening. I

wildcards in type attribute not supported?

2003-06-06 Thread Stefan Kostopoulos
Hi everybody! I am trying to use the wildcard matcher to select different transformation types: map:match pattern=*/*.html map:generate type=file src=xml/{2}.xml/ map:transform type={1} src=xsl/stylesheet.xsl / map:serialize type=html/ /map:match ...but this causes