Status: New
Owner: ----
Labels: Type-Defect Priority-Medium GLASS-Server Version-GLASS0.231
New issue 290 by
[hidden email]: transactionMutex is always nil
http://code.google.com/p/glassdb/issues/detail?id=290The transactionMutex of GRGemStonePlatform is always nil because an
abort/begin happens right after having created the semaphore. This prevents
the critical section from being a critical section.
Possible solutions:
- initialize the class variable when starting the seaside gem
- do a commit in the lazy initialization block
- use a session var