Hi,

Bogdan Calmac a �crit :

> My goal is to write a pure Corba client that accesses an enterprise bean and
> invokes a method that returns an object by value (the Corba valuetype). I
> have encountered the following problem:
> [...]
> So how can the client unmarshall the valuetype? How can the ORB associate
> "RMI:Customer:71DA8BE7F971128" with the implementation of the value type?
>

YOU must define that association. The client needs a valuetype factory to
unmarshal the object. In your client, your must instantiate that factory
(provided in the generated code) and register it into the ORB with the ID
generated by the rmi compiler. Here is the association...

Benjamin

>
> Bogdan Calmac,
> Cisco Systems
>
> ===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff EJB-INTEREST".  For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to