• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

stubs and skeletons in EJB

 
Ranch Hand
Posts: 282
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
stubs and skeletons are generated after compling the EJB
Home and Remote interface, right?
After compiling the EJB Home and Remote interface code,
what is necessary to compile stubs and skeletons?
Thanks in advance,
Sarah
 
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
first thing its wrong i cannot create stub & skelton when you comiple home a7 remote interface.but you are no where compiling stub & skelton but instead you are always creating stub a7 skelton using the deployement tool in weblogic 5.1 or weblogic.ejbc in weblogic 6.0
hope this will solve your problem
pavithra

Originally posted by sarah Marsh:
Hi All,
stubs and skeletons are generated after compling the EJB
Home and Remote interface, right?
After compiling the EJB Home and Remote interface code,
what is necessary to compile stubs and skeletons?
Thanks in advance,
Sarah


reply
    Bookmark Topic Watch Topic
  • New Topic