-
Notifications
You must be signed in to change notification settings - Fork 12
ChangeHistory
Scott Kurz edited this page Jan 20, 2018
·
3 revisions
- Major restructure to leverage WDT Maven support
- Updated POM version to 2.0-SNAPSHOT
- Another major restructure to leverage the maven-liberty-plugin to install Liberty and needed features, and to better integrate Maven and WDT
- Added default file root to generated CSV file names.
- Restructured project to match https://github.com/WASdev/sample.async.websocket
- Abandoned the pre-packaged server
- Refactored the Maven automation to point to an existing WLP installation rather than the one pre-packaged within the sample
- Added the SimpleBonusPayoutJob
- Provided CDI-enabled injection of AccountType into the GenerateDataBatchlet
- Application name changed from --applicationName BonusPayout to --applicationName BonusPayout-1.0 on jbatch submit command.
- Refactored job from EJB built with WDT batch tooling to Maven WAR
- Renamed application DB table to BONUSPAYOUT.ACCOUNT
- Changed default for dsJNDI String to use a java:comp/env lookup with resource reference (and removed useGlobalJNDI parameter). This parameter value can be a global one or one of the supported, standard scopes such as java:comp/env/
- Adjusted defaulting of generateFileNameRoot in BonusPayoutUtils.java
- Jump to Home page