[
https://issues.apache.org/jira/browse/OPENJPA-2647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Naveen updated OPENJPA-2647:
----------------------------
Flagged: Impediment
> Not working - disableAlterSeqenceIncrementBy - with WAS 8.5.5.7
> ---------------------------------------------------------------
>
> Key: OPENJPA-2647
> URL: https://issues.apache.org/jira/browse/OPENJPA-2647
> Project: OpenJPA
> Issue Type: Bug
> Components: jdbc
> Affects Versions: 2.3.0
> Environment: WebSphere Application Server 8.5.5.7
> Reporter: Naveen
>
> Hi, We have recently upgraded our infrastructure from WAS7.x to WAS8.x . Post
> migration in prod we ended up with one issue.
> Issue: The open JPA which is delivered as part of WAS 8.5.5.7, is altering
> our DB sequences with increment by value as 50. We tried to disable this sql
> with the below property in persistence.xml but for some reason, open jpa not
> considering this property and still sequence getting altered.
> Below are the various ways we tried to disabled the alter sequence sql, but
> none of these options worked for us
> <property name="openjpa.jdbc.DBDictionary"
> value="DisableAlterSeqenceIncrementBy=true" />
> <property name="openjpa.jdbc.DBDictionary"
> value="disableAlterSeqenceIncrementBy=true" />
> <property name="openjpa.jdbc.DBDictionary.DisableAlterSeqenceIncrementBy"
> value="true" />
> <property name="openjpa.jdbc.DBDictionary.disableAlterSeqenceIncrementBy"
> value="true" />
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)