Lisp HUG Maillist Archive

CosNaming and Lispworks 4.2

Greetings. Working on getting our name service interaction working with
LispWorks 4.2. I've managed to resolve the name service and retrieve the
initial naming context, but haven't figured out how to successfully bind a
new context. I've been trying variations of the following:

(op:bind_new_context *nc* (list (cosnaming:namecomponent :id
"ClaimsGuard")))

where *nc* is the initial naming context proxy, but clearly I don't have
this right:

#<CORBA System Exception BAD_PARAM (COMPLETED_NO,4): Unable to coerce value
to desired type (#<TypeCode alias IDL:omg.org/CosNaming/Name:1.0>
#S(COSNAMING:NAMECOMPONENT COSNAMING::ID ClaimsGuard COSNAMING::KIND NIL))>
  1 (abort) Return to level 0.
  2 Return to top loop level 0.

I would appreciate any help. Thanks much.

--
------------------------------------------
David E. Young
dyoung@bloodhoundinc.com
http://www.bloodhoundinc.com
http://lisa.sourceforge.net

"But all the world understands my language."
  -- Franz Joseph Haydn (1732-1809)


Updated at: 2020-12-10 09:01 UTC