Created attachment 423 [details] Patch to JacORB-3.1 Both get_reply_service_context and get_request_service_context methods of org.jacorb.orb.portableInterceptor.RequestInfoImpl class raises the exception BAD_PARAM when no service context is found. But they create the BAD_PARAM with wrong minor code. It should be 26 instead of 23. In CORBA 2.6.1 spec had an ambiguous text on page 779 of formal-02-05-15 pdf. But since CORBA 3.0 the text was corrected and define to minor code 26 on pages 813 and 1119 of formal-02-06-33 document. Discussion on jacorb-developer mailing list's: http://lists.spline.inf.fu-berlin.de/pipermail/jacorb-developer/2013-August/000313.html
Created attachment 424 [details] Patch to JacORB master branch on github.com
Fixed in e7d5861fd8e225f29f51fdb4d64c58727e9a18c8