EJB string support
Status: Beta
Brought to you by:
kris_johnson
The Java-to-IDL mapping specifies that the 'wstring'
and 'CORBA::WStringValue' types be used for
Java's 'string' type. Remoting.Corba currently does not
support wide-character types or valuetypes, making it
impossible to specify an appropriate .NET interface to
invoke EJB methods that have string parameters or
return values.
Logged In: YES
user_id=14600
Wide characters require GIOP 1.1 or 1.2. The current
Remoting.Corba implementation only supports GIOP 1.0, so
supporting wide characters would require a lot of low-level
protocol changes--it is not a simple matter of just converting
wstrings to octets and back.