You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Antonio Petrelli (JIRA)" <ji...@apache.org> on 2007/06/04 09:36:26 UTC

[jira] Commented: (WW-1942) Struts 2 core tests fails under Java 6.0

    [ https://issues.apache.org/struts/browse/WW-1942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_41165 ] 

Antonio Petrelli commented on WW-1942:
--------------------------------------

Don
I think that the problems are two:
1. it is the Xalan version contained in Java 6/Windows that fails when it tries to resolve "validators.xml": replacing it with the latest Xalan, the file is loaded correctly.
2. even if you replace Xalan with the new version, it fails to load the dtd (declared in "validators.xml") if you are behing a proxy. I think that the DTD should be loaded from a local copy (I called it "registration" as in Commons Digester, but I think that a DTD catalog is needed).

But again, I think this is a "major" issue, but not a "critical" one, nor a "blocking" one.
What I mean is that you can release it, maybe with a note for a known issue and how to avoid it (using Linux and no proxy :-) )

> Struts 2 core tests fails under Java 6.0
> ----------------------------------------
>
>                 Key: WW-1942
>                 URL: https://issues.apache.org/struts/browse/WW-1942
>             Project: Struts 2
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 2.0.7
>         Environment: JDK 6.0u1, Linux (Kubuntu 7.06)
> JDK 6.0u1, Windows XP SP2
>            Reporter: Antonio Petrelli
>            Assignee: Don Brown
>             Fix For: 2.0.8
>
>         Attachments: S2-Linux-JDK6.zip, S2-Windows-JDK6u1.zip
>
>
> Struts 2 and Struts 2 core tests fail under JDK 6.0.
> The same tests, under JDK 5.0 finish correctly.
> The problem is present both under Linux and under Windows, though it seems that under Linux there are 10 failures and under Windows 12.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.