Issue 1381: No INV_NO_RESPONSE possible in Java DII (java-rtf) Source: (, ) Nature: Uncategorized Issue Severity: Summary: Summary: There is no Flags argument in the create_request operations as mapped from PIDL to Java. This means that there is no way to create a request with INV_NO_RESPONSE. Therefore, you cannot do oneway invocations in Java DII without the ORB having to consult the Interface Repository (clearly unnacceptable). Resolution: closed/resolved Revised Text: Actions taken: May 18, 1998: received issue July 30, 1998: closed issue Discussion: End of Annotations:===== Return-Path: Sender: goldberg@inprise.com Date: Mon, 18 May 1998 12:05:58 -0700 From: Jon Goldberg To: java-rtf@omg.org, issues@omg.org Subject: No INV_NO_RESPONSE possibly in Java DII Hi Folks- There is no Flags argument in the create_request operations as mapped from PIDL to Java. This means that there is no way to create a request with INV_NO_RESPONSE. Therefore, you cannot do oneway invocations in Java DII without the ORB having to consult the Interface Repository (clearly unnacceptable). The Messaging specification may allow this to be closed without change, but for the time being this issue should remain open. take care, Jon Return-Path: Sender: goldberg@inprise.com Date: Tue, 19 May 1998 10:57:40 -0700 From: Jon Goldberg To: java-rtf@omg.org Subject: Issue 1381: No INV_NO_RESPONSE Hi Folks- This issue should be closed with no change. I had completely missed that the single pseudo-op with a FLAGS argument has been replaced in the C++ and Java language mappings with explicit send and send_oneway operations on Request. There is no problem here. thanks to Ian Pepper of ApTest for pointing this out. take care, Jon