Bug 1333929

Summary: Error when trying to save "Connection Factory" configuration on Profile
Product: [JBoss] JBoss Operations Network Reporter: Josejulio Martínez <jmartine>
Component: Plugin -- JBoss EAP 6Assignee: Josejulio Martínez <jmartine>
Status: CLOSED CURRENTRELEASE QA Contact: Filip Brychta <fbrychta>
Severity: medium Docs Contact:
Priority: medium    
Version: JON 3.3.5CC: fbrychta, spinder
Target Milestone: ER01Keywords: Triaged
Target Release: One-off release   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-07-13 15:18:13 UTC Type: Bug
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: 1327633    

Description Josejulio Martínez 2016-05-06 17:03:21 UTC
Description of problem:
The operation fails when trying to save configuration of Connection Factory, Pooled Connection Factory, Bridge and Cluster Connection all of them in "Profile"

Version-Release number of selected component (if applicable):
EAP6

How reproducible:
always

Steps to Reproduce:
1. Navigate to an EAP6 instance, Profiles->full->Subsystems->messasing->HornetQ(Profile)s->default->Connection Factory (Profile)s->RemoteConnectionFactory and choose any children (RemoteConnectionFactory or InVmConnectionFactory). 
2. Click on configuration and try to edit anything
3. Click Save

Actual results:
Operation fails with message: "ResourceType[id=0, name=Connection Factory (Profile), plugin=JBossAS7, category=Service] not supported"

Expected results:
Operation should success.

Additional info:

Comment 1 Josejulio Martínez 2016-06-14 15:38:31 UTC
commit f01a604b6d6c817a476a4f95568f79982e872ce1
Merge: dff6749 c60333b
Author: Michael Burman <yak>
Date:   Tue Jun 14 14:44:17 2016 +0300

    Merge pull request #251 from josejulio/bugs/1333929
    
    Bug 1333929 - Error when trying to save "Connection Factory" configur…

commit c60333b1332e4e1ff1191b6cf9c5193c5448afd4
Author: Josejulio Martínez <jmartine>
Date:   Fri May 6 16:47:52 2016 -0500

    Bug 1333929 - Error when trying to save "Connection Factory" configuration on Profile.
    
      Also checks if the (Profile) sufix exists.
      Skips some checks on JMS Queue and JMS Topic
      Changed to readonly two attributes of JMS Queue.