Issue Details (XML | Word | Printable)

Key: APF-1192
Type: Bug Bug
Status: Open Open
Priority: Minor 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!!!

There are no entries against this issue.