• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3547: Add icons for Chat & Scribe,Forum & Scribe,Shared Resources & Forum and Scribe.

  1. … 4 more files in changeset.
LDEV-3547: Add icons for Chat & Scribe,Forum & Scribe,Shared Resources & Forum and Scribe.

  1. … 4 more files in changeset.
LDEV-3155: In Preview there could be no Leader session, need to be ready for it.

LDEV-3155: In Preview there could be no Leader session, need to be ready for it.

LDEV-3292: Add an index to Notebook Entries table.

file patch2040044.sql was added on branch lams2_head_wildfly on 2015-08-17 06:44:00 +0000

LDEV-3292: Add an index to Notebook Entries table.

LDEV-3514: Get rid of Scratchie's own transaction retry mechanism.

Make Assessment aware that Leader's DB UID may not be set yet when checking.

Try to recreate Hibernate session after it got closed because of an exception.

  1. … 2 more files in changeset.
LDEV-3514: Get rid of Scratchie's own transaction retry mechanism.

Make Assessment aware that Leader's DB UID may not be set yet when checking.

Try to recreate Hibernate session after it got closed because of an exception.

  1. … 2 more files in changeset.
LDEV-3514: Add an exception handled by TransactionRetryInterceptor.

LDEV-3514: Add an exception handled by TransactionRetryInterceptor.

LDEV-3514: Use pretInterceptor instead of postInterceptor.

Create new transactions for service method retries.

Attach activity to Hibernate session in completeActivity() method.

  1. … 37 more files in changeset.
file ITransactionRetryService.java was added on branch lams2_head_wildfly on 2015-08-10 15:24:15 +0000

file TransactionRetryService.java was added on branch lams2_head_wildfly on 2015-08-10 15:24:15 +0000

LDEV-3514: Use pretInterceptor instead of postInterceptor.

Create new transactions for service method retries.

Attach activity to Hibernate session in completeActivity() method.

  1. … 35 more files in changeset.
LDEV-3523: Added subtype to Learning Design

  1. … 7 more files in changeset.
file patch02040043.sql was added on branch lams2_head_wildfly on 2015-08-07 05:17:26 +0000

LDEV-3523: Added subtype to Learning Design

  1. … 7 more files in changeset.
LDEV-3514: Use postInterceptor instead of preInterceptor.

PreInterceptor apparently runs before Hibernate transaction gets created. When an exception in the proxied method occurs, the transaction is canceled and is not re-created when retry is attempted. This leads to "no session" or "read only transaction on write" errors.

PostInterceptor seems to work when the transaction is already created, so retries happen witin its scope.

  1. … 34 more files in changeset.
LDEV-3514: Use postInterceptor instead of preInterceptor.

PreInterceptor apparently runs before Hibernate transaction gets created. When an exception in the proxied method occurs, the transaction is canceled and is not re-created when retry is attempted. This leads to "no session" or "read only transaction on write" errors.

PostInterceptor seems to work when the transaction is already created, so retries happen witin its scope.

  1. … 34 more files in changeset.
LDEV-3517 Added new methods for Peer Review tool

LDEV-3508 Fixed Emails sent from LAMS monitor have wrong sender specified

LDEV-3517 Added new methods for Peer Review tool

  1. … 1 more file in changeset.
LDEV-3517 Introduced new Peer Review tool

  1. … 132 more files in changeset.
LDEV-3491: Deleting a learning design no longer removes it from the database. Now it flags removed = true. Calls to get the learning designs in the DAO layer ignore rows where removed = true. Cleaned up some methods in the DAO layer that are no longer used.

  1. … 4 more files in changeset.
LDEV-3491: Deleting a learning design no longer removes it from the database. Accidently removed one too many methods from the interface - putting it back.

file patch02040042.sql was added on branch lams2_head_wildfly on 2015-07-23 01:38:36 +0000

LDEV-3491: Deleting a learning design no longer removes it from the database. Now it flags removed = true. Calls to get the learning designs in the DAO layer ignore rows where removed = true. Cleaned up some methods in the DAO layer that are no longer used.

  1. … 4 more files in changeset.
LDEV-3514: Wrap all transactional methods with TransactionRetryInterceptor. Set number of attempts to 3.

Remove previous safety mechanism for completeActivity() method.

  1. … 35 more files in changeset.
file TransactionRetryInterceptor.java was added on branch lams2_head_wildfly on 2015-07-22 08:46:46 +0000