ISAM does not receive SQL outside transaction if second level cache is activated
--------------------------------------------------------------------------------
Key: HHH-6468
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-6468
Project: Hibernate Core
Issue Type: Bug
Components: core
Affects Versions: 3.5.4
Environment: 3.5.4 Hibernate final + MYSQL 5.1
Reporter: Edmondo Porcu
Priority: Blocker
On an ISAM table using MYSQL,
if a second-level cache is active, operations on session outside a transaction won't
be forwarded to the database, namely you can't execute session.update or session.save
outside a transaction.
This is howevr suprising since ISAM does not provide transaction support!
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira