103104105106107108109110
} assertTrue( caughtException ); } private RubyJobProxy createJobProxy() { RubyRuntimePool runtimePool = new SharedRubyRuntimePool( this.ruby ); return new RubyJobProxy( runtimePool, this.componentResolver, this.jobDetail ); }