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

Tim Fox (JIRA) jira-events at lists.jboss.org
Tue Jun 24 03:24:28 EDT 2008


Typo in default HSQL persistence config
---------------------------------------

                 Key: JBMESSAGING-1377
                 URL: http://jira.jboss.com/jira/browse/JBMESSAGING-1377
             Project: JBoss Messaging
          Issue Type: Bug
            Reporter: Tim Fox
         Assigned To: Tim Fox
             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: 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