[jboss-jira] [JBoss JIRA] Reopened: (JBMESSAGING-1377) Typo in default HSQL persistence config

Tim Fox (JIRA) jira-events at lists.jboss.org
Sat Sep 13 09:04:21 EDT 2008


     [ https://jira.jboss.org/jira/browse/JBMESSAGING-1377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Fox reopened JBMESSAGING-1377:
----------------------------------



> 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_CP03, Stable branch
>
>
> 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