--- src/org/jacorb/orb/portableInterceptor/RequestInfoImpl.java.bug 2013-08-08 13:23:53.000000000 -0300 +++ src/org/jacorb/orb/portableInterceptor/RequestInfoImpl.java 2013-08-08 13:24:12.000000000 -0300 @@ -189,7 +189,7 @@ public abstract class RequestInfoImpl if (result == null) { - throw new BAD_PARAM("No ServiceContext with id " + id, 23, CompletionStatus.COMPLETED_MAYBE); + throw new BAD_PARAM("No ServiceContext with id " + id, 26, CompletionStatus.COMPLETED_MAYBE); } return result; @@ -206,7 +206,7 @@ public abstract class RequestInfoImpl if (result == null) { - throw new BAD_PARAM("No ServiceContext with id " + id, 23, CompletionStatus.COMPLETED_MAYBE); + throw new BAD_PARAM("No ServiceContext with id " + id, 26, CompletionStatus.COMPLETED_MAYBE); } return result;