Recipe creation fails if the description of the recipe, which should be a 
mandatory parameter, is null
------------------------------------------------------------------------------------------------------

                 Key: STANBOL-565
                 URL: https://issues.apache.org/jira/browse/STANBOL-565
             Project: Stanbol
          Issue Type: Bug
          Components: Rules
            Reporter: Andrea Nuzzolese
            Assignee: Andrea Nuzzolese


Recipe creation fails if the description of the recipe, which should be a 
mandatory parameter, is null.
The issue depends on the the fact that the method 
ClerezzaRuleStore.createRecipe does not verify if the description parameter 
contains a null value while creating a PlainLiteral with that value. This may 
throw an IllegalArgumentException  caused by the fact that the literal string 
cannot be null.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to