*** gPM 1.8.2 - Patch 1 ***
o Pre-requisites
- gPM v1.8.2 deployed
o Into the folder WEB-INF/lib
- Replace the file 'gPM-services-ui-web-1.8.2.jar' by the one of the patch 'gPM-services-ui-web-1.8.2-p1.jar'.
- Replace the file 'gPM-services-business-1.8.2.jar' by the one of the patch 'gPM-services-business-1.8.2-p1.jar'.
- Replace the file 'gPM-services-dao-1.8.2.jar' by the one of the patch 'gPM-services-dao-1.8.2-p1.jar'.
- Replace the file 'gPM-services-webservices-1.8.2.jar' by the one of the patch 'gPM-services-webservices-1.8.2-p1.jar'.
o Into the folder WEB-INF
- Replace the file 'web.xml' by the one of the patch 'web.xml'.
o Into the folder WEB-INF/flows
- Replace the file 'main-flow.xml' by the one of the patch 'main-flow.xml'.
* New features:
o DM 319
- A performance analyzer has been addedd. It can be activate by:
* Adding on the file log4j.properties, the line: log4j.logger.org.topcased.gpm.business.performance=debug, TopGDM_File.
* Adding on the file config.properties, the property "performanceAnalyzeLevel" (value beetween 0 and 5).
* Fixed bugs:
o Bug 102
- During an import : a user, with the global admin role, can perform all the transitions.
- The problem of access rights on link navigation beetween products has been fixed.
o Bug 105
- The error throws by the WebServices, when a sheet is not found, becomes an InvalidIdentifierException (instead of a GDMException).