by Chris <cvoss@[EMAIL PROTECTED]
>
Apr 17, 2007 at 06:50 AM
On 17 Apr., 12:51, Chris <c...@[EMAIL PROTECTED]
> wrote:
> Hello,
>
> does anyone know, whether there is a jacorb option similar to
> omniORB's ORBverifyObjectExistsAndType=0 ?
>
> I am trying to let a simple jacorb client app talk to a corba device.
> Narrowing from the jacorb object results in sending a "_is_a"-request
> before sending the actual request.
> Unfortunately the corba device is unable to handle this and responses
> with MessageError.
> So I want to switch off this behaviour and let the client transmit the
> pure request.
>
> Any ideas welcome.
>
> Chris
Use unchecked_narrow()