Bug 155773

Summary: Xml XSD validation requires net connection to download XSD files
Product: Red Hat Satellite 5 Reporter: Mike McCune <mmccune>
Component: i18nAssignee: Mike McCune <mmccune>
Status: CLOSED WONTFIX QA Contact: Red Hat Satellite QA List <satqe-list>
Severity: medium Docs Contact:
Priority: medium    
Version: unspecified   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-03-24 17:56:15 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 154707    

Description Mike McCune 2005-04-22 21:39:44 UTC
We attempted to have the LocalizationService override the XSD file locations
used by the parser to validate the files, but it turns out its not working
correctly and is still hitting the XSD files.

This causes the server to not startup sometimes if it can't get to the w3c.org
and oasis.org websites to get the XSD files.

Need to fix this so it really does get the stuff locally.

Currently, we turned off validation in the Java code until this can be fixed.