[
http://jira.jboss.com/jira/browse/JBESB-1499?page=comments#action_12395918 ]
Jiri Pechanec commented on JBESB-1499:
--------------------------------------
Hi, I think the problem is in method pollForCandidates
if (!_inProcessField.equals(sCol))
row.put(sCol, RS.getObject(iCurr));
here should be equalsIgnoreCase as MySQL/Oracle returns column name in uppercase but
PostgreSQL in lowercase.
SQLGateway adds process column
------------------------------
Key: JBESB-1499
URL:
http://jira.jboss.com/jira/browse/JBESB-1499
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Rosetta, Adapters
Affects Versions: 4.2.1
Environment: FC7/PostgreSQL
Reporter: Jiri Pechanec
Assigned To: Tom Cunningham
Fix For: 4.2.1 CP1
All databases but PostgreSQL omits status column from result set.
The issue is probably related to upper/lower case names of columns
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira