[ 
https://issues.apache.org/jira/browse/SYNCOPE-1217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Francesco Chicchiriccò resolved SYNCOPE-1217.
---------------------------------------------
    Resolution: Fixed

> Using the JAVA API is possible to create a Realm with the same name in the 
> same parent realm
> --------------------------------------------------------------------------------------------
>
>                 Key: SYNCOPE-1217
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-1217
>             Project: Syncope
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 2.0.5
>            Reporter: Filipe Silva
>            Assignee: Francesco Chicchiriccò
>            Priority: Trivial
>             Fix For: 2.0.6, 2.1.0
>
>
> Using a code similar to this
> {code:java}
> ...
>                testRealm = entityFactory.newEntity(Realm.class);
>                 testRealm.setName('Test');
>                 orgUnitComputadoresRealm.setParent(realmDAO.getRoot();
>                 realmDAO.save(testRealm);
> ..
> {code}
> is possible to create a Realm with the same name in the same parent realm
> I think an exception should be triggered in the realmDAO.save call
> (Or the Database is missing a Unique key)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to