• 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

give me example code

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello friends,
i am new for the EJB-entity beans. i am using weblogic 7.0. could you please explain me how to run the entity beans. is there any necessary changes we need to do in weblogic server for running entity beans?
thanks 4 ur cooperation
naidu
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You don't need to switch any "enable EJBs" plugs to run EJBs within WebLogic. However, you must deploy them according to the WebLogic specific procedures described at e-docs.bea.com.
The biggest difference to the Sun specification is probably the weblogic-ejb-jar.xml descriptor, which is described at http://e-docs.bea.com/wls/docs70/ejb/reference.html#1186416
 
reply
    Bookmark Topic Watch Topic
  • New Topic