[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: attribute type undefined





> -----Original Message-----
> > From: owner-openldap-software@OpenLDAP.org
> > [mailto:owner-openldap-software@OpenLDAP.org]On Behalf Of
> > Kees.Waagmeester@Serac.nl
>
> > Hello,
> >
> > I have a java program that connects to my openldap server.
> > When using java
> > version 1.3.1 it works fine, but when i install and use java 1.4.1 it
> > throws a InvalidAttributeIdentifier Exception telling that
> > the attribute
> > type is undefined.
> > Who can this happen? Is this a problem in the java version or in the
> > openldap version i am using?
> > Java version normaly are backwards compatible, so i would say
> > the problem
> > lies whithin openldap or it's conf files.

> Since it sounds like you have changed your Java installation but have not
> changed your OpenLDAP server, the logical conclusion is to investigate
what
> has changed between Java 1.3.1 and 1.4.1.
>
>  -- Howard Chu
>  Chief Architect, Symas Corp.       Director, Highland Sun
>  http://www.symas.com               http://highlandsun.com/hyc
>  Symas: Premier OpenSource Development and Support

Hello all,

Howard, Thanks for the fast reply!

I did allready investigate the changes between the two java versions.
But according to Sun there are no changes in the interface to connect to
a ldap server.

So I would say this is not the problem, or am I wrong?

Kees