- 07 Nov, 2011 2 commits
-
-
Scott Battaglia authored
-
Scott Battaglia authored
-
- 10 Oct, 2011 3 commits
-
-
Scott Battaglia authored
-
Scott Battaglia authored
-
Marvin S. Addison authored
-
- 09 Oct, 2011 3 commits
-
-
Scott Battaglia authored
fixed encoding
-
Scott Battaglia authored
expose an onSuccessfulValidation method to do things (if you want)
-
Scott Battaglia authored
upgrade inspektr
-
- 04 Oct, 2011 1 commit
-
-
Marvin S. Addison authored
Leverage JPA2 pessimistic locking to avoid deadlocks caused by lock upgrade (escalation) cases like the following: 1. Tx1 obtains SHARE lock on TGT row P prior to creation of child ST C1 2. Tx2 obtains SHARE lock on TGT row P prior to creation of child ST C2 3. Tx2 attempts to upgrade SHARE lock to EXCLUSIVE in order to update P 4. Tx1 attempts to upgrade SHARE lock to EXCLUSIVE in order to update P Since Tx2 and Tx1 depend on each other in a way that will never resolve naturally, the database reports a deadlock. By querying for TGTs with lock type PESSIMISTIC, an exclusive lock is obtained for P _prior_ to step 1 and Tx2 blocks on Tx1 at step 2 in a way that will resolve naturally.
-
- 30 Sep, 2011 6 commits
-
-
Scott authored
switch to using ElementCollection which was added with JPA 2.0
-
Daniel Frett authored
-
Marvin S. Addison authored
Add lock expiration test.
-
Marvin S. Addison authored
Add JpaLockingStrategy Lock entity to persistence context.
-
Marvin S. Addison authored
Add @NotNull annotation to facilitate identification of component wiring problems that should manifest at deployment time instead of runtime.
-
Marvin S. Addison authored
Deprecate JdbcLockingStrategy.
-
- 29 Sep, 2011 2 commits
-
-
Marvin S. Addison authored
JpaLockingStrategy feature completed with verifying test cases. Concurrent tests only execute upon request when cas.jpa.concurrent system property is set to true and do _not_ work against HSQL due to lack of complete support for pessimistic locking (at least when using Hibernate).
-
Marvin S. Addison authored
Initial support for JPA 2.0 locking strategy
-
- 22 Sep, 2011 2 commits
-
-
Marvin S. Addison authored
-
Scott Battaglia authored
set precedence pretty high
-
- 21 Sep, 2011 12 commits
-
-
Scott Battaglia authored
added timings around authentication handler calls
-
Scott Battaglia authored
changed english version to username
-
Scott Battaglia authored
applied patch for IE6 stylesheet
-
Scott Battaglia authored
support for alternative remember me attribute names
-
Scott Battaglia authored
Chinese translation
-
Scott Battaglia authored
-
Scott Battaglia authored
added new ES translation
-
Scott Battaglia authored
removed extra code that came out of wgthom/battags code review.
-
Scott Battaglia authored
added debug logging
-
Scott Battaglia authored
added protected getter
-
Scott Battaglia authored
updated all configs to use Spring 3 namespaces
-
Scott Battaglia authored
applied patch to refactor UI
-
- 16 Sep, 2011 1 commit
-
-
Marvin S. Addison authored
-
- 15 Sep, 2011 1 commit
-
-
Marvin S. Addison authored
Log warning when non-printable characters are detected in redirect URL. Add documentation to sanitizeUrl method.
-
- 14 Sep, 2011 4 commits
-
-
Marvin S. Addison authored
-
Marvin S. Addison authored
-
Marvin S. Addison authored
-
Marvin S. Addison authored
-
- 12 Sep, 2011 3 commits
-
-
Marvin S. Addison authored
-
Marvin S. Addison authored
-
Marvin S. Addison authored
-