Advanced search
ECI Online Collection Software (OCS) solution, setup help
Hi all Can anyone here provide help regarding installing and implementing "ECI Online Collection Software (OCS) solution" [https://joinup.ec.europa.eu/solution/eci-online-collection-software-ocs/releases]. The documentation seems unclear and I am having all sorts of difficulties.
DISCUSSIONCreated: 14/01/2019Updated Date: 14/01/2019
SYN-48 Possible inconsistencies when aggregating fragments
In specific cases, consuming a snapshot with sequence number n and the subsequent fragments (n+1,.., n+m) leads to different foreign data in the MIDB than consuming the snapshot n+m. Clarification: this occurs when fragments do not hold all information about the entity that has been updated. E.g…
DISCUSSIONCreated: 18/12/2012Updated Date: 18/12/2012
SYN-47 Explicit Subscription for Notifications
In release 2.0, the Syndication Interface module sends notifications about new fragments or snapshots to all Syndication modules in the local copy of the SPOCS TL. As documented in D1.4 Software Architecture Description, version 2.0, Section 3.2.2, Ad 1, it would be beneficial to include an explicit…
DISCUSSIONCreated: 18/12/2012Updated Date: 18/12/2012
SYN-46/ESE-47 Consolidated Configuration
The modules of release 2.0 use multiple configuration files. They also use part of the syndication database for configuration. Consolidating configuration in just one or two managed objects would simplify system management. Component Code Category improvement
DISCUSSIONCreated: 18/12/2012Updated Date: 18/12/2012
ESE-46 More Robust Retry Mechanism for Sending Notifications Remotely
The WP4 routing library that the Syndication Interface module uses for sending notifications to remote Aggregation modules simply writes failures to deliver these notifications into a retry file. The implementation of release 2.0 does not use this information to try to re-send the notifications…
DISCUSSIONCreated: 18/12/2012Updated Date: 18/12/2012
ESE-14 Transformation API to return entity loading status (inserted/updated/noop)
There is no way to tell from transformation API what happend with object passed to loadXXX(...) method: was it inserted/updated/no changes. For example, methods could return status code... Component Code Category improvement
DISCUSSIONCreated: 18/12/2012Updated Date: 18/12/2012
ESE-26 More Robust Retry Mechanism for Sending Notifications Locally
The Transformation module sends a notification to the Syndication Interface module whenever it successfully updates the national information in the MIDB. This mechanism, however, is not completely robust. For instance, once the update to the MIDB has been made and the database transaction has been…
DISCUSSIONCreated: 18/12/2012Updated Date: 18/12/2012
SYN-6 The list of existing syndication servers
It is advisable to have access to the actual list of known syndication servers parameters. It should be possible to retrieve that list in the Aggregation module from the SPOCS TL. This improvement has been added to the development user story backlog. It has not been decided in which future release…
DISCUSSIONCreated: 18/12/2012Updated Date: 18/12/2012
SYN-44 A NonUniqueObjectException is thrown when you trying to retrieve two consecutive snapshots.
Fixed in Syndication/trunk. Component Code Category bug
DISCUSSIONCreated: 18/12/2012Updated Date: 18/12/2012
SYN-43 The Admin UI returns HTTP error 500 when trying to process a notification of a fragment that is not published
The admin UI should display a user friendly message (that indicates that the fragment is not published) instead of the ugly "internal error 500" page Component Code Category bug
DISCUSSIONCreated: 18/12/2012Updated Date: 18/12/2012
EDO-22 Multi-payload OCD verification is very slow due to multiple retrieving of TSL
During verification of multi-payload OCD TSL is retrieved multiple times: 1. TSL is retrieved for each payload document (should be not retrieved more than once for whole OCD) 2. For 2nd and subsequent payload documenst TSL is retrieved multiples times . 2 times for 2nd, 3 times for 3rd, etc... See…
DISCUSSIONCreated: 04/12/2012Updated Date: 04/12/2012
EDO-23 OCDAuthenticationModule.verify() throws java.util.ConcurrentModificationException in multithreaded environment
Note that we construct new OCDAuthenticationModule for each validation: is = new FileInputStream(file); OCDAuthenticationModule module = new OCDAuthenticationModule(); Document statusDoc = module.verify(is); Full source of our method: eu.spocseu.semantic.validator.ocd.OcdExtractor…
DISCUSSIONCreated: 04/12/2012Updated Date: 04/12/2012