[jbosstools-issues] [JBoss JIRA] (JBIDE-21049) Add "wildfly-messaging-activemq-deployment_1_0.xsd" to xml catalog

Wolfgang Knauf (JIRA) issues at jboss.org
Tue Nov 3 13:56:00 EST 2015


Wolfgang Knauf created JBIDE-21049:
--------------------------------------

             Summary: Add "wildfly-messaging-activemq-deployment_1_0.xsd" to xml catalog
                 Key: JBIDE-21049
                 URL: https://issues.jboss.org/browse/JBIDE-21049
             Project: Tools (JBoss Tools)
          Issue Type: Enhancement
    Affects Versions: 4.3.0.Final
            Reporter: Wolfgang Knauf
            Priority: Minor


WildFly 10 introduced a new schema "wildfly-messaging-activemq-deployment_1_0.xsd" for configuration of e.g. an ActiveMQ queue as part of a deployable archive, e.g. an EAR file (a file with the extension "...-jms.xml").
This schema file is missing in the XSD catalog.

Here is a sample xml instance:

{code:xml}
<?xml version="1.0" encoding="UTF-8"?>
<messaging-deployment xmlns="urn:jboss:messaging-activemq-deployment:1.0">
   <server>
      <jms-destinations>
         <jms-queue name="MessageBeanQueue">
            <entry name="jms/queue/MessageBeanQueue"/>
         </jms-queue>
      </jms-destinations>
   </server>
</messaging-deployment>
{code}




--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list