Changeset 5676 for DASISH


Ignore:
Timestamp:
09/25/14 14:15:18 (10 years ago)
Author:
olhsha@mpi.nl
Message:

updated package version in pom, updated CHAGES.txt and UPDATE.txt

Location:
DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend/CHANGES.txt

    r5661 r5676  
    5050ID (UUID) of a resource. At least will help with testing.
    5151
     52September 25, 2014. 1. DASISH schema is now a part of the deployment package, also accessible via
     53the request of the form <server>/SCHEMA/DASISH-schema.xsd.  2. Two API's are added allowing to
     54change annotation/user access mode. 3. The password is now hidden while process of registration
     55of a non-shibboleth user (basic authentication).
    5256
    53 
  • DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend/UPDATE.txt

    r5661 r5676  
    1 This time only webannotator-basic must be updated. It will be used for adjusting the
    2 frontend while the previous shibbolised backend will be still running with the previous version
    3 of the front-end, to be tested by our partners from Tartu.
    41
    5 1. Placing tarball: take the tar-ball of the new  version 1.5, and follow the
     21. Placing tarball: take the tar-ball of the new  version 1.5.2, and follow the
    63standard MPI deployment procedure, for webannotator-basic. 
    74Consult the instructions from INSTALL.txt  about placing war file if you have forgotten.
     
    962. The web.xml stays intact  because currently it is set for basic authentication.
    107
    11 3. The id of one cached representation (used in the welcome jsp page as an example)
    12 must be changed in the database. 
    13 
    14 Since there is no API for changing IDs, dearest latadmin, pls, do it.
    15 
    16 UPDATE cached_representation SET external_id =
    17 'b0d3f18c-eecf-40ea-9979-eecbbdca7d68' WHERE external_id='654809f6-1202-4073-86b8-a1f6fe0f2409';
    18 
    19 This id is already set up in the jsp page, so no changes should be done there.
    20 
    21 4. Nothing is to be update in settings (web.xml, context.xml) and the database.
     83. context.xml (global one). Pls, add 
     9<Parameter name="eu.dasish.annotation.backend.schemaLocation"
     10value="http://lux17.mpi.nl/ds/webannotator-basic/SCHEMA/DASISH-schema.xsd"
     11        override="true"/>
    2212
    2313
  • DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend/pom.xml

    r5674 r5676  
    394394        <netbeans.hint.license>gpl20</netbeans.hint.license> 
    395395        <plugin.license.copyrightYear>2013</plugin.license.copyrightYear>
    396         <project.version>1.5.1</project.version>
     396        <project.version>1.5.2</project.version>
    397397        <shibboleth.version>1.0.4</shibboleth.version>
    398398    </properties>
Note: See TracChangeset for help on using the changeset viewer.