]
Martin Malina closed JBIDE-17549.
---------------------------------
Seriously I can't make much sense of all of this. But I verified that the url is now
not relative. And I also verified that the catalog entry that was originally reported as
missing (jboss client 6.0) is now there and generates a reasonable xml stub:
{code}
<?xml version="1.0" encoding="UTF-8"?>
<jboss:jboss-client
XML file generated from catalog contains absolute paths
-------------------------------------------------------
Key: JBIDE-17549
URL:
https://issues.jboss.org/browse/JBIDE-17549
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server
Affects Versions: 4.2.0.Beta2
Reporter: Martin Malina
Assignee: Rob Stryker
Fix For: 4.2.0.Beta3
Copied over from JBIDE-16358.
When I create a xml file from schema, it contains absolute path:
xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee
jar:file:/Users/rasp/jbossqa/JBDS/8.0.0/jbdevstudio-8.0.0.Beta2-106/studio/plugins/org.jboss.tools.as.catalog_3.0.0.Beta2-v20140528-1139-B52.jar!/schema/xsd/jboss-web_5_1.xsd
"
Also, notice the extra space at the end. Validation seems to work, but shouldn't it
point to the schema online? Or at least using a relative path?