Issue Details (XML | Word | Printable)

Key: EQX-142
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Matt Raible
Reporter: Matt Raible
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
AppFuse Light

Change to use MySQL as default database

Created: 25/Apr/07 06:39 PM   Updated: 27/Apr/07 03:51 AM   Resolved: 27/Apr/07 03:51 AM
Component/s: DAO Layer, Installation
Affects Version/s: 1.7.1
Fix Version/s: 1.8



48 by  Matt Raible (35 files)
27/Apr/07 03:49 AM (39 months, 15 days ago)
EQX-142: MySQL is now the default database. For some reason, running "ant test" from extras/jdo doesn't work. Cargo starts up, but the tests never run. Maven works fine, but Ant hangs after starting Tomcat.
appfuse-light: trunk/extras/jdo/src/main/resources/org/appfuse 48 history download new
appfuse-light: trunk/extras/ibatis/src/main/webapp/WEB-INF/applicationContext-ibatis.xml 48 history download (+2 -2) diffs
appfuse-light: trunk/extras/jdo/src/main/resources/org 48 history download new
appfuse-light: trunk/extras/jdo/src/test/java/org/appfuse/dao/UserDaoTest.java 48 history download (+1 -1) diffs
appfuse-light: trunk/release.xml 48 history download (+22 -11) diffs
appfuse-light: trunk/extras/ibatis/src/main/java/org/appfuse/dao/ibatis/create-h2.sql 48 history download (+6) new
appfuse-light: trunk/extras/jdo/src/main/resources/org/appfuse/model 48 history download new
appfuse-light: trunk/src/main/resources/jdbc.properties.mysql 48 history download (+1 -0) diffs
appfuse-light: trunk/extras/jdo/src/test/java/org/appfuse/dao/applicationContext-test.xml 48 history deleted
appfuse-light: trunk/extras/spring-jdbc/src/main/webapp/WEB-INF/applicationContext-jdbc.xml 48 history download (+2 -2) diffs
appfuse-light: trunk/extras/ojb/src/main/java/org/appfuse/dao/ojb/create-mysql.sql 48 history download (+8) new
appfuse-light: trunk/extras/ojb/build.xml 48 history download (+6 -6) diffs
appfuse-light: trunk/extras/spring-jdbc/src/main/java/org/appfuse/dao/jdbc/create-h2.sql 48 history download (+6) new
appfuse-light: trunk/extras/wicket/src/main/java/org/appfuse/web/pages/Index.html 48 history download (+13 -9) diffs
appfuse-light: trunk/extras/spring-jdbc/build.xml 48 history download (+11 -7) diffs
appfuse-light: trunk/src/main/webapp/WEB-INF/applicationContext-hibernate.xml 48 history download (+1 -1) diffs
appfuse-light: trunk/extras/ibatis/src/main/java/org/appfuse/dao/ibatis/UserDaoiBatis.java 48 history download (+0 -1) diffs
appfuse-light: trunk/extras/jdo/src/main/resources/org/appfuse/model/package.jdo 48 history download (+20) new
appfuse-light: trunk/extras/jdo/src/test/resources/applicationContext-test.xml 48 history download (+17) new
appfuse-light: trunk/extras/jdo/build.xml 48 history download (+21 -5) diffs
appfuse-light: trunk/extras/jdo/src/test/resources 48 history download new
appfuse-light: trunk/pom.xml 48 history download (+13 -1) diffs
appfuse-light: trunk/extras/jdo/src/main/java/org/appfuse/model/package.jdo 48 history deleted
appfuse-light: trunk/src/main/resources/jdbc.properties 48 history download (+6 -4) diffs
appfuse-light: trunk/README.txt 48 history download (+7 -13) diffs
appfuse-light: trunk/extras/ojb/src/main/java/org/appfuse/model/repository.xml 48 history download (+3 -5) diffs
appfuse-light: trunk/build.xml 48 history download (+2 -1) diffs
appfuse-light: trunk/extras/struts/src/main/webapp/WEB-INF/validator-rules.xml 48 history download (+214 -229) diffs
appfuse-light: trunk/extras/ojb/src/main/java/org/appfuse/dao/ojb/create-h2.sql 48 history download (+6) new
appfuse-light: trunk/extras/ibatis/build.xml 48 history download (+6 -6) diffs
...5 more files in changeset

Matt Raible added a comment - 27/Apr/07 03:51 AM
MySQL is now the default database used. I'm glad I chose it over H2 after reading the following:

http://kasparov.skife.org/blog/src/java/h2-aci.html

Matt Raible made changes - 27/Apr/07 03:51 AM
Field Original Value New Value
Status Open [ 1 ] Resolved [ 5 ]
Resolution Fixed [ 1 ]
Matt Raible made changes - 27/Apr/07 03:51 AM
Summary Change to use H2 or MySQL as default database Change to use MySQL as default database