Skip to content

Instantly share code, notes, and snippets.

@pcompieta
pcompieta / quartz.properties
Created December 2, 2015 21:16
Example of Quartz configuration for Websphere Application Server 8.5.5
#============================================================================
# Configure Main Scheduler Properties
#============================================================================
org.quartz.scheduler.instanceName = myQuartzScheduler
org.quartz.scheduler.instanceId = AUTO
org.quartz.scheduler.skipUpdateCheck = true
#added user transaction jndi
org.quartz.scheduler.userTransactionURL=jta/usertransaction
org.quartz.scheduler.wrapJobExecutionInUserTransaction=false
@pcompieta
pcompieta / maven-pr-validator.bat
Last active August 29, 2015 14:03
Validate a Maven Core Pull Request - Win7
@setlocal enableextensions enabledelayedexpansion
@echo off
rem PR validator: This script will checkout Maven, apply a PR, build the Maven distribution and
rem run the Maven integration tests against the just-built distribution. If you
rem successfully get to the end of this script then your PR is ready to be reviewed.
rem
rem Assumptions:
rem 1) You have a functioning version of Maven installed (script tested with 3.2.1)
rem 2) You have a decent connection. This script checks out everything from scratch and downloads
rem everything into a clean local repository. Not terribly efficient but makes sure there is no