• 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

problem in configuring hibernate-spring for an EJB project in WSAD

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
please help me in the below mentioned issue.
I have created a EJB project in WSAD and from that application i am trying to access the spring-context.xml file which is placed under the ejb module.i have added all the hibernate and spring jar files in the WSAD's external jar window for the corresponding application.But while running my application on the WSAD test environment i am getting the following exc eption
Non-application exception occurred while processing method "onMessage" on bean "BeanId(IPSEAR#IPSEJB.jar#INQReadMDB, null)". Exception data: java.lang.reflect.InvocationTargetException: java.lang.NoClassDefFoundError: org/springframework/context/ApplicationContext
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic