[
https://issues.apache.org/jira/browse/OPENEJB-2103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14106767#comment-14106767
]
Bruno commented on OPENEJB-2103:
--------------------------------
Hi,
i'm sorry but i don't understand what you say by "enhanced".
I've deployed my entities into a jar file, with all others classes (EJB ...)
My persistence.xml looks like this :
<persistence-unit name="SicPu" transaction-type="JTA">
<provider>org.apache.openjpa.persistence.PersistenceProviderImpl</provider>
<jta-data-source>myDS</jta-data-source>
<properties>
<property name="openjpa.Log" value="DefaultLevel=INFO"
/>
<property name="openjpa.jdbc.SynchronizeMappings"
value="validate" />
</properties>
</persistence-unit>
> windows service jpa select => update
> ------------------------------------
>
> Key: OPENEJB-2103
> URL: https://issues.apache.org/jira/browse/OPENEJB-2103
> Project: OpenEJB
> Issue Type: Bug
> Components: ejb31
> Affects Versions: 4.7.0
> Environment: Windows 2008 R2 64bit
> Reporter: Bruno
>
> When openEJB server is started with Start.bat, it's fine.
> When openEJB server is started as windows service, i call an EJB Stateless
> with Required transactional, and then all entities loaded with JPA during the
> transactional call are updated (sql query update) when transaction is
> commited, even if there is no change on entities values.
--
This message was sent by Atlassian JIRA
(v6.2#6252)