1 Reply Latest reply on Jul 11, 2002 7:31 AM by brendan

    JBoss-30  -- Firebird*.xml deployment

    malinche

      I am running a recent cvs build of JBoss-3.0 and am attempting connect to Firebird 1.0.

      I made the obvious modification the *.xml file pointing it to my *.gdb file.

      When I deploy the file: firebird-service.xml

      The following results:

      ...

      2002-04-11 09:30:23,807 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/jboss-3.0-b/server/default/deploy/firebird-service.xml
      2002-04-11 09:30:23,807 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment (init step) of package at: file:/C:/jboss-3.0-b/server/default/deploy/firebird-service.xml
      2002-04-11 09:30:23,807 DEBUG [org.jboss.deployment.MainDeployer] using deployer org.jboss.deployment.SARDeployer@1fc2fb
      2002-04-11 09:30:23,817 ERROR [org.jboss.deployment.SARDeployer] Problem in init
      org.jboss.deployment.DeploymentException: Exception getting document; - nested throwable is: org.xml.sax.SAXParseException: XML declaration may only begin entities.
      org.xml.sax.SAXParseException: XML declaration may only begin entities.
      at org.apache.crimson.parser.Parser2.fatal(Parser2.java:3108)
      at org.apache.crimson.parser.Parser2.fatal(Parser2.java:3096)

      ...

      and on and on