Question and Answer Database FAQ: FAQ4741J — No such method error on BOA_init() Category: CORBA Platform: All Windows Product: Question: I can compile my distributed application without error, but at runtime I get a "no such method error" on org.omg.CORBA.orb.BOA_Init() Answer: this error can be remedied by using an explicit cast on the orb, for example: org.omg.CORBA.BOA boa = ((com.visigenic.vbroker.orb.ORB)orb).BOA_init(); 8/4/99 2:08:39 PM
Last Modified: 01-SEP-99