Quick Search
Learn more about
Quick Search
Log In
Access more options
Online Help
About JIRA
Dashboards
Access more options (Alt+D)
Projects
Access more options (Alt+P)
Issues
Access more options (Alt+I)
Issue Details
(
XML
|
Word
|
Printable
)
Key:
APF-1192
Type:
Bug
Status:
Open
Priority:
Minor
Assignee:
Matt Raible
Reporter:
Dazhi Yan
Votes:
0
Watchers:
0
Operations
If you were
logged in
you would be able to see more operations.
AppFuse
testSaveConflictingUser error on h2
Created:
08/Feb/10 10:10 PM
Updated:
08/Feb/10 10:10 PM
Component/s:
None
Affects Version/s:
None
Fix Version/s:
None
Environment:
windows,h2
Description
« Hide
in pom.xml file
<profile>
<id>h2</id>
<properties>
.....
<jdbc.url>jdbc:h2:/tmp/${db.name};MVCC=TRUE</jdbc.url>
......
H2 supports table locks only (see Locking, Lock-Timeout, Deadlocks section of
http://www.h2database.com/html/frame.html?features.html&main
). Row locks are in wish-list for next release:
http://groups.google.com/group/h2-database/web/roadmap
If not MVCC model,it will report error on testSaveConflictingUser!!!
Description
in pom.xml file <profile> <id>h2</id> <properties> ..... <jdbc.url>jdbc:h2:/tmp/${db.name};MVCC=TRUE</jdbc.url> ...... H2 supports table locks only (see Locking, Lock-Timeout, Deadlocks section of
http://www.h2database.com/html/frame.html?features.html&main
). Row locks are in wish-list for next release:
http://groups.google.com/group/h2-database/web/roadmap
If not MVCC model,it will report error on testSaveConflictingUser!!!
Show »
Sort Order:
All
Comments
Change History
Activity Stream
Source
There are no entries against this issue.