[jboss-jira] [JBoss JIRA] Closed: (JBMESSAGING-1377) Typo in default HSQL persistence config
Clebert Suconic (JIRA)
jira-events at lists.jboss.org
Mon Sep 15 12:04:31 EDT 2008
[ https://jira.jboss.org/jira/browse/JBMESSAGING-1377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Clebert Suconic closed JBMESSAGING-1377.
----------------------------------------
Resolution: Done
This is applied on both branches
> 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.0.SP3.CP04, 1.4.1.GA
>
>
> 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: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list