1 Reply Latest reply on Mar 3, 2002 6:50 AM by adrian.brock

    JBOSS 3 and J2EE

    rahs

      Hi,
      I created a J2EE application using Sun's Forte for java 3.0 and IDE toolkit meant for J2EE 1.3.0
      The application successfully gets deployed on the J2EE server provided in Suns J2EE SDK.

      The auto-deployment on JBOSS however, fails with the following error!!

      Any clues, how to get around this problem?

      The behavior is same for Jboss 2.4.4 and works if a lower version (1.2) DTD is used
      (i thought of JBOSS being j2ee 1.3 compatible??)


      [17:00:50,281,AutoDeployer] Deployment failed:file:/D:/jboss-3.0.0alpha/deploy/HostIndexerApp.ear
      org.jboss.deployment.J2eeDeploymentException: Error in parsing application.xml: External entity not
      found: "http://java.sun.com/dtd/application_1_3.dtd".
      at org.jboss.deployment.Installer.executeEARModule(Installer.java:198)
      at org.jboss.deployment.Installer.execute(Installer.java:346)
      at org.jboss.deployment.InstallerFactory.install(InstallerFactory.java:102)
      at org.jboss.deployment.J2eeDeployer.installApplication(J2eeDeployer.java:400)
      at org.jboss.deployment.J2eeDeployer.deploy(J2eeDeployer.java:211)
      at java.lang.reflect.Method.invoke(Native Method)
      at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
      at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
      at org.jboss.deployment.AutoDeployer.deploy(AutoDeployer.java:654)
      at org.jboss.deployment.AutoDeployer.run(AutoDeployer.java:327)
      at java.lang.Thread.run(Unknown Source)


      Thanks for any help!
      :)
      Rahul.