AbstractSchemaLoader fails to add schema objects if the schema name is given in
capital letters
------------------------------------------------------------------------------------------------
Key: DIRSHARED-75
URL: https://issues.apache.org/jira/browse/DIRSHARED-75
Project: Directory Shared
Issue Type: Bug
Affects Versions: 0.9.19
Reporter: Kiran Ayyagari
Assignee: Kiran Ayyagari
Fix For: 1.0.0-RC1
The schema names added to the 'schemaMap' present in the AbstractSchemaLoader
class are added without converting to lowercase but the retrieval from the map
is
done using the lowercase schema name, this results in getting a 'null' value.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.