PQ58038, 4.0.2: XML config adds an extra CRLF in the
xml file
Downloadable files
Abstract
XMLConfig export inserts an additional CRLF into the
exported file at <application-server-full-name> when the name
contains more than one space.
Download Description
PQ58038 resolves the following problem:
When performing an XMLConfig export, an additional crlf is placed into the
exported file at the <application-server-full-name> tag. Reimporting
the config file fails with an error. You can resolve this problem by
manually removing the extra crlf.
USERS AFFECTED:
All users of XMLConfig for WebSphere® Application Server V4.0.1 or V4.0.2
Advanced Edition.
RECOMMENDATION:
The OutputFormat API of XML Parser is causing this line wrapping issue
when there is more than one space in the Application Server name. Default
line wrapping should be disabled.
If an application server name has 2 spaces and you do an export, the
xmlconfig exported file will have the application server name broken into
2 lines.
Example:
appserver name "App2 app2" in export file looks like:
<application-server-full-name>/NodeHome:x/EJBServerHome:App2
app2/</app.
appserver name "App2 app2 a" in export file looks like:
<application-server-full-name>/NodeHome:x/EJBServerHome:App2
app2 a/</app...
Prerequisites
None
Installation Instructions
Please refer to the readme for detailed installation
instructions.