Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3275: Deploy EAR libraries as WildFly modules. In JBoss there were several folders where libraries could be simply copied. In WildFly it is more organised, with module.xml files describing each library. In order not to keep libs in EAR, so only real LAMS code remains there, they are moved to WildFly as modules and get referenced by EAR with META-INF/jboss-deployment-structure.xml.

  1. … 38 more files in changeset.
LDEV-3275: Add quartz.jar as a 3rd party module since it is not a part of WildFly distribution. Old version (1.5.3) stays as upgrading to the latest (2.2.1) requires code changes (different API).

  1. … 5 more files in changeset.
LDEV-3275: Add jbossweb.jar (needed for SSO valve and JSON) as a 3rd party module since WildFly is based on Undertow, not JBoss Web server.

  1. … 17 more files in changeset.
LDEV-3275: Upgrade Servlet API to version 3.1.0.

  1. … 280 more files in changeset.
LDEV-3275: Start replacing JBoss libraries with ones from WildFly. Minor changes in config files.

  1. … 38 more files in changeset.
LDEV-2849: Remove unnecessary libraries and dependencies.

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

  1. … 294 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. … 110 more files in changeset.
LDEV-2839: lams_monitoring: Remove duplicate MANIFEST. Change output folder of plain Java compilation so it is the same as in other projects. Allows JSP precompilation.

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

  1. … 125 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-1134: Fixing up class cast errors

  1. … 4 more files in changeset.
Removed quartz as it is now in shared libraries

  1. … 2 more files in changeset.
Classpath contained references to WEBINF lib files, which no longer exist.

reference to lams-learning.jar is changed to a relative reference

Switched project to use ear file format

  1. … 49 more files in changeset.
get automatic system scheduling function working and tested

  1. … 96 more files in changeset.
Replace mock copy design service with Manpreet's real implementation

  1. … 6 more files in changeset.
*** empty log message ***

  1. … 126 more files in changeset.