Re: tomcat4.0.4 Cocoon 2.0.2 j2sdk1.4

2002-08-09 Thread Antonio Gallardo Rivera
I have a similar config like you. I recommend you upgrade to cocoon 2.0.3 You can get it from http://xml.apache.com El Viernes, 09 de Agosto de 2002 04:36, Jessica Niewint escribió: I want to connect to a mysql database. Since I read that there are a lot of problems using the

Re: test

2002-08-12 Thread Antonio Gallardo Rivera
Thanks! Antonio Gallardo El Lunes, 12 de Agosto de 2002 00:04, [EMAIL PROTECTED] escribió: Hi Niket I am getting married on 31st august. So please do come to my marrigae (See attached file: wedding card.jpg) Regards Sidharth Ghai Vmoksha Technologies VI th Floor, Corporate Towers 'C'

Re: Configure to support virtual directories

2002-08-13 Thread Antonio Gallardo Rivera
Hey, this is not a Cocoon thing. This is a question about the use of Tomcat or what ever JSPcontainer you use. Antonio Gallardo El Martes, 13 de Agosto de 2002 20:10, Greg Jones escribió: Does anyone what is required to have Cocoon work as the default directory for a multiple site

Re: sexy open source

2002-08-14 Thread Antonio Gallardo Rivera
The same here! ;) El Miércoles, 14 de Agosto de 2002 07:02, Manos Batsis escribió: From: Vegan Portal [mailto:[EMAIL PROTECTED]] 2) Programming language Proposal: pure Java 1.3.1x Remarks: I know many of you are trying 1.4 out, but it may still take some time to be able to be used

Re: sexy open source

2002-08-14 Thread Antonio Gallardo Rivera
El Miércoles, 14 de Agosto de 2002 07:05, Argyn Kuketayev escribió: RDBMS must be Oracle. no other options, imho. cost is not a problem. it's negligeable comparing to the cost of one DBA. while at the same time performance and other features of Oracle are far better than anything. 4)

Re: sexy open source

2002-08-14 Thread Antonio Gallardo Rivera
How they can compare Firebird to Postgresql? PostgreSQL is superior! El Miércoles, 14 de Agosto de 2002 07:07, ROSSEL Olivier escribió: I am currently studying XML DB features of Oracle 9iR2. It is quite impressive. Very very advanced stuff !!! Buy some RAM and let's go :-) PS: BTW?

Re: sexy open source

2002-08-14 Thread Antonio Gallardo Rivera
I recommend you try PostgreSQL. El Miércoles, 14 de Agosto de 2002 07:11, Argyn Kuketayev escribió: subj was sexy open source. I don't think that there's sexy open source RDBMS comparing to Oracle, or even MS SQL Server. Ok, Apache is sexy, comparing to IIS indeed. business doesn't care

Re: sexy open source

2002-08-14 Thread Antonio Gallardo Rivera
Hey this look nice! Is this opensource? El Miércoles, 14 de Agosto de 2002 07:43, Johann Romefort escribió: 8) Web frontend Proposal: Apache Remarks: This is only for security reasons - the task of Apache is just to forward the requests. I think more of you are using it, true? 9)

Re: sexy open source

2002-08-14 Thread Antonio Gallardo Rivera
Vegan: Can you publish at the end of this survey the results? I think many people here want to know about that. ;) I am newbie too. I am currently ending the last course of a serie of 3 tutorials about Cocoon in the IBM website. ;) And I need to end a new application using Cocoon for Sept.

Re: AW: sexy open source

2002-08-14 Thread Antonio Gallardo Rivera
We will wait for . ;) Antonio El Miércoles, 14 de Agosto de 2002 10:20, Vegan Portal escribió: Greetings, Andreas, Wow, what a nice bunch of interesting links! Seems like I forgot to cover quite much of open-source project/customer/workflow management possibilities in typical (?) new

[Cocoon 2] - Tomcat 4.1.9Beta avaliable

2002-08-16 Thread Antonio Gallardo Rivera
Hi all: I downloaded the last Tomcat beta release and is working fine with Cocoon2. more info at: http://jakarta.apache.com/ download at: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.9-beta/ Antonio Gallardo

How to send a parameter of type long to a FormValidator

2002-08-18 Thread Antonio Gallardo Rivera
I am trying the tutorial example that comes with Cocoon. When I try to create a employe or update a department. I always get this error in the sitemap.log file: Thread-14/AbstractValidatorAction: Validating long parameter department (encoded in a string: true) Then, my question is: How I can

Re: How to send a parameter of type long to a FormValidator

2002-08-18 Thread Antonio Gallardo Rivera
: true) Thread-14/FormValidatorAction: Validation failed for parameter id What is wrong? As you can see the form validator tell me the id parameter failed. Antonio Gallardo El Domingo, 18 de Agosto de 2002 03:25, Christian Haul escribió: On 18.Aug.2002 -- 01:09 AM, Antonio Gallardo

Re: How to send a parameter of type long to a FormValidator

2002-08-18 Thread Antonio Gallardo Rivera
Can be the problem of update in the tutorial this? key dbcol=department_id mode=manual param=id type=long/ Please see the mode attribute. Antonio Gallardo El Domingo, 18 de Agosto de 2002 03:25, Christian Haul escribió: On 18.Aug.2002 -- 01:09 AM, Antonio Gallardo Rivera wrote: I am trying

Re: Status of new functionality

2002-08-19 Thread Antonio Gallardo Rivera
El Domingo, 18 de Agosto de 2002 23:53, Carsten Ziegeler escribió: The official state of the session and authentication management is alpha, but this stuff is a donation of my company. It is used in production environment over more than a year now - so they are more stable and working than

SUMMARY How to send a parameter of type long to a FormValidator

2002-08-19 Thread Antonio Gallardo Rivera
and permissions. Regards, Antonio Gallardo El Domingo, 18 de Agosto de 2002 01:09, Antonio Gallardo Rivera escribió: I am trying the tutorial example that comes with Cocoon. When I try to create a employe or update a department. I always get this error in the sitemap.log file: Thread-14

Re: clearing all caches

2002-08-19 Thread Antonio Gallardo Rivera
Hi Vaskin: To resolve your problem you must tell Cocoon to check for change in a synchron form. To do this: In the file cocoon.xconf search for: sitemap file=sitemap.xmap reload-method=asynchron check-reload=yes logger=sitemap/ then change the attribute reload-method to synchron: sitemap

A master-detail example

2002-08-19 Thread Antonio Gallardo Rivera
Hi everyone. I am looking for a master-detail form example. Where Can I find this type of form example using ESQL?. Lets say a invoice or something like that to try to follow how can I do in this situation. I thinked this can be done using session attributes. am I right? Regards, Antonio

Re: Weird characters ESQL + XSP - URL

2002-08-19 Thread Antonio Gallardo Rivera
Jan: I had the same problem before, please check how you are sending the parameter in the page where you create the parameter that you send to this page. I guess you are sending the parameter with the \n from this page. Antonio Gallardo El Lunes, 19 de Agosto de 2002 22:38, Jan Willem

How to code the boolean datatype in a descriptor?

2002-08-28 Thread Antonio Gallardo Rivera
I am using cocoon to let the users fill a database. I am using Cocoon 2.03, Tomcat 4.1.9 and Java 1.4.1 on Linux. I wrote the following descriptor: root parameter name=id nullable=no type=long default=1/ parameter name=nombre nullable=no max-len=50 min-len=3 type=string/ parameter

[Cocoon] SUMMARY: How to code the boolean datatype in a descriptor?

2002-08-28 Thread Antonio Gallardo Rivera
the boolean datatype. Thanks for your help, Regards, Antonio Gallardo. El Miércoles, 28 de Agosto de 2002 14:36, Antonio Gallardo Rivera escribió: I am using cocoon to let the users fill a database. I am using Cocoon 2.03, Tomcat 4.1.9 and Java 1.4.1 on Linux. I wrote the following descriptor

How to encode ISO-8859-1 characters into the Database?

2002-08-29 Thread Antonio Gallardo Rivera
I am using PostgreSQL 7.2.1 If I store a string value, like Olé in the Database without using Cocoon. I can get it back. Without any problem. It is stored correctly. But, In Cocoon 2.03 (Tomcat 4.1.9) I need to store values to the Database like Olé. I saw that the Cocoon manipulate the data

Re: How to encode ISO-8859-1 characters into the Database?

2002-08-29 Thread Antonio Gallardo Rivera
at the beginning of the XSP pages the string: ?xml version=1.0 encoding=ISO-8859-1? What I am doing wrong? Regards, Antonio Gallardo El Jueves, 29 de Agosto de 2002 01:57, Antonio Gallardo Rivera escribió: I am using PostgreSQL 7.2.1 If I store a string value, like Olé in the Database without

[SUMMARY] How to encode ISO-8859-1 characters into the Database?

2002-08-29 Thread Antonio Gallardo Rivera
Barbara: Thank you Very much! It works fine now! Antonio Gallardo * SOLUTION by Barbara Post :) : go to the sitemap and ensure that XML and HTML serializers have the following tag: encodingiso-8859-1/encoding

Re: Fw: bug with javascript ?

2002-08-29 Thread Antonio Gallardo Rivera
Another thing you can do is put the JavaScript in a another file and call it from the XSL. This is my way to kept the most of JavaScript out of the XSL. Let said you have the JavaScript in a file called: myscript.js. You can include it into the XSL with a sentence like: script

Re: [ANN] Another article on Cocoon - Web Syndication

2002-08-29 Thread Antonio Gallardo Rivera
Lol, then Ivelin Ivanov is a really visionary guy. He realize since 1970 all about Cocoon and Web Syndicate! Anyway, very nice article. Antonio Gallardo El Jueves, 29 de Agosto de 2002 08:00, Artur Bialecki escribió: That article was published on January 1, 1970 only few days before I was

New release of Pollo 0.34

2002-08-30 Thread Antonio Gallardo Rivera
Project: pollo (pollo) Package: pollo Date : 2002-08-30 10:12 Project pollo ('pollo') has released the new version of package 'pollo'. You can download it from SourceForge by following this link: http://sourceforge.net/project/showfiles.php?group_id=30952release_id=107948 or browse Release

Re: problems generating input to sql transformer with stylesheet (a la Langham Ziegeler book)

2002-08-30 Thread Antonio Gallardo Rivera
What Database are you using? PostgreSQL has an error if you are using the type INT2 or SMALLINT for the key. More info in datatypes in postgreSQL. Antonio Gallardo El Viernes, 30 de Agosto de 2002 05:02, Simon Price escribió: I'm having real problems doing a trivial tranformation (in the

How to parse an error

2002-08-30 Thread Antonio Gallardo Rivera
Hi, What can use to parse the error strings to make it more suitable to my language. I am building a Database web application and I need to parse the error to the user: From (error:description): org.apache.cocoon.ProcessingException: Could not add record: java.sql.SQLException: ERROR:

Re: How to parse an error

2002-08-31 Thread Antonio Gallardo Rivera
not allow another category_name field with the same attribute. My goal is process the error to make it more user-friendly. El Viernes, 30 de Agosto de 2002 23:23, Antonio Gallardo Rivera escribió: Hi, What can use to parse the error strings to make it more suitable to my language. I am building

How to find more info about error logicsheet?

2002-08-31 Thread Antonio Gallardo Rivera
I only know this: xmlns:error=http://apache.org/cocoon/error/2.0; and some parameters: @type - No aparece @sender - No aparcee error:title error:message (Mensaje) error:source (Origen) error:description (Descripción) error:extra (Stack Trace) Antonio Gallardo

Re: sunRise For Dummies?

2002-08-31 Thread Antonio Gallardo Rivera
The portal example can be used for a logging into a web app? I am right? Antonio El Sábado, 31 de Agosto de 2002 20:59, Per Kreipke escribió: Mark, I also bought the book and found it informative but! it only mentions the sun* components in passing during the last chapter. It doesn't cover

Where to find info about the new XSP-auth?

2002-09-01 Thread Antonio Gallardo Rivera
Hi everybody! Can we use the new auth XSP to make a logging page and to manage all the permission trought the application? Or is better use the demo sunspot to do this? Antonio Gallardo - Please check that your question has

[SUMMARY?] How to parse an error

2002-09-03 Thread Antonio Gallardo Rivera
Cannot insert a duplicate key into unique index categoria_cat_name_key /message /error /errors Regards, Antonio Gallardo El Sábado, 31 de Agosto de 2002 04:51, Antonio Gallardo Rivera escribió: Sorry, I forgot told that the formValdator

Problem with sunRise, please help :)

2002-09-03 Thread Antonio Gallardo Rivera
Hi, please help me. I was trying to setup a handler with sunRise. I am using Cocoon 2.0.3 After the login I got this error: java.lang.NullPointerException Note java.lang.NullPointerException at org.apache.cocoon.sunshine.xml.XMLUtil.getNodesFromPath(XMLUtil.java:869) at

[SUMMARY] sunRise throw java.lang.NullPointerException in Java 1.4

2002-09-03 Thread Antonio Gallardo Rivera
PROBLEM: When you are trying to use sunRise and your plataform is: Cocoon 2.0.3 Tomcat 2.1.8 or 2.1.9 Java 1.4 or 1.4.1 You get the following error: java.lang.NullPointerException java.lang.NullPointerException at

Re: Today usability of 2.1 version ?

2002-09-03 Thread Antonio Gallardo Rivera
OK Lets go to 2.1! I will give a try in it. :) Antonio Gallardo El Martes, 03 de Septiembre de 2002 08:14, Carsten Ziegeler escribió: Barbara Post wrote: Hi, I finally may use 2.1 version but need to know : are the main components in use in 2.0.3 version still stable ? New components

The order of the atributes can help developers

2002-09-03 Thread Antonio Gallardo Rivera
Hi, I am using jEdit (http://www.jedit.org) like the source editor. jEdit has a plug-in called XML-Tree. In this plug-in we can see the tree XML of tags and There we can see the attributes of a given tag. I think it can help better if the attribute name of the components will be the first

Re: The order of the atributes can help developers

2002-09-03 Thread Antonio Gallardo Rivera
El Martes, 03 de Septiembre de 2002 13:30, Steven Noels escribió: Antonio Gallardo Rivera wrote: I think it can help better if the attribute name of the components will be the first declared attribute in the sitemap. Of course if it exists ;). Attribute order is irrelevant in an XML

Re: XMLForm - Howto - Mailing List - Not working

2002-09-03 Thread Antonio Gallardo Rivera
Yes, this is correct. In this versión the home page is the documentation. You can point the browser to: http://localhost:8080/cocoon/samples/ to see the samples. Antonio Gallardo El Martes, 03 de Septiembre de 2002 19:23, grenoml escribió: When I browse to http://localhost:8080/cocoon I get

Where to reports little bugs?

2002-09-04 Thread Antonio Gallardo Rivera
Hi all! Can someone tell me to whom we must report bugs in Cocoon 2.1-dev from 3/sep/02? Also, how often we need to check the sources in the CVS? Regards, Antonio Gallardo - Please check that your question has not already

[Auth-framwork] - How to manage multiple documents.

2002-09-05 Thread Antonio Gallardo Rivera
Hi buddies! I read about the auth-document in http://xml.apache.org/cocoon/developing/webapps/authentication.html Its a very nice authentication framework! I have just one question after read that: Given 4 pages to authenticate: a) create-category b) edit-category c) create-product d)

Re: [Auth-framwork] - How to manage multiple documents.

2002-09-05 Thread Antonio Gallardo Rivera
Message - From: Antonio Gallardo Rivera [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 05, 2002 8:26 AM Subject: [Auth-framwork] - How to manage multiple documents. Hi buddies! I read about the auth-document in http://xml.apache.org/cocoon/developing/webapps

The dbAdd action not working

2002-09-05 Thread Antonio Gallardo Rivera
Please help me: I am using Cocoon 2.1: In the sitemap I have: map:action-set name=process map:act action=Crear Categoria type=form-validator map:parameter name=validate-set value=add/ map:act type=dbAdd/ /map:act map:action-set The actions are

Re: The dbAdd action not working

2002-09-05 Thread Antonio Gallardo Rivera
under http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9835 Please, confirm this bug, I hope someone will investigate this issue. This bug is the reason I can't switch to 2.1 (and still use 2.0.3). Regards, Gerhard Antonio Gallardo Rivera wrote: Please help me: I am using Cocoon

ERROR: Non-integer constant in ORDER BY

2002-09-05 Thread Antonio Gallardo Rivera
I am using Cocoon 2.1. I have the following ESQL: esql:query SELECT cat_id, cat_nombre, cat_habilitado FROM categoria WHERE cat_nombre LIKE esql:parameter%xsp-request:get-parameter name=nombre/%/esql:parameter AND cat_habilitado LIKE

Re: The dbAdd action not working

2002-09-05 Thread Antonio Gallardo Rivera
map:parameter name=validate-set value=update/ map:act type=dbUpd/ /map:act does not work. :( How to make a workaround about that? maybe trough a map:redirect-to or something like that? Antonio Gallardo. El Jueves, 05 de Septiembre de 2002 09:11, Antonio Gallardo Rivera escribió

Re: The dbAdd action not working

2002-09-05 Thread Antonio Gallardo Rivera
What we can do with this problem? :( I need to end forms to the next thursday :( How I can help? Antonio Gallardo. El Jueves, 05 de Septiembre de 2002 09:11, Antonio Gallardo Rivera escribió: Gerhard: Many thanks, I put to it 3 points in the bugzilla ;) I hope it will be soon resolved

What is bad with this pipeline in 2.1?

2002-09-06 Thread Antonio Gallardo Rivera
I have the followin pipeline: map:match pattern=*-*.html map:act type=auth-protect map:parameter name=handler value=agshandler/ map:match pattern=*-*.html map:act set=process map:parameter

Re: Possible Entity Resolving Bug

2002-09-07 Thread Antonio Gallardo Rivera
I resolved this simple problem making a hardcode for example: map:serializer logger=sitemap.serializer.html mime-type=text/html name=html pool-grow=4 pool-max=32 pool-min=4 src=org.apache.cocoon.serialization.HTMLSerializer doctype-public

New releases of Tomcat 4.1.10 and Pollo 0.35

2002-09-09 Thread Antonio Gallardo Rivera
Hi all, Tomcat releases 4.1.10 stable release http://jakarta.apache.org/site/news.html Pollo releases 0.35 http://sourceforge.net/projects/pollo/ Regards, Antonio Gallardo. - Please check that your question has not already

[C2.1] How to get a favicon.ico in the browser.

2002-09-09 Thread Antonio Gallardo Rivera
I am trying to set the icon of the site with cocoon. My problem is I dont know what mime-type to set in the sitemap.xmap map:match pattern=images/*.ico map:read mime-type=image/bmp src=resources/images/{1}.ico/ /map:match The favicon.ico is in the directory: /resources/images and set

Re: german umlaut!

2002-09-10 Thread Antonio Gallardo Rivera
Wolle, please check this. Maybe it can help you ;) Antonio Gallardo I guess Carsten helped me finding this out first ;-) So thanks to every guru here :-) Cocoon rules ;-) - Original Message - From: Antonio Gallardo Rivera [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August

Re: XSP Indentation and Whitespace

2002-09-11 Thread Antonio Gallardo Rivera
Try this: esql:execute-query esql:query SELECT template_id, name FROM template ORDER BY name /esql:query esql:results esql:row-results option xsp:attribute name=valueesql:get-string column=template_id//xsp:attribute

Re: [Fwd: Re: XSP Indentation and Whitespace]

2002-09-11 Thread Antonio Gallardo Rivera
name=option with option changed nothing. When you avoid the whitespace within the original xml (like you did with the xsp:attribute/ part) then you do not get the whitespace in the output, but this leads me to illegible xml after a while. Thx, Martin. Antonio Gallardo Rivera wrote: Try

Re: [*.xsp] could not be preloaded

2002-09-11 Thread Antonio Gallardo Rivera
Please send the pipeline that sould process this request. Antonio El Miércoles, 11 de Septiembre de 2002 03:06, u15603 escribió: Cocooners, I have the following error-message in my error.log of cocoon: Thread-18/ProgramGeneratorImpl: The serverpage [jndi:/localhost/.../kontaktinfo.xsp]

Re: [*.xsp] could not be preloaded

2002-09-11 Thread Antonio Gallardo Rivera
And your plataform: Cocoon version ?, Tomcat version ?, Java version ? By the way, first try to restart Tomcat I got the same problem a few days ago. A Tomcat restart solved my problem. I dont know what happened. I was editing some .XSP and the sitemap. Antonio Gallardo El Miércoles, 11 de

Re: Fw: troubles with emailing and cocoon's caching ?

2002-09-11 Thread Antonio Gallardo Rivera
Barbara: I had the same problem too. Just upgrade to the last CVS there was a nasty bug in XSP :) Antonio Gallardo El Miércoles, 11 de Septiembre de 2002 07:05, Barbara Post escribió: I have the same if I browse some pages in my app then go to the html form again (by typing the url or

Re: building from cvs and jdk

2002-09-11 Thread Antonio Gallardo Rivera
I am using 1.4.1 and it said me that it will be targeted to 1.4 :) Antonio El Miércoles, 11 de Septiembre de 2002 09:25, Barbara Post escribió: Just a dumb question : why does the build process warn that this build is targeted for jdk 1.2 when I build it with jdk 1.3.1 ? If I were to use jdk

Re: Fw: troubles with emailing and cocoon's caching ?

2002-09-11 Thread Antonio Gallardo Rivera
This is not the same problem like: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9835 Antonio El Miércoles, 11 de Septiembre de 2002 07:05, Barbara Post escribió: I have the same if I browse some pages in my app then go to the html form again (by typing the url or reaching it but with

Re: Getting started with initial sitemap

2002-09-11 Thread Antonio Gallardo Rivera
Please check the chello project: http://chello.sourceforge.net/ What is it? This application is a minimal Cocoon 2 application, the famous XML publishing framework. Antonio Gallardo El Miércoles, 11 de Septiembre de 2002 09:44, Damioli Cédric escribió: Hi, The structure of the sitemap

Re: putting a request param in session and using it in the sitemap

2002-09-12 Thread Antonio Gallardo Rivera
Have you tried the SessionSelector: that is used as the Parameter selector to match against an arbitrary session attribute; More about Parameter Selector in: Parameter Selector: http://xml.apache.org/cocoon/userdocs/selectors/parameter-selector.html Antonio Gallardo El Jueves, 12 de

Re: [2.1 bug ?] duplication of input fields/parameters

2002-09-12 Thread Antonio Gallardo Rivera
Log doesn't really help since there are nested actions... Hi Barabara: The bug in C2.1 lastest CVS is the nested actions! I have the same problem, I cannot use the tutorial (about database form-validation). This is a really hard problem. I send you some responses about the same problem:

How to use Request-parameter Selector with the submit button

2002-09-12 Thread Antonio Gallardo Rivera
Hi all! I tried to resolve a problem about nested map:action-sets in C2.1. To try to work with a database actions and formvalidator. Given 2 submit buttons in a form: one for update and the second for delete: The name of the parameters will be: cocoon-action-Update cocoon-action-Delete How

Re: How to use Request-parameter Selector with the submit button

2002-09-12 Thread Antonio Gallardo Rivera
Thanks bobby, it works! Antonio El Jueves, 12 de Septiembre de 2002 06:40, Bobby Mitchell escribió: Antonio Gallardo Rivera wrote: Hi all! I tried to resolve a problem about nested map:action-sets in C2.1. To try to work with a database actions and formvalidator. Given 2 submit

[SUMMARY] form validator and matches-regex problem

2002-09-13 Thread Antonio Gallardo Rivera
PLease, to be clear, then the email validator can be: matches-regex=^[\d\w][\d\w\-_\.]*@([\d\w\-_]+\.)\w\w\w?\w?$/ ^^^ This will check for example: .com .ni and .info? Its that right? Antonio Gallardo Er, watch out:

Re: [SUMMARY] form validator and matches-regex problem

2002-09-13 Thread Antonio Gallardo Rivera
This does not work with: [EMAIL PROTECTED] Antonio Gallardo El Viernes, 13 de Septiembre de 2002 02:09, Antonio Gallardo Rivera escribió: PLease, to be clear, then the email validator can be: matches-regex=^[\d\w][\d\w\-_\.]*@([\d\w\-_]+\.)\w\w\w?\w

How to change user.timezone

2002-09-17 Thread Antonio Gallardo Rivera
Hi, In core.log file I saw the following: DEBUG (2002-09-17) 11:38.04:392 [core] (Unknown-URI) Unknown-thread/Cocoon: user.timezone=Africa/Abidjan Where can I change this value? Antonio Gallardo - Please check that

Re: Cocoon in multiple webapp

2002-09-17 Thread Antonio Gallardo Rivera
. Para: [EMAIL PROTECTED] Asunto: Re: Cocoon in multiple webapp Antonio Gallardo Rivera wrote: Try this maybe it helps you: If you are using 1.4 (I am using 1.4.1RC) You must to copy the following libraries to your Java libs: PROBLEM: When you are trying to use sunRise and your plataform

Re: Cocoon in multiple webapp

2002-09-17 Thread Antonio Gallardo Rivera
original- De: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Enviado el: Martes, 17 de Septiembre de 2002 09:46 a.m. Para: [EMAIL PROTECTED] Asunto: Re: Cocoon in multiple webapp Antonio Gallardo Rivera wrote: Try this maybe it helps you: If you are using 1.4 (I am using 1.4.1RC) You

How to create a master-detail form with Cocoon

2002-09-17 Thread Antonio Gallardo Rivera
Please help, I am trying to make a master detail form with Cocoon. Can someone provide me some tips about how to make it with Cocoon? Many thanks in advance ;) Antonio Gallardo - Please check that your question has not

Re: Authentication framework (sunshine in 2.0.3) and modular database actions

2002-09-17 Thread Antonio Gallardo Rivera
Nice question! Its very hairy! :) I resolved it using this sitemap: !--Paginas HTML de Base de Datos -- map:match pattern=*-*.html map:act type=auth-protect map:parameter name=handler value=agshandler/ !-- catálogos -- map:match

Re: Authentication via an Html Scrape Fest

2002-09-17 Thread Antonio Gallardo Rivera
check, http://xml.apache.org/cocoon/developing/webapps/index.html Antonio Gallardo El Lunes, 16 de Septiembre de 2002 18:42, Jonathan Lancelle escribió: I have been experimenting, with great success, data scraping of HTML pages for inclusion into some cocoon apps. What a great tool! It

Re: Umlauts in cocoon 2.0.2

2002-09-18 Thread Antonio Gallardo Rivera
First, Are you using some database? Some old tips (from my friend Barbara): 1-Ensure that every XML is starting with: ?xml version=1.0 encoding=ISO-8859-1? 2-In the site map check for your serializer: map:serializer logger=sitemap.serializer.html mime-type=text/html name=html pool-grow=4

Re: Umlauts in cocoon 2.0.2

2002-09-18 Thread Antonio Gallardo Rivera
It happens ;) I just needed to read it 2 times (or more! hehe) to understand the construction. Anyway, the concept was delivered. And we understanded it. Thanks for the help. Antonio Gallardo. El Miércoles, 18 de Septiembre de 2002 08:00, Joerg Heinicke escribió: You must not have

Little problem in the documentation formatting of the Cocoon website

2002-09-18 Thread Antonio Gallardo Rivera
I saw that some pages of the documentation in the Cocon web site. are not handled well in the browser. It seems like they dont know where the browser window end in the right side and continue. For example: http://xml.apache.org/cocoon/developing/webapps/authentication.html If you wish I can

Re: Umlauts in cocoon 2.0.2

2002-09-18 Thread Antonio Gallardo Rivera
Please tell us what database are you using? And what encoding the database is? This looks like a conflict between the database encoding and the application. Antonio Gallardo. El Miércoles, 18 de Septiembre de 2002 08:41, Kenneth Roper escribió: Firstly, thanks for everyone's suggestions, this

Re: Umlauts in cocoon 2.0.2

2002-09-18 Thread Antonio Gallardo Rivera
the HTTPRequest, long before it is inserted into the DB. Manually inserting the string into the DB over the same DB drivers works fine. This is purely a servlet / cocoon issue. On Wed, 2002-09-18 at 15:50, Antonio Gallardo Rivera wrote: Please tell us what database are you using? And what encoding

Re: esql question

2002-09-18 Thread Antonio Gallardo Rivera
I reject to read HTML mail Antonio Gallardo El Miércoles, 18 de Septiembre de 2002 15:30, Sushil Bhattarai escribió: htmldiv style='background-color:'DIV Plt;esql:get-columnsgt; solves my problem. I was unaware that lt;esql:get-columnsgt; gets the column name and element and column value as

Re: javascript in xsl

2002-09-20 Thread Antonio Gallardo Rivera
There are many forms to do that.I prefer to put the javascript in another file, then load it with: script type=text/javascript src=resources/myscript.js/script Then in the site map I have: map:match pattern=resources/**.js map:read mime-type=application/x-javascript

Password Encryption

2002-09-20 Thread Antonio Gallardo Rivera
I am using authentication against the database. I am storing and geting the user parameters from a database. My question is: How can I encrypt the password to store it then in the database? Thanks in advance :) Antonio Gallardo

About Auth Framework

2002-09-20 Thread Antonio Gallardo Rivera
I have a little web application with aprox. 123 pages. I need to setup the users and groups permisions to this pages. I am using the Authentication Framework. All this permisions are stored in a database in the server. The question is: Where are all the session data stored or mantained? I

Re: About Auth Framework

2002-09-20 Thread Antonio Gallardo Rivera
and destroy them when the user logs out. Antonio Gallardo El Viernes, 20 de Septiembre de 2002 16:30, Antonio Gallardo Rivera escribió: I have a little web application with aprox. 123 pages. I need to setup the users and groups permisions to this pages. I am using the Authentication Framework. All

Re: About Auth Framework - Caching

2002-09-21 Thread Antonio Gallardo Rivera
Many thanks Alan. Of course it helped. Antonio Gallardo El Sábado, 21 de Septiembre de 2002 04:58, Alan Hodgkinson escribió: Antonio Gallardo Rivera wrote: I have a little web application with aprox. 123 pages. I need to setup the users and groups permisions to this pages. I am using

XMLForm Example is not working

2002-09-21 Thread Antonio Gallardo Rivera
I downloaded the lastest CVS 2.1 and trying to see the XMLForm example. It returns: The org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode notifies that org.apache.cocoon.ProcessingException says: Failed to execute pipeline. More precisely:

[C 2.1] Problem in auth-framework

2002-09-22 Thread Antonio Gallardo Rivera
I am using the lastes CVS and since yesterday the auth error is not working. I see that the paramaters are not going to the my-checkuser in the sitemap: map:match pattern=ags-checkuser map:generate src=docs/ags-users.xsp type=serverpages/ map:transform

Re: [C 2.1] Problem in auth-framework

2002-09-22 Thread Antonio Gallardo Rivera
Domingo, 22 de Septiembre de 2002 16:37, Antonio Gallardo Rivera escribió: I am using the lastes CVS and since yesterday the auth error is not working. I see that the paramaters are not going to the my-checkuser in the sitemap: map:match pattern=ags-checkuser map:generate src=docs/ags

Re: Problem redirecting to an XSP

2002-09-22 Thread Antonio Gallardo Rivera
I will try to explain the same error as yours. Have you checking if the authentication manager is getting the right parameters? 1-I am now getting this: DEBUG (2002-09-23) 03:19.57:700 [core.manager] (/myapp/my-login) Thread-6/ResourceLimitingPool: Got a

Re: [C 2.1] Problem in auth-framework

2002-09-22 Thread Antonio Gallardo Rivera
extension is an excelent addition to the InputModules. Ivelin - Original Message - From: Antonio Gallardo Rivera [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, September 22, 2002 9:43 PM Subject: Re: [C 2.1] Problem in auth-framework I saw the problem is that is not resolving

Re: [C 2.1 - SUMMARY] Problem in auth-framework

2002-09-23 Thread Antonio Gallardo Rivera
Septiembre de 2002 16:37, Antonio Gallardo Rivera escribió: I am using the lastes CVS and since yesterday the auth error is not working. I see that the paramaters are not going to the my-checkuser in the sitemap: map:match pattern=ags-checkuser map:generate src=docs/ags-users.xsp type

[AUTH-FRAMEWORK] Session in xsp.

2002-09-23 Thread Antonio Gallardo Rivera
Can I use session variables into a XSP? I cannot reach it only trought a transformation. How I must declare the name space to use it in XSP since xsp:page xmlns:xsp-session=http://apache.org/xsp/session/2.0; create-session=true xmlns:xsp=http://apache.org/xsp; does not work.

[Auth-Framework] Diference between xsp-session and session

2002-09-23 Thread Antonio Gallardo Rivera
Can someone explain what is the diference between xsp-session and session? I am trying to do this. But does not work: xsp:page xmlns:xsp-session=http://apache.org/xsp/session/2.0; xmlns:xsp=http://apache.org/xsp; document xsp-session:getxml context=authentication

[Auth-Framework] Using xsp-session and session namespaces

2002-09-24 Thread Antonio Gallardo Rivera
Hi folks! Please, can someone help me with this. Is possible to use auth-framework with xsp? I am trying to make the interface to let user changes his own password. The problem is that I cannot use xsp to retrieve data using: session:getxml context=authentication path=/authentication/ID/ or

Re: [Auth-Framework] Using session trans before xsp generation

2002-09-24 Thread Antonio Gallardo Rivera
, 24 de Septiembre de 2002 11:11, Antonio Gallardo Rivera escribió: Hi folks! Please, can someone help me with this. Is possible to use auth-framework with xsp? I am trying to make the interface to let user changes his own password. The problem is that I cannot use xsp to retrieve data using

Re: Low mailing list traffic: this might be why

2002-09-24 Thread Antonio Gallardo Rivera
Thanks for the explanation :) We are at our own :-0 Antonio Gallardo El Martes, 24 de Septiembre de 2002 15:39, Alan Hodgkinson escribió: Dear All, You may have been wondering why there has been so little cocoon-users mailing list traffic lately. I suspect that it's because the OSCOM

[C2.1-CVS] Problem using 2 pipelines

2002-09-24 Thread Antonio Gallardo Rivera
The first pipeline get and XML - XSLT - XML map:match pattern=*-*.xml map:act type=auth-protect map:parameter name=handler value=agshandler/ map:match pattern=*-*.xml map:generate src=docs/{1}-{2}.xsp/ map:transform

Re: [Auth-Framework] Using xsp-session and session namespaces

2002-09-25 Thread Antonio Gallardo Rivera
: Antonio Gallardo Rivera [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 7:11 PM To: [EMAIL PROTECTED] Subject: [Auth-Framework] Using xsp-session and session namespaces Hi folks! Please, can someone help me with this. Is possible to use auth-framework with xsp? I am

Re: [C2.1-CVS] Problem using 2 pipelines

2002-09-25 Thread Antonio Gallardo Rivera
=id//xsp-session:set-attribute /authentication Hope this helps. -Tuomo On Tue, 24 Sep 2002, Antonio Gallardo Rivera wrote: The first pipeline get and XML - XSLT - XML map:match pattern=*-*.xml map:act type=auth-protect map:parameter name=handler value

[TOMCAT 4.1.x 4.0.4] Security Update

2002-09-25 Thread Antonio Gallardo Rivera
I know that this is not a Tomcat maillist, but I think that many people need to know about that: http://jakarta.apache.org/site/news.html#0924.1 Thanks for you compresion, Antonio Gallardo - Please check that your question

Re: [AUTH-FRAMEWORK] Session in xsp.

2002-09-25 Thread Antonio Gallardo Rivera
escribió: Antonio Gallardo Rivera wrote: Can I use session variables into a XSP? I cannot reach it only trought a transformation. How I must declare the name space to use it in XSP since Antonio, xsp:page xmlns:xsp-session=http://apache.org/xsp/session/2.0; create-session=true

  1   2   3   >