Re: LDAPTransformer error.

2004-04-30 Thread grofcik.lan
I'm not LDAP expert too, but when I query ldap, and select all attributes for some object, there was a byte array object (for password). Implementation LDAP is IBM Directory Server. regards Martin Joerg Heinicke wrote: On 29.04.2004 15:05, grofcik.lan wrote: Hello, When I use LDAPTransformer

LDAPTransformer error.

2004-04-29 Thread grofcik.lan
Hello, When I use LDAPTransformer (cocoon 2.1.4), I obtained ClassCastException when I try to pass byte array to recodeFromLDAPEncoding((String) vals.nextElement()). Attribute password was represented as a byte array. I changed the code in the LDAPTransformer to recodeFromLDAPEncoding((String)

Re: LDAPTransformer error.

2004-04-29 Thread Joerg Heinicke
On 29.04.2004 15:05, grofcik.lan wrote: Hello, When I use LDAPTransformer (cocoon 2.1.4), I obtained ClassCastException when I try to pass byte array to recodeFromLDAPEncoding((String) vals.nextElement()). Attribute password was represented as a byte array. I changed the code in the