Hi Malcom,
I'm taking this back on the list. I hope you don't mind.
On Fri, 07 Oct 2005 20:32:11 -0400, Malcolm Edgar
<malcolm.edga..mail.com> wrote:
> I also have yet to see java.util.logging used under commons-logging, all
> projects I have been on use Log4J or NT logging under Log4J.
>
> Regarding JDOM one solution is to do a compliance build against JDOM 0.7
> to
> ensure no new post 0.7 methods are used, but use JDOM 1.0 for
> distribution.
> This issue can up with the Click web application framework which uses
> JDOM
> being deployed onto WebSphere 6. Earlier versions bundled with JDOM
> 1.0worked fine, but latter Click versions started to use post
> 0.7 methods and raised classloader errors we starting. The "new" method
> which caused the error was Element.getAttributeValue(String, String).
The problem with that solution is that the JDOM API changed a fair bit
between versions. It's a good idea though and I'll look into it.
However, I know I had to change code written for 0.9 to even work in 1.0.
-- Kevin
This archive was generated by hypermail 2.0.0 : Fri Oct 07 2005 - 21:02:32 EDT