[jboss-jira] [JBoss JIRA] (AS7-6539) Enable the reverse controller checks for the messaging transformers test

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Sat Feb 16 21:10:56 EST 2013


    [ https://issues.jboss.org/browse/AS7-6539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12754624#comment-12754624 ] 

Brian Stansberry commented on AS7-6539:
---------------------------------------

There are some transformation issues here:

1) MessagingTransformers is setting ID_CACHE_SIZE to the default, regardless of whether the op has already defined it or not. Also, no resource transformation is done.
2) Same for RECONNECT_ATTEMPTS
3) CLUSTERED is always set to "false", which will effectively disable clustering on legacy slaves.

For the first two, I'm going to replacing what's there with a value converter (AttributeConverter).

CLUSTERED is going to be rather tricky, since the correct value to send depends on whether any child cluster-connection resource is configured.


                
> Enable the reverse controller checks for the messaging transformers test
> ------------------------------------------------------------------------
>
>                 Key: AS7-6539
>                 URL: https://issues.jboss.org/browse/AS7-6539
>             Project: Application Server 7
>          Issue Type: Sub-task
>          Components: Domain Management
>            Reporter: Kabir Khan
>            Assignee: Brian Stansberry
>             Fix For: 7.3.0.Alpha1
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list