Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
a1902238 10/22/2007 06:03 PM Markus Döring

use AspectJ to add PropertyChangeSupport to all CdmBase classes

4e83c777 10/19/2007 07:15 PM Markus Döring
1e216ea9 10/17/2007 07:47 PM Andreas Müller
a6519d44 10/17/2007 02:32 PM Andreas Müller
8a517f34 10/16/2007 06:40 PM Andreas Müller
b2400ac8 10/16/2007 06:39 PM Andreas Müller
1555f3ff 10/16/2007 06:22 PM Andreas Müller
cd40a172 10/16/2007 06:22 PM Andreas Müller
daffa9bb 10/16/2007 05:01 PM Andreas Müller

testSuite and pom

90120fa9 10/16/2007 04:03 PM Andreas Müller
369a0b07 10/16/2007 04:02 PM Andreas Müller

move test folder

69e0de07 10/16/2007 03:35 PM Andreas Müller

move log4j props

c3a0648a 10/16/2007 03:35 PM Andreas Müller

move spring config

16de05f7 10/16/2007 03:15 PM Andreas Müller

classpath

aec102c8 10/12/2007 04:51 PM Markus Döring

'causing sontinous trouble. Needs to exist on every working copy individually

fed8de24 10/11/2007 05:01 PM Andreas Müller
419f67cf 10/11/2007 01:23 PM Andreas Müller

.

78e7617b 10/11/2007 01:14 PM Andreas Müller

build and pom

f7351018 10/11/2007 01:13 PM Andreas Müller

launcher

ef77d22a 10/11/2007 01:13 PM Andreas Müller

some corrections

d4ae7660 10/10/2007 07:37 PM Andreas Müller

go to maven

f4686ff2 10/10/2007 06:16 PM Andreas Müller
062eacf3 10/10/2007 06:15 PM Andreas Müller
8656db73 10/10/2007 06:07 PM Andreas Müller

move test/extern to src/test/java/extern

382eb4e4 10/10/2007 06:06 PM Andreas Müller

move test to src/test/java

a7e1d8d4 10/10/2007 06:05 PM Andreas Müller

move source to src/main/java

084d1867 10/09/2007 03:53 PM Andreas Müller

maven pom

ca6f3ac7 10/09/2007 02:25 PM Andreas Müller

return value for saveTaxonName

a95e353e 10/09/2007 02:07 PM Andreas Müller

validation

592388e5 10/09/2007 10:45 AM Markus Döring
3c811fd1 10/05/2007 04:55 PM Markus Döring

added saveOrUpdate method to base IDao and respective implementations

9e784612 10/05/2007 04:34 PM Markus Döring

CDM Event system works with insert registry as separate EventRegistryService

386adeb5 10/05/2007 12:22 PM Markus Döring

catch hibernate insert events and send to CDM listeners registered in the respective service that does the inserts. Needs fixing, cause currently the name service is hardcoded for ALL inserted CDM objects

b5dca615 10/05/2007 12:03 PM Markus Döring

cdm event listeners seem to work!

aa626a84 10/05/2007 11:54 AM Markus Döring
f9812aac 10/05/2007 11:48 AM Markus Döring
6ea5c4bd 10/04/2007 06:59 PM Markus Döring

new hibernate listeners

094d0e3b 10/04/2007 06:19 PM Markus Döring
c2620a1f 10/04/2007 06:05 PM Markus Döring

distinguish between hibernate events and CDM events

e1b206ba 10/04/2007 06:03 PM Markus Döring

clean up. move unused files to new archive directory. changed ant build to also build the test source files.

3b871c69 10/04/2007 06:00 PM Markus Döring

switched from AOP and hardcoded PropertyChangeSupport to Hibernate events and simple custom listeners

d6053d7d 10/04/2007 05:58 PM Markus Döring
cd176ca3 10/04/2007 01:57 PM Markus Döring
afee5be4 10/04/2007 01:52 PM Markus Döring

not required

53d05e63 10/02/2007 08:02 PM Markus Döring

Try to use Hibernate events configured through Spring to fire changes to the model.
See CdmChangeListener

d215a05a 10/02/2007 05:25 PM Andreas Müller

ant launcher

6e16b250 10/02/2007 05:23 PM Andreas Müller

no unnecessary imports

f610a321 10/02/2007 04:58 PM Markus Döring

moved play test functions to test package

51e09a64 10/02/2007 04:52 PM Markus Döring

moved play test functions to test package

b06d2ebf 10/02/2007 04:36 PM Markus Döring

partly removed AOP, introduced generic ServiceBase method to create new CDM objects

e0c79c23 10/02/2007 12:16 PM Markus Döring

removed @Override annotations methods implementing interface definitions. This works only with Java 6.0, but 5.0 complains about it

0c757e00 09/27/2007 07:22 PM Markus Döring

required aspectj libraries taken from spring2.06 with dependencies distribution

e106041b 09/27/2007 06:28 PM Markus Döring