Hi J=FCrgen,
is it possible to add one more catch in the loadBeanDefinitions(InputStream=
=20
is) method?
Currently it just throw SAXException, but then you can't see the errorline =
in=20
the message.
Will be better to add =20
catch (SAXParseException ex)=20
{
throw new BeanDefinitionStoreException("XML document is invalid: Line: " +=
=20
ex.getLineNumber(), ex); =20
} =20
before the catch(SAXParseException ex).
What do you think?
Best regards
Andy
|