I'm working with two models and both these models have EntityServerSaveInterceptor classes. I'm using the one model to do authentication and then just link the other model for authentication.
But now I'm running into a problem where devforce seems to be complaining about not knowing which interceptor to use. The logic for the two interceptors are different so I'm not sure how to proceed.
Edit: It would have been nice to be able to specify,maybe with generics, which interceptor must handle which model.
Edited by tersiusk - 12-Aug-2011 at 2:35am