[jboss-jira] [JBoss JIRA] (AS7-4462) A proof-of-concept resource and operation transformer

Tomaz Cerar (JIRA) jira-events at lists.jboss.org
Sat Apr 14 12:13:20 EDT 2012


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

Tomaz Cerar commented on AS7-4462:
----------------------------------

I have implemented POC transformer for modcluster subsystem as difference between 7.1.1 and 7.1.2 ware quite huge.

current progress can be seen at https://github.com/ctomc/jboss-as/tree/compatibilty
the biggest problem i currently have is how to properly transform ModelNode model of subsystem into Resource, to do it properly (correct me if i am wrong) it has to be build against ManagementResourceRegistration, and to create proper MRR we need ResourceDefintion which is now read from pre-serialized dmr model. 
Current pre-serialized dmr is not complete and because of that some things break...

I am also trying to do some easy to test system for transformations but until there is "global registry" of subsystem version in-place it is quite hacky.
                
> A proof-of-concept resource and operation transformer
> -----------------------------------------------------
>
>                 Key: AS7-4462
>                 URL: https://issues.jboss.org/browse/AS7-4462
>             Project: Application Server 7
>          Issue Type: Sub-task
>          Components: Domain Management
>            Reporter: Brian Stansberry
>            Assignee: Tomaz Cerar
>             Fix For: 7.1.2.Final-redhat1
>
>
> At least one implementation of the transformer APIs introduced in AS7-4457 and AS7-4461. Custom transformer for one subsystem that had API differences between 7.1.2 and 7.1.1; perhaps two. This is to validate that transformation can work.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list