Bug 839643 - [eap6] invalid configuration retrieved for Connection Factory (Profile) resource
Summary: [eap6] invalid configuration retrieved for Connection Factory (Profile) resource
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: RHQ Project
Classification: Other
Component: Plugins
Version: 4.4
Hardware: Unspecified
OS: Unspecified
high
medium
Target Milestone: ---
: RHQ 4.5.0
Assignee: Stefan Negrea
QA Contact: Mike Foley
URL:
Whiteboard:
Depends On:
Blocks: as7-plugin 847876
TreeView+ depends on / blocked
 
Reported: 2012-07-12 13:31 UTC by Libor Zoubek
Modified: 2015-11-02 00:43 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 847876 (view as bug list)
Environment:
Last Closed: 2013-09-01 09:59:02 UTC
Embargoed:


Attachments (Terms of Use)

Description Libor Zoubek 2012-07-12 13:31:04 UTC
Version-Release number of selected component (if applicable):
Version: 4.5.0-SNAPSHOT
Build Number: fce34e6

How reproducible:always


Steps to Reproduce:
1.import EAP6 running in domain mode
2.go to full (profile)/messaging/default/RemoteConnectionFactory
3.open Configuration tab
  
Actual results: configuratoin contains errors

The following configuration properties have invalid values: [Initial Message Packet Size]. The values must be corrected before the configuration can be saved.


Expected results: configuration does not contain errors

Comment 1 Stefan Negrea 2012-08-08 22:24:08 UTC
This is an EAP6 error not an plugin error. EAP6 does not report a value for initial-message-packet-size when queried at profile level although it is required to according to the resource descriptor. The weird part is that the default value appears in the managed servers.

Here is the attribute descriptor:
 "initial-message-packet-size" => {
                "description" => "The initial size of messages created through this factory.",
                "type" => INT,
                "nillable" => false,
                "unit" => "BYTES",
                "access-type" => "read-only",
                "storage" => "configuration"
            }

I was not able to get a value for this property even if I requested the server to include-defaults and include-runtime information.


I will open a JIRA against EAP6 to get this resolved.

Comment 2 Stefan Negrea 2012-08-13 21:31:50 UTC
Created AS7 JIRA to fix the underlying issue: https://issues.jboss.org/browse/AS7-5357


Until the AS7 issue is fixed the property will be removed from profiles because it is a read-only property that users will not be able to updated. The property value will be visible on the actual managed server (and standalone subsystem). The AS7 bug does not affect the managed server property that still reports the server default value.

Comment 4 Stefan Negrea 2012-09-26 21:16:44 UTC
The AS7 JIRA (see comment #2) have been resolved. The property is no longer available on domain profiles. The patch currently in place is sufficient to fully resolve the reported issue.

Comment 5 Heiko W. Rupp 2013-09-01 09:59:02 UTC
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.


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