DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16710>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16710

SQLTransformer.Query.serializeRow forces lower case column names

           Summary: SQLTransformer.Query.serializeRow forces lower case
                    column names
           Product: Cocoon 2
           Version: 2.0.4
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Other
         Component: sitemap components
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


SQLTransformer.Query.serializeRow calls toLowerCase method for the column names
to name the output XML elements. This call should be removed and the name from
ResultSetMetaData.getColumnName should be used as it is. Otherwise, additional
configuration and transformation is needed for mapping the lower case database
attribute names to actual XML element names.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to