Hello, I reverse engineered the LDAP schema to EOModel, now I have to follwoing
an entity XWSContactsGroup, a XWSContact, and a XWSContactElement. I made the following relationships, whiteout flattering, XWSContactsGroup >> << XWSContact >> < XWSContactElement. now, I want to fetch a specific XWSContacGroup dowing the follwoing XWSContactsGroup cg = XWSContactsGroup.fetchRequiredXWSContactsGroup(ec, "cn","Contacts"); and this is the result com.webobjects.jndiadaptor.JNDIAdaptorException: Cannot search (&(objectClass=xwsContactsGroup)(cn=Contacts)): javax.naming.NameNotFoundException: [LDAP: error code 32 - No Such Object]; remaining name ''<http://10.1.1.111:61353/cgi-bin/WebObjects/LDAPAuthentication.woa/wo/H69tIVOkstmoWD5LOB6Jf0/0.1.1#> Im not LDAP expert, but my boss kinda told me that the & sign shouldn't be there, but I don't have control over that & generation,... so... I guess there should be another to make the fetch. Any ideas? Thanks Gus
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
