Hi I have a java program which uses ibatis to run SQL queries, this program runs on AS400, and on of the AS400 boxes i am getting following error
Error occurred. Cause: com.ibatis.common.xml.NodeletException: Error parsing XML. Caused by: java.net.UnknownHostException: ibatis.apache.org The header in my XML file looks like this <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE sqlMapConfig PUBLIC "-//iBATIS.com//DTD SQL Map Config 2.0//EN" "http://ibatis.apache.org/dtd/sql-map-config-2.dtd"> i suspect this AS400 has a firewall which blocks all internet traffic. Is this the cause of this problem, is there any work around to get it working on this AS400 machine? Regards Ashish