Hi,

I try to get a config element inside another config element like I can get a config element inside a Sampler.

I the sampler I can use the marker interface ConfigMergabilityIndicator and implement the methods applies(config) and addTestElement(element). But that interface seems to be unused in case of a config element and the methods will not be called.

In my use case I will have a KerberosManager (ConfigTestElement, TestBean, ...) and I would like to use it inside AuthManager (ConfigTestElement).

At the moment I can define a KerberosManager and get it injected into HTTPSamplerBase (AbstractSampler).

Can this possibly work?

Regards
 Felix

Reply via email to