Results 1 to 2 of 2

Thread: DTD Validation Issue with Spring and JBoss 4.0.7

  1. #1
    Join Date
    Feb 2005
    Posts
    4

    Default DTD Validation Issue with Spring and JBoss 4.0.7

    Hi,

    I realise that this is really a jboss question but I have posted it at jboss but got no response.

    Is anyone successfully using Spring with JBoss 4.0.7? I have been using Spring with JBoss-3.0.6 for a long time now with no issues at all.

    We have upgraded from 3.0.6 to 4.0.7 and are now unable to run jboss offline. It appears an attempt is being made to download the Spring DTD's as a result of the DOCTYPE declarations in my Spring files.

    There is a sugested solution on the jboss forums which mentions including the DTD's in web-inf and changing the XML docs to reference this. However the article regards struts and is specific to the web-tier.

    As I use Spring everywhere EJB, data accessors etc I am unsure where to put the Spring files for these constructs.

    Any help would be much appreciated.

    Regards
    Lea Thurman.

  2. #2
    Join Date
    Aug 2004
    Location
    Melbourne, Australia
    Posts
    1,104

    Default

    If your DTDs are in your JARs they should be resolved - unless you are using Crimson.

    Try copying the Xerces JAR to your JDK's "jre\lib\ext" directory.

Similar Threads

  1. jboss startup issue with new spring version
    By GreyWind in forum Container
    Replies: 5
    Last Post: May 5th, 2006, 04:33 PM
  2. spring / jboss transactions
    By SugarKanne in forum Data
    Replies: 2
    Last Post: Sep 19th, 2005, 04:09 AM
  3. JBoss SSO + Acegi issue
    By jhazen in forum Security
    Replies: 3
    Last Post: Sep 8th, 2005, 06:33 AM
  4. Replies: 4
    Last Post: May 13th, 2005, 07:49 AM
  5. Replies: 2
    Last Post: Jan 21st, 2005, 04:17 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •