standalone.xml

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3463: Filter unwanted entries from Hibernate logs.

LDEV-3425: Increase 2LC size for entities. Declare datasource as jta

LDEV-3333: Remove configuration files, binaries, docs and other unnecessary resources.

  1. … 14 more files in changeset.
LDEV-3413: This is a workaround to problem described in LDEV-3413. Since DistributableSession handling under undertow is buggy and fixes in 9.0.0.Alpha version of clustering/web/undertow (and dependent modules) are to deep to incorporate to 8.2.0, we enforce usage of InMemorySessionManager over DistributableSessionManager (see org.wildfly.extension.undertow.deployment.SharedSessionManagerDeploymentProcessor)

  1. … 1 more file in changeset.
LDEV-3275: Set request's default encoding in server configuration rather than in filter. Clean up locale setting.

  1. … 2 more files in changeset.
LDEV-3381: Upgrade to WildFly 8.2. Add proper source code.

  1. … 664 more files in changeset.
LDEV-3381: change locking to OPTIMISTIC and isoloation to READ_COMMITED for 'web' infinispan cache. This is to bypass errors with GlobalTransactions locking in alpha version of org.wildfly.clustering.web.infinispan module.

LDEV-3381: Upgrade to WildFly 9 Alpha2 version.

  1. … 41 more files in changeset.
LDEV-3347: alter Infinispan L2C configuration. Add contentrepository-entity template cache configuration for entities from contentrepository component. Enable statistics for all caches. Alter default entity cache configuration - set max-entries and lifespan properties to values from old jbosscache configuration.

LDEV-3376: Swith back to standard (non-development) mode for JSP servlet. Use another mechanism to fetch news for login page.

  1. … 1 more file in changeset.
LDEV-3376: Enable development mode for JSP servlet, which forces JSP recompilation.

LDEV-3333: Remove Wildfly modules that are not required by LAMS distribution. Remove welcome-content from Wildfly distribution

Process of identification of modules that are eligible for removal (slimming):

1. LAMS direct dependencies (modules) were compared to 'Minimalistic Core' version of wildfly.

2. All missing modules were added to Wildfly modules

3. Direct dependencies of added modules (transitive LAMS dependencies) were identified based on module.xml content.

4. Points 2-3 were performed iteratively until all missing modules were added to Wildfly modules.

5. List of modules started with regular Wildfly distribution was compared to modules started with LAMS slimmed distribution.

  1. … 1 more file in changeset.
LDEV-3333: remove org.jboss.as.jdr and org.jboss.as.pojo from LAMS standalone.xml

LDEV-3333: remove org.jboss.as.jaxrs, org.jboss.as.sar and org.wildfly.extension.batch extensions from jboss standalone.xml

LDEV-3333: remove 'org.jboss.as.mail' module from standalone.xml

LDEV-3333: Remove ejb module from LAMS deployment configuration

LDEV-3275: Set default log level to DEBUG for LAMS classes.

LDEV-3318: Move jboss-log4j.xml configuration to jboss logging subsystem in standalone.xml. Apparently there is no way to simultanously use both logging conifgs. All not-commented appenders and loggers from old configuration were migrated.

  1. … 1 more file in changeset.
LDEV-3320: fix Infinispan configuration as 2nd level cache of Hibernate. The problem was, that for plain Hibernate usage, Infinispan has to be eagerly initialized (an already present when Hibernate starts). Also RegionFactory was changed to JNDIRegionFactory.

  1. … 1 more file in changeset.
LDEV-3275: Introduce SSO using Undertow mechanisms.

Valves do not exist in Undertow. Another approach had to be used.

In each WAR there is a file in META-INF/service dir which adds a class in request processing chaing.

For Central it is SsoProducer which put the authenticated account into shared session.

All other modules use SsoConsumer which takes the account and puts it into its security context.

In standalone.xml caching of credentials was switched off as it would prevent UniversalLoginModule from putting UserDTO into shared session.

TODO: use a simple pass-all authentication mechanism for static files like images and JS files.

  1. … 12 more files in changeset.
LDEV-3275: Use "lams" security domain for the whole LAMS deployment. Turn off JDBC spying for faster start up. Can be manually turned on later for debugging.

  1. … 1 more file in changeset.
LDEV-3293: Use Hibernate 4 cache. Remove unused cache management from lams_admin.

  1. … 909 more files in changeset.
LDEV-3275: Rename lams-ds and make it the default data source (required by JEE specification).

  1. … 3 more files in changeset.
LDEV-3275: Mark EAR for deployment.

  1. … 1 more file in changeset.
LDEV-3275: Rearrange XML elements so they conform to XSD.

LDEV-3275: Set WildFly server log level to DEBUG.

LDEV-3275: Partial switch to new server dir structure.

  1. … 8 more files in changeset.
LDEV-3275: Upgrade MySQL connector to version 5.1.31.

  1. … 260 more files in changeset.