Description of problem:
The message below is showed in the logs when the domain mode is started:
[org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 12) JBAS014627: Attribute default-stack is deprecated, and it might be removed in future version!
2015-04-17 13:21:32,818 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 12) JBAS014627: Attribute type is deprecated, and it might be removed in future version!
2015-04-17 13:21:32,820 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 12) JBAS014627: Attribute type is deprecated, and it might be removed in future version!
Version-Release number of selected component (if applicable):
JBoss EAP 6.4
How reproducible:
Download the EAP 6.4, install it and execute the domain mode.
Steps to Reproduce:
1. Just start the EAP using domain mode.
Actual results:
The deprecated messages are printed in the logs.
Expected results:
No deprecated messages should be printed.
Additional info:
I tried to remove the default-stack from jgroups subsystem, but it is a required parameter and it can not be removed.
I'm comfortable with the patch. It does raise the question of what the user will do with EAP 7 for attributes that have no replacement. Seems like we should produce a windup rule or reference in the migration guide.