if (value == null)
{
_log.warn("Received a null event during publishInitialize for String prop = " + prop +
". Still publishing the null event.");
}
_thread.send(new PropertyEvent("PropertyEventBus.publishInitialize " + prop)
{
public void innerRun()
{
// Because the bus can switch publishers, a new publisher may consider an event
// an "initialize", but if the bus has previously seen that property, we will treat