• 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

WAS class not fonud in classloader

 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am trying to deploy a spring application on WAS Community edition.

I am getting following error:

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jmsFactory' defined in ServletContext resource [/WEB-INF/servcesContext.xml]: Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: org/apache/commons/pool/ObjectPoolFactory

...
caused by...
Caused by: java.lang.ClassNotFoundException: org.apache.commons.pool.ObjectPoolFactory in classloader org.apache.geronimo.configs/activemq-broker/2.1.1/car



I have the jar commons-pool-1.4.jar which contains this class in my application's classpath.
Is it necessary to have the jar in WAS CE's repository. If yes where do I need to make necessary entries of the jar like say config xmls, dependencies?

Any pointers would be helpful. Thanks.
 
Amit kull
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I fixed this problem as per the help people provided here
reply
    Bookmark Topic Watch Topic
  • New Topic