[jboss-jira] [JBoss JIRA] Created: (JBAS-3743) Wrong SQL in oracle-jdbc2-service.xml example
Adrian Brock (JIRA)
jira-events at jboss.com
Thu Oct 5 05:49:41 EDT 2006
Wrong SQL in oracle-jdbc2-service.xml example
---------------------------------------------
Key: JBAS-3743
URL: http://jira.jboss.com/jira/browse/JBAS-3743
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: JMS service
Affects Versions: JBossAS-4.0.5.CR1
Reporter: Adrian Brock
Assigned To: Adrian Brock
Priority: Minor
Fix For: JBossAS-4.0.5.GA
The docs/examples/oracle-jdbc2-service.xml
contains a bad sql statement.
DELETE_MARKED_MESSAGES_WITH_TX = DELETE FROM JMS_MESSAGES MESS WHERE TXOP=:1 AND EXISTS (SELECT TXID FROM JMS_TRANSACTIONS TX WHERE TX.TXID = MESS.TXID)
The :1 should be replaced with ?
--
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
More information about the jboss-jira
mailing list