7 Replies Latest reply on Oct 11, 2002 4:51 PM by ricardoarguello

    JDOM with JBoss

    zeroshot

      Im tryin to get JDOM to be server wide in JBoss cos i want to use the jdom Document object and its ease of use

      any how i put the jdom.jar into $JBOSS_HOME/server/default/lib to add it to the classpath and i get the following lines

      18:03:41,868 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()'
      Cause: Incomplete Deployment listing:
      Packages waiting for a deployer:
      [org.jboss.deployment.DeploymentInfo@80fa86f5 { url=file:/var/jboss/server/default/lib/jdom.jar }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/var/jboss/server/default/lib/jdom.jar
      lastDeployed: 1034269404439
      lastModified: 1034269379000
      mbeans:
      ]Incompletely deployed packages:
      [org.jboss.deployment.DeploymentInfo@80fa86f5 { url=file:/var/jboss/server/default/lib/jdom.jar }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/var/jboss/server/default/lib/jdom.jar
      lastDeployed: 1034269404439
      lastModified: 1034269379000
      mbeans:
      , org.jboss.deployment.DeploymentInfo@80fa86f5 { url=file:/var/jboss/server/default/lib/jdom.jar }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/var/jboss/server/default/lib/jdom.jar
      lastDeployed: 1034269404439
      lastModified: 1034269379000
      mbeans:
      , org.jboss.deployment.DeploymentInfo@80fa86f5 { url=file:/var/jboss/server/default/lib/jdom.jar }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/var/jboss/server/default/lib/jdom.jar
      lastDeployed: 1034269404439
      lastModified: 1034269379000
      mbeans:
      , org.jboss.deployment.DeploymentInfo@80fa86f5 { url=file:/var/jboss/server/default/lib/jdom.jar }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/var/jboss/server/default/lib/jdom.jar
      lastDeployed: 1034269404439
      lastModified: 1034269379000
      mbeans:
      , org.jboss.deployment.DeploymentInfo@80fa86f5 { url=file:/var/jboss/server/default/lib/jdom.jar }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/var/jboss/server/default/lib/jdom.jar
      lastDeployed: 1034269404439
      lastModified: 1034269379000
      mbeans:
      ]MBeans waiting for classes:

      MBeans waiting for other MBeans:



      Can any one help me please

      Ta