Alfonso Nishikawa created GORA-394:
--------------------------------------

             Summary: Erroneous 'Error: KeyClass in gora-hbase-mapping is not 
the same as the one in the databean.' log when reading HBase mapping
                 Key: GORA-394
                 URL: https://issues.apache.org/jira/browse/GORA-394
             Project: Apache Gora
          Issue Type: Bug
          Components: gora-hbase
    Affects Versions: 0.5, 0.4
            Reporter: Alfonso Nishikawa
            Priority: Trivial


When reading the {{<class>}} mapping in gora-hbase in 
[HBaseStore|https://github.com/apache/gora/blob/master/gora-hbase/src/main/java/org/apache/gora/hbase/store/HBaseStore.java#L756],
 it keeps iterating all {{<class>}} tags until finds the one for the datastore 
generic parameters (key and value matches).

For that, [this {{else}} 
block|https://github.com/apache/gora/blob/master/gora-hbase/src/main/java/org/apache/gora/hbase/store/HBaseStore.java#L790]
 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to