Are you looking specifically for Oracle DB or are you looking for tutorials around JPA
Entities in EJB3? For the latter, you can refer this
http://www.jboss.org/jbossejb3/docs/.
You can download the tutorial from that location. The download will include a guide as
well. If you want to see the online guide for working with entities, then its here:
http://www.jboss.org/file-access/default/members/jbossejb3/freezone/docs/...
Making this work for Oracle DB is as simple as
1) changing one config file (persistence.xml)
2) Creating the oracle datasource
http://www.jboss.org/community/docs/DOC-9328
3) Adding the oracle jdbc driver jar file to %JBOSS_HOME%/server/< serverName>/lib
folder.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209033#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...