Francesco Chicchiriccò created SYNCOPE-553:
----------------------------------------------
Summary: Internal Server Error when creating account policy
Key: SYNCOPE-553
URL: https://issues.apache.org/jira/browse/SYNCOPE-553
Project: Syncope
Issue Type: Bug
Affects Versions: 1.2.0-M1
Reporter: Francesco Chicchiriccò
Fix For: 1.2.0, 1.3.0
When creating an account policy from the admin console, an exception is raised
on the core:
{code}
java.lang.NullPointerException
at
org.apache.syncope.core.rest.data.PolicyDataBinder.getPolicy(PolicyDataBinder.java:173)
~[PolicyDataBinder.class:?]
at
org.apache.syncope.core.rest.controller.PolicyController.create(PolicyController.java:57)
~[PolicyController.class:?]
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)