• 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

Websphere-EJB

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Kyle!
I am new to WebSphere.Can u tell me the steps to deploy a stateless session bean?
what r the files i need to write in meta-inf folder?what xml files i need?wht xmi files i need?
how can i create a ear file? i know how to create a jar file.
what r the other things i need to change?
i heard abt the was.policy file.do i need to change anything there?
i set all the jar files in classpath.
I have written Home,remote,bean,client.i compiled home,remote,bean.
now i wonder how to deploy in websphere.
in client file i have given fscontext.jar.
what else i need to run it.
it is giving the exception Name not found sample.SampleHome.
this is the jndi name which i have given.
i have been struggling for the past 1 month to execute ejb in websphere.
if u tell me,i will be thankful to u.
Bye
Latha
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Madhavi,
As this is purely WebSphere-specific, I'll ask someone to move the post to our WebSphere forum.
 
Ranch Hand
Posts: 1551
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
They cover your questions in this Redbook.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic