Alessandro Adamou created STANBOL-755:
-----------------------------------------
Summary: Cannot get rule adapter list
Key: STANBOL-755
URL: https://issues.apache.org/jira/browse/STANBOL-755
Project: Stanbol
Issue Type: Bug
Components: Rules
Reporter: Alessandro Adamou
A call to RuleAdaptersFactopryImpl#listRuleAdapters() results in a list
modification exception.
This is because the method creates an empty list with Collections.emptyList();
and then is unable to add the adapters to the list because that call creates an
unmodifiable empty list.
This also goes for the RESTful equivalent.
--
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