Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
4.7.0
-
None
-
None
-
Windows 2008 R2 64bit
Description
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.