[jdom-interest] RE: Question???

Emily Short eshort at scilearn.com
Mon Nov 11 13:23:35 PST 2002


Hi,

You can use JDOM with JBoss, and you should be able to just drop the
jdom.jar in a deployment directory and use it.  Could you give the
relevant error information?  There should be a more detailed error up
further in your JBoss log that specifies why jdom.jar was not able to
completely deploy.  Also, try deploying to your server/default/deploy
directory and see if the result is different.

And yes, trying to use JDOM without a fully deployed jdom.jar will
result in errors.

Emily

-----Original Message-----
From: Konstantinis Evagelos (evagelos.konstantinis at intracom.gr)
[mailto:evagelos.konstantinis at intracom.gr] 
Sent: Monday, November 11, 2002 6:02 AM
To: brett at jdom.org; jhunter at jdom.org
Subject: Question???
Importance: High


Hi Guys,

I use JDOM for reading and writing to XML files, 
I use as an Application Server JBOSS,

I have put the jdom.jar to /JBOSS_HOME/server/default/lib directory?
When I start JBoss it seems that jdom.jar it's not deployed ok.
I deploy a "Test.jar"  in JBOSS, I have a test.java class that reads Xml
file using JDOM which works OK.

1. Will I have problem later using JDOM with JBOSS?
2. Why do I have these Errors (see below)?    
3. It's JDOM compatible with JBOSS?


Thanks in Advance.
Euaggelos.
_______________________

Packages waiting for a deployer:
[org.jboss.deployment.DeploymentInfo at b50c8cf {
url=file:/C:/jboss-3.0.2/server/default/lib/jdom.jar }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/C:/jboss-3.0.2/server/default/lib/jdom.jar
  lastDeployed: 1037065096796
  lastModified: 1037065078187
  mbeans:
, org.jboss.deployment.DeploymentInfo at 66afc003 {
url=file:/C:/jboss-3.0.2/server/default/deploy/jdom.jar }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/C:/jboss-3.0.2/server/default/deploy/jdom.jar
  lastDeployed: 1037065099656
  lastModified: 1037065099625
  mbeans:
]Incompletely deployed packages:
[org.jboss.deployment.DeploymentInfo at b50c8cf {
url=file:/C:/jboss-3.0.2/server/default/lib/jdom.jar }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/C:/jboss-3.0.2/server/default/lib/jdom.jar
  lastDeployed: 1037065096796
  lastModified: 1037065078187
  mbeans:
, org.jboss.deployment.DeploymentInfo at b50c8cf {
url=file:/C:/jboss-3.0.2/server/default/lib/jdom.jar }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/C:/jboss-3.0.2/server/default/lib/jdom.jar
  lastDeployed: 1037065096796
  lastModified: 1037065078187
  mbeans:
, org.jboss.deployment.DeploymentInfo at b50c8cf {
url=file:/C:/jboss-3.0.2/server/default/lib/jdom.jar }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/C:/jboss-3.0.2/server/default/lib/jdom.jar
  lastDeployed: 1037065096796
  lastModified: 1037065078187
  mbeans:
, org.jboss.deployment.DeploymentInfo at b50c8cf {
url=file:/C:/jboss-3.0.2/server/default/lib/jdom.jar }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/C:/jboss-3.0.2/server/default/lib/jdom.jar
  lastDeployed: 1037065096796
  lastModified: 1037065078187
  mbeans:
, org.jboss.deployment.DeploymentInfo at b50c8cf {
url=file:/C:/jboss-3.0.2/server/default/lib/jdom.jar }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/C:/jboss-3.0.2/server/default/lib/jdom.jar
  lastDeployed: 1037065096796
  lastModified: 1037065078187
  mbeans:
, org.jboss.deployment.DeploymentInfo at 66afc003 {
url=file:/C:/jboss-3.0.2/server/default/deploy/jdom.jar }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/C:/jboss-3.0.2/server/default/deploy/jdom.jar
  lastDeployed: 1037065099656
  lastModified: 1037065099625
  mbeans:







More information about the jdom-interest mailing list