I havent tried jdom 8.  Earlier (7?) versions had info.xml I think.  Jboss
assumes xml file in META-INF is a deployment descriptor and waits for a
deployer that understands it.

If you use the -L jdom.jar you should also remove the copy from your .war,
just have the one copy in lib. (probably you did this, just checking)

david jencks

On 2002.09.09 13:52:46 -0400 Simon Stewart wrote:
> Thanks for the admirably swift reply, David!
> 
> There were no errors reported once I'd deleted jdom.jar from the
> exploded war, but the app still doesn't work. Will have to poke about
> a bit more to find out why. The deploy error still happened even with
> the "-L jdom.jar" flag added.
> 
> Out of curiousity, I was wondering what the "confusing" xml file is?
> This is JDOM beta 8, if that helps.
> 
> On Mon, Sep 09, 2002 at 12:33:08PM -0400, David Jencks wrote:
> > jdom is hard to deploy because it has a confusing xml file in META-INF.
> 
> > Many versions of jboss now include it in the startup lib since it is
> needed
> > for xmbeans.  If it isn't in $JBOSS_HOME/lib already, try putting it
> there
> > and starting with -L jdom.jar.
> 
> Regards,
> 
> Simon
> 
> -- 
> "Sometimes I...No, I don't." --- Steven Wright
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by: OSDN - Tired of that same old
> cell phone?  Get a new here for FREE!
> https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to