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

deploy container managed entity beans from tables

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am using JDeveloper 9.0.2 and JBoss 3.0.0 and Tomcat 4.0.3 and Oracle as my datasource. I have developed a sample entity bean in JDeveloper using container managed entity beans from tables. The finder methods are managed by OC4J. How to deploy the the bean to JBoss.
 
Author
Posts: 350
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JBOSS examples...
I wrote a tutorial on EJB CMP/CMR. I wrote it using WebLogic 7.0, but someone ported the examples to JBoss.
You may want to look at the source code, and glean what you need.
tutorial
http://www.rickhightower.com/ejbcmpcmrtut.html
jboss port of tutorial
http://www.rickhightower.com/jbossupdate.html
BTW I recently ported the tutorial to Resin EE.
http://java-tools.eblox.com/index.php?ResinCMPCMRXDocletTutorial
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic