" annotated with @JBossXmlMapKey: " +
keyProp.getName() + " and " + prop.getName());
keyProp = prop;
}
JBossXmlMapValue value = prop.getUnderlyingAnnotation(JBossXmlMapValue.class);
if(value != null)
{
if(valueProp != null)
throw new IllegalStateException(
"Found two properties in entry type " + entryBean.getName() +