" does not have a valid jaxb annotation");
}
}
// Check type
ContainerEventInfo eventInfo = preq.container.getInfo().getEventing().getProducedEvents().get(name);
// If we have event info it means we need to check the type validity otherwise it is a non declared event
// and it is up to the controller to manage the payload.
if (eventInfo != null)
{
ContainerTypeInfo typeInfo = eventInfo.getType();
if (typeInfo != null)
{
Class expectedType = typeInfo.getType();
//