-
Task
-
Resolution: Done
-
Major
-
4.2.RC4, EAP 5.0.1.CR1, EAP_EWP 5.1.0
-
Documented in the Appendix - Datasource Examples, in the Admin & Config Guide, for EAP and EWP 5.1.1.
-
Not Required
Steve, I thought it would be a good idea to move our discussion from the hibernate list here.
To summarize allowing 'ddl in tran' for tempdb database fixes some hibernate tests. According to the sybase manual it is not good to have it enabled as it leads to locking system tables during such a transaction. So they recommend to not use if possible or only in short transactions.
Thus I think it should be disabled for sybase at all.
According to your mail:
"I would guess that this because of temp tables. Hibernate allows the
Dialect to say whether or not the database supports DDL statements
within a transaction. Sybase does not override this; the default is to
query the JDBC metadata to see whether DDL is allowed within
transactions (see links below). My guess is that Sybase simply does not
report this accurately based on whether this option you mention is set
or not set; it probably just blindly says "yeah, we support it...". We
can look at changing this behavior for Sybase."
Let us know what do you think.
Thanks,
Aleksandar
- blocks
-
JBPAPP-6337 EAP 5.1.1 GA Documentation Review Task - Administration And Configuration User Guide
- Closed
- is cloned by
-
JBPAPP-196 sybase 'ddl in tran' for hibernate
- Closed
- is related to
-
JBPAPP-195 document database configuration
- Closed
- relates to
-
JBPAPP-157 Hibernate test suite has too many failures on Sybase
- Closed