• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file jdk.module.xml was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    /lams_build/lib/jdk/jdk.module.xml
LDEV-3328: adding tests for LAMS Authoring (FLA) using Page object model and pagefactory pattern

    • -0
    • +227
    /lams_tests/tests/org/lamsfoundation/lams/author/AuthorTests.java
LDEV-3327: delay first execution of ResendMessagesJob

Start first ResendMessagesJob execution 2 minutes after class is loaded. EventNotificationService is usually initialized together with Wildfly environment and 2 minutes are given to WIldfly to initialize properly.

LDEV-3322: adding tags to facilitate functional testing

    • -24
    • +25
    /lams_central/web/authoring/authoring.jsp
LDEV-3322: adding tags to facilitate functional testing

    • -24
    • +25
    /lams_central/web/authoring/authoring.jsp
LDEV-3275: Set default log level to DEBUG for LAMS classes.

LDEV-3293: fix hibernate dtd declarations. Change 'hibernate.org' to 'www.hibernate.org'.

In order for hibernate DTDEntityResolver not to load hibernate-mapping-3.0.dtd from internet (and use local one), namespace declaration of dtd must exactly match the namespace declared in DTDEntityResolver class.

    • -1
    • +1
    /lams_build/conf/xdoclet-hibernate-template.xml
  1. … 79 more files in changeset.
LDEV-3275: Remove duplicate error log.

LDEV-3325: fixing missing label

LDEV-2975: updating translations

LDEV-3324: general refactoring

    • -0
    • +42
    /lams_tests/tests/org/lamsfoundation/lams/util/LamsUtil.java
LDEV-3275: Add SsoConsumer in LAMS Central as requests (index.jsp, index.do) immediate after j_security_check are also being authenticated.

They also are considered an authentication attempt, but they bypass shared session creation in SsoProducer and it causes errors. This was addressed by a simple check - no shared session in UniversalLoginModule, no authentication attempt.

LDEV-3319: update dbupdates scripts to use temporary tables for 'temp_select'.

Although the whole db update process is now globally synchronized in LAMS, it is better to use 'temporary' MySQL tables in case of 'temp_select' tables.

LDEV-3319: update create_lams_11_tables.sql to create 'patches' table with compound primary key.

    • -1
    • +1
    /lams_common/db/sql/create_lams_11_tables.sql
LDEV-3319: update 'autopatch' and 'discovery' libraries in LAMS components.

Replace jar libraries. Update 3rdParty.userlibraries to use autopatch-1.4.2-lams and discovery-1.0.5-lams. Update build.xml to deploy correct libs to wildfly.

file autopatch-1.4.2-lams.jar was initially added on branch lams2_head_wildfly.

    • binary
    /lams_build/lib/autopatch/autopatch-1.4.2-lams.jar
file discovery-1.0.5-lams.jar was initially added on branch lams2_head_wildfly.

    • binary
    /lams_build/lib/autopatch/discovery-1.0.5-lams.jar
LDEV-3319: automatically perform 'patches' table upgrade if invalid primary key found.

There is a difference in 'patches' table structure in legacy autopatch and autopatch-1.4.2 version. In new version, primary key is compound and built from 'system_name' and 'patch_level' columns. There was however no validation and upgrade process present to alter primary key. Introduce such mechanism with this commit. If 'patches' table is present, but connection metadata reports single column primary key - 'alter table' query is executed (for MySQL: ALTER TABLE patches DROP PRIMARY KEY, ADD PRIMARY KEY(system_name, patch_level);)

JUnit tests of autopatch component were updated.

LDEV-3319: update .cvsignore for 'autopatch' and 'discovery' 3rd party projects. add eclipse-specific configuration files and build paths to ignores.

LDEV-3319: catch and ignore SQLException thrown when isClosed() condition is checked on Statement. Exemplary stacktrace below.

2014-10-10 20:21:35,092 ERROR [com.tacitknowledge.util.migration.jdbc.util.SqlUtil] (MSC service thread 1-6) Error closing Statement: java.sql.SQLException: The statement is closed.

at org.jboss.jca.adapters.jdbc.WrappedStatement.checkState(WrappedStatement.java:1324)

at org.jboss.jca.adapters.jdbc.WrappedStatement.getUnderlyingStatement(WrappedStatement.java:1239)

at org.jboss.jca.adapters.jdbc.WrappedStatement.getWrappedObject(WrappedStatement.java:1255)

at org.jboss.jca.adapters.jdbc.WrappedStatement.isClosed(WrappedStatement.java:1159)

at com.tacitknowledge.util.migration.jdbc.util.SqlUtil.close(SqlUtil.java:89)

LDEV-3319: Record changes made by jliew (http://code.lamsfoundation.org/fisheye/browse/otherlams/autopatch) on top of autopatch-1.4.2-lams version.

file JarFilter.java was initially added on branch lams2_head_wildfly.

LDEV-3319: customize build versions with '-lams' suffix.

LDEV-3319: add 'target' directory to .cvsignore

file .cvsignore was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    /3rdParty_sources/tacitknowledge/autopatch/.cvsignore
    • -0
    • +0
    /3rdParty_sources/tacitknowledge/discovery/.cvsignore
file build.xml was initially added on branch lams2_head_wildfly.

file TestMigrationTaskRollback1.java was initially added on branch lams2_head_wildfly.

file MockBuilder.java was initially added on branch lams2_head_wildfly.

file patch00005_initial_data.xml was initially added on branch lams2_head_wildfly.