[esb-issues] [JBoss JIRA] Commented: (JBESB-2216) sql-message-filter optional attribute "insert-timestamp-column" actually not optional

Mark Little (JIRA) jira-events at lists.jboss.org
Sun Dec 21 01:30:54 EST 2008


    [ https://jira.jboss.org/jira/browse/JBESB-2216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12443749#action_12443749 ] 

Mark Little commented on JBESB-2216:
------------------------------------

This is not present in the 4.3 branch since we fixed it a while back but apparently didn't cross-port the change to the 4.2.1 CP source.

> sql-message-filter optional attribute "insert-timestamp-column" actually not optional
> -------------------------------------------------------------------------------------
>
>                 Key: JBESB-2216
>                 URL: https://jira.jboss.org/jira/browse/JBESB-2216
>             Project: JBoss ESB
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Transports
>    Affects Versions: 4.4, 4.4 CP1
>            Reporter: Lukas Petrovicky
>            Assignee: Mark Little
>             Fix For: 4.5, 4.4 CP2
>
>
> XSD for jboss-esb.xml clearly states that the parameter "insert-timestamp-column" for sql-message-filter is optional. However, when you don't supply it, following queries are executed, which causes the whole SQL provider not to work correctly (notice the missing column name):
> update NOTIFICATIONS_TABLE set STATUS_COL = 'W' ,  = 'Tue Dec 02 10:17:23 CET 2008' where STATUS_COL = 'P' and UNIQUE_ID = 1234
> This is what I have in the jboss-esb.xml:
> <sql-message-filter tablename="NOTIFICATIONS_TABLE"
> 					status-column="STATUS_COL" 
> 					message-id-column="UNIQUE_ID"
> 					message-column="MESSAGECONTENTS" />
> This was discovered on SOA-P 4.2.0 CP03 by one of our regression tests - it is clearly a regression as it worked fine on SOA-P 4.2.0 CP02.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the esb-issues mailing list