[jboss-user] [Beginners Corner] - Re: EJB3 on Oracle

jaikiran do-not-reply at jboss.com
Wed Feb 11 08:42:37 EST 2009


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/tutorial/1.0.0/html/EJB3_Entities.html

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#4209033

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209033



More information about the jboss-user mailing list