adapt services dll
improved "move synonym" (#2578), also adapted constructor of SynonymRelationship to adapt homotypic group of homotypic synonyms.
new tests for TaxonServiceImpl (delete synonym tests)
update NameService tests
added uuid to test
update test dlls for all except persistence
Implement correct mapping between TaxonNameBase and TypeDesignationBase and add delete method for type designations to NameService (#2396, #2647)
partly implemented name delete (#2588)
add PolytomousKeyServiceImplTest
remove PolytomousKeyNode_LanguageString from cdm.ddl for tests
synchronize dlls and dtds for tests
update for failing test in TermServiceImplTest
use real URI in getTermByUri
bugfix for #2558 (concurrent modification in TaxonNodeServiceImpl.makeTaxonNodeASynonymOfAnotherTaxonNode(...) )
sync trunk
adding permission handling and writing a test for usermanagement
moved all validation tests to model, except ValidationTest wrote validation for references
deleting old and orphan config file
bugfix for imageGallery flag not set #1830
tests for image galleries in derived unit facade and bugfix for test in DescriptionServiceImplTest which didn't run in maven.
Refactoring of taxon business logic methods and started to write tests for these methods. The tests are far from finished.
merge 3.0.2 to trunk
added barcode to derived unit #1689
added unplaced and excluded attribute to Taxon
add country to gathering event
bugfix for derived unit facade test
cache update for identifiable services
merging the last changes from SPRINT-Cichoriea1 into trunk
merging /branches/cdmlib/SPRINT-Chichorieae1/ to trunk
Restored test images that disappeared magically
merge cate-development2 branch with trunk
Added merge(T t, LockMode lockmode) and refresh(T t, LockMode lockmode) to allow developers to bypass the session & second-level cache (useful in some instances)
Merged in changes from cate-development branch and upgraded to spring 3.0.0.RC1
fixes #1100 and #1101
bugfixing for modelchanges and adaptation of import routines
Further model changes for DescriptionElementBase and DescriptionElementSource Version 2.1.2.0.200909211654
changes for renaming referencebase table name in persistence, service & io
minor
Intensive model change for referenceBase and subclass, smaller model changes for taxonBase and marker
fix tests in services after model change
Changes on service layer tests and on ordering in TaxonServiceImpl.findTaxaAndNames()
Impact of model changes: keys, DefinedTermBase and Media extends IdentifiableEntity
Addition of new FeatureNode attributes
changes to test dll in service layer
Impact of new model changes: new classes and renaming
dataportal release v2.0
common service getReferencedCdmBases
UserService -> ApplicationController
commiting changes to test resulting from changes to TimePeriod class
Corrected test data to reflect new uniqueness constraint on uuid
Re-wrote free text searching interfaces for Taxon and Description to make them more generic, then added similar interfaces and implementations to agent service, reference service, and media service
Annotated Lsid*ServiceImpl as @Transactional
Lots of changes, including adding List orderHints, List propertyPaths to service methods, created IUserService interface for management of user entities
TypeDesignationStatus renamed to SpecimenTypeDesignationStatus
fixed an issue with pring not correctly handling the datasource after a transaction
Fixed a couple of bugs that arose when switching eclipse-plugin to cdm 2.1
bugfix for TaxonServiceSearchTest
bug in TaxonServiceSearchTest
TaxonServiceImplTest
model change for references (publishers) and taxon status
Merged branches/cdmlib/2.0 changes r5130:5370 into the trunk
Minor problems discovered whilst refactoring CATE: Corrections to User / Group / Authority impl Changes due to upgrade of hibernate-search
delete dataset.xsd and PUBLIC.xsd in service layer
Changes related to refactoring of Auditing info, including auto-population of createdBy and updatedBy fields from the SecurityContext (#630)
Committing large number of changes relating to versioning implementation (#108), plus lsid resolution services
Added some tests
newcdmlib-services -> new appContext configuration and fixes in tests
Update to spring 2.5.6 and fixing a number of test problems (see also last commit on persistence layer which unfortunately has no comment )
Major changes to the cdmlib default term loading and initialization, plus free-text search of Taxa (by name) and DescriptionElementBase elements as part of #476
Implemented additional service methods as part of #466. Ported Pager interface and implementations, refactored integration tests
~