• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Struts 1.2 and Commons Logging ClassLoader problem

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I am fairly new to Struts, altho I have worked with several frameworks before. Trying to learn it from JakartaStrutsLive (can be downloaded from theserverside.com), I ran into a strange error connected to Commons logging.
The error message basically indicated that i have more than one piece of commons Log class loaded. I was just doing JUnit testing using StrutsTestCase (around page 70 of the tutorial), and got this message:



I checked the classpath for possible 2 instances of commons-logging.jar, but found none. When I removed the library, the compiler did not find the commons-related classes.

Checking on Google I found that some ppl already ran into this problem, but none had solutions so far.

Anyone can help, please ?
[ September 28, 2004: Message edited by: Gyula Klinszky ]
 
Gyula Klinszky
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Oops, sorry for the formatting.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic