[jbosstools-issues] [JBoss JIRA] (JBIDE-16358) "jboss-client_6_0.xsd" is missing in XML catalog

Alexey Kazakov (JIRA) issues at jboss.org
Fri Mar 28 19:32:12 EDT 2014


    [ https://issues.jboss.org/browse/JBIDE-16358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12957502#comment-12957502 ] 

Alexey Kazakov commented on JBIDE-16358:
----------------------------------------

It would be good to have unittest for schemas we register in XML Catalog.
Something like:
{code}
		ICatalog catalog = XMLCorePlugin.getDefault().getDefaultXMLCatalog();
		String uri = catalog.resolveURI("http://www.jboss.org/j2ee/schema/jboss-client_5_1.xsd");
		assertNotNull(uri);
{code}
                
> "jboss-client_6_0.xsd" is missing in XML catalog
> ------------------------------------------------
>
>                 Key: JBIDE-16358
>                 URL: https://issues.jboss.org/browse/JBIDE-16358
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: server
>    Affects Versions: 4.1.1.Final
>            Reporter: Wolfgang Knauf
>            Assignee: Denis Golovin
>            Priority: Minor
>
> See subject

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list