-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
beta
-
sparc
-
solaris_7
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2038422 | 1.4.0 | Harold Carr | P3 | Closed | Won't Fix |
ServantLocator::postinvoke raises a SystemException after the servant method invocation returns normally. In that case, the send_exception point should be invoked with the exception raised in postinvoke. Also, the client side should use receive_exception with the same exception as raised in postinvoke.
Instead send_reply is called followed by receive_exception on the client side. And the exception received org.omg.CORBA.OBJ_ADAPTER with minor code 0 and completed status NO.
Look at the attachment for reproducing the bug.
********************************************************************************
Ramshankar Rajha: 2001-08-15
-Fix verified ok
1) with build: j2sdk-1_4_0-beta_refresh-bin-b75-solsparc-09_arg_2001
2) with test: testcase attached with this bug
-I am using muthu's bugtraq id to close the bugs. while i am waiting for my id to get activated.
********************************************************************************
Instead send_reply is called followed by receive_exception on the client side. And the exception received org.omg.CORBA.OBJ_ADAPTER with minor code 0 and completed status NO.
Look at the attachment for reproducing the bug.
********************************************************************************
Ramshankar Rajha: 2001-08-15
-Fix verified ok
1) with build: j2sdk-1_4_0-beta_refresh-bin-b75-solsparc-09_arg_2001
2) with test: testcase attached with this bug
-I am using muthu's bugtraq id to close the bugs. while i am waiting for my id to get activated.
********************************************************************************
- backported by
-
JDK-2038422 Invalid control flow for system exception in ServantLocator::postinvoke
-
- Closed
-