Return-Path: Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 12974 invoked by uid 500); 9 Jul 2003 13:04:44 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 12923 invoked from network); 9 Jul 2003 13:04:43 -0000 Received: from outmail6.swisscom.com (HELO sbe3778.swissptt.ch) (138.190.3.49) by daedalus.apache.org with SMTP; 9 Jul 2003 13:04:43 -0000 Received: from sbe2172.corproot.net (138.190.70.54) by sbe3778.swissptt.ch (MX V5.3 AnHp) with SMTP for ; Wed, 9 Jul 2003 15:04:42 +0200 Received: from sxmbx06.corproot.net ([138.190.70.165]) by sxsmtp01.corproot.net with Microsoft SMTPSVC(5.0.2195.5329); Wed, 9 Jul 2003 15:04:41 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: problems with authentification (Sunrise-user.xsl) Date: Wed, 9 Jul 2003 15:04:41 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: problems with authentification (Sunrise-user.xsl) Thread-Index: AcNBbeSU+4q2DdFKTgaTreGZY/YF6QAAOfmQALvolHAAOnDPAAA0d2dg From: To: X-OriginalArrivalTime: 09 Jul 2003 13:04:41.0810 (UTC) FILETIME=[A9301320:01C3461A] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I have a problem with a XSL transformer, but why? Before the transformer (log): =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D [setup] ---------------------------- [Wed Jul 09 14:55:44 CEST 2003] ---------------------------- [startDocument]=20 [characters] simple [startElement] uri=3D,local=3Dusers,raw=3Dusers [startElement] uri=3D,local=3Duser,raw=3Duser [startElement] uri=3D,local=3Dname,raw=3Dname [characters] TFRGHM00 [endElement] uri=3D,local=3Dname,qname=3Dname [startElement] uri=3D,local=3Dpassword,raw=3Dpassword [characters] testa [endElement] uri=3D,local=3Dpassword,qname=3Dpassword [startElement] uri=3D,local=3Drole,raw=3Drole [characters] admin [endElement] uri=3D,local=3Drole,qname=3Drole [startElement] uri=3D,local=3Dtitle,raw=3Dtitle [characters] Monsieur [endElement] uri=3D,local=3Dtitle,qname=3Dtitle [startElement] uri=3D,local=3Dfirstname,raw=3Dfirstname [characters] Maxime [endElement] uri=3D,local=3Dfirstname,qname=3Dfirstname [startElement] uri=3D,local=3Dlastname,raw=3Dlastname [characters] Gheysen [endElement] uri=3D,local=3Dlastname,qname=3Dlastname [endElement] uri=3D,local=3Duser,qname=3Duser [endElement] uri=3D,local=3Dusers,qname=3Dusers [endDocument]=20 the xsl transformer (sunrise-user.xsl) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D <xsl:value-of select=3D"title"/> =20 after the transformer (log): =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D [setup] ---------------------------- [Wed Jul 09 14:55:44 CEST 2003] ---------------------------- [startDocument]=20 [characters] simple the error =3D=3D=3D=3D=3D=3D=3D=3D=3D java.lang.NullPointerException at org.apache.cocoon.webapps.authentication.components.Authenticator.authen ticate(Authenticator.java:288) at org.apache.cocoon.webapps.authentication.components.DefaultAuthenticatio nManager.login(DefaultAuthenticationManager.java:218) at org.apache.cocoon.webapps.authentication.acting.LoginAction.act(LoginAct ion.java:118) at org.apache.cocoon.components.treeprocessor.sitemap.ActTypeNode.invoke(Ac tTypeNode.java:133) ... --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org