Issue Details (XML | Word | Printable)

Key: BCMS-41
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Savvas Triantafyllou
Reporter: Savvas Triantafyllou
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
BetaCMS

Provide better support for importing built in XSDs like betacms-model-types.xsd

Created: 11/Apr/09 11:21 AM   Updated: 11/Apr/09 05:15 PM
Component/s: None
Affects Version/s: 2.1.0.CR1
Fix Version/s: 2.1.0.CR1

Time Tracking:
Not Specified


 Description  « Hide
Currently all XSDs are importing built in model types (betacms-model-types.xsd) using a non existent URI

schemaLocation="http://www.betaconceptframework.org/schema/betacms/model/betacms-model-types-1.2.xsd"

What they should provide is a relative path

schemaLocation="betacms-model-types-1.2.xsd"

and internal entity resolver should know where to find the actual schema

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Savvas Triantafyllou added a comment - 11/Apr/09 05:15 PM
Fixed. All xsd files should import betacms-model-types-1.2.xsd using the following attribute in import element

schemaLocation="betacms-model-types-1.2.xsd" .

Fixed also imports in all xsd files for built in types.