Previously the GroupMemberProcessor could only run on CA because the
base Processor class depends on CA. To fix the problem all CA-specific
code in Processor has been moved into a new CAProcessor. All existing
subclasses of Processor will inherit from CAProcessor, but the
GroupMemberProcessor will continue to inherit from Processor.
--
Endi S. Dewata