ref #8812 option for measuring remoting method execution duration
adapt defaultApplicationContext to moved longRunningService
move longrunningService to service
ref #6794 add TermTreeService and TermNodeService to httpInvokerServices
ref #7550 adding CdmUserHelper and interfaces in cdmlib (commit also contains a new conroller helper method)
removing useless component scan for eu/etaxonomy/cdm/search
ref #7405 update httpInvokerServices id for httpDescriptiveDataSetService
fix #7405 Rename WorkingSet to DescriptiveDataSet
add new longRunningTasksService for monitored operations
fix #7354 DerivedUnitConverter handled typeDesignations correctly and abstains from persising anything
ref #2335 Revert reverted workings set services changes
ref #7114 DerivedUnitConverter now deletes convertion sources:
fix #6368 rename table and class TaxonNameBase
ref #6368 remove TaxonNameBase subclasses
ref #6262: adding funtionality to library to access rights for selection dialog
ref #2939 refactoring CdmCacher to use cachemanger spring bean - not fully working yet
specimen import/search changes
ref #5969: add PreferenceService to applicationController
Add IEventBaseService to application controller #5403
cosmetics
Update to hibernate 5 for cdmlib-io #4716
migrate to hibernate 5 for cdmlib-services and cdmlib-ext #4716
Upgrade to spring 4.2.2, spring-security 4.0.2 and latest hibernate validator #4716 and #4702
#5000 Add new metadata service
#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...
#5349 Add http invoker service config files to cdmlib-ext (for editgeo service) and cdmlib-io (currenlty empty)
Add primer / amplification service to remoting
#5129 Extend export classes to allow for remote exports
#5067 Add sequence service to httpinvoker list
#5032 Add new test service for remoting clients
IUserService, UserService : added db check methods remoting-services : moved database service to be included in security filter
CdmCacher : corrected initializing of default cache defaultApplicationContext : replaced component scan of cache with specific bean initialization
merge validation2 and model 3.5 into trunk
DeleteResult : made serializable remote-security : added remoting url intercept remoting-services : made user service public web.xml : added filter chain for securing remoting services
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
merge cdmlib-service from validation branch to trunk
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
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...
updated IPrimer service settings
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...
refactoring http invoker section to a separate config file to make it easy to test / switch to / from remoting
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)
update schema location
fix spring security version and some other minor dependency issues
Hibernate 4 migration. All test running except for SDDImport (Out of memory)
solving application context problem
CdmApplicationDefaultConfiguration bean explicite in app context config
fixing FirestDataInterter for non security contexts
using run-as authentication in firstDataInserter
more genric way to insert first data (metadata, admin, ROLE_ADMIN)
rest service progress monitor refactored
test for TaxonService.findByFullText() successful
reverting erroneously commits r16027 to r16031
cleaning up spring context configuration
more security testing
reverting last commit - will be committed again later
merging in git branch 'methodSecurityExpressions' and resolving conflict in SecurityTest.java
security stuff
using TesingTermInitializer also in services, needs own TermsDataSet. Also fixing some testdataSets. And logging improvements
Merging r13268 through r14040 from trunk/cdmlib into branches/cdmlib-unitils3
first attempt in fixing test environment for cdmlib-services
lucene search: multi instance configuration fixed, native lucene search, ....
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.
change comment on moved component scan for ext
fixing #1925 (CICHORIEAE taxon tree order of taxa and bastards) and also moving ITaxonNodeComparator into model
sync trunk
adding permission handling and writing a test for usermanagement
excluding special imports from component scan 2
excluding special imports from component scan
Changed exception handling
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.
merging /branches/cdmlib/SPRINT-Chichorieae1/ to trunk
merge cate-development2 branch with trunk
Merged in changes from cate-development branch and upgraded to spring 3.0.0.RC1
removed component scan of ext from default application context
minor
Added methods concerning taxonomic tree to taxon service.
UserService -> ApplicationController
Fixed a couple of bugs that arose when switching eclipse-plugin to cdm 2.1
svn keyword property "Id" added
Merged branches/cdmlib/2.0 changes r5130:5370 into the trunk
Committing large number of changes relating to versioning implementation (#108), plus lsid resolution services
exclude spelling
changed defaultApplicationContext
exclude authentication manager from defaultApplicationContext
newcdmlib-services -> new appContext configuration and fixes in tests
Implemented additional service methods as part of #466. Ported Pager interface and implementations, refactored integration tests