Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
68d4a034 10/14/2014 01:52 PM Katja Luther
cdf522d1 10/14/2014 01:51 PM Katja Luther
83a84761 10/14/2014 01:49 PM Katja Luther
bfca1fe5 10/14/2014 01:18 PM Patrick Plitzner
  • committed changed classpath
76aa4c25 10/14/2014 12:58 PM Katja Luther
7e9db7b7 10/14/2014 12:50 PM Katja Luther
dcfac373 10/14/2014 12:50 PM Katja Luther
2cb8737e 10/14/2014 12:48 PM Katja Luther
0720dbd0 10/14/2014 12:47 PM Katja Luther
74c62afe 10/13/2014 02:50 PM Katja Luther
0cb5062f 10/09/2014 11:46 AM Katja Luther
2321a544 10/09/2014 11:45 AM Katja Luther
ece45f41 10/06/2014 05:03 PM Cherian Mathew

removing tests since they have moved to eu.etaxonomy.taxeditor.remoting

ed6e20d7 09/04/2014 05:32 PM edit-jenkins

Updated version in config files to 3.3.8-SNAPSHOT

14f96448 09/04/2014 05:06 PM edit-jenkins

Updated version in config files to 3.3.7

4db49a38 08/13/2014 02:07 PM Alexander Oppermann

reintegrated redlist branch into trunk

80168e3c 07/08/2014 03:34 PM edit-jenkins

Updated version in config files to 3.3.7-SNAPSHOT

43c9550c 07/08/2014 03:20 PM edit-jenkins

Updated version in config files to 3.3.6

1568c431 06/27/2014 11:57 AM Cherian Mathew

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

35968f76 06/25/2014 07:24 PM Cherian Mathew

updating ehcache to 2.6.9

20ed1f92 06/25/2014 05:15 PM Cherian Mathew

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.

9d2455d4 05/30/2014 11:51 AM Cherian Mathew

added sourcepath to all cdm libs

eca44d67 05/30/2014 11:12 AM edit-jenkins

Updated version in config files to 3.3.6-SNAPSHOT

652b7ec4 05/30/2014 11:02 AM edit-jenkins

Updated version in config files to 3.3.5

0ca66de4 05/28/2014 03:45 PM Patrick Plitzner
  • checked in previously deleted eclipse jar files (see #4227)
c25f95ef 05/28/2014 11:29 AM Patrick Plitzner
  • checked in previously deleted .classpath file (see #4227)
07f20640 05/21/2014 11:02 AM Patrick Plitzner
  • deleted eclipse jars and .classpath file which are automatically generated by "mvn clean validate" and the eclipse function "Update classpath"
0192c563 05/21/2014 09:57 AM Patrick Plitzner
  • exported missing package
bce192f4 05/21/2014 09:43 AM Patrick Plitzner
  • refactored BioCaseQuery to more generic OccurrenceQuery
    • for import wizard
    • for DataImportEditor
    • exported new cdmlib package structure for gbif and biocase querying in taxeditor.cdmlib
cc87b74b 05/20/2014 12:01 PM Patrick Plitzner
  • Increased version number in .classpath file (should be done automatically by maven)
5463839b 05/14/2014 01:22 PM edit-jenkins

Updated version in config files to 3.3.5-SNAPSHOT

eb72474d 05/14/2014 01:16 PM edit-jenkins

Updated version in config files to 3.3.4

b6665fe8 05/14/2014 10:09 AM Patrick Plitzner
  • reverted unwanted merge of branch code
e331654f 05/14/2014 09:18 AM Patrick Plitzner
  • only allow dragging in DerivateView when view is not dirty
    • added missing methods to transient services
    • exposed dto package in cdmlib project
    • some renaming
07d21e62 05/06/2014 04:45 PM Cherian Mathew

.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...

c4d74fc7 04/23/2014 02:27 PM Patrick Plitzner
  • increased cdmlib version number in .classpath file to 3.3.4
9b2181b1 04/16/2014 05:26 PM edit-jenkins

Updated version in config files to 3.3.4-SNAPSHOT

89fe0b43 04/16/2014 05:21 PM edit-jenkins

Updated version in config files to 3.3.3

2a5ff173 04/11/2014 05:37 PM edit-jenkins

Updated version in config files to 3.3.3-SNAPSHOT

f4e55c0a 04/11/2014 05:30 PM edit-jenkins

Updated version in config files to 3.3.2

f98139df 04/09/2014 04:19 PM Cherian Mathew

CdmPersistentRemoteSource : implemented all source methods including save and delete
CdmRemoteSourceException : new exception to deal with cdm source errors
CdmRemoteSourceBase : added default constructor

aaa98ab4 04/09/2014 04:16 PM Cherian Mathew

CdmApplicationRemoteController : directly loads CdmApplicationRemoteConfiguration bean and sets configuration in hibernate classes
CdmApplicationRemoteConfiguration : no longer need the bean name hack due to update in CdmApplicationRemoteController

3ffe0a32 04/09/2014 04:15 PM Cherian Mathew

isRemoting is no longer based on a bean in the application context, but
the type of cdm source

da2857b1 04/09/2014 04:13 PM Cherian Mathew

isRemoting is no longer based on a bean in the application context, but
the type of cdm source

388959b4 04/09/2014 04:09 PM Cherian Mathew

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

0cceec9e 04/04/2014 06:09 PM Cherian Mathew

added new remote package

d0fbe90d 04/04/2014 05:42 PM Cherian Mathew

comments and javadoc

98754a9b 04/04/2014 11:28 AM Cherian Mathew

Adding CDM Remote Source set of classes to allow editor to connect to a remote cdmserver

0d17eac3 04/04/2014 11:27 AM Cherian Mathew

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...

ddad535f 03/31/2014 02:19 PM Patrick Plitzner
  • fix cdmlib version number in .classpath (why does maven not generate this anymore?)
    • added "molecular" package to exported packages
    • organize imports for new molecular services
ba88761a 03/28/2014 06:01 PM edit-jenkins

Updated version in config files to 3.3.2-SNAPSHOT

d3e06bb1 03/28/2014 05:28 PM edit-jenkins

Updated version in config files to 3.3.1

871f7f61 03/20/2014 04:20 PM Cherian Mathew

added more tests for both lazy loading entities and collections

cd0864d0 03/13/2014 10:24 PM Cherian Mathew

adding missing manifest file

ddf2f529 03/13/2014 09:23 PM Cherian Mathew

setting application configuration and boolean remoting flag (bean) in hibernate proxy classes to differentiate local and remoting

e05cba4e 03/13/2014 04:09 PM Andreas Kohlbecker

removing unavailable extension eu.etaxonomy.cdm.remote.controller.csv

de168514 03/13/2014 04:00 PM Cherian Mathew

added remote collection method checks in addition to local for lists and sets

a3044475 03/13/2014 10:00 AM Cherian Mathew

added test class for persistent collections and also a base class for configuringsetting up remote configuration.

68153e8d 03/12/2014 03:24 PM Cherian Mathew

added call to remoting with correct check

cd9e44c1 02/25/2014 09:03 AM Cherian Mathew

disabling remoting calls untill further investigation

07e4e710 02/20/2014 05:37 PM Cherian Mathew

RemoteLazyLoadingTest : Creating application configuration programmatically
AbstractPersistentCollection, AbstractLazyInitializer : Copied aspect code here
CdmApplicationRemoteConfiguration : overriding datasource since it is not required in remoting
remotingApplicationContext : added autowiring config

45716169 02/19/2014 03:52 PM Andreas Kohlbecker

RolesSourceProvider to enable activities by cdm roles and protecting bulkeditors and term editors - #4055 (action enablement adapts to the users granted authorities)

3692b5bf 02/19/2014 03:52 PM Andreas Kohlbecker

base implementation and configuration for securing the editor - #4055 (action enablement adapts to the users granted authorities)

aa4df8f7 02/18/2014 01:33 PM Cherian Mathew

updaed build properties to include source / resource files when packaging with maven

22759920 02/14/2014 05:53 PM Cherian Mathew

CdmApplicationRemoteConfiguration : added GeoService and @Component bean name
remotingApplicationContext : exclude CdmApplicationDefaultConfiguration from comp scan
remoting_services_security : cosmetic
httpInvokerServiceClients : added editGeoService
config.properties : corrected context path...

a500a93f 02/13/2014 01:08 PM Cherian Mathew

reverting cdm application / controller refactoring and simply extending the CdmApplicationRemoteConfiguration class
by throwing UnsupportedOperationException for methods that are not supported by remoting

def92f17 02/12/2014 05:58 PM Cherian Mathew

removing aspetcj capability and reverting to default

73de892e 02/12/2014 05:54 PM Cherian Mathew

changed package name to be consistent with cdmlib
remotingApplicationContext.xml : cleaning up component scan

8a93d57d 02/12/2014 03:25 PM Cherian Mathew

removing Transient annotation - not required

f6eae72a 02/12/2014 01:48 PM Cherian Mathew

erging from remoting-1.0 branch

  • adding new confugration / controller classes for remoting
  • adding aspect and related aop.xml config file
  • added aspect and spring remoting jars
  • updated manifest , pom and classpath for the new dependencies
80f66673 02/12/2014 01:27 PM Katja Luther

move ChangeConceptToSynonym business logic from editor operation to service layer

77d74526 01/29/2014 03:41 PM Patrick Plitzner
  • added persistence sources
3f81dcb0 01/28/2014 01:17 PM Patrick Plitzner
  • increased version number
    • added sources
f6926ee9 01/24/2014 01:59 PM edit-jenkins

Updated version in config files to 3.3.1-SNAPSHOT

bf61d25f 01/22/2014 04:28 PM Patrick Plitzner
  • removed specific source code path
05e64466 01/21/2014 09:33 AM Patrick Plitzner
  • added cdmlib sources
c167b004 01/20/2014 09:58 AM Patrick Plitzner

merge-update fixes

59608b88 01/20/2014 09:51 AM Patrick Plitzner

merge-update from trunk

897d0d02 01/16/2014 10:14 AM edit-jenkins

Updated version in config files to 3.3.0

cdc0de6a 12/11/2013 11:41 AM Patrick Plitzner
  • removed incorrect cdmlib dependencies
60f1fa2b 10/22/2013 01:09 PM Patrick Plitzner
  • add sources to classpath
7668756c 10/22/2013 09:07 AM Patrick Plitzner

merge-update from trunk

503a90d0 10/22/2013 09:03 AM Patrick Plitzner
  • removed unused berlin model imports
5966c200 10/16/2013 10:27 AM Patrick Plitzner

merge-update from trunk

156912da 10/16/2013 10:27 AM Patrick Plitzner
  • added cdmlib source code to classpath
a539e187 10/16/2013 09:36 AM Patrick Plitzner

merge-update from trunk

ad685701 10/16/2013 09:35 AM Patrick Plitzner

merge-update from trunk

956490c2 10/16/2013 09:28 AM Patrick Plitzner
  • removed source code attachment for personal folder
3c939d69 10/14/2013 03:57 PM Andreas Kohlbecker

updating to latest eclipse rcp indigo jars

bec9df5a 10/08/2013 01:39 PM Patrick Plitzner

merge-update from trunk

4bb0a32b 10/08/2013 01:23 PM Patrick Plitzner
  • fixed org.hamcrest dependency error which occurs when doing a fresh set up of the editor workspace
9d9682a7 10/01/2013 10:37 PM Andreas Kohlbecker

undoing last commit

8c19f965 10/01/2013 10:24 PM Andreas Kohlbecker

local eclipse version specific dependecy changes

544878ef 09/26/2013 03:55 PM Patrick Plitzner
  • DataImportSpecimenEditorInput now call cdmlib-ext to query BioCASE provider and calls cmlib-io to use ABCD-import for converting ABCD into SpecimenOrObservationBase objects
    • implemented TransientCdmRepository an TransientOccurenceService for that
d748f4f4 09/25/2013 05:23 PM Patrick Plitzner

merge-update from trunk

27f5197f 09/25/2013 04:43 PM Cherian Mathew

adapting to latest model changes for change of package

6fb3c431 09/25/2013 04:23 PM Cherian Mathew

Updated version in config files to 3.3.0-SNAPSHOT

46c12f49 09/25/2013 04:07 PM Cherian Mathew

reintegrated model changes from branch 3.3-MC-SNAPSHOT

b623f722 09/25/2013 11:11 AM Patrick Plitzner

merged trunk into branch

52198e03 09/24/2013 11:24 AM Patrick Plitzner

merge-update from trunk