Filip Hanik - Dev Lists wrote:
I agree, would you mind if I redid the connector, so that the protocolHandlerClassName works? currently, it only checks the protocol, as it does so in the constructor of the Connector. so setting protocol or attributes later will have no effect

public void begin(Attributes attributes) throws Exception {
    digester.push(new Connector(attributes.getValue("protocol")));
}

The protocol attribute can accept the classname as its value.

Rémy

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

Reply via email to