Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
a88578ce 05/02/2018 02:00 PM Andreas Müller

ref #6241 replaced @created by @since in cdmlib

23e22bd1 12/15/2017 11:19 AM Andreas Müller

cleanup

6c1d8f53 10/25/2017 04:10 PM Andreas Kohlbecker

fix #6780 correctly checking for active transaction

d1949857 10/24/2017 05:37 PM Andreas Kohlbecker

Revert "fixing potential memory leak in ConversationHolder, releasing datasource"

this was a bad idea

This reverts commit af2d2d3b380c58b4b823c0921f975d3abae9fdf4.

af2d2d3b 10/24/2017 05:16 PM Andreas Kohlbecker

fixing potential memory leak in ConversationHolder, releasing datasource

1a201420 10/23/2017 03:17 PM Andreas Kohlbecker

avoiding excessive session log entries at INFO level

9b677cc7 07/07/2017 12:02 PM Andreas Kohlbecker

ref #6687 ConversationHolder improvements for pre view based conversation in cdm-vaadin\n - improved logging for multi thread environments\n - configurable default flushMode

aaf1bca4 06/30/2017 12:59 PM Andreas Kohlbecker

ref #6687 fixing bug in ConversationHolder object comparison by == operator and better logging

1c8d6eed 05/05/2017 03:20 PM Andreas Kohlbecker

improving documentation formatting

333e6905 05/05/2017 02:38 PM Andreas Kohlbecker

improving documentation formatting

3dd6c00e 11/23/2015 04:13 PM Andreas Müller

Upgrade to hibernate 5 with persistence tests running #4716

51a3a962 02/26/2015 09:40 AM Cherian Mathew

CdmCacherTest : ignoring for now since we have reverted to using termmaps on server side
ITaxonService, TaxonServiceImpl, ITaxonNodeService, TaxonNodeServiceImpl, INameService, NameServiceImpl,IDescriptionService, DescriptionServiceImpl : added uuid methods and return type as UpdateResult with updatedObjects set...

32b534ef 02/03/2015 03:51 PM Cherian Mathew

ConversationHolderMock : overriding all methods
DeleteConfiguratorBase : now implements serializable

ad5252d9 11/24/2014 05:32 PM Cherian Mathew

removed unwanted service field

fa927d2c 11/21/2014 03:36 PM Andreas Kohlbecker

whitespace

98ca468b 03/17/2014 11:03 PM Andreas Kohlbecker

additional method required to avoid problems which where due to a fix for ticket #3822 (see related commit for taxeditor)

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)

bed13665 06/13/2013 01:22 PM Cherian Mathew

updated to be compatible with hibernate4

d72d5216 04/15/2013 07:36 AM Andreas Müller

hibernate4 update for ConversationHolder (maybe not yet fully ready)

443f1bb1 06/21/2010 01:32 PM Niels Hoffmann

merging the last changes from SPRINT-Cichoriea1 into trunk

c67e904d 01/27/2010 02:14 PM Niels Hoffmann

moved image functionality into the library

79ff3269 01/08/2010 05:41 PM Niels Hoffmann

fixes #1365 and #1366

cfede040 11/06/2009 06:50 PM Niels Hoffmann

fixing a problem with pooled connection that only arose when exceeding maxActive connections

78c2bf74 10/26/2009 01:44 PM Katja Luther

licence comment added

b3715e03 09/21/2009 01:05 PM Niels Hoffmann

changed flush mode to COMMIT. Solves lots of issues regarding hibernate conversations.
added getUuidAndTitleCache methods at service level

54928b3a 09/01/2009 05:41 PM Niels Hoffmann

added ability to delete an object from a conversations persistence context

2b111f60 05/08/2009 06:17 PM Niels Hoffmann

added support to unregister from PostDataChangeListener and some new plugin versions

35726797 04/06/2009 05:51 PM Niels Hoffmann

fixed an issue with pring not correctly handling the datasource after a transaction

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

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

4c18b483 03/25/2009 08:38 PM Niels Hoffmann

moved the Listener/Observer that fires after a CRUD took place into persistence layer

955cbcf2 03/25/2009 06:21 PM Niels Hoffmann

implemented the conversation mediation strategy to propagate changes to the dataset to registered conversation enabled implementors

17ae07e8 03/25/2009 06:15 PM Niels Hoffmann

implemented the conversation mediation strategy to propagate changes to the dataset to registered conversation enabled implementors

6bf9fbb0 03/25/2009 04:17 PM Niels Hoffmann

minor