Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
9422faca 02/17/2020 02:07 PM Andreas Kohlbecker

ref #8812 option for measuring remoting method execution duration

0e2ba0e1 10/17/2019 12:17 PM Katja Luther

adapt defaultApplicationContext to moved longRunningService

ca82cffd 10/17/2019 12:09 PM Katja Luther

move longrunningService to service

85bfea3a 07/24/2019 11:11 AM Andreas Müller

ref #6794 add TermTreeService and TermNodeService to httpInvokerServices

36476e4c 07/12/2018 04:58 PM Andreas Kohlbecker

ref #7550 adding CdmUserHelper and interfaces in cdmlib (commit also contains a new conroller helper method)

f64f6d1b 06/07/2018 04:16 PM Andreas Kohlbecker

removing useless component scan for eu/etaxonomy/cdm/search

32dc6dc8 05/09/2018 03:08 PM Andreas Müller

ref #7405 update httpInvokerServices id for httpDescriptiveDataSetService

db727ae6 05/09/2018 01:21 PM Andreas Müller

fix #7405 Rename WorkingSet to DescriptiveDataSet

fdb3f084 05/07/2018 11:24 AM Katja Luther

add new longRunningTasksService for monitored operations

940e93a1 04/19/2018 02:15 PM Andreas Kohlbecker

fix #7354 DerivedUnitConverter handled typeDesignations correctly and abstains from persising anything

bc14dee7 01/16/2018 03:39 PM Patrick Plitzner

ref #2335 Revert reverted workings set services changes

61483b42 12/14/2017 08:32 PM Andreas Kohlbecker

ref #7114 DerivedUnitConverter now deletes convertion sources:

  • DerivedUnitConverterFactory intoduced
  • DerivedUnitConverterFactory as spring bean in all appcontexts
  • tests adapted
9dc896c9 06/03/2017 07:18 PM Andreas Müller

fix #6368 rename table and class TaxonNameBase

e6d7b501 06/03/2017 07:17 PM Andreas Müller

ref #6368 remove TaxonNameBase subclasses

7e4c5c5b 02/17/2017 10:53 AM Katja Luther

ref #6262: adding funtionality to library to access rights for selection dialog

7a0bcdb6 02/03/2017 12:21 PM Andreas Kohlbecker

ref #2939 refactoring CdmCacher to use cachemanger spring bean - not fully working yet

090cb34e 09/30/2016 04:09 PM Katja Luther

specimen import/search changes

92e52208 09/13/2016 11:48 AM Katja Luther

ref #5969: add PreferenceService to applicationController

8b8385d3 03/30/2016 01:46 PM Patrick Plitzner

Add IEventBaseService to application controller #5403

2b63f911 02/24/2016 04:23 PM Andreas Kohlbecker

removing all (almost all) spy6 references and dependencies

af99b899 02/24/2016 02:43 PM Andreas Kohlbecker

cosmetics

3fcea38e 01/06/2016 11:31 AM Andreas Müller

Update dependencies to the latest versions (except for lucene) #4716

8c34728e 11/23/2015 04:13 PM Andreas Müller

Update to hibernate 5 for cdmlib-io #4716

2638be38 11/23/2015 04:13 PM Andreas Müller

migrate to hibernate 5 for cdmlib-services and cdmlib-ext #4716

  • (except for hibernate search tests)
  • including new spring-config structure
68573bd1 11/23/2015 04:10 PM Andreas Müller

Upgrade to spring 4.2.2, spring-security 4.0.2 and latest hibernate
validator #4716 and #4702

8a386b2c 11/23/2015 04:10 PM Andreas Müller

Upgrade to spring 4.2.2, spring-security 4.0.2 and latest hibernate
validator #4716 and #4702

c2cac51d 11/20/2015 06:45 PM Cherian Mathew

#5000 Add new metadata service

3087df1b 10/27/2015 04:24 PM Cherian Mathew

#5297 Refactor ProgressMonitorController, Add Remoting Progress monitor

#5297 Add progress monitor service, Add test services

#5297 Add monit import method

#5297 Update no. of work units

#5297 Add new thread class for remoting monitors

#5297 Add owner field to monitor thread and user checks in service...

47a71285 10/26/2015 06:14 PM Cherian Mathew

#5349 Add http invoker service config files to cdmlib-ext (for editgeo service) and cdmlib-io (currenlty empty)

c0444628 09/07/2015 06:14 PM Cherian Mathew

Add primer / amplification service to remoting

37380884 08/04/2015 06:29 PM Cherian Mathew

#5129 Extend export classes to allow for remote exports

1c5592bf 07/20/2015 10:53 AM Cherian Mathew

#5067 Add sequence service to httpinvoker list

933331e0 06/26/2015 11:24 AM Cherian Mathew

#5032 Add new test service for remoting clients

a743d2da 06/18/2015 11:14 AM Cherian Mathew

IUserService, UserService : added db check methods
remoting-services : moved database service to be included in security filter

6f79ba7b 06/12/2015 12:26 PM Cherian Mathew

CdmCacher : corrected initializing of default cache
defaultApplicationContext : replaced component scan of cache with specific bean initialization

74400e6b 03/19/2015 02:53 PM Andreas Müller

merge validation2 and model 3.5 into trunk

d9848104 02/02/2015 02:35 PM Cherian Mathew

DeleteResult : made serializable
remote-security : added remoting url intercept
remoting-services : made user service public
web.xml : added filter chain for securing remoting services

38ff1a2b 01/26/2015 01:54 PM Cherian Mathew

PolytomousKey, PolytomousKeyNode : Added merge to cascade annotation
cdmlib-remote-servlet.xml, ConcurrentSessionTest.java : spelling checks
CdmCacher : made cache lement getter methods public
remoting-services.xml, httpInvokerServices : added new services

9020c13d 01/08/2015 04:34 PM Andreas Müller

merge cdmlib-service from validation branch to trunk

03aae089 11/18/2014 09:52 AM Cherian Mathew

ICdmCacher, DefaultTermInitializer : added comments
CdmCacher : added code to disallow null values in cache and moved term initialisation code to specific subclass
CdmDaoCacher : replaced with specialised CdmTermCacher
defaultApplicationContext : removed remoting exception

93f50b5e 06/25/2014 04:32 PM Cherian Mathew

First commit for the CDM Caching api
ICdmCacher, CdmCacher : CDM Cache class based on Ehcache
defaultApplicationContext.xml : added cache package to be component scanned
DefinedTermBase : new set/getCdmCacher method to make cacher available to term classes...

b746bb33 04/03/2014 03:58 PM Cherian Mathew

updated IPrimer service settings

d543fd4d 02/14/2014 05:47 PM Cherian Mathew

CdmApplicationDefaultConfiguration : moved autowiring for sessionFactory and transactionManager from members to set functions
to allow for remoting
CdmApplicationController : catching UnsupportedOperationException for database service call to allow for remoting...

786243b3 02/14/2014 12:16 PM Cherian Mathew

refactoring http invoker section to a separate config file to make it easy to test / switch to / from remoting

29ab3449 02/12/2014 02:10 PM Cherian Mathew

httpInvokerServices : remoting services spring config file
ConversationHolder : constructor made protected for ConversationHolderMock
ConversationHolderMock : empty conversation holder for remoting
cdmlib-remote-servlet.xml : added http invoker service configuration (currently commented)

ff33651f 11/27/2013 10:43 PM Andreas Müller

update schema location

66fc352a 04/10/2013 03:35 PM Andreas Müller

fix spring security version and some other minor dependency issues

a13c5f66 03/16/2013 01:30 AM Andreas Müller

Hibernate 4 migration. All test running except for SDDImport (Out of memory)

f53f71bf 03/01/2013 05:42 PM Andreas Kohlbecker

solving application context problem

9f52d1e1 02/28/2013 06:25 PM Andreas Kohlbecker

CdmApplicationDefaultConfiguration bean explicite in app context config

7e19bd57 10/23/2012 08:40 AM Andreas Kohlbecker

fixing FirestDataInterter for non security contexts

f276371a 10/23/2012 08:40 AM Andreas Kohlbecker

using run-as authentication in firstDataInserter

89cf694f 10/23/2012 08:40 AM Andreas Kohlbecker

more genric way to insert first data (metadata, admin, ROLE_ADMIN)

b5733efd 09/24/2012 01:41 PM Andreas Kohlbecker

rest service progress monitor refactored

33f965bb 09/20/2012 06:59 PM Andreas Kohlbecker

test for TaxonService.findByFullText() successful

6e30169a 09/19/2012 09:52 AM Andreas Kohlbecker

reverting erroneously commits r16027 to r16031

d8e87e11 09/18/2012 11:15 PM Andreas Kohlbecker

test for TaxonService.findByFullText() successful

0ee1155e 09/11/2012 09:50 AM Andreas Kohlbecker

cleaning up spring context configuration

121638ab 09/10/2012 08:14 AM Andreas Kohlbecker

more security testing

adfc2cab 09/08/2012 10:00 AM Andreas Kohlbecker

reverting last commit - will be committed again later

08582061 09/07/2012 04:42 PM Andreas Kohlbecker

merging in git branch 'methodSecurityExpressions' and resolving conflict in SecurityTest.java

bce1dda8 06/15/2012 01:03 PM Katja Luther

security stuff

8970bfdf 03/09/2012 10:29 AM Andreas Kohlbecker

minor change in p6spy.properties - using default log file

21f57e0b 02/09/2012 06:07 PM Andreas Kohlbecker

using TesingTermInitializer also in services, needs own TermsDataSet. Also fixing some testdataSets. And logging improvements

315f9a96 02/08/2012 07:56 PM Andreas Kohlbecker

Merging r13268 through r14040 from trunk/cdmlib into branches/cdmlib-unitils3

d8a278ed 02/08/2012 04:40 PM Andreas Kohlbecker

first attempt in fixing test environment for cdmlib-services

22a09e94 12/21/2011 04:09 PM Andreas Kohlbecker

lucene search: multi instance configuration fixed, native lucene search, ....

d54feef2 09/06/2011 02:52 PM Niels Hoffmann
9be06fc9 08/22/2011 05:02 PM Niels Hoffmann

I changed the 'relativePath' property to a value that makes a little bit more sense. I tested this on other machines and di not run into problems.

488f62cc 08/15/2011 05:23 PM Andreas Müller

change comment on moved component scan for ext

8de80607 07/18/2011 05:50 PM Andreas Kohlbecker

fixing #1925 (CICHORIEAE taxon tree order of taxa and bastards)
and also moving ITaxonNodeComparator into model

9cdb4588 06/22/2011 10:06 AM Katja Luther

sync trunk

1d6bc341 06/21/2011 12:41 PM Katja Luther

adding permission handling and writing a test for usermanagement

65bfe0fe 03/24/2011 04:19 PM Andreas Kohlbecker

excluding special imports from component scan 2

b1cb49df 03/24/2011 03:49 PM Andreas Kohlbecker

excluding special imports from component scan

070d8fe4 10/11/2010 01:40 PM Niels Hoffmann

Changed exception handling

acfcfb14 08/05/2010 07:10 PM Niels Hoffmann

Created a new FeatureNodeService. For some reason this service is not covered by a component-scan and the bean has to be instantiated (quasi) manually.

892efc69 06/16/2010 05:30 PM Andreas Kohlbecker

merging /branches/cdmlib/SPRINT-Chichorieae1/ to trunk

a784f00f 03/10/2010 12:00 PM Katja Luther

merge cate-development2 branch with trunk

c4e812bc 10/07/2009 02:07 PM Ben Clark

Merged in changes from cate-development branch and upgraded to spring 3.0.0.RC1

0fd8da29 09/07/2009 06:32 PM Niels Hoffmann

removed component scan of ext from default application context

a1dd747e 09/01/2009 05:45 PM Niels Hoffmann

minor

f4cfc931 06/23/2009 12:50 PM Niels Hoffmann

Added methods concerning taxonomic tree to taxon service.

24bf2cca 06/16/2009 07:31 PM Andreas Müller

UserService -> ApplicationController

fc83c486 04/01/2009 11:42 AM Niels Hoffmann

Fixed a couple of bugs that arose when switching eclipse-plugin to cdm 2.1

c2f269f9 03/25/2009 03:20 PM Andreas Kohlbecker

svn keyword property "Id" added

7a1d87e3 03/19/2009 05:29 PM Anahit Babadshanjan

Merged branches/cdmlib/2.0 changes r5130:5370 into the trunk

6dc51956 02/25/2009 01:54 PM Ben Clark

Committing large number of changes relating to versioning implementation (#108), plus lsid resolution services

8fc43d1c 02/17/2009 08:03 PM Andreas Müller

exclude spelling

b9ba6e52 02/17/2009 11:08 AM Andreas Müller

minor

ac09e841 02/16/2009 07:28 PM Andreas Müller

changed defaultApplicationContext

05dc472b 02/16/2009 05:33 PM Andreas Müller

exclude authentication manager from defaultApplicationContext

13422b4b 02/12/2009 03:51 PM Andreas Müller

newcdmlib-services -> new appContext configuration and fixes in tests

ad8e485b 01/30/2009 01:25 AM Andreas Müller
d57c0df0 01/05/2009 01:07 PM Ben Clark

Implemented additional service methods as part of #466. Ported Pager interface and implementations, refactored integration tests

d7646495 03/05/2008 05:14 PM Markus Döring
5d488fcd 03/04/2008 04:08 PM Markus Döring
6e8bbdca 03/04/2008 11:47 AM Markus Döring
50c33996 03/04/2008 11:42 AM Markus Döring
0cbbdc50 01/31/2008 04:18 PM Andreas Müller