Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 101461 - Referenced resource 'platform:/plugin/org.eclipse.xsd/cache/www.w3.org/2001/XMLSchema.xsd' in attribute 'uri' cannot be found.
Summary: Referenced resource 'platform:/plugin/org.eclipse.xsd/cache/www.w3.org/2001/X...
Status: CLOSED DUPLICATE of bug 100708
Alias: None
Product: WTP Source Editing
Classification: WebTools
Component: wst.xsd (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: wst.xsd CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-23 10:55 EDT by Jeffrey Liu CLA
Modified: 2005-07-14 13:27 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeffrey Liu CLA 2005-06-23 10:55:58 EDT
In the org.eclipse.wst.xsd.ui plugin, there's an extension that adds some XML 
schema to the XML catalog:

<extension
  point="org.eclipse.wst.xml.core.catalogContributions">
  <catalogContribution id="default">
    <uri
      name="http://www.w3.org/2001/XMLSchema"
   uri="platform:/plugin/org.eclipse.xsd/cache/www.w3.org/2001/XMLSchema.xsd" />
  </catalogContribution>
</extension>

If you look at this extension closely, you'll see that the location of the XML 
schema is specified as a platform URI. This works if the org.eclipse.xsd plug-
in is distributed as an "expaned" plug-in. However, EMF has recently single jar-
ed all their plug-ins, so this platform URI mechanism no longer work in the 
development environment. The result is an error message in the problems view:

Referenced 
resource 'platform:/plugin/org.eclipse.xsd/cache/www.w3.org/2001/XMLSchema.xsd' 
in attribute 'uri' cannot be found.

I'm not sure whether this works in the run time environment or not. Can someone 
test this? A possible solution to this problem is to include the schema in the 
org.eclipse.wst.xsd.ui plug-in. Obviously, this requires Eclipse foundation's 
approval.
Comment 1 David Williams CLA 2005-06-23 11:07:21 EDT
It does work ... its a PDE bug. 

*** This bug has been marked as a duplicate of 100708 ***
Comment 2 Jeffrey Liu CLA 2005-07-14 13:27:25 EDT
Yes, a dup of 100708.