You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
December 2014 beta
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