Jenkins build is still unstable: DeltaSpike_TomEE_7.0.0-M3 #150

2016-04-09 Thread Apache Jenkins Server
See 



Jenkins build is still unstable: DeltaSpike_TomEE_7.0.0-M3 » Apache DeltaSpike Data-Module Impl #150

2016-04-09 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: DeltaSpike_TomEE_7.0.0-M3 » Apache DeltaSpike Scheduler-Module Impl #150

2016-04-09 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: DeltaSpike_TomEE_7.0.0-M3 » Apache DeltaSpike JSF-Module Impl #150

2016-04-09 Thread Apache Jenkins Server
See 




deltaspike git commit: DELTASPIKE-1124 optimized handling in case of DynamicExpressionObserverJob

2016-04-09 Thread gpetracek
Repository: deltaspike
Updated Branches:
  refs/heads/master 6bef4aca2 -> 16b77919b


DELTASPIKE-1124 optimized handling in case of DynamicExpressionObserverJob


Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/16b77919
Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/16b77919
Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/16b77919

Branch: refs/heads/master
Commit: 16b77919b71b28eb2d4d06a2740c9aeec94cfe58
Parents: 6bef4ac
Author: gpetracek 
Authored: Sat Apr 9 23:54:48 2016 +0200
Committer: gpetracek 
Committed: Sat Apr 9 23:54:48 2016 +0200

--
 .../deltaspike/scheduler/impl/AbstractQuartzScheduler.java| 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/16b77919/deltaspike/modules/scheduler/impl/src/main/java/org/apache/deltaspike/scheduler/impl/AbstractQuartzScheduler.java
--
diff --git 
a/deltaspike/modules/scheduler/impl/src/main/java/org/apache/deltaspike/scheduler/impl/AbstractQuartzScheduler.java
 
b/deltaspike/modules/scheduler/impl/src/main/java/org/apache/deltaspike/scheduler/impl/AbstractQuartzScheduler.java
index f668b79..188682a 100644
--- 
a/deltaspike/modules/scheduler/impl/src/main/java/org/apache/deltaspike/scheduler/impl/AbstractQuartzScheduler.java
+++ 
b/deltaspike/modules/scheduler/impl/src/main/java/org/apache/deltaspike/scheduler/impl/AbstractQuartzScheduler.java
@@ -446,11 +446,16 @@ public abstract class AbstractQuartzScheduler 
implements Scheduler
 Scheduled scheduled = jobClass.getAnnotation(Scheduled.class);
 
 //can happen with manually registered job-instances (via #unwrap)
-if (scheduled == null)
+if (scheduled == null && 
!jobClass.equals(DynamicExpressionObserverJob.class))
 {
 scheduled = DEFAULT_SCHEDULED_LITERAL;
 }
 
+if (scheduled == null)
+{
+return;
+}
+
 JobListenerContext jobListenerContext = new JobListenerContext();
 currentJobListenerContext.set(jobListenerContext);
 jobListenerContext.startContexts(scheduled);



Build failed in Jenkins: DeltaSpike Deploy » Apache DeltaSpike Data-Module #1414

2016-04-09 Thread Apache Jenkins Server
See 


--
[INFO] 
[INFO] 
[INFO] Building Apache DeltaSpike Data-Module 1.6.1-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ data-module-project 
---
[INFO] Deleting 

[INFO] 
[INFO] --- apache-rat-plugin:0.8:check (default) @ data-module-project ---
[INFO] Exclude: .idea/**/*
[INFO] Exclude: readme/**/*
[INFO] Exclude: **/*.log
[INFO] Exclude: target/**
[INFO] Exclude: **/*.iml


Build failed in Jenkins: DeltaSpike Deploy #1414

2016-04-09 Thread Apache Jenkins Server
See 

--
[...truncated 7284 lines...]
[INFO] Exclude: **/*.iml
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (versions) @ 
deltaspike-bean-validation-module-impl ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (javadoc.resources) @ 
deltaspike-bean-validation-module-impl ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
[INFO] Executed tasks
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (default-cli) @ 
deltaspike-bean-validation-module-impl ---
[INFO] 
[INFO] 
[INFO] Building Apache DeltaSpike Data-Module 1.6.1-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ data-module-project 
---
[INFO] Deleting 

[INFO] 
[INFO] --- apache-rat-plugin:0.8:check (default) @ data-module-project ---
[INFO] Exclude: .idea/**/*
[INFO] Exclude: readme/**/*
[INFO] Exclude: **/*.log
[INFO] Exclude: target/**
[INFO] Exclude: **/*.iml
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache DeltaSpike . SUCCESS [10.764s]
[INFO] Apache DeltaSpike Sources . SUCCESS [7.576s]
[INFO] Apache DeltaSpike CheckStyle-rules  SUCCESS [9.985s]
[INFO] Apache DeltaSpike Parent .. SUCCESS [14.640s]
[INFO] Apache DeltaSpike Test-Utils .. SUCCESS [13.371s]
[INFO] Apache DeltaSpike Code Parent . SUCCESS [7.126s]
[INFO] Apache DeltaSpike Core  SUCCESS [5.483s]
[INFO] Apache DeltaSpike Core-API  SUCCESS [47.526s]
[INFO] Apache DeltaSpike Core-Implementation . SUCCESS [1:17.173s]
[INFO] Apache DeltaSpike ContainerControl parent . SUCCESS [4.298s]
[INFO] Apache DeltaSpike CDI ContainerControl API  SUCCESS [6.301s]
[INFO] Apache DeltaSpike CDI ContainerControl TCK  SUCCESS [7.192s]
[INFO] Apache DeltaSpike CDI OWB-ContainerControl  SUCCESS [9.795s]
[INFO] Apache DeltaSpike CDI Weld-ContainerControl ... SUCCESS [11.769s]
[INFO] Apache DeltaSpike CDI OpenEJB-ContainerControl  SUCCESS [18.317s]
[INFO] Apache DeltaSpike CDI Servlet-ContainerControl  SUCCESS [14.212s]
[INFO] Apache DeltaSpike Modules . SUCCESS [6.503s]
[INFO] Apache DeltaSpike Proxy-Module  SUCCESS [10.136s]
[INFO] Apache DeltaSpike Proxy-Module API  SUCCESS [17.405s]
[INFO] Apache DeltaSpike Proxy-Module Impl ASM5 .. SUCCESS [25.511s]
[INFO] Apache DeltaSpike Security-Module . SUCCESS [5.290s]
[INFO] Apache DeltaSpike Security-Module API . SUCCESS [17.556s]
[INFO] Apache DeltaSpike Security-Module Impl  SUCCESS [30.226s]
[INFO] Apache DeltaSpike JPA-Module .. SUCCESS [5.747s]
[INFO] Apache DeltaSpike JPA-Module API .. SUCCESS [18.331s]
[INFO] Apache DeltaSpike JPA-Module Impl . SUCCESS [42.369s]
[INFO] Apache DeltaSpike Servlet-Module .. SUCCESS [8.610s]
[INFO] Apache DeltaSpike Servlet-Module API .. SUCCESS [20.022s]
[INFO] Apache DeltaSpike Servlet-Module Impl . SUCCESS [10.454s]
[INFO] Apache DeltaSpike JSF-Module .. SUCCESS [5.242s]
[INFO] Apache DeltaSpike JSF-Module API .. SUCCESS [7.963s]
[INFO] Apache DeltaSpike JSF-Module Impl . SUCCESS [49.987s]
[INFO] Apache DeltaSpike JSF-Module Impl (EE6 only) .. SUCCESS [13.177s]
[INFO] Apache DeltaSpike Partial-Bean-Module . SUCCESS [30.178s]
[INFO] Apache DeltaSpike Partial-Bean-Module API . SUCCESS [17.474s]
[INFO] Apache DeltaSpike Partial-Bean-Module Impl  SUCCESS [32.992s]
[INFO] Apache DeltaSpike BeanValidation-Module ... SUCCESS [5.251s]
[INFO] Apache DeltaSpike BeanValidation-Module API ... SUCCESS [18.831s]
[INFO] Apache DeltaSpike BeanValidation-Module Impl .. SUCCESS [23.252s]
[INFO] Apache DeltaSpike Data-Module . FAILURE [0.436s]
[INFO] Apache DeltaSpike Data-Module API . SKIPPED
[INFO] Apache DeltaSpike Data-Module Impl  SKIPPED
[INFO] Apache DeltaSpike Scheduler-Module  SKIPPED
[INFO] Apache DeltaSpike Scheduler-Module API  SKIPPED
[INFO] Apache DeltaSpike Scheduler-Module Impl ... SKIPPED
[INFO] Apache DeltaSpike Test-Control-Module . SKIPPED
[INFO] Apache