Bug 1178229 - [GSS] (6.4.0) Creating a pooled-connection-factory via the CLI requires confusing syntax
Summary: [GSS] (6.4.0) Creating a pooled-connection-factory via the CLI requires confu...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: HornetQ
Version: 6.3.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ER1
: EAP 6.4.0
Assignee: Kyle Lape
QA Contact: Miroslav Novak
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-01-02 23:26 UTC by Kyle Lape
Modified: 2019-08-19 12:43 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: Feature Request
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker WFLY-1796 0 Major Resolved Creating a pooled-connection-factory via the CLI requires confusing syntax 2016-02-15 01:49:21 UTC

Description Kyle Lape 2015-01-02 23:26:16 UTC
When creating a pooled-connection factory via the CLI the syntax for the "connector" is confusing. Here is a simple example:

  /subsystem=messaging/hornetq-server=default/pooled-connection-factory=my-pooled-connection-factory/:add(connector={"in-vm" => "xyz"}, entries=["java:/MyPooledCF"])

The "connector" wants a list of name-value pairs, but only the name is taken into consideration. This command results in this XML:

<pooled-connection-factory name="my-pooled-connection-factory">
    <connectors>
        <connector-ref connector-name="in-vm"/>
    </connectors>
    <entries>
        <entry name="java:/MyPooledCF"/>
    </entries>
</pooled-connection-factory>

The "xyz" is completely unnecessary.

Comment 2 Ondřej Kalman 2015-01-13 15:02:51 UTC
Verified with 6.4.0.ER1


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