• 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

WSAD 5.1 using cactus.

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
posted August 18, 2004 11:51 AM
--------------------------------------------------------------------------------
hi,
I want to incorporate cactus framework for testing session beans in WSAD5.1. I followed the article from IBM tech journal
http://www-06.ibm.com/developerworks/websphere/techjournal/0206_wosnick/wosnick.html.

I am using cactus 1.6.1, the problem is when I run my tests I get the following failure.
"org.apache.commons.logging.LogConfigurationException rg.apache.commons.logging.impl.simpleLog does not implement Log"

I had the following jars in the class path for my client application
aspectjrt-1.1.1.jar
cactus-1.6.1.jar
junit-3.8.1.jar
commons-httpclient-2.0.jar
commons-logging-1.0.3.jar

In my web project under WEB-INF/lib I had following jars
aspectjrt-1.1.1.jar
cactus-1.6.1.jar
junit-3.8.1.jar
commons-logging-1.0.3.jar

I want and search web some think it is a class loader problem. Can any WSAD 5 user has seen this.

Thanks

pannini
 
author & internet detective
Posts: 41878
909
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Pannini,
Please don't cross-post the same thread in multiple forums.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic