*/
private void applyServiceLogEventHandlerProperties(final ServiceLogEventHandler s, final Configuration config)
throws IOException {
if(s.getServiceLogEventPublisher()==null) {
EventDescriptor serviceLogEventDescriptor = ServiceLogEvent.getEventDescriptor();
EventHandler serviceLogEventHandler = new DispatchEventHandler(serviceLogEventDescriptor, config);
getEventTable().put(serviceLogEventDescriptor.eventID, serviceLogEventHandler);
ServiceLogEventPublisherImpl publisher = new ServiceLogEventPublisherImpl(serviceLogEventHandler,
(EventProducer)getExportedProxy());
s.setServiceLogEventPublisher(publisher);
addAttribute(serviceLogEventDescriptor);