aspose file tools
The moose likes Object Relational Mapping and the fly likes How to Configuring mysql db with JPA aplication? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "How to Configuring mysql db with JPA aplication?" Watch "How to Configuring mysql db with JPA aplication?" New topic
Author

How to Configuring mysql db with JPA aplication?

Anand Bhatt
Ranch Hand

Joined: May 30, 2007
Posts: 187
Hi I want to create a datasourse in JBoss named as "test1" ,adn than want to use this datasource in persistence.xml file:


<persistence>
<persistence-unit name="EntityBean">
<jta-data-source>java:/test1</jta-data-source>
<properties>
</properties>
</persistence-unit>
</persistence>
Now i want to configure my mysql db with this JPA application(entity).
How can I achieve this?

I want all my entity bean data to be stored in mysql db. And where to place mysql driver jar file?
Edvins Reisons
Ranch Hand

Joined: Dec 11, 2006
Posts: 364
Both the MySQL and
JBoss documentation cover these questions.
[ October 27, 2008: Message edited by: Edvins Reisons ]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to Configuring mysql db with JPA aplication?
 
Similar Threads
Getting dialect error while deploying EJB
Java Persistence API: Multiple Persistence Units problem
EJB3 in action - Chapter 2 EAR file error
EJB 3.0 entity bean with mysql
EJB in action - Chapter 2 EAR file error