[jboss-jira] [JBoss JIRA] Created: (JBCACHE-1283) Remove MBEAN tag from configuration files

Manik Surtani (JIRA) jira-events at lists.jboss.org
Tue Feb 5 14:48:14 EST 2008


Remove MBEAN tag from configuration files
-----------------------------------------

                 Key: JBCACHE-1283
                 URL: http://jira.jboss.com/jira/browse/JBCACHE-1283
             Project: JBoss Cache
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
    Affects Versions: 2.1.0.GA
            Reporter: Manik Surtani
         Assigned To: Manik Surtani
             Fix For: 3.0.0


Replace the <mbean ... /> container tag in config files with a <jbosscache ... /> tag.

Would entail:

1) update all sample configs and docs to reflect this "new" element
2) document how the configuration will still accept old <mbean ... /> tags, but this is deprecated
3) document how the <mbean ... /> tag can cause problems with AS 5 (unintentional deployment), and how this can be done properly with the MC using the new <jbosscache ... /> tag

Currently the XMLConfigurationParser looks for a <mbean ../> element, under which it pulls out more specific JBoss Cache elements.
This could easily change so the parser to accept this, or on failing to do so, to pick up a <jbosscache ... /> container element. And log a deprecation warning when using the old <mbean ... /> container tag.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list