Entry
Watch out for related AO class names
Oct 14th, 2004 07:30
Kalu Ral, Engineer TCSI, http://www.consolidate-loan-student.com , http://www.0-apr-credit-card.biz , http://www.clearpathoverseas.com
When writing classes in MOSU files, do not use combinations such as
XXX XXXHelper XXXHolder StubForXXX
where "XXX" is any string. Your AO class gets translated to an IDL
interface, and the IDL interface into Java client classes. For each
class named "XXX", Java for IDL generates "XXXHelper", "XXXHolder",
and
"StubForXXX", so if you already have these class names, you have
problems. (Code compiles, but re-compiles many many times. Not sure
if
it actually runs.)