lams_contentrepository

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3952: Login method sometimes creates a workspace and it can not be read-only.

LDEV-3890: Make sure content repository exists before getting a ticket.

Do not iterate over criteria if the collection does not exist.

  1. … 2 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

  1. … 1060 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

  1. … 2106 more files in changeset.
LDEV-3514: Use pretInterceptor instead of postInterceptor.

Create new transactions for service method retries.

Attach activity to Hibernate session in completeActivity() method.

  1. … 43 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. … 39 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. … 42 more files in changeset.
LDEV-2913: Remove application context files used for the removed junit tests.

  1. … 2 more files in changeset.
LDEV-2901: Add Eclipse output /bin folders to projects' .cvsignore files.

  1. … 59 more files in changeset.
Remove a non-ASCII character.

LDEV-3147 added missing Tag

  1. … 2 more files in changeset.
LDEV-3147 Simplify tools: get rid of instructions tab, define in monitor and offline activity options

  1. … 70 more files in changeset.
CNG-44 update commons-lang library

  1. … 9 more files in changeset.
LDEV-2913: Remove test sources and build tasks from LAMS projects.

  1. … 281 more files in changeset.
LDEV-2912: Remove RAMS remainings from source code

  1. … 36 more files in changeset.
LDEV-2916: Remove source code from lams_buidl/lib. Set classpath entries to use the new 3rdParty_sources folder.

  1. … 46 more files in changeset.
LDEV-2901, LDEV-2902: Move classes generated by Eclipse to different directory than Ant generated ones so they do not overlap and product errors.

Classpath in JAR/WAR manifests is not needed as JBoss Classloader takes care of dependencies. Manfiest was moved to a central location and is customised only with product name and version during JAR/WAR build.

  1. … 108 more files in changeset.
LDEV-2847: Major changes to build.xml files. See JIRA comment for full explanation.

    • -3
    • +0
    ./.settings/org.eclipse.core.resources.prefs
    • -0
    • +4
    ./conf/jar/META-INF/MANIFEST.MF
  1. … 1177 more files in changeset.
LDEV-2839: Change output folder of plain Java compilation so it is the same as in other projects.

LDEV-2839: In Content Repository project: Copy MANIFEST to conf/war directory so it is the same as in other projects. Remove xdoclet-build.xml file as it has multiple hardcoded library references and seems like just a old resource for testing, impossible to run with current configuration. Allow JSP precompilation.

    • -0
    • +4
    ./conf/war/META-INF/MANIFEST.MF
LDEV-2823: Add forgotten changes in Content Repository: driver check, usage of proper connection string when using embedded MySQL.

LDEV-2475 Meging changes with head

  1. … 7 more files in changeset.
LDEV-2374: Added a parameter to override repository security constraints. Now the Tool Content Handler name can be passed and a ticket will be taken from there, instead of the current tool.

Changed the way Pixlr Tool provides output for Data Flow.

  1. … 7 more files in changeset.
Merge lams2_3 into head

  1. … 160 more files in changeset.
merging improvements from lams2_3_spring_jboss_tune branch

  1. … 116 more files in changeset.
file applicationContext.xml was initially added on branch lams2_3_spring_jboss_tune.

    • -0
    • +0
    ./web/WEB-INF/applicationContext.xml
  1. … 3 more files in changeset.
Updated .classpath

Removed references to lams jar files in lams_build/lib

  1. … 22 more files in changeset.
Added variable JBOSS_HOME

  1. … 9 more files in changeset.
LDEV-1628: Updating version number to 2.1

  1. … 42 more files in changeset.
LDEV-1382: The content repository needs the user details from the session to function properly, so it was throwing an exception on import. The previous code looked at the path, but we need the filename!