Michael Atighetchi wrote:
I've been trying to get multiple mime plugins in a slave node to
work. I can get the plugins working fine in isolation, both
PublishLenChecker and PublishRateLimiter work. However, after
specifying both in a xmlblaster.properties file via
MimePublishPlugin[PublishRateLimiter][1.0]=com.bbn.quo.foo.PublishRateLimiter,MAX_RATE_MPH=30
MimePublishPlugin[PublishLenChecker][1.0]=com.bbn.quo.foo.PublishLenChecker,DEFAULT_MAX_LEN=46000
both plugins seem to be getting initialized (even with the correct
variables), but only PublishLenChecker seems to be getting its intercept() method
called.
How can I activate both plugins at the same time ?
This is a bug, i have fixed it and commited it to cvs, try
cvs upd -dP
build.sh delete
build.sh all
Please confirm if it is fixed,
i will add a testcase for multiple plugins the next days,
regards,
Marcel