Code Search for Developers
 
 
  

dreambike_database.properties from PowerStone at Krugle


Show dreambike_database.properties syntax highlighted

#Oracle
#hibernate.connection.driver_class=oracle.jdbc.driver.OracleDriver
#hibernate.connection.username=sa
#hibernate.connection.password=password
#hibernate.connection.url=jdbc:oracle:thin:@127.0.0.1:1521:DAQUAN
#hibernate.dialect=org.hibernate.dialect.Oracle9Dialect
#hibernate.jdbc.lobhandler=oracleLobHandler

#MS SQLServer jTDS
#hibernate.connection.driver_class net.sourceforge.jtds.jdbc.Driver
#hibernate.connection.url jdbc:jtds:sqlserver://127.0.0.1/workflow;SelectMethod=cursor
#hibernate.connection.username=sa
#hibernate.connection.password=password
#hibernate.dialect=org.hibernate.dialect.SQLServerDialect
#hibernate.jdbc.lobhandler=defaultLobHandler

#mysql
hibernate.connection.driver_class=com.mysql.jdbc.Driver
hibernate.connection.url=jdbc:mysql://127.0.0.1:3306/workflow?characterEncoding=GB2312&useUnicode=true
hibernate.connection.username=root
hibernate.connection.password=password
hibernate.dialect=org.hibernate.dialect.MySQLDialect
hibernate.jdbc.lobhandler=defaultLobHandler




See more files for this project here

PowerStone

PowerStone is an open source java WorkFlow Management System,based on Spring and Hibernate.The system is composed of an engine(processing xpdl documents edited with Enhydra JaWE),a flow management console,a worklist and an identity management module.

Project homepage: http://sourceforge.net/projects/powerstone
Programming language(s): Java,JSP,XML
License: other

  dreambike_database.properties
  log4j.xml
  messages.properties
  oscache.properties
  ps_database.properties