* @throws RepositoryException if an error occurs.
*/
public String[] getDeviceTACs(String device) throws RepositoryException {
Element tacElement = accessor.retrieveTACDeviceElement(device);
if (tacElement == null) {
throw new RepositoryException(
exceptionLocalizer.format(
"tac-device-element-missing",
device));
}
Namespace namespace = tacElement.getNamespace();