Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
0.4, 0.5, 0.6, 0.7, 0.6.1
Description
When reading the <class> mapping in gora-hbase in HBaseStore, it keeps iterating all <class> tags until finds the one for the datastore generic parameters (key and value matches).
For that, this else block is erroneous because we expect the if to be true only once and false serveral times, depending the number of entities defined in the mapping file.
The error log "KeyClass in gora-hbase-mapping is not the same as the one in the databean." must only be shown after finishing traversing all <class> elements and finding no match.
Attachments
Issue Links
- links to
- mentioned in
-
Page Loading...