Pierre-Arnaud Marcelot wrote:
Hi,
Thanks for reporting this.
I think this issue is related to an issue I figured out some time ago.
We are using Dom4J to parse the file and it seems the parser tries to load
the XSD definition contained in the file:
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"
"http://www.springframework.org/dtd/spring-beans.dtd">
Unfortunately, if you're not connected to Internet, Dom4J won't be able to
load this XSD and the parsing will fail.
I tried to suppress this XSD checking thing in the configuration of the
parser but I could not find the right way to do it in the documentation or
Javadoc.
What about :
public ServerConfiguration parse( InputStream inputStream ) throws
ServerConfigurationParserException
{
try
{
SAXReader reader = new SAXReader();
---> reader.setValidation( false );
?
--
--
cordialement, regards,
Emmanuel Lécharny
www.iktek.com
directory.apache.org