cdmlib.git
12 years agoBetter Date recognition for Excel Import #2662
Andreas Müller [Wed, 26 Oct 2011 16:03:22 +0000 (16:03 +0000)]
Better Date recognition for Excel Import #2662

12 years agobugfix for isEmpty check return value for null row
Andreas Müller [Mon, 24 Oct 2011 14:53:43 +0000 (14:53 +0000)]
bugfix for isEmpty check return value for null row

12 years agoremove imports
Andreas Müller [Tue, 18 Oct 2011 21:18:26 +0000 (21:18 +0000)]
remove imports

12 years agoDwcA-Import first steps
Andreas Müller [Tue, 18 Oct 2011 21:17:02 +0000 (21:17 +0000)]
DwcA-Import first steps

12 years agoDwcA-Import first steps
Andreas Müller [Tue, 18 Oct 2011 20:59:21 +0000 (20:59 +0000)]
DwcA-Import first steps

12 years agominor
Andreas Müller [Mon, 17 Oct 2011 12:48:53 +0000 (12:48 +0000)]
minor

12 years agominor
Andreas Müller [Mon, 17 Oct 2011 12:46:23 +0000 (12:46 +0000)]
minor

12 years agominor
Andreas Müller [Mon, 17 Oct 2011 12:03:09 +0000 (12:03 +0000)]
minor

12 years agoremove missing import for junit.framework.assert
Andreas Müller [Sat, 15 Oct 2011 09:51:10 +0000 (09:51 +0000)]
remove missing import for junit.framework.assert

12 years agochange exception type for "changeSynonymToAccepted" from IllegalState to HomotypicalC...
Andreas Müller [Fri, 14 Oct 2011 15:24:20 +0000 (15:24 +0000)]
change exception type for "changeSynonymToAccepted" from IllegalState to HomotypicalChangeException

12 years agoimproved "move synonym" (#2578), also adapted constructor of SynonymRelationship...
Andreas Müller [Fri, 14 Oct 2011 15:15:44 +0000 (15:15 +0000)]
improved "move synonym" (#2578), also adapted  constructor of SynonymRelationship to adapt homotypic group of homotypic synonyms.

12 years agofix labelabbrev for heterotypic synonym relation
Andreas Müller [Fri, 14 Oct 2011 15:12:45 +0000 (15:12 +0000)]
fix labelabbrev for heterotypic synonym relation

12 years agominor
Andreas Müller [Fri, 14 Oct 2011 09:27:24 +0000 (09:27 +0000)]
minor

12 years agonew tests for TaxonServiceImpl (delete synonym tests)
Andreas Müller [Thu, 13 Oct 2011 23:46:26 +0000 (23:46 +0000)]
new tests for TaxonServiceImpl (delete synonym tests)

12 years agofixes for CdmDeleteListener
Andreas Müller [Thu, 13 Oct 2011 23:44:50 +0000 (23:44 +0000)]
fixes for CdmDeleteListener

12 years agominor
Andreas Müller [Thu, 13 Oct 2011 23:44:25 +0000 (23:44 +0000)]
minor

12 years agofix ignored tests in DatabaseEnumTest
Andreas Müller [Thu, 13 Oct 2011 23:37:28 +0000 (23:37 +0000)]
fix ignored tests in DatabaseEnumTest

12 years agominor
Andreas Müller [Thu, 13 Oct 2011 22:39:50 +0000 (22:39 +0000)]
minor

12 years agoupdate NameService tests
Andreas Müller [Thu, 13 Oct 2011 22:10:32 +0000 (22:10 +0000)]
update NameService tests

12 years agoadapt taxonService for javadoc catch exception
Andreas Müller [Thu, 13 Oct 2011 21:09:58 +0000 (21:09 +0000)]
adapt taxonService for javadoc catch exception

12 years agodeleteName throws exception
Andreas Müller [Thu, 13 Oct 2011 21:08:12 +0000 (21:08 +0000)]
deleteName throws exception

12 years agodeleteName throws exception
Andreas Müller [Thu, 13 Oct 2011 21:07:25 +0000 (21:07 +0000)]
deleteName throws exception

12 years agomove NameDeletionConfigurator to config package and add DeleteExceptions
Andreas Müller [Thu, 13 Oct 2011 20:52:17 +0000 (20:52 +0000)]
move NameDeletionConfigurator to config package and add DeleteExceptions

12 years agocommitAndNewTransaction up to parent class and startswith to contains
Andreas Müller [Thu, 13 Oct 2011 20:44:20 +0000 (20:44 +0000)]
commitAndNewTransaction up to parent class and startswith to contains

12 years agobugfix for getAllRelationships()
Andreas Müller [Thu, 13 Oct 2011 18:14:52 +0000 (18:14 +0000)]
bugfix for getAllRelationships()

12 years agochange return type for merge (#2654)
Andreas Müller [Thu, 13 Oct 2011 17:55:32 +0000 (17:55 +0000)]
change return type for merge (#2654)

12 years agorollback, local logger and commitAndNewTransaction for TransactionalIntegerationtest
Andreas Müller [Thu, 13 Oct 2011 17:48:07 +0000 (17:48 +0000)]
rollback, local logger and commitAndNewTransaction for TransactionalIntegerationtest

12 years agominor
Andreas Müller [Wed, 12 Oct 2011 16:15:36 +0000 (16:15 +0000)]
minor

12 years agojavadoc
Andreas Müller [Wed, 12 Oct 2011 15:28:35 +0000 (15:28 +0000)]
javadoc

12 years agoterm updater 313_314 and implementation for transactions (#2027)
Andreas Müller [Wed, 12 Oct 2011 15:19:49 +0000 (15:19 +0000)]
term updater 313_314 and implementation for transactions (#2027)

12 years agoMake it implement Serializable
n.hoffmann [Wed, 12 Oct 2011 15:18:24 +0000 (15:18 +0000)]
Make it implement Serializable

12 years agoadd schema change for dropping duplicate TypeDesignationBase_TaxonNameBase table
Andreas Müller [Tue, 11 Oct 2011 08:57:23 +0000 (08:57 +0000)]
add schema change for dropping duplicate TypeDesignationBase_TaxonNameBase table

12 years agohandle progress cancellation and step names
Andreas Müller [Mon, 10 Oct 2011 16:11:10 +0000 (16:11 +0000)]
handle progress cancellation and step names

12 years agoremove CancelException and use java.util.concurrent.CancellationException instead
Andreas Müller [Mon, 10 Oct 2011 16:01:06 +0000 (16:01 +0000)]
remove CancelException and use java.util.concurrent.CancellationException instead

12 years agoremove CancelException and use java.util.concurrent.CancellationException instead
Andreas Müller [Mon, 10 Oct 2011 16:00:42 +0000 (16:00 +0000)]
remove CancelException and use java.util.concurrent.CancellationException instead

12 years agomove progress monitoring into subpackage
Andreas Müller [Mon, 10 Oct 2011 15:53:56 +0000 (15:53 +0000)]
move progress monitoring into subpackage

12 years agomove progress monitoring into subpackage
Andreas Müller [Mon, 10 Oct 2011 15:52:09 +0000 (15:52 +0000)]
move progress monitoring into subpackage

12 years agomove progress monitoring into subpackage
Andreas Müller [Mon, 10 Oct 2011 15:51:09 +0000 (15:51 +0000)]
move progress monitoring into subpackage

12 years agomove progress monitoring into subpackage
Andreas Müller [Mon, 10 Oct 2011 15:49:50 +0000 (15:49 +0000)]
move progress monitoring into subpackage

12 years agomove progress monitoring into subpackage
Andreas Müller [Mon, 10 Oct 2011 15:48:16 +0000 (15:48 +0000)]
move progress monitoring into subpackage

12 years agomove progress monitoring into subpackage and add CancelException
Andreas Müller [Mon, 10 Oct 2011 15:47:39 +0000 (15:47 +0000)]
move progress monitoring into subpackage and add CancelException

12 years agoremoved printDataSet
Andreas Müller [Fri, 7 Oct 2011 16:07:44 +0000 (16:07 +0000)]
removed printDataSet

12 years agoadded uuid to test
Andreas Müller [Fri, 7 Oct 2011 16:07:27 +0000 (16:07 +0000)]
added uuid to test

12 years agoadded uuid to test
Andreas Müller [Fri, 7 Oct 2011 16:07:17 +0000 (16:07 +0000)]
added uuid to test

12 years agominor2
Andreas Müller [Fri, 7 Oct 2011 15:44:34 +0000 (15:44 +0000)]
minor2

12 years agominor
Andreas Müller [Fri, 7 Oct 2011 15:44:00 +0000 (15:44 +0000)]
minor

12 years agoupdate test dlls for all except persistence
Andreas Müller [Fri, 7 Oct 2011 14:11:14 +0000 (14:11 +0000)]
update test dlls for all except persistence

12 years agoImplement correct mapping between TaxonNameBase and TypeDesignationBase and add...
Andreas Müller [Fri, 7 Oct 2011 13:58:26 +0000 (13:58 +0000)]
Implement correct mapping between TaxonNameBase and TypeDesignationBase  and add delete method for type designations to NameService (#2396, #2647)

12 years agominor
Andreas Müller [Thu, 6 Oct 2011 11:00:27 +0000 (11:00 +0000)]
minor

12 years agowork around for envers bug (#2643)
Andreas Müller [Wed, 5 Oct 2011 16:04:49 +0000 (16:04 +0000)]
work around for envers bug (#2643)

12 years agoallow now schema validation
Andreas Müller [Tue, 4 Oct 2011 17:09:11 +0000 (17:09 +0000)]
allow now schema validation

12 years agominor
Andreas Müller [Tue, 4 Oct 2011 16:45:24 +0000 (16:45 +0000)]
minor

12 years agoadd appImport applicationContext (add common monitors)
Andreas Müller [Tue, 4 Oct 2011 16:38:53 +0000 (16:38 +0000)]
add appImport applicationContext (add common monitors)

12 years agoimproved monitoring for application controller
Andreas Müller [Tue, 4 Oct 2011 16:06:34 +0000 (16:06 +0000)]
improved monitoring for application controller

12 years ago(no commit message)
Katja Luther [Thu, 29 Sep 2011 10:52:37 +0000 (10:52 +0000)]

12 years ago(no commit message)
Katja Luther [Thu, 29 Sep 2011 09:25:59 +0000 (09:25 +0000)]

12 years ago(no commit message)
Katja Luther [Thu, 29 Sep 2011 09:25:40 +0000 (09:25 +0000)]

12 years agoapplication controller loading IoApplicationContext instead of DefaultApplicationContext
Katja Luther [Thu, 29 Sep 2011 09:25:17 +0000 (09:25 +0000)]
application controller loading IoApplicationContext instead of DefaultApplicationContext

12 years agouse \u2245 for congruent concepts
Andreas Müller [Thu, 29 Sep 2011 08:56:46 +0000 (08:56 +0000)]
use \u2245 for congruent concepts

12 years agominor
Andreas Müller [Wed, 28 Sep 2011 17:48:55 +0000 (17:48 +0000)]
minor

12 years agouse \u2013 for misapplied names
Andreas Müller [Wed, 28 Sep 2011 17:31:56 +0000 (17:31 +0000)]
use \u2013 for misapplied names

12 years agoupdate concept relationship symbols (#2634) and some cleanup in database.update
Andreas Müller [Wed, 28 Sep 2011 15:20:28 +0000 (15:20 +0000)]
update concept relationship symbols (#2634) and some cleanup in database.update

12 years agoserver side fix for #2609 (Implement Concept Relationships for Dataportal)
Andreas Kohlbecker [Wed, 28 Sep 2011 13:26:12 +0000 (13:26 +0000)]
server side fix for #2609 (Implement Concept Relationships for Dataportal)

12 years agosymbols for "All relationships" updated
Andreas Müller [Wed, 28 Sep 2011 11:56:55 +0000 (11:56 +0000)]
symbols for "All relationships" updated

12 years agofixing abbreviatedLabels for #2609 (Implement Concept Relationships for Dataportal)
Andreas Kohlbecker [Wed, 28 Sep 2011 11:39:24 +0000 (11:39 +0000)]
fixing abbreviatedLabels for #2609 (Implement Concept Relationships for Dataportal)

12 years agoSymbols for relations (#2634)
Andreas Müller [Wed, 28 Sep 2011 11:25:58 +0000 (11:25 +0000)]
Symbols for relations (#2634)

12 years agoserver side fix for #2609 (Implement Concept Relationships for Dataportal)
Andreas Kohlbecker [Wed, 28 Sep 2011 11:25:18 +0000 (11:25 +0000)]
server side fix for #2609 (Implement Concept Relationships for Dataportal)

12 years agofixing #2612 (name page broken)
Andreas Kohlbecker [Wed, 28 Sep 2011 07:01:42 +0000 (07:01 +0000)]
fixing #2612 (name page broken)

12 years agoupdate for NameService.delete with hybrid child relation
Andreas Müller [Mon, 26 Sep 2011 16:16:22 +0000 (16:16 +0000)]
update for NameService.delete with hybrid child relation

12 years agoCascade.DELETE hybridChildRelations (#2616)
Andreas Müller [Mon, 26 Sep 2011 15:50:36 +0000 (15:50 +0000)]
Cascade.DELETE hybridChildRelations (#2616)

12 years agojavadoc
Andreas Müller [Mon, 26 Sep 2011 15:29:00 +0000 (15:29 +0000)]
javadoc

12 years agoadd type designations to NameService.delete (open issue: incorrect mapping for typeDe...
Andreas Müller [Mon, 26 Sep 2011 15:09:18 +0000 (15:09 +0000)]
add type designations to NameService.delete (open issue: incorrect mapping for typeDesignations.typifiedNames)

12 years agomake uuidGenus public
Andreas Müller [Mon, 26 Sep 2011 13:26:24 +0000 (13:26 +0000)]
make uuidGenus public

12 years agobugfix for NameService.delete
Andreas Müller [Mon, 26 Sep 2011 12:38:23 +0000 (12:38 +0000)]
bugfix for NameService.delete

12 years agobugfix for NameService.delete with config and tests
Andreas Müller [Mon, 26 Sep 2011 10:59:48 +0000 (10:59 +0000)]
bugfix for NameService.delete with config and tests

12 years agominor
Andreas Müller [Mon, 26 Sep 2011 10:51:56 +0000 (10:51 +0000)]
minor

12 years agobugfix for NameService.delete bug
Andreas Müller [Mon, 26 Sep 2011 10:41:36 +0000 (10:41 +0000)]
bugfix for NameService.delete bug

12 years agonewest changes for INameService.delete
Andreas Müller [Mon, 26 Sep 2011 09:46:11 +0000 (09:46 +0000)]
newest changes for INameService.delete

12 years agoimplement unresolved taxa for BM import
Andreas Müller [Fri, 23 Sep 2011 14:21:52 +0000 (14:21 +0000)]
implement unresolved taxa for BM import

12 years agominor
Andreas Müller [Fri, 23 Sep 2011 14:18:29 +0000 (14:18 +0000)]
minor

12 years agoInclude isPaper and URI in BerlinModelReference Import
Andreas Müller [Fri, 23 Sep 2011 13:12:13 +0000 (13:12 +0000)]
Include isPaper and URI in BerlinModelReference Import

12 years agoisPaper excluded from unclear mappers
Andreas Müller [Wed, 21 Sep 2011 16:34:15 +0000 (16:34 +0000)]
isPaper excluded from unclear mappers

12 years agoadd isPaper as marker
Andreas Müller [Wed, 21 Sep 2011 16:33:33 +0000 (16:33 +0000)]
add isPaper as marker

12 years agoadd validated by and later validated by relationship
Andreas Müller [Wed, 21 Sep 2011 16:24:23 +0000 (16:24 +0000)]
add validated by and later validated by relationship

12 years agofailing test set to ignore as it fails only in suite
Andreas Müller [Wed, 21 Sep 2011 15:02:02 +0000 (15:02 +0000)]
failing test set to ignore as it fails only in suite

12 years agominor
Andreas Müller [Wed, 21 Sep 2011 14:52:49 +0000 (14:52 +0000)]
minor

12 years agoadded URI mapper
Andreas Müller [Wed, 21 Sep 2011 14:44:25 +0000 (14:44 +0000)]
added URI mapper

12 years agoUpdates to BM import to integrate AlgaTerra
Andreas Müller [Wed, 21 Sep 2011 14:29:34 +0000 (14:29 +0000)]
Updates to BM import to integrate AlgaTerra

12 years agominor
Andreas Müller [Wed, 21 Sep 2011 10:52:46 +0000 (10:52 +0000)]
minor

12 years agonext possible bugfix für failing tests
Andreas Müller [Wed, 21 Sep 2011 10:52:33 +0000 (10:52 +0000)]
next possible bugfix für failing tests

12 years agominor
Andreas Müller [Wed, 21 Sep 2011 10:45:15 +0000 (10:45 +0000)]
minor

12 years agonext possible bugfix für failing tests
Andreas Müller [Wed, 21 Sep 2011 10:12:54 +0000 (10:12 +0000)]
next possible bugfix für failing tests

12 years agonext possible bugfix für failing tests
Andreas Müller [Wed, 21 Sep 2011 10:00:28 +0000 (10:00 +0000)]
next possible bugfix für failing tests

12 years agopossible bugfix für failing tests
Andreas Müller [Wed, 21 Sep 2011 09:22:59 +0000 (09:22 +0000)]
possible bugfix für failing tests

12 years agopartly implemented name delete (#2588)
Andreas Müller [Wed, 21 Sep 2011 08:33:51 +0000 (08:33 +0000)]
partly implemented name delete (#2588)

12 years agoNPE in BookSectionCacheStrategy with missing inReference
Andreas Müller [Tue, 20 Sep 2011 16:05:08 +0000 (16:05 +0000)]
NPE in BookSectionCacheStrategy with missing inReference

12 years agoadd exception message
Andreas Müller [Tue, 20 Sep 2011 15:51:37 +0000 (15:51 +0000)]
add  exception message

12 years agoNPE in BookSectionCacheStrategy with missing inReference
Andreas Müller [Tue, 20 Sep 2011 15:18:16 +0000 (15:18 +0000)]
NPE in BookSectionCacheStrategy with missing inReference

12 years agominor
Andreas Müller [Tue, 20 Sep 2011 14:06:34 +0000 (14:06 +0000)]
minor

12 years agoadd override and javadoc to OccrrenceDaoHibernateImpl
Andreas Müller [Tue, 20 Sep 2011 10:49:01 +0000 (10:49 +0000)]
add override and javadoc to OccrrenceDaoHibernateImpl