• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Working on EJB in Websphere environment

 
Ranch Hand
Posts: 170
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear all,
Today i have successfully created the Advise bean using the procedure shown in Head First EJB.
Then out of curiosity, i started trying the same in Websphere environment (WSAD 4.0.6), i was able to compile the code and deloy it. During deployment it created so many other java files (i am assuming this is because of the tool).
But now i do not know how to proceed further. Has anyone tried EJB on WSAD tool?
If you have, can you please help me with this.
Thanks in advance
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Maybe you should try WSAD 5. I am almost sure WSAD 4.0.6 does not support EJB 2.0.
Once I have tried to create a finder method for an entity in WSAD 5, but it did not work when I was playing with parameters.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic