Greetings all (particularly -jh-),

I've been experimenting w/ the latest MLSQL, and had a question regarding the jdom.jar file which is included w/ the MLSQL distribution. The MANIFEST.MF inside the .jar indicates that it is JDOM Implementation-Version: 1.0.1, but I don't see that version listed on the JDOM site (http://www.jdom.org/news/index.html) - it looks like it was built 9/14/2005...

Where it gets tricky is that I'm trying to add the MLSQL servlet to an existing Java webapp where JDOM is already in use (Implementation-Version: 1.0beta10)...

When I use the 1.0beta10 version I get the following error:
java.lang.NoSuchMethodError: org.jdom.Element.addContent(Lorg/jdom/Content;)Lorg/jdom/Element;

The version bundled with MLSQL remedies the problem (as does JDOM version 1.0), but I'm concerned that deploying a newer version will break something. Initial tests are good, but this is a large application with 30+ developers, so I'm not sure of all the code that is dependent on JDOM...

Can you say with any degree of certainty that code written against JDOM 1.0beta10 will be compatible with JDOM version 1.0 or 1.0.1? If forced to, will MLSQL work with JDOM version 1.0?

Thanks in advance,
Wyatt

_______________________________________________
General mailing list
[email protected]
http://xqzone.com/mailman/listinfo/general

Reply via email to