}
return dataSource.getTextContent();
}
catch (SAXException e)
{
throw new PersistenceDescriptorParsingException("Unable to parse descriptor " + descriptor, e);
}
catch (IOException e)
{
throw new PersistenceDescriptorParsingException("Unable to parse descriptor " + descriptor, e);
}
catch (ParserConfigurationException e)
{
throw new PersistenceDescriptorParsingException("Unable to parse descriptor " + descriptor, e);
}
}