Ok. So I will move the NotFoundException to core.persistence.dao and
make it a RuntimeException.
I created issue https://issues.apache.org/jira/browse/SYNCOPE-291 to
track this.
Christian
On 24.01.2013 12:33, Francesco Chicchiriccò wrote:
> On 24/01/2013 12:25, Christian Schneider wrote:
>> The
On 24/01/2013 12:25, Christian Schneider wrote:
The NotFoundException is currently located in util which is not such a
good place as it is part of the dao as well as service interfaces.
So I propose to move this exception either to
1. common.services
In this case the NotFoundException could