[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-2441) Deployment fails with unhelpful errors if DTD/xsd can't be found

Norman Richards (JIRA) jira-events at lists.jboss.org
Wed Mar 5 00:50:57 EST 2008


     [ http://jira.jboss.com/jira/browse/JBSEAM-2441?page=all ]

Norman Richards closed JBSEAM-2441.
-----------------------------------

    Resolution: Won't Fix

The error messages have already been improved in 2.0.  In 2.1, we have deprecated the DTDs.  We never load schema resources over the net.

> Deployment fails with unhelpful errors if DTD/xsd can't be found
> ----------------------------------------------------------------
>
>                 Key: JBSEAM-2441
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2441
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0.0.GA
>         Environment: Linux, Java 6
>            Reporter: Eric H
>             Fix For: 2.1.x
>
>
> If there is an incorrect DTD URL in files parsed by dom4j, dom4j attempts to fetch the DTD over the net.  This is inherently bad because unknown, non-secure resources (DTD files) are being silently added to the application classpath.  What is worse, if the file is not found it fails with an unhelpful error, which is dependent on the specific network problem.  For example, if name resolution does work, but routing does not work, the application fails (after a delay) with a no route to host error and no indication of which file failed.  Really, the XML parser should never attempt to get a resource over the net, unless it has been explicitly configured to do so.
> See: http://chiralsoftware.com/blog/No-route-to-host-while-parsing-b6b5f0cbb79e5cd8.html

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list