Read only archive ; use https://github.com/JacORB/JacORB/issues for new issues
View | Details | Raw Unified | Return to bug 961
Collapse All | Expand All

(-)a/src/org/jacorb/orb/portableInterceptor/RequestInfoImpl.java (-2 / +2 lines)
Lines 192-198 public abstract class RequestInfoImpl Link Here
192
192
193
        if (result == null)
193
        if (result == null)
194
        {
194
        {
195
            throw new BAD_PARAM("No ServiceContext with id " + id, 23, CompletionStatus.COMPLETED_MAYBE);
195
            throw new BAD_PARAM("No ServiceContext with id " + id, 26, CompletionStatus.COMPLETED_MAYBE);
196
        }
196
        }
197
197
198
        return result;
198
        return result;
Lines 209-215 public abstract class RequestInfoImpl Link Here
209
209
210
        if (result == null)
210
        if (result == null)
211
        {
211
        {
212
            throw new BAD_PARAM("No ServiceContext with id " + id, 23, CompletionStatus.COMPLETED_MAYBE);
212
            throw new BAD_PARAM("No ServiceContext with id " + id, 26, CompletionStatus.COMPLETED_MAYBE);
213
        }
213
        }
214
214
215
        return result;
215
        return result;

Return to bug 961