]
Rob Stryker commented on JBDS-3119:
-----------------------------------
I'm not sure this is related either, but it's possing me off, so I'm grouping
it with the other xml schema validation stuff.
The following XML successfully validates:
{code}
<?xml version="1.0" encoding="UTF-8"?>
<blueprint
</blueprint>
{code}
The following fails to validate:
{code}
<?xml version="1.0" encoding="UTF-8"?>
<blueprint
in the schemaLocation field.
XML Schema validation fails when importing external schema
----------------------------------------------------------
Key: JBDS-3119
URL:
https://issues.jboss.org/browse/JBDS-3119
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: 3rd-party-dependencies, server
Affects Versions: 8.0.0.Beta3
Reporter: Mustafa Musaji
Assignee: Rob Stryker
Attachments: bean-service-quickstart.zip, simplerSYexample.zip
Product JIRA for upstream bug -
https://bugs.eclipse.org/bugs/show_bug.cgi?id=315741
This is to track the upstream bug in Eclipse that we need to pull in to JBDS at some
point.