@LogMessage(level=WARN)
@Message(id=21003,
value="%s element not supported")
void elementNotSupported(String feature)
cannotGetPortComponentName
@LogMessage(level=ERROR)
@Message(id=21005,
value="Cannot get port component name {%s}, we have: %s")
void cannotGetPortComponentName(String name,
Collection<String> pcNames)
webservicesXmlElementNotNamespaceQualified
@LogMessage(level=WARN)
@Message(id=21006,
value="Element in webservices.xml not namespace qualified: %s")
void webservicesXmlElementNotNamespaceQualified(QName name)
@LogMessage(level=ERROR)
@Message(id=21017,
value="Cannot get children for resource %s")
void cannotGetChildrenForResource(@Cause
Throwable cause,
URL url)
cannotGetNameForResource
@LogMessage(level=ERROR)
@Message(id=21018,
value="Cannot get name for resource %s")
void cannotGetNameForResource(@Cause
Throwable cause,
URL url)