public void configure( DataCollector dc, ORB orb ) {
//begin temp fix for bug 6320008
// this is needed only because we are using transient Name Service
//this should be removed once we have the persistent Name Service in place
orb.setBadServerIdHandler(
new BadServerIdHandler() {
public void handle( ObjectKey objectkey ) {
// NO-OP
}
}
) ;