Bug 1266306 - Is it possible to let JBoss EAP group element <remote-outbound-connection> to a larger one like <remote-outbound-connection-list>?
Summary: Is it possible to let JBoss EAP group element <remote-outbound-connection> to...
Keywords:
Status: CLOSED DEFERRED
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: EJB
Version: 6.3.0
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: ---
Assignee: Carlo de Wolf
QA Contact: Jan Martiska
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-09-25 02:33 UTC by xuzhan
Modified: 2019-10-10 10:14 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-09-30 08:35:56 UTC
Type: Feature Request
Embargoed:


Attachments (Terms of Use)
Sample files for "domain.xml" and "jboss-ejb-client.xml". (1.45 KB, application/zip)
2015-09-25 02:33 UTC, xuzhan
no flags Details

Description xuzhan 2015-09-25 02:33:58 UTC
Created attachment 1076842 [details]
Sample files for "domain.xml" and "jboss-ejb-client.xml".

Description of problem:
Could EAP add feature to change "domain.xml" like below:
~~~
<remote-outbound-connection-list name="my-conn-list">
      <remote-outbound-connection name="my-conn-1"...
            ...
      </remote-outbound-connection>
      <remote-outbound-connection name="my-conn-2"...
      ...
</remote-outbound-connection-list>
~~~

Version-Release number of selected component (if applicable):
EAP 7.x

How reproducible:
No

Steps to Reproduce:
1.No
2.No
3.No

Actual results:
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" />
     ...
~~~
On 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>
~~~

Additional info:
Sample configuration files has attached.

Comment 6 Carlo de Wolf 2015-09-30 08:35:56 UTC
Moved to https://issues.jboss.org/browse/JBEAP-1184


Note You need to log in before you can comment on or make changes to this bug.