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

Re: Query on JNDI



Please direct JNDI questions to a more appropriate forum,
such as <http://forums.java.sun.com/forum.jsp?forum=51>.

This list is reserved to discussions regarding the development
of OpenLDAP.

Kurt

At 01:14 AM 2001-09-11, Rajesh wrote:
>Subject: Query
>
>While creating a subContext for Attributes, I get the following exception.
> 
>javax.naming.NameNotFoundException: [LDAP: error code 32 - No Such Object]; remaining name ''
> 
>The JAVA code I use is,
> 
>DirContext newAttr2 = d.createSubcontext("AttributeDefinition/TestAttribute", attrs2);
> 
>Can somebody suggest an alternative or point me to some help on the net ?
> 
>Thanks for the Help,
> 
>Rajesh
>
>