RE: XSP & LDAP -> The tags aren't interpreted

2003-06-05 Thread Maxime.Gheysen
EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 5:03 PM To: [EMAIL PROTECTED] Subject: Re: XSP & LDAP -> The tags aren't interpreted > I use cocoon 2.0 > the output on the explorer is : > ldap://ldap.innosoft.com(&(objectclass=pet)(cn=B*))ou=Pets,dc=Innosoft,d &

RE: XSP & LDAP -> The tags aren't interpreted

2003-06-05 Thread Maxime.Gheysen
: XSP & LDAP -> The tags aren't interpreted > I use cocoon 2.0 > the output on the explorer is : > ldap://ldap.innosoft.com(&(objectclass=pet)(cn=B*))ou=Pets,dc=Innosoft,d > c=comonetrue10owner,givenname,descriptionfalse > In all versions of cocoon (2.0,2.0.3,4 ) i

Re: XSP & LDAP -> The tags aren't interpreted

2003-06-05 Thread Yury Mikhienko
#x27;t interpreted. > > > > > > > > xmlns:ldap="http://www.apache.org/2000/LDAP"; > > > xmlns:xsp="http://apache.org/xsp"; > > > xmlns:session="http://apache.org/xsp/session/2.0"; > > > xmlns:esql="http://apache.org/

Re: XSP & LDAP

2003-06-05 Thread Martin Holz
<[EMAIL PROTECTED]> writes: > When I declare the transformer > src="org.apache.cocoon.transformation.LDAPTransformer"/> > in the sitemap I get the error "class not found". > Do I need some special libs? I have tomcat 4.1.24 & cocoon 2.0 ... > Martin Holz wrote: >> In cocoon-naming-block.jar. F

RE: XSP & LDAP -> The tags aren't interpreted

2003-06-05 Thread Maxime.Gheysen
June 04, 2003 4:36 PM To: [EMAIL PROTECTED] Subject: Re: XSP & LDAP -> The tags aren't interpreted No. Can you send me the output of work? And what the version of cocoon you use? > doesn't work. Is there anything to add in the cocoon.xconf maybe? > > > Try the

Re: XSP & LDAP -> The tags aren't interpreted

2003-06-05 Thread Yury Mikhienko
; > > > > > > > > > > ldap://ldap.innosoft.com > > (&(objectclass=pet)(cn=B*)) > > ou=Pets,dc=Innosoft,dc=com > > > > one > > true > > 10 > > owner,givenname,description > > false &

RE: XSP & LDAP -> The tags aren't interpreted

2003-06-05 Thread Maxime.Gheysen
doesn't work. Is there anything to add in the cocoon.xconf maybe? -Original Message- From: Yury Mikhienko [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 4:23 PM To: [EMAIL PROTECTED] Subject: Re: XSP & LDAP -> The tags aren't interpreted Try the following:

Re: XSP & LDAP -> The tags aren't interpreted

2003-06-05 Thread Yury Mikhienko
gt; ou=Pets,dc=Innosoft,dc=com > > one > true > 10 > owner,givenname,description > false > > > > > > > -Original Message- > From: Yury Mikhienko [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 04, 2003 2:39 PM >

RE: XSP & LDAP -> The tags aren't interpreted

2003-06-05 Thread Maxime.Gheysen
(cn=B*)) ou=Pets,dc=Innosoft,dc=com one true 10 owner,givenname,description false -Original Message- From: Yury Mikhienko [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 2:39 PM To: [EMAIL PROTECTED] Subject: Re: XSP & LDAP Put the jndi.jar into t

Re: XSP & LDAP

2003-06-04 Thread Yury Mikhienko
error "class not found". > > > Do I need some special libs? > > > > You must have the jndi.jar or use the J2SDK 1.4.1 family > > > > >I have tomcat 4.1.24 & cocoon 2.0 > > > > > > Thanks > > > > &g

RE: XSP & LDAP

2003-06-04 Thread Maxime.Gheysen
there aren't in the cocoon.jar (org/apache/cocoon/transformation) Should I add them? Where can I find them? Thanks! -Original Message- From: Yury Mikhienko [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 2:21 PM To: [EMAIL PROTECTED] Subject: Re: XSP & LDAP

Re: XSP & LDAP

2003-06-04 Thread Yury Mikhienko
some special libs? > > You must have the jndi.jar or use the J2SDK 1.4.1 family > > >I have tomcat 4.1.24 & cocoon 2.0 > > > > Thanks > > > > -Original Message- > > From: Martin Holz [mailto:[EMAIL PROTECTED] > > Sent: Wednesday,

RE: XSP & LDAP

2003-06-04 Thread Maxime.Gheysen
June 04, 2003 2:13 PM To: [EMAIL PROTECTED] Subject: Re: XSP & LDAP On Wed, 4 Jun 2003 13:47:23 +0200 <[EMAIL PROTECTED]> wrote: > When I declare the transformer > src="org.apache.cocoon.transformation.LDAPTransformer"/> > in the sitemap I get the error "cl

Re: XSP & LDAP

2003-06-04 Thread Yury Mikhienko
he jndi.jar or use the J2SDK 1.4.1 family >I have tomcat 4.1.24 & cocoon 2.0 > > Thanks > > -Original Message- > From: Martin Holz [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 04, 2003 11:15 AM > To: [EMAIL PROTECTED] > Subject: Re: XSP & LDAP &g

RE: XSP & LDAP

2003-06-04 Thread Maxime.Gheysen
ECTED] Subject: Re: XSP & LDAP <[EMAIL PROTECTED]> writes: > Hello, > I would like to get some information about how to use the LDAP > transformer (first of all, in wich library the classes are), In cocoon-naming-block.jar. ---

Re: XSP & LDAP

2003-06-04 Thread Martin Holz
<[EMAIL PROTECTED]> writes: > Hello, > I would like to get some information about how to use the LDAP > transformer (first of all, in wich library the classes are), In cocoon-naming-block.jar. - To unsubscribe, e-mail: [EMAIL

Re: XSP & LDAP

2003-06-04 Thread Yury Mikhienko
On Wed, 4 Jun 2003 10:30:11 +0200 <[EMAIL PROTECTED]> wrote: > Ok. But what am I suppose to do with the *.patch? And where do I > "declare" the LDAP Transformer? I saw on a sample that I had to add this > line into the sitemap -> map:transformers > > src="com.wika.cocoon.transformation.LDAPTran

RE: Re: XSP & LDAP

2003-06-04 Thread Maxime.Gheysen
TECTED] Sent: Wednesday, June 04, 2003 9:52 AM To: [EMAIL PROTECTED] Subject: Fw: Re: XSP & LDAP > Hello, > I would like to get some information about how to use the LDAP > transformer (first of all, in wich library the classes are), and how to > make a simple XSP page with an authenti

Fw: Re: XSP & LDAP

2003-06-04 Thread Yury Mikhienko
> Hello, > I would like to get some information about how to use the LDAP > transformer (first of all, in wich library the classes are), and how to > make a simple XSP page with an authentification (from Windows Active > Directory) > Thanks for any help! > Try use new LDAPTransformer http://nago

XSP & LDAP

2003-06-04 Thread Maxime.Gheysen
Hello, I would like to get some information about how to use the LDAP transformer (first of all, in wich library the classes are), and how to make a simple XSP page with an authentification (from Windows Active Directory) Thanks for any help! Maxime ---