Menu

#302 Wrong DTD for jboss2.4 in jboss-web-xml

cvs
closed-fixed
jboss (41)
5
2002-09-12
2002-09-11
No

I try to build a war for jboss 2.4 but my generated
jboss-web.xml gets the following header:

<!DOCTYPE jboss-web PUBLIC "-//JBoss//DTD Web
Application 2.3//EN"
"http://www.jboss.org/j2ee/dtd/jboss-web_3_0.dtd">

Two errors, that file doesn't exist and even if it did
exist the correct DTD would be a non-3.0 one.

Discussion

  • Marcus Brito

    Marcus Brito - 2002-09-12
    • assigned_to: nobody --> pazu
     
  • Marcus Brito

    Marcus Brito - 2002-09-12

    Logged In: YES
    user_id=360347

    The file not existing is jboss' fault -- the URI is the one
    in their DTD. And please, could you attach jboss-web 2.4 DTD
    to this bug? I can't find it anywhere.

     
  • Marcus Brito

    Marcus Brito - 2002-09-12

    Logged In: YES
    user_id=360347

    Now correctly generates the public and system IDs for
    version="2.4". However, please note that the URI used in the
    system id *does not exists*. It's JBoss fault, not xdoclet.
    They have removed the dtds from the website.

     
  • Marcus Brito

    Marcus Brito - 2002-09-12
    • status: open --> closed-fixed
     
  • Marcus Brito

    Marcus Brito - 2002-09-12

    Logged In: YES
    user_id=360347

    This bug is now fixed in CVS. Please checkout the latest code and
    test it. If anything still goes wrong, please reopen the bug.

     
  • Daniel Bratell

    Daniel Bratell - 2002-09-13

    Logged In: YES
    user_id=306784

    It seems to work fine.

     

Log in to post a comment.