You are viewing a plain text version of this content. The canonical link for it is here.
Posted to phoenix-dev@avalon.apache.org by bu...@apache.org on 2002/05/22 15:47:53 UTC

DO NOT REPLY [Bug 9270] - Proxied Block Interfaces

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9270>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9270

Proxied Block Interfaces





------- Additional Comments From mcconnell@apache.org  2002-05-22 13:47 -------
Another consideration to take into account is that there are cases where a
component cannot implement a interface.  An example of this is a standard ORB
which is defined in terms of a class which acts as a wrapper to an
implementation.  In practice you want to be able to declare a service as
org.omg.CORBA.ORB (which is a class) however, Phoenix does not allow this which
forces the existance of services containing methods like holder.getOrb(). 
Introducing policy on the proxy management could include allowing the use of
services that are interface independent.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>