[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

OPP only uses first interface in implements list



I believe I've found a bug in OPP.  It is only picking up the first
OzoneRemote interface in the implements list.  For example:

interface I1 extends OzoneRemote {
	public void m1();
}

interface I2 extends OzoneRemote {
	public void m2();
}

class C extends OzoneObject implements I1, I2 {
	public void m1() {...}
	public void m2() {...}
}

Running OPP, the proxy I get only contains the interfaces in I1.  I believe
it should also contain the interfaces in I2.

Mark

"The hardest thing in the world to understand is the Income Tax."
- Albert Einstein
http://www.fairtax.org

Keep your messages private, use PGP http://web.mit.edu/network/pgp.html