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:
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.