[jboss-cvs] JBossAS SVN: r63493 - trunk/system-jmx/src/main/org/jboss/system/metadata.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 13 08:17:01 EDT 2007


Author: alesj
Date: 2007-06-13 08:17:01 -0400 (Wed, 13 Jun 2007)
New Revision: 63493

Modified:
   trunk/system-jmx/src/main/org/jboss/system/metadata/ServiceInjectionValueMetaData.java
Log:
Added TODO mark for AttributeDispatchContext re-write.

Modified: trunk/system-jmx/src/main/org/jboss/system/metadata/ServiceInjectionValueMetaData.java
===================================================================
--- trunk/system-jmx/src/main/org/jboss/system/metadata/ServiceInjectionValueMetaData.java	2007-06-13 10:56:17 UTC (rev 63492)
+++ trunk/system-jmx/src/main/org/jboss/system/metadata/ServiceInjectionValueMetaData.java	2007-06-13 12:17:01 UTC (rev 63493)
@@ -171,6 +171,7 @@
       Object result = context.getTarget();
       if (result != null && property != null)
       {
+         // TODO - move this code to AttributeDispatchContext notion
          KernelConfigurator configurator = controller.getKernel().getConfigurator();
          BeanInfo beanInfo = configurator.getBeanInfo(result.getClass());
          TargettedJoinpoint joinpoint = configurator.getPropertyGetterJoinPoint(beanInfo, property);




More information about the jboss-cvs-commits mailing list