fixing cdm database detection for h2 databases
Fix typo
inalizing implementing option to update the database scheme via cdmlib-remote, related to r19571
typo
automatically testing of cdmlib-remote-webapp during the maven lifecycle - #4094: automatically test cdmlib-remote-webapp
implementing option to update the database scheme via cdmlib-remote, but blocked by #3910 (eu.etaxonomy.cdm.database.ICdmDataSource is not compatible to javax.sql.DataSource)
minor
change version ->3.3.0, move CdmMetaData, change schema version -> 20130924, fix TaxonServiceSearch test, update update-script
Merge trunk into CDM 3.3
better error reporting
using custom hibernate mysql dialects in DataSourceConfigurer
Hibernate 4 migration. All test running except for SDDImport (Out of memory)
web application properties for cdmlib-remote can now be defined in a per user properties file: ~/.cdmLibrary/cdmlib-remote.properties
more genric way to insert first data (metadata, admin, ROLE_ADMIN)
Removed the leading jdbc/ from the jndi bean name.
xsl file locations configurable
introducing DataSourceProperties for making xsl file locations configurable
now really fixing #3119 (fulltext search: Entity always null whatever search)
xsl stylesheets for rest service api endpoints
moving webapplication configuration into cdmlib-remote
Refactored webapplication specific configurations into a new project. cdmlib-remote may now be used in any context.
naming the file appender
fixing nullpointer exception & smaller log files
logging to file improved
merging /branches/cdmlib/SPRINT-Chichorieae1/ to trunk