Issue Type: Bug Bug
Affects Versions: PLINK_2.6.0.Beta2
Assignee: Pedro Igor
Components: IDM
Created: 12/Feb/14 12:05 PM
Description:

The following configuration should be valid and can not throw any validation exception:

@Test
public void testMultipleIdentityStoreWithValidCredentialSupport() {
        IdentityConfigurationBuilder builder = new IdentityConfigurationBuilder();

        builder
            .named("default")
                .stores()
                    .file()
                        .supportCredentials(true)
                        .supportType(Partition.class)
                        .supportType(IdentityType.class)
                    .jpa()
                        .supportCredentials(false)
                        .supportType(Relationship.class);

        new DefaultPartitionManager(builder.buildAll());
}
Fix Versions: PLINK_2.6.0.CR1
Project: PicketLink
Priority: Major Major
Reporter: Pedro Igor
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira