Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] classloading bug with xom used in servlet

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Bill de hÓra <bill AT dehora.net>
  • To: Elliotte Rusty Harold <elharo AT metalab.unc.edu>
  • Cc: xom-interest AT lists.ibiblio.org, Wolfgang Hoschek <whoschek AT lbl.gov>
  • Subject: Re: [XOM-interest] classloading bug with xom used in servlet
  • Date: Tue, 03 Feb 2004 13:37:54 +0000

Elliotte Rusty Harold wrote:

What is the safest way to load a binary resource from a JAR archive that works in both a standalone application and a servlet environment?

For servlets: don't use the system loader. Use the classes loader or the current Thread's.

cheers
Bill de hÓra






Archive powered by MHonArc 2.6.24.

Top of Page