[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deploying Spring 2.5 Application in JBoss 5

jboss_user200 do-not-reply at jboss.com
Fri Mar 27 11:10:05 EDT 2009


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



More information about the jboss-user mailing list