PubMan 6 1

From MPDLMediaWiki
Jump to navigation Jump to search

This is a protected page.

Restricted Access to MPDL

This page shall contain every change that is made during a qa release of the version mentioned above. If it's not here, it never happened!

PubMan 6.1 Release[edit]

Affected Servers[edit]






PubMan EAR[edit]

PubMan Properties[edit]

  • new property: escidoc.cone.subjectVocab (for the indication which controlled vocabs are displayed as browse by). Current value = ddc
  • new property: escidoc.framework_access.login.url (to be used to login to escidoc-core)

Core Infrastructure[edit]

the current version of escidoc-core used for this release is 1.2RC1. all below mentioned changes have to be applied to all affected servers.

  • Fedora
    • the version of Fedora has to be 3.2.1
    • the fedora-3.2-fix01-installer.jar delivered by FIZ creates an entry in the fedora.fcfg file,

which prevents Fedora to be started. Inside the <datastore id="localPostgreSQLPool"> section, the patrameter

   <param name="ddlConverter" value="de.escidoc.core.common.business.fedora.mptstore.PostgresDDLGenerator"/>

has to be set to

   <param name="ddlConverter" value="fedora.server.utilities.PostgresDDLConverter"/>
  • JBoss
    • the applicxation server has to be updated with a new patch (delivered by FIZ)
  • FOXML
    • switching from escidoc-core 1.1 to 1.2 requires a migration of the Fedora FOXML files
    • the migration procedure delivered by FIZ has to be tested thoroughly!!!
    • see also Core database ...

Core Properties[edit]

Change Property for Lucene Indexing stylesheet:

gsearch.escidoc.indexingStylesheet = http://escidoc1.escidoc.mpg.de/resources/searchIndexDefinition/mpdlEscidocXmlToLucene_1.2.xslt

Core Database[edit]

  • Migration 1.1 to 1.2
    • a database migration is required!
    • migration procedure delivered by FIZ has to be tested thoroughly!

Common Services[edit]

  • the following modules have been updated and reflect all schema and interface changes:
    • framework_access
    • common_logic
    • common_logic_ear
  • all three modules completed all our current unit- and integration tests successfully.

Validation Database[edit]

CoNE Database[edit]

  • add "image/bmp" to mimetypes and escidocmimetypes

Data Migration[edit]

  • Check if PubMan Import Task Content-Model is present (escidoc:importtask1), otherwise create one and add to properties (escidoc.import.task.content-model).

eSciDoc Admin[edit]