I found another bad side-effect of the current Service Activation.
The issue I have is that a Private Mixin is not seen by the Service
Activation system, and activateService() is never called.
So, I thought that I simply do a delegation from the public Mixin to the
private one;
@This
private MyPrivate parts;
public void activateService()
throw Exception
{
parts.activateService();
}
Anybody cares to guess what Exception I got?? ;-)
--
Niclas Hedhman, Software Developer
http://polygene.apache.org - New Energy for Java