0 Replies Latest reply on Jan 10, 2005 9:57 AM by vonarxma

    bug in chapter 7 (jboss4guide.zip)

    vonarxma

      Hi

      There is probably a bug in the jboss-ds_1_5.dtd (http://www.jboss.org/j2ee/dtd/jboss-ds_1_5.dtd). This is the reason for the following exeption while deploying the example in chapter 7 (new version for jboss 4.0):

      2005-01-10 10:38:15,073 ERROR [org.jboss.deployment.MainDeployer] Could not initialise deployment: file:/D:/jboss-4.0.1/server/default/deploy/notxfs-ds.xml
      org.jboss.deployment.DeploymentException: Could not read dd; - nested throwable: ...


      To run the example successfully please do the following changes in the notxfs-ds.xml file:

      [1] Remove the whole <!DOCTYPE ...> tag
      [2] Insert the <?xml version="1.0" encoding="UTF-8"?> tag on the top of the file

      That's all!