java.lang.VerifyError ??

2002-12-20 Thread Rano, Didier
I used last snapshot of cocoon 20021220113444 with my own transformer used from Cocoon 2.0.4 . I have an error : java.lang.VerifyError: (class: com/.../GetDataFromAnnuaire, method: endTransformingElement signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V) Incompatible object

ProfilerGenerator

2002-12-18 Thread Rano, Didier
I tried the ProfilerGenerator. But I have a problem with some negative values in results. How avoid this problem ? Didier Rano Serv'N Data - Please check that your question has not already been answered in the FAQ before

Pipeline problem

2002-12-12 Thread Rano, Didier
I have a problem with a pipeline. If I test by block, all is ok: map:match pattern=hub/ldap/* map:generate src=hub/ldap/{1}.xml/ map:transform type=ldap/ map:transform src=hub/LDAP2Group.xslt type=xslt/ map:serialize/ /map:match The output of the previous test is given to the

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

Problem SQLTransformer

2002-12-05 Thread Rano, Didier
Hello, With Cocoon 2.0.3, on windows NT, and tomcat 4.1.12 I have a problem with SQLTransformer (with Oracle JDBC driver). Cocoon returns all records normally without data !! Example: rowset row rpb_id/ rpb_id/ /row /rowset How solve this problem ? Thank you Didier Rano Serv'N Data

Réf:Re: Réf:RE: Problem SQLTransformer

2002-12-05 Thread Rano, Didier
messages Objet : Re: Réf:RE: Problem SQLTransformer Auteur :[EMAIL PROTECTED] Date : 05/12/2002 14:10 Rano, Didier a écrit : I verified, and values in column rpb_id are not null. Columns names are the same, because it is a test with SQL: select rpb_id, rpb_id from hia_rp_bml. But with SQL

Réf:LDAPTransformer

2002-12-05 Thread Rano, Didier
?xml version=1.0? page execute-query xmlns=http://apache.org/cocoon/LDAP/1.0; initializercom.sun.jndi.ldap.LdapCtxFactory/initializer serverurlldap://myserver.com/serverurl scopeSUBTREE_SCOPE/scope debugTRUE/debug rootdncn=MYUSER/rootdn passwordMYPASSWD/password

Oracle access

2002-12-03 Thread Rano, Didier
I tried to access a Oracle database with SQL transformer. Then, I modified cocoon.xconf jdbc logger=core.datasources.hub_annuaire name=hub_annuaire pool-controller min=1 max=2 keep-alive=true/ dburljdbc:oracle:thin:@:1521:HUB0/dburl user/user

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

LDAP, JMS, SOAP

2002-11-28 Thread Rano, Didier
Hello, I'm a new cocoon user, and I'm not sure that cocoon could be solve my problem. * A user sends a request in using SOAP. With a web services, Cocoon executes a pipeline. At the end of the pipeline, the user receives a SOAP response * In the pipeline, I need to get data from a LDAP server