eu.etaxonomy.taxeditor.product.with.jre : removed since the jre bundling is done on jenkins ApplicationUtil : added UTC to beta version string eu.etaxonomy.taxeditor.cdmlib/pom.xml : fixes problem with clean validate - ticket #4733
Updated version in config files to 3.5.1-SNAPSHOT
Updated version in config files to 3.5.0
3.4.1->3.5.0 in MANIFEST
update Manifest from 3.4.1 -> 3.5.0
update taxeditor version from 3.4.1 to 3.5.0
wrong target revision in the last commit
reverting back wrongly committed files
Updated version in config files to 3.4.1-SNAPSHOT
Updated version in config files to 3.4.0
merge validation editor branch to trunk
upgrade poi to 3.10-FINAL and add ooxml functionality
Fix for ticket #4519
CdmDataSourceRepository : added a new method to create default h2 data source eu.etaxonomy.taxeditor.cdmlib : updated build paths to output test classes in test-classes dir and moved resources package to avoid conflict ApplicationWorkbenchWindowAdvisor : added call to the new method (above) to create a default H2 db
last fix for revision number of classpath
too many fixes on classpath for today
fixed classpath
made bug fixes for:
changed classpath to 3.5.0
remotingApplicationContext : now using the cachers from cdmlib CdmServiceCacher : added unimplemented method
removed version dependency for org.eclipse.nebula.widgets.compositetable and added the composite table jar to the p2 update
merge-update from trunk
adapted cdmlib dependencies
increased version number
removing tests since they have moved to eu.etaxonomy.taxeditor.remoting
Updated version in config files to 3.3.8-SNAPSHOT
Updated version in config files to 3.3.7
reintegrated redlist branch into trunk
Updated version in config files to 3.3.7-SNAPSHOT
Updated version in config files to 3.3.6
CdmServiceCacher : Added class to load / cache CDM entities using services remotingApplicationContext : updated cacher bean config httpInvokerServiceClients : removed unnecessary loading of remote config CdmServiceCacherTest : added cacher test
updating ehcache to 2.6.9
remotingApplicationContext : added CdmCacher as bean to be initialised META-INF/MANIFEST.MF, .classpath, lib/ehcache-core-2.4.3.jar, lib/ehcache-core-2.6.9.jar: replaced ehcache-core-2.4.3 with ehcache-core-2.6.9 for the CdmCacher. It seems that even though hibernate-ehcache-4.1.10.Final is embedded with ehcache-core-2.4.3, it is compatible with ehcache-core-2.6.9 according to http://architects.dzone.com/articles/hibernate-4-and-ehcache-higher.
added sourcepath to all cdm libs
Updated version in config files to 3.3.6-SNAPSHOT
Updated version in config files to 3.3.5
Updated version in config files to 3.3.5-SNAPSHOT
Updated version in config files to 3.3.4
.classpath : added test resources in classpath CdmPersistentRemoteSourceTest : added new tests for remote source connection CdmRemoteSourceBase : added code to connect to the target database (before initialising the full application context) to retrieve metadata...
Updated version in config files to 3.3.4-SNAPSHOT
Updated version in config files to 3.3.3
Updated version in config files to 3.3.3-SNAPSHOT
Updated version in config files to 3.3.2
CdmPersistentRemoteSource : implemented all source methods including save and delete CdmRemoteSourceException : new exception to deal with cdm source errors CdmRemoteSourceBase : added default constructor
CdmApplicationRemoteController : directly loads CdmApplicationRemoteConfiguration bean and sets configuration in hibernate classes CdmApplicationRemoteConfiguration : no longer need the bean name hack due to update in CdmApplicationRemoteController
isRemoting is no longer based on a bean in the application context, but the type of cdm source
cdm.datasources.xml : added test sources settings file CdmRemoteSourceTest, RemoteLazyLoadingTest : updated tests HttpInvokerServicesTest, CdmPersistentRemoteSourceTest, CdmApplicationRemoteControllerTest : new test classes for remoting RemoteApplicationConfigurationTest : no longer a real test, but a super class for remote tests
added new remote package
comments and javadoc
Adding CDM Remote Source set of classes to allow editor to connect to a remote cdmserver
CdmApplicationRemoteConfiguration : removed spring bean name hack, since we now have a new controller CdmApplicationRemoteController : new Controller class to handle remoting AbstractLazyInitializer / AbstractPersistentCollection : added missing methods to check if proxy object is initialized...
Updated version in config files to 3.3.2-SNAPSHOT
Updated version in config files to 3.3.1
added more tests for both lazy loading entities and collections
adding missing manifest file