• 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

How to include jar files during deployment

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

We are using RAD 7.0.0 for our project. We are exposing Stateless Session bean as webservices. The Stateless Session Bean will call the hibernate Utility classes for persistence.
I�ve included all the External Jar�s required for the project.
I've the following entry in manifest.mf file:-
-----------------------
Manifest-Version: 1.0
Class-Path: hibernate3.jar
--------------

When I manually deploy the project, it is not able to locate the Jar files required for the project and hence it is throwing the error in the websphere Application server console like this:-




Can someone please help?

Thanks,
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic