[
https://issues.jboss.org/browse/GTNPORTAL-2471?page=com.atlassian.jira.pl...
]
RH Bugzilla Integration commented on GTNPORTAL-2471:
----------------------------------------------------
Jared MORGAN <jmorgan(a)redhat.com> made a comment on [bug
813729|https://bugzilla.redhat.com/show_bug.cgi?id=813729]
Technical note updated. If any revisions are required, please edit the "Technical
Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services
team.
Diffed Contents:
@@ -1,4 +1 @@
-Cause: Due to historical reasons several versions of kernel_1_*.xsd were referenced from
XML configutation files.
+It was discovered that several versions of kernel_1_*.xsd were referenced in XML
configutation files. While no harmful consequences existed by having these obsolete
templates declared, it made the XML files appear inconsistent. The fix removes all
kernel_1_[^2].xsd, and replaces these references with kernel_1_2.xsd which makes the XML
configuration files consistent.-Consequence: No harmful consequences known. XML
configuration files seemed to be unconsistent.
-Fix: All kernel_1_[^2].xsd references were replaced by kernel_1_2.xsd.
-Result: XML configuration files look consistent.
Configuration files use multiple versions of kernel xsd definition
------------------------------------------------------------------
Key: GTNPORTAL-2471
URL:
https://issues.jboss.org/browse/GTNPORTAL-2471
Project: GateIn Portal
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Peter Palaga
Assignee: Peter Palaga
Priority: Trivial
GTNPORTAL-2202 was basically the same issue.
As reported by Viliam Rockai on 2012-04-18:
EPP configuration files use multiple version of kernel xsd definition. Those version are
1.0, 1.1 and 1.2. 1.2 is the correct version according to our reference guide.
$ cd $JBOSS_HOME/server/default
$ grep -C 3 'kernel_' * -R
this will give the list of kernel versions in EPP files.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira