-
Task
-
Resolution: Done
-
Major
-
None
-
None
Currently the recorders are hard coded in the frameworks deployment aspect
public void create(Deployment dep)
{
for (Endpoint ep : dep.getService().getEndpoints())
}
This should be paramertized here
<bean name="WSNativeEndpointRecordProcessorDeploymentAspect" class="org.jboss.wsf.framework.deployment.EndpointRecordProcessorDeploymentAspect">
<property name="mbeanServer"><inject bean="WSMBeanServerLocator" property="mbeanServer"/></property>
<property name="requires">RegisteredEndpoint</property>
<property name="provides">EndpointRecordProcessors</property>
</bean>
and documented accordingly.
Reading the documentation it was not clear to me how I would enable this feature.
Then I figured that I need to go to a deployed endpoint and manually enable recording for a specific endpoint.