Hi there,

i was able to reproduce EMPIREDB-88 and fixed it. By doing this i recognized a problem with the "createRecordProperties" switch and added a bugreport (EMPIREDB-90) and committed a fix for that, too.

Guess both issues can be closed.

    Benjamin





Am 13.10.2010 13:54, schrieb Francis De Brabandere (JIRA):
     [ 
https://issues.apache.org/jira/browse/EMPIREDB-88?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12920504#action_12920504
 ]

Francis De Brabandere commented on EMPIREDB-88:
-----------------------------------------------

I'll try to reproduce this in a test

CodeGenerator generates uppercase fieldnames where empire code expects 
lowercase names
--------------------------------------------------------------------------------------

                 Key: EMPIREDB-88
                 URL: https://issues.apache.org/jira/browse/EMPIREDB-88
             Project: Empire-DB
          Issue Type: Bug
          Components: CodeGenerator
    Affects Versions: empire-db-2.0.6-incubating
         Environment: Windows / Eclipse Helios
Tested using the standard Empire-DB SampleApp
Tested with both MySql and HSQLDB
            Reporter: Sije de Haan

The generated sources have getter/setter names like getPHONE_NUMBER, where the 
empire-db code expects
getPhoneNumber. Result: the queries read the correct number of records, but 
can't assign the values to the corresponding fields in DBReader.getBeanList()

Reply via email to