]
Clebert Suconic closed JBMESSAGING-1377.
----------------------------------------
Fix Version/s: 1.4.1.GA
Resolution: Done
Typo in default HSQL persistence config
---------------------------------------
Key: JBMESSAGING-1377
URL:
https://jira.jboss.org/jira/browse/JBMESSAGING-1377
Project: JBoss Messaging
Issue Type: Bug
Reporter: Tim Fox
Assignee: Clebert Suconic
Fix For: 1.4.1.GA, 1.4.2.GA, 1.4.0.SP3.CP04
There is a typo in the default HSQL config in JDBCPersistenceManager.java:
map.put("CREATE_ID_CACHE", "CREATE TABLE JBM_ID_CACHE (NODE_ID INTEGER,
CNTR INTEGER, JBM_ID VARCHAR(255), PRIMARY KEY(NODEID, CNTR))");
should be:
map.put("CREATE_ID_CACHE", "CREATE TABLE JBM_ID_CACHE (NODE_ID INTEGER,
CNTR INTEGER, JBM_ID VARCHAR(255), PRIMARY KEY(NODE_ID, CNTR))");
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: