You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Dejan Bosanac (JIRA)" <ji...@apache.org> on 2010/12/02 14:14:10 UTC

[jira] Updated: (AMQ-2011) activemq-jpa-store is incompatible with postgresql - offset is a reserved word

     [ https://issues.apache.org/jira/browse/AMQ-2011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dejan Bosanac updated AMQ-2011:
-------------------------------

    Fix Version/s:     (was: 5.4.2)
                   5.5.0

> activemq-jpa-store is incompatible with postgresql - offset is a reserved word
> ------------------------------------------------------------------------------
>
>                 Key: AMQ-2011
>                 URL: https://issues.apache.org/jira/browse/AMQ-2011
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>            Reporter: Fredrik Jonson
>            Priority: Minor
>             Fix For: 5.5.0
>
>         Attachments: rename-offset-dataoffset-patch.txt
>
>
> The word "offset" is reserved in postgresql and cannot be used for column names. Activemq:s JPA store has a property named offset in the entity bean StoredMessageReference. The supplied patch (from trunk) renames the property from offset to dataOffset, which eliminates the postgresql incompatibility.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.