Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-1184

Is it possible to let JBoss EAP group element <remote-outbound-connection> to a larger one like <remote-outbound-connection-list>?

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Won't Do
    • Major
    • None
    • None
    • EJB
    • None
    • 0
    • 0% 0%

    Description

      So far, "jboss-ejb-client.xml" sets "outbound-connection-ref" as below:
      ~~~
      <ejb-receivers>
      <remoting-ejb-receiver outbound-connection-ref="remote-ejb-connection-1" />
      <remoting-ejb-receiver outbound-connection-ref="remote-ejb-connection-2" />
      ...
      ~~~
      Correspond to EAP "domain.xml":
      ~~~
      <outbound-connections>
      <remote-outbound-connection name="remote-ejb-connection-1"...
      <remote-outbound-connection name="remote-ejb-connection-2"...
      ...
      ~~~

      It may be inconvenient in some particular scenarios, such as developer unaware/don't know if new "remote-outbound-connection" was created.

      Expected results:
      Can EAP "domain.xml" add new element as below:
      ~~~
      <remote-outbound-connection-list name="my-conn-list">
      <remoting-ejb-receiver outbound-connection-ref="remote-ejb-connection-1" />
      <remoting-ejb-receiver outbound-connection-ref="remote-ejb-connection-2" />
      ...
      ~~~
      On "jboss-ejb-client.xml" file, it can only set one element as below to get all connections:
      ~~~
      <ejb-receivers>
      <remoting-ejb-receiver outbound-connection-ref="my-conn-list" />
      </ejb-receivers>
      ~~~

      Attachments

        Activity

          People

            rhn-cservice-bbaranow Bartosz Baranowski
            zhangxu1324_jira xu zhang (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: