{
throw new IllegalArgumentException("The portlet must specify a local name when producing an event");
}
//
ContainerPortletApplicationInfo info = ((PortletApplicationImpl)preq.container.getPortletApplication()).getInfo();
QName name = new QName(info.getDefaultNamespace(), localName);
setEvent(name, value);
}