jdbc.properties include

  | # Common Settings
  | 
  | hibernate.generate_statistics=true
  | hibernate.show_sql=true
  | jpa.showSql=true
  | 
  | # MySQL Settings -- remote mysql db connection properties
  | 
  | jdbc.driverClassName=com.mysql.jdbc.Driver
  | jdbc.url=jdbc:mysql://10.21.34.12:3306/petclinic
  | jdbc.username=**
  | jdbc.password=**
  | 
  | # Property that determines which Hibernate dialect to use
  | # (only applied with "applicationContext-hibernate.xml")
  | hibernate.dialect=org.hibernate.dialect.MySQLDialect
  | 
  | # Property that determines which JPA DatabasePlatform to use with TopLink 
Essentials
  | 
jpa.databasePlatform=oracle.toplink.essentials.platform.database.MySQL4Platform
  | 
  | # Property that determines which database to use with an 
AbstractJpaVendorAdapter
  | jpa.database=MYSQL
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4221593#4221593

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4221593
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to