-
Task
-
Resolution: Won't Do
-
Major
-
None
-
jbossws-cxf-6.0.0.Final
-
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.
- is related to
-
JBWS-4266 Tracking failing tests in move to Wildfly preview / native jakarta
-
- Closed
-