Bug 802467
Summary: | [eap6] implement adding connection factory | ||
---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | Libor Zoubek <lzoubek> |
Component: | Agent | Assignee: | Heiko W. Rupp <hrupp> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> |
Severity: | unspecified | Docs Contact: | |
Priority: | high | ||
Version: | 4.3 | CC: | hrupp, theute |
Target Milestone: | --- | ||
Target Release: | RHQ 4.4.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-09-01 10:04:26 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 707223 |
Description
Libor Zoubek
2012-03-12 16:04:42 UTC
per BZ triage (crouch, loleary, mfoley) master 63fd40b445 Adding a conn-factory is broken on Version: 4.4.0-SNAPSHOT Build Number: 4e2d986 + EAP6 ER5 No connector name given connector name is required by JON UI, but when trying using EAP CLI it requires only at least one JNDI name and then it fails anyway .. with error {"JBAS014671: Failed services" => {"jboss.messaging.default.jms.connection-factory.xx" => "org.jboss.msc.service.StartException in service jboss.messaging.default.jms.connection-factory.xx: JBAS011639: Failed to create connection-factory"}} so there are issues on both RHQ and EAP sides, but RHQ should be fixed not to require connector name and to force user specifying at least 1 JNDI name (if possible) Another case of 'min' attribute not being honored by the configuration model <c:list-property name="entries" required="true" readOnly="false" displayName="JNDI Names" min="1" See Bug 815305 I've contacted Andy Taylor and Jeff Mesnil about the connector name. Note that the cli has issues with passing it lists and maps , so that may not be the best source of information. master 0ea5517 checks for at least one jndi name being present, as well as the connector name (also the description very much sounds like the name is always needed). Got feedback from Jeff - at least one connector-ref (name ) is needed here. Bulk closing of items that are on_qa and in old RHQ releases, which are out for a long time and where the issue has not been re-opened since. |