Inside that class you have two members:
ComponetsService servComp;
Componets portComp;
are those two serializable? Or do you need them to be serialized? If not mark them as transient.
I understand that your project can be large but I meant to have complete set of classes that interacts with jBPM not all of you components.
Cheers,
Maciej