Re: Problem in mod-db again

2002-10-26 Thread pwcml
I just tried it with the CVS snapshot from 3 AM Saturday morning. I am getting the same result. I already added a group, and then I try and add a user to that group (url follows). http://localhost:8080/cocoon/samples/mod-db/user-list?user.name=dfwsdf&user.firstname=sdfvsd&user.uname=sdvsd&us

Re: [SUMMARY] Problem in mod-db again

2002-10-26 Thread Christian Haul
On 26.Oct.2002 -- 04:47 AM, Antonio Gallardo Rivera wrote: > Sorry, my own fault :( > > I only rewrote the key from: > to: I consider this at least an omission. A patch is already queued and will show up Monday or so. Thanks for spotting it! Chris. -- C h r i s t i a n H a u l [

Re: Problem in mod-db again

2002-10-26 Thread Christian Haul
On 25.Oct.2002 -- 10:05 AM, [EMAIL PROTECTED] wrote: > You can get the same effect if you try and use samples/mod-db/user-list. > If you add a group you get no error, but if you add a person, person-group > you get the following error. This should be resolved since tuesday for 2.1. Patches for 2.

[SUMMARY] Problem in mod-db again

2002-10-26 Thread Antonio Gallardo Rivera
Sorry, my own fault :( I only rewrote the key from: to: Now all works fine. Antonio Gallardo El Viernes, 25 de Octubre de 2002 12:36, Antonio Gallardo Rivera escribió: > Thanks for your prompt response Chris. I am using CVS 2.1 lastest. builded > on 24-oct-02 at 20:00 UTC. I think this is the

Re: Problem in mod-db again

2002-10-25 Thread Antonio Gallardo Rivera
Thanks for your prompt response Chris. I am using CVS 2.1 lastest. builded on 24-oct-02 at 20:00 UTC. I think this is the lastest. I use CVS to update the sources. Also, PostgreSQL 7.2, JSDK 1.4.1 Antonio Gallardo Here is the exception: Original exception : java.lang.ClassCastException at org

Re: Problem in mod-db again

2002-10-25 Thread pwcml
You can get the same effect if you try and use samples/mod-db/user-list. If you add a group you get no error, but if you add a person, person-group you get the following error. The error reported from the sitemap.log is org.apache.avalon.framework.component.ComponentException: Could not find com

Re: Problem in mod-db again

2002-10-25 Thread Christian Haul
On 25.Oct.2002 -- 08:14 AM, Antonio Gallardo Rivera wrote: > Hello. > > I am trying to insert permission into a table. The descriptor is: > > > > > >parameter="org.apache.cocoon.components.modules.output.OutputModule:usuarios.usr_id[0]"/> > > > > > > > >

Problem in mod-db again

2002-10-25 Thread Antonio Gallardo Rivera
Hello. I am trying to insert permission into a table. The descriptor is: The table-set is: The error I got is in the sitemap.log: Thread-4/DatabaseAction: query: INSERT INTO permisos (usr_id, obj_id) VALUES (?, ?) Thread-4/DatabaseAction: Try