Bug 793701 (JBEPP-776)

Summary: XSD NS references have bad URL in organization-configuration.xml
Product: [JBoss] JBoss Enterprise Portal Platform 5 Reporter: William Bendrot <wbendrot>
Component: PortalAssignee: hfnukal <hfnukal>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5.1.0.GACC: jmorgan
Target Milestone: ---   
Target Release: 5.2.1.GA   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/JBEPP-776
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
The XMLNS URLs in the <filename>02portal.war/WEB-INF/conf/organization/organization-configuration.xml</filename> file's NAMESPACE declaration contained an incorrect namespace URL. The fix corrects the issue for new installations. If you have created a custom server profile, ensure you manually change www.<replaceable>exoplaform</replaceable>.org to www.<replaceable>exoplatform</replaceable>.org in the NAMESPACE declaration of the file.
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-01-30 15:36:26 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description William Bendrot 2011-01-19 18:45:06 UTC
Workaround Description: Change www.exoplaform.org to www.exoplatform.org in the xmlns block.
project_key: JBEPP

The xmlns URLs in the organization-configuration.xml file found in 02portal.war/WEB-INF/conf/organization have a bad URL. 

ex:
<configuration
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://www.exoplaform.org/xml/ns/kernel_1_0.xsd http://www.exoplaform.org/xml/ns/kernel_1_0.xsd"
   xmlns="http://www.exoplaform.org/xml/ns/kernel_1_0.xsd">

www.exoplaform.org should be www.exoplatform.org (missing the t).

Comment 1 Jared MORGAN 2011-11-17 03:02:55 UTC
Release Notes Docs Status: Added: Documented as Known Issue
Release Notes Text: Added: The xmlns URLs in the 02portal.war/WEB-INF/conf/organization/organization-configuration.xml file's namespace declaration contain an incorrect namespace URL. To work around the issue, change www.exoplaform.org to www.exoplatform.org.
Primary SME: Added: theute
Workaround Description: Added: Change www.exoplaform.org to www.exoplatform.org in the xmlns block.


Comment 2 Jared MORGAN 2011-11-17 03:04:50 UTC
Release Notes Text: Removed: The xmlns URLs in the 02portal.war/WEB-INF/conf/organization/organization-configuration.xml file's namespace declaration contain an incorrect namespace URL. To work around the issue, change www.exoplaform.org to www.exoplatform.org. Added: The xmlns URLs in the 02portal.war/WEB-INF/conf/organization/organization-configuration.xml file's namespace declaration contains an incorrect namespace URL. To work around the issue, change www.exoplaform.org to www.exoplatform.org in the namespace declaration at the beginning of the file.


Comment 3 hfnukal@redhat.com 2012-01-30 15:36:26 UTC
Fixed typo in url.

Comment 4 hfnukal@redhat.com 2012-01-30 15:36:26 UTC
Release Notes Docs Status: Removed: Documented as Known Issue Added: Not Yet Documented


Comment 5 Jared MORGAN 2012-03-22 04:26:18 UTC
    Technical note added. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    New Contents:
==NEEDINFO==

The XMLNS URLs
in the 02portal.war/WEB-INF/conf/organization/organization-configuration.xml file's namespace declaration contained an incorrect namespace URL. The fix corrects the issue for new installations. If you have created a custom server profile,  ensure you manually change www.<replaceable>exoplaform</replaceable>.org to www.<replaceable>exoplatform</replaceable>.org in the
namespace declaration of the file.

Comment 6 Jared MORGAN 2012-03-28 01:16:35 UTC
    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,5 +1,2 @@
-==NEEDINFO==
+The XMLNS URLs in the <filename>02portal.war/WEB-INF/conf/organization/organization-configuration.xml</filename> file's NAMESPACE declaration contained an incorrect namespace URL. The fix corrects the issue for new installations. If you have created a custom server profile, ensure you manually change www.<replaceable>exoplaform</replaceable>.org to www.<replaceable>exoplatform</replaceable>.org in the
-
+NAMESPACE declaration of the file.-The XMLNS URLs
-in the 02portal.war/WEB-INF/conf/organization/organization-configuration.xml file's namespace declaration contained an incorrect namespace URL. The fix corrects the issue for new installations. If you have created a custom server profile,  ensure you manually change www.<replaceable>exoplaform</replaceable>.org to www.<replaceable>exoplatform</replaceable>.org in the
-namespace declaration of the file.