[jboss-jira] [JBoss JIRA] Created: (JBCACHE-934) Remove JChannelFactory JMX lookup from CacheImpl

Brian Stansberry (JIRA) jira-events at jboss.com
Wed Jan 10 11:36:26 EST 2007


Remove JChannelFactory JMX lookup from CacheImpl
------------------------------------------------

                 Key: JBCACHE-934
                 URL: http://jira.jboss.com/jira/browse/JBCACHE-934
             Project: JBoss Cache
          Issue Type: Task
      Security Level: Public (Everyone can see)
    Affects Versions: 2.0.0.ALPHA1, 2.0.0.ALPHA2
            Reporter: Brian Stansberry
         Assigned To: Brian Stansberry
             Fix For: 2.0.0.BETA2


CacheImpl tries to do a JMX lookup of the JChannelFactory.  The factory should only be available from the RuntimeConfig -- the CacheImpl should not look it up.  Any JMX lookup should be done by a JMX integration layer, i.e. CacheJmxWrapper or CacheLegacyJmxWrapper.

With this the MBeanServer property can be removed from RuntimeConfig, as it's only use is for this llokup.

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