Re: ldap

2002-12-06 Thread Christian Joelly
Hi Tim! thanks for your response. I'll switch to LDAPTransformer. Chris On Fri, Dec 06, 2002 at 09:27:13AM +1100, Bentley, Tim wrote: Unfortunately I am no longer using Cocoon, so I haven't tested eldap with the latest versions and am not in a position to provide much help :-( However,

Re: ldap

2002-12-06 Thread Brett McCormick
I haven't gotten LDAPTransformer to work, and I haven't found any good docs on it. I decided to use an SQL db for now, and switch to LDAP later. On Friday, 6 December 2002, at 09:16:09, Christian Joelly wrote: Hi Tim! thanks for your response. I'll switch to LDAPTransformer. Chris

Re: ldap

2002-12-06 Thread Christian Joelly
Hi Brett! then you are on the lucky side ;-) I have a LDAP directory and can't switch to a database without migrating the whole infrastructure. Its a pain to change the cocoon version every few months when you realize that things are not working properly, so im thinking of using another framework

Re: LDAPTransformer

2002-12-06 Thread Martin Holz
On Thursday 05 December 2002 20:29, Nicola Ken Barozzi wrote: Martin Holz wrote: Thanks Didier. I still get the same exception :-( I am using revision 1.9 of LDAPTransformer from cvs HEAD. Nicola moved it to a block a week ago, but did not change it otherwise. Not /yet/ ;-) I'm

XMLForm: please help

2002-12-06 Thread Sylvain.Thevoz
Hello, I'm trying to have an XMLForm app with dynamic listbox. The values of the listbox come from an XML file. The navigation app is like this: Start-Form1-Form2-Confirm-End In the Form1 view I have a listbox. The content (the different choices) of this listbox comes from an XML file. The

Re: [SUMMARY] input.xsl / xsp:exit-page / xsp:init-page (was: Can you explain a little more about that?)

2002-12-06 Thread Christian Haul
On 05.Dec.2002 -- 01:25 PM, Konstantin Piroumian wrote: From: Antonio Gallardo [EMAIL PROTECTED] Christian Haul dijo: Konstantin Piroumian wrote: Hi! Why the names of tags are not: input:get-attribute / input:get-attribute-names / etc.? Good point. My reasoning was

Pleeese! retrieving xml code as out-parameter

2002-12-06 Thread Gabriele Domenichini
I need to retrieve xml data from Oracle database as an out-parameter. The stored procedure works but the output is like this: lt;rootElementgt; lt;elementgt; Something written lt;/elementgt; lt;/rootElementgt; I think that SQL Transformer convert and signs in entities. I need desperately

Re: MsSQL MySql PosgreSQL BasisPlus Oracle As400 Connections

2002-12-06 Thread Alex McLintock
At 22:42 04/12/02, Gabriele Domenichini wrote: Are you wondering how to connect Cocoon to your database and you have got one of theese?: * As400 http://outerthought.net/wiki/Wiki.jsp?page=As400 * BasisPlus http://outerthought.net/wiki/Wiki.jsp?page=BasisPlus * Oracle

Re: [SUMMARY] Complicated setup

2002-12-06 Thread Jeremy Quinn
On Thursday, Dec 5, 2002, at 23:01 Europe/London, Charles Yates wrote: # Problem: now EVERYTHING is served by cocoon. No way to serve static/legacy content by Apache! A small quibble, but this isn't true. You can set up an alias in httpd.conf, for example: Alias /images/

Re: MsSQL MySql PosgreSQL BasisPlus Oracle As400 Connections

2002-12-06 Thread Antonio Gallardo
Hi, I already saw your post on the wiki. :-D The proposal is nice. Maybe we can make some changes to integrate Torque into Cocoon. I will start to learn about Torque. Thanks for your comments. Antonio Gallardo. Alex McLintock dijo: At 22:42 04/12/02, Gabriele Domenichini wrote: Are you

Re: Pleeese! retrieving xml code as out-parameter

2002-12-06 Thread Christian Haul
On 06.Dec.2002 -- 12:19 PM, Gabriele Domenichini wrote: I need to retrieve xml data from Oracle database as an out-parameter. The stored procedure works but the output is like this: lt;rootElementgt; lt;elementgt; Something written lt;/elementgt; lt;/rootElementgt; I think that SQL

Re: Complicated setup

2002-12-06 Thread Simeon Walker
Hi, I've come to this thread a few days late but I thought I would mention how I did it as no body else here seems to have done it this way. In tomcat the Cocoon servlet is mounted at the root, i.e. no prefix. I started out using mod_jk and used JkMount for ech of the top level sections of our

Re: Pleeese! retrieving xml code as out-parameter

2002-12-06 Thread Gabriele Domenichini
Thank you so much. I'll began the switching. If in the mean time a solution is found I'd prefere to use the sql transformer. On Fri, 6 Dec 2002 11:38:22 +0100, Christian Haul [EMAIL PROTECTED] said: On 06.Dec.2002 -- 12:19 PM, Gabriele Domenichini wrote: I need to retrieve xml data from Oracle

Re: MsSQL MySql PosgreSQL BasisPlus Oracle As400 Connections

2002-12-06 Thread Nicola Ken Barozzi
Antonio Gallardo wrote: Hi, I already saw your post on the wiki. :-D The proposal is nice. Maybe we can make some changes to integrate Torque into Cocoon. I will start to learn about Torque. Thanks for your comments. Look at OJB http://jakarta.apache.org/ojb/index.html It's deemed to be

[REQ] Problem deploying cocoon.war in Borland Enterprise Server

2002-12-06 Thread Cedric Picard
Title: [REQ] Problem deploying cocoon.war in Borland Enterprise Server If you have experience with deploying cocoon in Borland AppServer or Enterprise Server, you might be able to help me with the following query: I followed all the steps recommended in JBuilder for Cocoon developing by

Réf:Re: LDAPTransformer

2002-12-06 Thread Rano, Didier
Cocoon 2.0.3 Séparateur de messages Objet : Re: LDAPTransformer Auteur :[EMAIL PROTECTED] Date : 05/12/2002 20:24 Thanks Didier. I still get the same exception :-( I am using revision 1.9 of LDAPTransformer from cvs HEAD. Nicola moved it to a block

Synthax problems for links from an ESQL field!

2002-12-06 Thread Maxime.Gheysen
Hello, I want a link on every ID, what is the synthax to get the value from the variable : esql:get-string column=wfID/ after this view-workflow?myID=1 (instead of 1) esql:row-results tr tda href=view-workflow?myID=1esql:get-string column=wfID//a/td

Re: Synthax problems for links from an ESQL field!

2002-12-06 Thread Christian Haul
On 06.Dec.2002 -- 03:01 PM, [EMAIL PROTECTED] wrote: Hello, I want a link on every ID, what is the synthax to get the value from the variable : esql:get-string column=wfID/ after this view-workflow?myID=1 (instead of 1) esql:row-results tr tda

XSP: Request parameters for SQL arguments

2002-12-06 Thread Maxime.Gheysen
I try to have a variable for my sql query : select * From AllTask Where wfID= That variable (wfID=*) is in my url, that means the page is loaded with the adress: .../view-workflow?myID=2 or .../view-workflow?myID=5 How can I get the variable 2 or 5 and put it in my SQL query? I use a xsp page.

AW: Request parameters for SQL arguments

2002-12-06 Thread Scherler, Thorsten
select * From AllTask Where wfID=xsp-request:get-parameter name=myID/ call it like: ../view-workflow?myID=2 -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 6. Dezember 2002 15:41 An: [EMAIL PROTECTED] Betreff: XSP: Request parameters for SQL

AW: Request parameters for SQL arguments

2002-12-06 Thread Scherler, Thorsten
Sorry, that is much better (use xsp:expr/): select * From AllTask Where wfID=xsp:exprxsp-request:get-parameter name=myID//xsp:expr -Ursprüngliche Nachricht- Von: Scherler, Thorsten Gesendet: Freitag, 6. Dezember 2002 15:44 An: [EMAIL PROTECTED] Betreff: AW: Request parameters for SQL

Re: Request parameters for SQL arguments

2002-12-06 Thread Christian Haul
On 06.Dec.2002 -- 03:47 PM, Scherler, Thorsten wrote: Sorry, that is much better (use xsp:expr/): select * From AllTask Where wfID=xsp:exprxsp-request:get-parameter name=myID//xsp:expr Please imagine what happens if myID evaluates to ; update AllTasks set done = 1; -- IOW you should use

RE: Request parameters for SQL arguments

2002-12-06 Thread Maxime.Gheysen
If I write : select * From AllTask Where wfID=1 It's alright, but when I write: select * From AllTask Where wfID=xsp:exprxsp-request:get-parameter name=myID//xsp:expr Then I get following error: typeStatus report message descriptionThe requested resource () is not available. Do I have to add

AW: Request parameters for SQL arguments

2002-12-06 Thread Scherler, Thorsten
Is there a reason u don't use esql? Or do you use esql? http://enpdata.csit.fsu.edu/cocoon/documents/esql -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 6. Dezember 2002 16:04 An: [EMAIL PROTECTED] Betreff: RE: Request parameters for SQL

RE: Request parameters for SQL arguments

2002-12-06 Thread Maxime.Gheysen
I use ESQL, the beginning of my page is like this : ?cocoon-process type=xsp? ?cocoon-process type=xslt? ?xml-stylesheet href=stylesheets/dynamic-page2html.xsl type=text/xsl? xsp:page language=java xmlns:xsp=http://apache.org/xsp; xmlns:esql=http://apache.org/cocoon/SQL/v2; page content

AW: Request parameters for SQL arguments

2002-12-06 Thread Scherler, Thorsten
please send mor code! I will have a look at home -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 6. Dezember 2002 16:14 An: [EMAIL PROTECTED] Betreff: RE: Request parameters for SQL arguments I use ESQL, the beginning of my page is like

Re: Request parameters for SQL arguments

2002-12-06 Thread Christian Haul
On 06.Dec.2002 -- 04:13 PM, [EMAIL PROTECTED] wrote: I use ESQL, the beginning of my page is like this : ?cocoon-process type=xsp? ?cocoon-process type=xslt? ?xml-stylesheet href=stylesheets/dynamic-page2html.xsl type=text/xsl? xsp:page language=java xmlns:xsp=http://apache.org/xsp;

Converting AI to SVG

2002-12-06 Thread Upayavira
Dear All, Firstly, I apologise if this request is off topic for this group. Does anyone know how to do a bulk conversion of Adobe Illustrator files to SVG files? I have a site that is currently served using ASP and VB, and I have worked out how to reproduce and greatly improve it using Cocoon,

XMLForm and DOM node initialization

2002-12-06 Thread Sylvain.Thevoz
Hello everybody, I'm using XMLForm and its possibility to access to DOM nodes. Here is the code in the view (form.xml): xf:selectOne ref=/workstationType xf:captionWorkstation Type/xf:caption xf:itemset nodeset=listValues/document/typeOfWorkstation/item xf:caption ref=description/

Re: MsSQL MySql PosgreSQL BasisPlus Oracle As400 Connections

2002-12-06 Thread Thor Heinrichs-Wolpert
Torque has some issues surrounding LOBs in Oracle, which have no suitable work around for now (not eve a nifty bypass). Thanks for the OJB url! Thor HW On Friday, December 6, 2002, at 02:53 AM, Nicola Ken Barozzi wrote: Antonio Gallardo wrote: Hi, I already saw your post on the wiki.

Re: Converting AI to SVG

2002-12-06 Thread Jeremy Quinn
On Friday, Dec 6, 2002, at 15:51 Europe/London, Upayavira wrote: Does anyone know how to do a bulk conversion of Adobe Illustrator files to SVG files? Depends on your platform I imagine, but Illustrator on MacOSX has a rich AppleScript Dictionary, I have not used it myself, but I hear good

[ANN] Apache Cocoon 2.0.4 Release

2002-12-06 Thread Carsten Ziegeler
Apache Cocoon 2.0.4 Released The Apache Cocoon team is proud to announce the new release of Apache Cocoon. Apache Cocoon is an XML framework that raises the usage of XML and XSLT technologies for server applications to a new level. Designed for

DO NOT REPLY [PATCH QUEUE] Summary December 7 2002

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

bad error messages on missing name

2002-12-06 Thread Will Holcomb
I am new to trying to use cocoon for a command line application and I had an error in my sitemap where I had: map:generator type=sbnf rather than the map:generator name=sbnf that I should have. The errors that I got were no help whatsoever. It threw a ClassNotFoundException, but it did not