Norman Maurer wrote:
Hi,

just one question agian. How to a give the right config the the
HeloCmdHandler ? I tried:

Wasn't your original getConfiguration already working?
The problem I saw in the review was about the missing second parameter to tell getConfiguration to return null when no config is found (by default the get child returns a new empty configuration and not null).

if (m_heloResolv) {
handlerConfig.addChild(Util.getValuedConfiguration("checkValidHelo", ""
+ m_heloResolv));
        }

But that does not the job. I think the problem is that it add it the the
smtp config and not the HeloCmdHandler. Do i have to create a new
Configuration instance for that ?
The Rest of the junit test works :-) Its a really nice tool.

If you can't fix the configuration problem please submit what you did and I hope I'll be able to check it asap.

Stefano


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to