Uploaded image for project: 'JBoss Web Services'
  1. JBoss Web Services
  2. JBWS-4262

Annotation ManagedResource not properly identified

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Won't Do
    • Icon: Major Major
    • None
    • jbossws-cxf-6.0.0.Final
    • jbossws-cxf
    • None

      Test org/jboss/test/ws/jaxws/cxf/management/CXFManagementTestCase
      eventually calls org/apache/cxf/management/jmx/export/runtime/ModelMBeanAssembler.class

          public ModelMBeanInfo getModelMbeanInfo(Class<?> clazz) {
              this.supporter.clear();
              ManagedResource mr = this.getManagedResource(clazz); 

      At this point clazz is org.apache.cxf.bus.ManagedBus. Method getManagedResource is checking ManagedBus for annotation ManagedResource. it does not find it.  It returns null. However this annotation is declared in ManagedBus.Need to determine how and why this is occurring and resolve it.

       

      Test has been excluded until this can be resolved.

              Unassigned Unassigned
              rsearls r searls
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: