05.10.2009

WGA 4.1.11 ab sofort verfügbar
by Oliver Weise
Categories: general, server

Das Wartungs-Release steht wie üblich im Download-Bereich der IG-Website zur Verfügung.

Die Release-Notes:

Release 4.1.11
Bugfix: Title path URL may point to a document of different language than some path documents imply
The following situation:
A Title Path should point to an english document which is also available as german document. Both have equal titles
The ancestor documents have differing titles which is why the title path of both documents are different
Although the title path contains english document titles the document which is shown is german, because the last path part is ambivalent

This behaviour was introduced with B00004E12, which allows usage of all languages further down the path.
Bugfix: Storing WGA configuration "dismanages" information for currently running jobs
When a scheduler job is currently running and the WGA configuration gets updated (via WGA Manager for example) this somehow "loses" information about the currently running job:

The Job is no longer marked "running" on the admin page
The log of the current run cannot be displayed on the admin page. Instead a log of a previously completed run of this job may be shown.

Bugfix: WGDocument.hasFile(fileName) on domino documents is case sensitive
While all other functionalities regarding file attachments in WGA are case-insensitive the hasFile()-method of domino documents is case sensitive.

This results in hasFile("filename") returning false when the file was attached in different case than the one given, while a getFileData("filename") with the same filename would return the data.

Release 4.1.10 Patch 2 (in 4.1.11 enthalten)
Bugfix: WGA does not run on Java VM of Version 1.4
WGA fails to start on servers having a Java VM of Version 1.4 with the following error message:

LinkageError: LinkageError while defining class: org.apache.log4j.Logger
Could not be defined due to: org/apache/log4j/Logger (Unsupported major.minor version 49.0)

or

LinkageError: LinkageError while defining class: org.apache.commons.dbcp.BasicDataSourceFactory
Could not be defined due to: org/apache/commons/dbcp/BasicDataSourceFactory (Unsupported major.minor version 49.0)