Summary: | interceptors only work for first orb. | ||
---|---|---|---|
Product: | TAO | Reporter: | Russell L. Carter <rcarter> |
Component: | Portable Interceptors | Assignee: | Nanbor Wang <nanbor> |
Status: | RESOLVED --- | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | 1.0.9 | ||
Hardware: | x86 | ||
OS: | FreeBSD |
Description
Russell L. Carter
2000-02-08 10:19:25 CST
I'll look into this. This is not really a bug in the interceptors. The problem stems from the fact that I use _this() to implicitly activate the servant, which uses the RootPOA in the default ORB to perform the activation. Creating an unrelated ORB changed the default ORB in this case. To solve the problem in your applications, make sure you activate the servant explicitly using the intended POA. |