git commit: DELTASPIKE-531 @InjectableResource

2014-03-06 Thread gpetracek
Repository: deltaspike
Updated Branches:
  refs/heads/master a28c394ca - 5ebbdaf00


DELTASPIKE-531 @InjectableResource


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

Branch: refs/heads/master
Commit: 5ebbdaf00f8a0145c473a0f433b94a7c84769ffc
Parents: a28c394
Author: gpetracek gpetra...@apache.org
Authored: Thu Mar 6 09:02:24 2014 +0100
Committer: gpetracek gpetra...@apache.org
Committed: Thu Mar 6 09:02:24 2014 +0100

--
 .../api/literal/ExternalResourceLiteral.java|  50 
 .../api/literal/InjectableResourceLiteral.java  |  50 
 .../AbstractResourceProvider.java   |  97 +++
 .../resourceloader/BaseResourceProvider.java|  97 ---
 .../ClasspathResourceProvider.java  |  10 +-
 .../api/resourceloader/ExternalResource.java|  44 ---
 .../ExternalResourceProvider.java   |  38 --
 .../resourceloader/FileResourceProvider.java|   6 +-
 .../api/resourceloader/InjectableResource.java  |  44 +++
 .../InjectableResourceProvider.java |  38 ++
 .../ExternalResourceProducer.java   | 114 --
 .../InjectableResourceProducer.java | 117 +++
 .../resourceloader/ResourceLoaderExtension.java |   2 +-
 .../resourceloader/ClasspathResourceTest.java   |  10 +-
 .../resourceloader/ClasspathWebProfileTest.java |  10 +-
 .../impl/resourceloader/FileResourceTest.java   |   6 +-
 .../api/resourceloader/WebResourceProvider.java |  10 +-
 .../resourceloader/WebResourceProviderTest.java |  10 +-
 18 files changed, 378 insertions(+), 375 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/5ebbdaf0/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/api/literal/ExternalResourceLiteral.java
--
diff --git 
a/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/api/literal/ExternalResourceLiteral.java
 
b/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/api/literal/ExternalResourceLiteral.java
deleted file mode 100644
index 806824c..000
--- 
a/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/api/literal/ExternalResourceLiteral.java
+++ /dev/null
@@ -1,50 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * License); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.deltaspike.core.api.literal;
-
-import org.apache.deltaspike.core.api.resourceloader.ExternalResource;
-import org.apache.deltaspike.core.api.resourceloader.ExternalResourceProvider;
-
-import javax.enterprise.util.AnnotationLiteral;
-
-public class ExternalResourceLiteral extends 
AnnotationLiteralExternalResource implements ExternalResource
-{
-private static final long serialVersionUID = 1705986508118055892L;
-
-private final Class? extends ExternalResourceProvider resourceProvider;
-private final String location;
-
-public ExternalResourceLiteral(Class? extends ExternalResourceProvider 
resourceProvider, String location)
-{
-this.resourceProvider = resourceProvider;
-this.location = location;
-}
-
-@Override
-public String location()
-{
-return this.location;
-}
-
-@Override
-public Class? extends ExternalResourceProvider resourceProvider()
-{
-return this.resourceProvider;
-}
-}

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/5ebbdaf0/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/api/literal/InjectableResourceLiteral.java
--
diff --git 
a/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/api/literal/InjectableResourceLiteral.java
 
b/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/api/literal/InjectableResourceLiteral.java
new file mode 100644
index 000..c5a83eb
--- /dev/null
+++ 

svn commit: r900214 - in /websites/staging/deltaspike/trunk/content: ./ core.html

2014-03-06 Thread buildbot
Author: buildbot
Date: Thu Mar  6 08:29:32 2014
New Revision: 900214

Log:
Staging update by buildbot for deltaspike

Modified:
websites/staging/deltaspike/trunk/content/   (props changed)
websites/staging/deltaspike/trunk/content/core.html

Propchange: websites/staging/deltaspike/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Thu Mar  6 08:29:32 2014
@@ -1 +1 @@
-1573374
+1574800

Modified: websites/staging/deltaspike/trunk/content/core.html
==
--- websites/staging/deltaspike/trunk/content/core.html (original)
+++ websites/staging/deltaspike/trunk/content/core.html Thu Mar  6 08:29:32 2014
@@ -102,7 +102,7 @@
 /li
 /ul
 /li
-lia href=#external-resource-loadingExternal Resource Loading/a/li
+lia href=#injecting-resourcesInjecting Resources/a/li
 lia href=#exception-controlException Control/a/li
 lia href=#exception-handling-usageException Handling - Usage/aul
 lia href=#eventing-into-the-exception-handling-frameworkEventing into 
the exception handling framework/a/li
@@ -413,15 +413,15 @@ In case of a message-key, the message-re
 pA locale resolver provides the current locale. The locale is e.g. used to 
by a codeMessageResolver/code to choose the correct language for the 
message-text./p
 pstrongConfiguration of a locale-resolver/strong/p
 p[TODO]/p
-h2 id=external-resource-loadingExternal Resource Loading/h2
+h2 id=injecting-resourcesInjecting Resources/h2
 pDeltaSpike has simple APIs for performing basic resource loading and 
property file reading./p
 div class=codehiliteprespan class=nd@Inject/span
-span class=nd@ExternalResource/spanspan class=o(/spanspan 
class=squot;myfile.propertiesquot;/spanspan class=o)/span
+span class=nd@InjectableResource/spanspan class=o(/spanspan 
class=squot;myfile.propertiesquot;/spanspan class=o)/span
 span class=kdprivate/span span class=nInputStream/span span 
class=ninputStream/spanspan class=o;/span
 /pre/div
 
 
-pThis can be used to read files, from classpath or on your local file 
system, using two default implementations: 
codeClasspathResourceProvider/code and codeFileResourceProvider/code.  
They can be extended as well by implementing the 
codeExternalResourceProvider/code interface to allow reading from alternate 
sources, if needed (e.g. database LOBs, NoSQL storage areas)./p
+pThis can be used to read files, from classpath or on your local file 
system, using two default implementations: 
codeClasspathResourceProvider/code and codeFileResourceProvider/code.  
They can be extended as well by implementing the 
codeInjectableResourceProvider/code interface to allow reading from 
alternate sources, if needed (e.g. database LOBs, NoSQL storage areas)./p
 h2 id=exception-controlException Control/h2
 pException handling in DeltaSpike is based around the CDI eventing model.  
While
 the implementation of exception handlers may not be the same as a CDI event,




Build failed in Jenkins: DeltaSpike Weld 2.2.0.Alpha1 #8

2014-03-06 Thread Apache Jenkins Server
See https://builds.apache.org/job/DeltaSpike%20Weld%202.2.0.Alpha1/8/

--
Started by timer
Building remotely on ubuntu2 in workspace 
https://builds.apache.org/job/DeltaSpike%20Weld%202.2.0.Alpha1/ws/
Fetching changes from the remote Git repository
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/deltaspike.git
Checking out Revision 5ebbdaf00f8a0145c473a0f433b94a7c84769ffc (origin/master)
FATAL: Could not checkout null with start point 
5ebbdaf00f8a0145c473a0f433b94a7c84769ffc
hudson.plugins.git.GitException: Could not checkout null with start point 
5ebbdaf00f8a0145c473a0f433b94a7c84769ffc
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.checkoutBranch(CliGitAPIImpl.java:1299)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:299)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:280)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:239)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:328)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
Caused by: hudson.plugins.git.GitException: Command git checkout -f 
5ebbdaf00f8a0145c473a0f433b94a7c84769ffc returned status code 1:
stdout: 
stderr: error: unable to create file 
deltaspike/modules/partial-bean/api/src/main/resources/META-INF/beans.xml 
(Input/output error)
Previous HEAD position was d21728d... DELTASPIKE-502 removed TODO - already done
HEAD is now at 5ebbdaf... DELTASPIKE-531 @InjectableResource

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1173)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1150)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1146)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:962)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:972)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.checkout(CliGitAPIImpl.java:1273)
at hudson.plugins.git.GitAPI.checkout(GitAPI.java:208)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.checkoutBranch(CliGitAPIImpl.java:1283)
... 15 more


svn commit: r900215 - /websites/production/deltaspike/content/

2014-03-06 Thread gpetracek
Author: gpetracek
Date: Thu Mar  6 08:31:19 2014
New Revision: 900215

Log:
Publishing svnmucc operation to deltaspike site by gpetracek

Added:
websites/production/deltaspike/content/
  - copied from r900214, websites/staging/deltaspike/trunk/content/



Jenkins build is back to stable : DeltaSpike_AS7 #105

2014-03-06 Thread Apache Jenkins Server
See https://builds.apache.org/job/DeltaSpike_AS7/105/changes



Jenkins build is back to stable : DeltaSpike_AS7 » Apache DeltaSpike Servlet-Module Impl #105

2014-03-06 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/DeltaSpike_AS7/org.apache.deltaspike.modules$deltaspike-servlet-module-impl/105/changes



Jenkins build is back to stable : DeltaSpike_TomEE » Apache DeltaSpike Servlet-Module Impl #304

2014-03-06 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/DeltaSpike_TomEE/org.apache.deltaspike.modules$deltaspike-servlet-module-impl/304/changes



Jenkins build is back to stable : DeltaSpike_GF3 » Apache DeltaSpike Data-Module Impl #5

2014-03-06 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/DeltaSpike_GF3/org.apache.deltaspike.modules$deltaspike-data-module-impl/5/changes



Jenkins build is still unstable: DeltaSpike_TomEE-SNAPSHOT » Apache DeltaSpike Data-Module Impl #154

2014-03-06 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/DeltaSpike_TomEE-SNAPSHOT/org.apache.deltaspike.modules$deltaspike-data-module-impl/154/



Jenkins build is still unstable: DeltaSpike_TomEE-SNAPSHOT » Apache DeltaSpike Scheduler-Module Impl #154

2014-03-06 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/DeltaSpike_TomEE-SNAPSHOT/org.apache.deltaspike.modules$deltaspike-scheduler-module-impl/154/



Jenkins build is still unstable: DeltaSpike_TomEE-SNAPSHOT » Apache DeltaSpike JSF-Module Impl #154

2014-03-06 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/DeltaSpike_TomEE-SNAPSHOT/org.apache.deltaspike.modules$deltaspike-jsf-module-impl/changes



Jenkins build is still unstable: DeltaSpike_TomEE-SNAPSHOT » Apache DeltaSpike Core-Implementation #154

2014-03-06 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/DeltaSpike_TomEE-SNAPSHOT/org.apache.deltaspike.core$deltaspike-core-impl/changes



Jenkins build is back to normal : DeltaSpike_GF4 » Apache DeltaSpike Code Parent #4

2014-03-06 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/DeltaSpike_GF4/org.apache.deltaspike$parent-code/4/



Jenkins build is unstable: DeltaSpike_GF4 » Apache DeltaSpike Core-Implementation #4

2014-03-06 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/DeltaSpike_GF4/org.apache.deltaspike.core$deltaspike-core-impl/4/changes



Jenkins build is unstable: DeltaSpike_GF4 » Apache DeltaSpike Data-Module Impl #4

2014-03-06 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/DeltaSpike_GF4/org.apache.deltaspike.modules$deltaspike-data-module-impl/4/



Jenkins build is unstable: DeltaSpike_GF4 » Apache DeltaSpike Partial-Bean-Module Impl #4

2014-03-06 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/DeltaSpike_GF4/org.apache.deltaspike.modules$deltaspike-partial-bean-module-impl/4/



Jenkins build is unstable: DeltaSpike_GF4 #4

2014-03-06 Thread Apache Jenkins Server
See https://builds.apache.org/job/DeltaSpike_GF4/4/changes



Jenkins build is unstable: DeltaSpike_GF4 » Apache DeltaSpike JSF-Module Impl #4

2014-03-06 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/DeltaSpike_GF4/org.apache.deltaspike.modules$deltaspike-jsf-module-impl/4/



Jenkins build is unstable: DeltaSpike_GF4 » Apache DeltaSpike Scheduler-Module Impl #4

2014-03-06 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/DeltaSpike_GF4/org.apache.deltaspike.modules$deltaspike-scheduler-module-impl/4/



Jenkins build is unstable: DeltaSpike_GF4 » Apache DeltaSpike BeanValidation-Module Impl #4

2014-03-06 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/DeltaSpike_GF4/org.apache.deltaspike.modules$deltaspike-bean-validation-module-impl/4/



Jenkins build is back to stable : DeltaSpike Weld 2.0.0 #56

2014-03-06 Thread Apache Jenkins Server
See https://builds.apache.org/job/DeltaSpike%20Weld%202.0.0/56/changes



Jenkins build is back to stable : DeltaSpike Weld 2.0.0 » Apache DeltaSpike CDI Weld-ContainerControl #56

2014-03-06 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/DeltaSpike%20Weld%202.0.0/org.apache.deltaspike.cdictrl$deltaspike-cdictrl-weld/56/



Jenkins build is still unstable: DeltaSpike_TomEE-SNAPSHOT » Apache DeltaSpike BeanValidation-Module Impl #155

2014-03-06 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/DeltaSpike_TomEE-SNAPSHOT/org.apache.deltaspike.modules$deltaspike-bean-validation-module-impl/155/



Jenkins build is still unstable: DeltaSpike_TomEE-SNAPSHOT » Apache DeltaSpike Servlet-Module Impl #155

2014-03-06 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/DeltaSpike_TomEE-SNAPSHOT/org.apache.deltaspike.modules$deltaspike-servlet-module-impl/changes



Jenkins build is still unstable: DeltaSpike_TomEE-SNAPSHOT » Apache DeltaSpike Data-Module Impl #155

2014-03-06 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/DeltaSpike_TomEE-SNAPSHOT/org.apache.deltaspike.modules$deltaspike-data-module-impl/155/



Jenkins build is still unstable: DeltaSpike_TomEE-SNAPSHOT #155

2014-03-06 Thread Apache Jenkins Server
See https://builds.apache.org/job/DeltaSpike_TomEE-SNAPSHOT/changes



Jenkins build is still unstable: DeltaSpike_TomEE-SNAPSHOT » Apache DeltaSpike Core-Implementation #155

2014-03-06 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/DeltaSpike_TomEE-SNAPSHOT/org.apache.deltaspike.core$deltaspike-core-impl/changes



Jenkins build is still unstable: DeltaSpike_TomEE-SNAPSHOT » Apache DeltaSpike Partial-Bean-Module Impl #155

2014-03-06 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/DeltaSpike_TomEE-SNAPSHOT/org.apache.deltaspike.modules$deltaspike-partial-bean-module-impl/155/



Jenkins build is still unstable: DeltaSpike Weld 1.1.5 #102

2014-03-06 Thread Apache Jenkins Server
See https://builds.apache.org/job/DeltaSpike%20Weld%201.1.5/changes



git commit: DELTASPIKE-533 Introduce a global deltaspike qualifier

2014-03-06 Thread tandraschko
Repository: deltaspike
Updated Branches:
  refs/heads/master 5ebbdaf00 - 6c9524b56


DELTASPIKE-533 Introduce a global deltaspike qualifier

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

Branch: refs/heads/master
Commit: 6c9524b56556469924e6e25730cf9c02e4ab3928
Parents: 5ebbdaf
Author: tandraschko tandrasc...@apache.org
Authored: Thu Mar 6 19:28:42 2014 +0100
Committer: tandraschko tandrasc...@apache.org
Committed: Thu Mar 6 19:28:42 2014 +0100

--
 .../deltaspike/core/api/common/DeltaSpike.java  | 41 
 .../core/api/literal/DeltaSpikeLiteral.java | 32 +++
 2 files changed, 73 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/6c9524b5/deltaspike/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/api/common/DeltaSpike.java
--
diff --git 
a/deltaspike/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/api/common/DeltaSpike.java
 
b/deltaspike/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/api/common/DeltaSpike.java
new file mode 100644
index 000..5811fa1
--- /dev/null
+++ 
b/deltaspike/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/api/common/DeltaSpike.java
@@ -0,0 +1,41 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * License); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.deltaspike.core.api.common;
+
+import java.lang.annotation.Documented;
+import static java.lang.annotation.ElementType.FIELD;
+import static java.lang.annotation.ElementType.METHOD;
+import static java.lang.annotation.ElementType.PARAMETER;
+import static java.lang.annotation.ElementType.TYPE;
+import java.lang.annotation.Retention;
+import java.lang.annotation.RetentionPolicy;
+import java.lang.annotation.Target;
+import javax.inject.Qualifier;
+
+/**
+ * Common qualifier to manage co-existence of DeltaSpike features and JavaEE 
features.
+ */
+@Target( { TYPE, METHOD, PARAMETER, FIELD })
+@Retention(value = RetentionPolicy.RUNTIME)
+@Documented
+@Qualifier
+public @interface DeltaSpike
+{
+
+}

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/6c9524b5/deltaspike/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/api/literal/DeltaSpikeLiteral.java
--
diff --git 
a/deltaspike/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/api/literal/DeltaSpikeLiteral.java
 
b/deltaspike/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/api/literal/DeltaSpikeLiteral.java
new file mode 100644
index 000..8d9c251
--- /dev/null
+++ 
b/deltaspike/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/api/literal/DeltaSpikeLiteral.java
@@ -0,0 +1,32 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * License); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.deltaspike.core.api.literal;
+
+import javax.enterprise.util.AnnotationLiteral;
+import org.apache.deltaspike.core.api.common.DeltaSpike;
+
+/**
+ * Literal for the {@link org.apache.deltaspike.core.api.common.DeltaSpike} 
annotation.
+ */
+public class DeltaSpikeLiteral extends AnnotationLiteralDeltaSpike 
implements 

git commit: DELTASPIKE-534 Replace @Web with @DeltaSpike

2014-03-06 Thread tandraschko
Repository: deltaspike
Updated Branches:
  refs/heads/master 6c9524b56 - c2aa4fb56


DELTASPIKE-534 Replace @Web with @DeltaSpike

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

Branch: refs/heads/master
Commit: c2aa4fb56551eb11cba582f195b462b13e1fdd0f
Parents: 6c9524b
Author: tandraschko tandrasc...@apache.org
Authored: Thu Mar 6 19:49:52 2014 +0100
Committer: tandraschko tandrasc...@apache.org
Committed: Thu Mar 6 19:49:52 2014 +0100

--
 .../org/apache/deltaspike/servlet/api/Web.java  | 43 
 .../servlet/api/literal/WebLiteral.java | 35 
 .../api/resourceloader/WebResourceProvider.java |  4 +-
 .../impl/produce/ServletObjectProducer.java | 16 
 .../producer/ServletContextInjectionTest.java   |  4 +-
 .../producer/ServletObjectInjectionBean.java| 14 +++
 6 files changed, 19 insertions(+), 97 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/c2aa4fb5/deltaspike/modules/servlet/api/src/main/java/org/apache/deltaspike/servlet/api/Web.java
--
diff --git 
a/deltaspike/modules/servlet/api/src/main/java/org/apache/deltaspike/servlet/api/Web.java
 
b/deltaspike/modules/servlet/api/src/main/java/org/apache/deltaspike/servlet/api/Web.java
deleted file mode 100644
index 667caf0..000
--- 
a/deltaspike/modules/servlet/api/src/main/java/org/apache/deltaspike/servlet/api/Web.java
+++ /dev/null
@@ -1,43 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * License); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.deltaspike.servlet.api;
-
-import static java.lang.annotation.ElementType.FIELD;
-import static java.lang.annotation.ElementType.METHOD;
-import static java.lang.annotation.ElementType.PARAMETER;
-import static java.lang.annotation.ElementType.TYPE;
-import static java.lang.annotation.RetentionPolicy.RUNTIME;
-
-import java.lang.annotation.Documented;
-import java.lang.annotation.Retention;
-import java.lang.annotation.Target;
-
-import javax.inject.Qualifier;
-
-/**
- * Common qualifier used for injection of servlet objects.
- */
-@Qualifier
-@Target({ TYPE, METHOD, PARAMETER, FIELD })
-@Retention(RUNTIME)
-@Documented
-public @interface Web
-{
-
-}

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/c2aa4fb5/deltaspike/modules/servlet/api/src/main/java/org/apache/deltaspike/servlet/api/literal/WebLiteral.java
--
diff --git 
a/deltaspike/modules/servlet/api/src/main/java/org/apache/deltaspike/servlet/api/literal/WebLiteral.java
 
b/deltaspike/modules/servlet/api/src/main/java/org/apache/deltaspike/servlet/api/literal/WebLiteral.java
deleted file mode 100644
index 612a8ac..000
--- 
a/deltaspike/modules/servlet/api/src/main/java/org/apache/deltaspike/servlet/api/literal/WebLiteral.java
+++ /dev/null
@@ -1,35 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * License); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.deltaspike.servlet.api.literal;
-
-import javax.enterprise.util.AnnotationLiteral;
-
-import org.apache.deltaspike.servlet.api.Web;
-
-/**
- * Annotation literal for 

Build failed in Jenkins: DeltaSpike_Wildfly #10

2014-03-06 Thread Apache Jenkins Server
See https://builds.apache.org/job/DeltaSpike_Wildfly/10/changes

Changes:

[gpetracek] DELTASPIKE-492 fixed setup for unit-tests

[gpetracek] DELTASPIKE-531 @InjectableResource

[tandraschko] DELTASPIKE-533 Introduce a global deltaspike qualifier

[tandraschko] DELTASPIKE-534 Replace @Web with @DeltaSpike

--
[...truncated 2469 lines...]
[INFO] Installing 
org/apache/deltaspike/modules/deltaspike-jpa-module-impl/0.6-SNAPSHOT/deltaspike-jpa-module-impl-0.6-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] 
[INFO] Building Apache DeltaSpike Servlet-Module 0.6-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
servlet-module-project ---
[INFO] Deleting 
https://builds.apache.org/job/DeltaSpike_Wildfly/ws/deltaspike/modules/servlet/target
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (versions) @ 
servlet-module-project ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.6:run (javadoc.resources) @ 
servlet-module-project ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (process-remote-resources) 
@ servlet-module-project ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
servlet-module-project ---
[INFO] 
[INFO] --- maven-dependency-plugin:2.4:unpack (unpack-wf) @ 
servlet-module-project ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:8.0.0.Final:zip
[INFO] Unpacking 
/home/jenkins/jenkins-slave/maven-repositories/0/org/wildfly/wildfly-dist/8.0.0.Final/wildfly-dist-8.0.0.Final.zip
 to /tmp/deltaspike-arquillian-containers with includes  and excludes 
[INFO] 
[INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ 
servlet-module-project ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ servlet-module-project ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: 
https://builds.apache.org/job/DeltaSpike_Wildfly/ws/deltaspike/modules/servlet/target/servlet-module-project-0.6-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (versions) @ 
servlet-module-project ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.6:run (javadoc.resources) @ 
servlet-module-project ---
[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.1.2:jar (attach-sources) @ 
servlet-module-project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.9.1:check (verify-style) @ 
servlet-module-project ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 
servlet-module-project ---
[INFO] Installing 
https://builds.apache.org/job/DeltaSpike_Wildfly/ws/deltaspike/modules/servlet/pom.xml
 to 
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/deltaspike/modules/servlet-module-project/0.6-SNAPSHOT/servlet-module-project-0.6-SNAPSHOT.pom
[INFO] Installing 
https://builds.apache.org/job/DeltaSpike_Wildfly/ws/deltaspike/modules/servlet/target/servlet-module-project-0.6-SNAPSHOT-tests.jar
 to 
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/deltaspike/modules/servlet-module-project/0.6-SNAPSHOT/servlet-module-project-0.6-SNAPSHOT-tests.jar
[INFO] 
[INFO] 
[INFO] Building Apache DeltaSpike Servlet-Module API 0.6-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
deltaspike-servlet-module-api ---
[INFO] Deleting 
https://builds.apache.org/job/DeltaSpike_Wildfly/ws/deltaspike/modules/servlet/api/target
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (versions) @ 
deltaspike-servlet-module-api ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.6:run (javadoc.resources) @ 
deltaspike-servlet-module-api ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (process-remote-resources) 
@ deltaspike-servlet-module-api ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
deltaspike-servlet-module-api ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
deltaspike-servlet-module-api ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

Build failed in Jenkins: DeltaSpike Weld 2.1.2 » Apache DeltaSpike Servlet-Module API #11

2014-03-06 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/DeltaSpike%20Weld%202.1.2/org.apache.deltaspike.modules$deltaspike-servlet-module-api/11/changes

Changes:

[gpetracek] DELTASPIKE-531 @InjectableResource

[tandraschko] DELTASPIKE-534 Replace @Web with @DeltaSpike

--
[INFO] 
[INFO] 
[INFO] Building Apache DeltaSpike Servlet-Module API 0.6-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
deltaspike-servlet-module-api ---
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (versions) @ 
deltaspike-servlet-module-api ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.6:run (javadoc.resources) @ 
deltaspike-servlet-module-api ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (process-remote-resources) 
@ deltaspike-servlet-module-api ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
deltaspike-servlet-module-api ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
deltaspike-servlet-module-api ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
https://builds.apache.org/job/DeltaSpike%20Weld%202.1.2/org.apache.deltaspike.modules$deltaspike-servlet-module-api/ws/src/main/resources
[INFO] Copying 4 resources
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5:compile (default-compile) @ 
deltaspike-servlet-module-api ---
[INFO] Compiling 1 source file to 
https://builds.apache.org/job/DeltaSpike%20Weld%202.1.2/org.apache.deltaspike.modules$deltaspike-servlet-module-api/ws/target/classes
[INFO] -
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] 
https://builds.apache.org/job/DeltaSpike%20Weld%202.1.2/org.apache.deltaspike.modules$deltaspike-servlet-module-api/ws/src/main/java/org/apache/deltaspike/servlet/api/resourceloader/WebResourceProvider.java:[27,44]
 error: package org.apache.deltaspike.core.api.common does not exist
[ERROR] 
https://builds.apache.org/job/DeltaSpike%20Weld%202.1.2/org.apache.deltaspike.modules$deltaspike-servlet-module-api/ws/src/main/java/org/apache/deltaspike/servlet/api/resourceloader/WebResourceProvider.java:[38,5]
 error: cannot find symbol
[INFO] 2 errors 
[INFO] -


Build failed in Jenkins: Deltaspike OWB 1.1.9-SNAPSHOT #128

2014-03-06 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/Deltaspike%20OWB%201.1.9-SNAPSHOT/128/changes

Changes:

[gpetracek] DELTASPIKE-492 fixed setup for unit-tests

[gpetracek] DELTASPIKE-531 @InjectableResource

[tandraschko] DELTASPIKE-533 Introduce a global deltaspike qualifier

[tandraschko] DELTASPIKE-534 Replace @Web with @DeltaSpike

--
[...truncated 3550 lines...]
[INFO] Installing 
https://builds.apache.org/job/Deltaspike%20OWB%201.1.9-SNAPSHOT/ws/deltaspike/modules/jpa/impl/target/deltaspike-jpa-module-impl-0.6-SNAPSHOT-tests.jar
 to 
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/deltaspike/modules/deltaspike-jpa-module-impl/0.6-SNAPSHOT/deltaspike-jpa-module-impl-0.6-SNAPSHOT-tests.jar
[INFO] Installing 
https://builds.apache.org/job/Deltaspike%20OWB%201.1.9-SNAPSHOT/ws/deltaspike/modules/jpa/impl/target/deltaspike-jpa-module-impl-0.6-SNAPSHOT-sources.jar
 to 
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/deltaspike/modules/deltaspike-jpa-module-impl/0.6-SNAPSHOT/deltaspike-jpa-module-impl-0.6-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:install (default-install) @ 
deltaspike-jpa-module-impl ---
[INFO] Installing 
org/apache/deltaspike/modules/deltaspike-jpa-module-impl/0.6-SNAPSHOT/deltaspike-jpa-module-impl-0.6-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] 
[INFO] Building Apache DeltaSpike Servlet-Module 0.6-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
servlet-module-project ---
[INFO] Deleting 
https://builds.apache.org/job/Deltaspike%20OWB%201.1.9-SNAPSHOT/ws/deltaspike/modules/servlet/target
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (versions) @ 
servlet-module-project ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.6:run (javadoc.resources) @ 
servlet-module-project ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (process-remote-resources) 
@ servlet-module-project ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
servlet-module-project ---
[INFO] 
[INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ 
servlet-module-project ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ servlet-module-project ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: 
https://builds.apache.org/job/Deltaspike%20OWB%201.1.9-SNAPSHOT/ws/deltaspike/modules/servlet/target/servlet-module-project-0.6-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (versions) @ 
servlet-module-project ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.6:run (javadoc.resources) @ 
servlet-module-project ---
[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.1.2:jar (attach-sources) @ 
servlet-module-project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.9.1:check (verify-style) @ 
servlet-module-project ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 
servlet-module-project ---
[INFO] Installing 
https://builds.apache.org/job/Deltaspike%20OWB%201.1.9-SNAPSHOT/ws/deltaspike/modules/servlet/pom.xml
 to 
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/deltaspike/modules/servlet-module-project/0.6-SNAPSHOT/servlet-module-project-0.6-SNAPSHOT.pom
[INFO] Installing 
https://builds.apache.org/job/Deltaspike%20OWB%201.1.9-SNAPSHOT/ws/deltaspike/modules/servlet/target/servlet-module-project-0.6-SNAPSHOT-tests.jar
 to 
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/deltaspike/modules/servlet-module-project/0.6-SNAPSHOT/servlet-module-project-0.6-SNAPSHOT-tests.jar
[INFO] 
[INFO] 
[INFO] Building Apache DeltaSpike Servlet-Module API 0.6-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
deltaspike-servlet-module-api ---
[INFO] Deleting 
https://builds.apache.org/job/Deltaspike%20OWB%201.1.9-SNAPSHOT/ws/deltaspike/modules/servlet/api/target
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (versions) @ 
deltaspike-servlet-module-api ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.6:run (javadoc.resources) @ 
deltaspike-servlet-module-api ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:

Build failed in Jenkins: DeltaSpike OWB 1.1.6 #66

2014-03-06 Thread Apache Jenkins Server
See https://builds.apache.org/job/DeltaSpike%20OWB%201.1.6/66/changes

Changes:

[gpetracek] DELTASPIKE-492 fixed setup for unit-tests

[gpetracek] DELTASPIKE-531 @InjectableResource

[tandraschko] DELTASPIKE-533 Introduce a global deltaspike qualifier

[tandraschko] DELTASPIKE-534 Replace @Web with @DeltaSpike

--
[...truncated 3502 lines...]
[INFO] Installing 
https://builds.apache.org/job/DeltaSpike%20OWB%201.1.6/ws/deltaspike/modules/jpa/impl/target/deltaspike-jpa-module-impl-0.6-SNAPSHOT.jar
 to 
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/deltaspike/modules/deltaspike-jpa-module-impl/0.6-SNAPSHOT/deltaspike-jpa-module-impl-0.6-SNAPSHOT.jar
[INFO] Installing 
https://builds.apache.org/job/DeltaSpike%20OWB%201.1.6/ws/deltaspike/modules/jpa/impl/pom.xml
 to 
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/deltaspike/modules/deltaspike-jpa-module-impl/0.6-SNAPSHOT/deltaspike-jpa-module-impl-0.6-SNAPSHOT.pom
[INFO] Installing 
https://builds.apache.org/job/DeltaSpike%20OWB%201.1.6/ws/deltaspike/modules/jpa/impl/target/deltaspike-jpa-module-impl-0.6-SNAPSHOT-tests.jar
 to 
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/deltaspike/modules/deltaspike-jpa-module-impl/0.6-SNAPSHOT/deltaspike-jpa-module-impl-0.6-SNAPSHOT-tests.jar
[INFO] Installing 
https://builds.apache.org/job/DeltaSpike%20OWB%201.1.6/ws/deltaspike/modules/jpa/impl/target/deltaspike-jpa-module-impl-0.6-SNAPSHOT-sources.jar
 to 
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/deltaspike/modules/deltaspike-jpa-module-impl/0.6-SNAPSHOT/deltaspike-jpa-module-impl-0.6-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:install (default-install) @ 
deltaspike-jpa-module-impl ---
[INFO] Installing 
org/apache/deltaspike/modules/deltaspike-jpa-module-impl/0.6-SNAPSHOT/deltaspike-jpa-module-impl-0.6-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] 
[INFO] Building Apache DeltaSpike Servlet-Module 0.6-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
servlet-module-project ---
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (versions) @ 
servlet-module-project ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.6:run (javadoc.resources) @ 
servlet-module-project ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (process-remote-resources) 
@ servlet-module-project ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
servlet-module-project ---
[INFO] 
[INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ 
servlet-module-project ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ servlet-module-project ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: 
https://builds.apache.org/job/DeltaSpike%20OWB%201.1.6/ws/deltaspike/modules/servlet/target/servlet-module-project-0.6-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (versions) @ 
servlet-module-project ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.6:run (javadoc.resources) @ 
servlet-module-project ---
[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.1.2:jar (attach-sources) @ 
servlet-module-project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.9.1:check (verify-style) @ 
servlet-module-project ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 
servlet-module-project ---
[INFO] Installing 
https://builds.apache.org/job/DeltaSpike%20OWB%201.1.6/ws/deltaspike/modules/servlet/pom.xml
 to 
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/deltaspike/modules/servlet-module-project/0.6-SNAPSHOT/servlet-module-project-0.6-SNAPSHOT.pom
[INFO] Installing 
https://builds.apache.org/job/DeltaSpike%20OWB%201.1.6/ws/deltaspike/modules/servlet/target/servlet-module-project-0.6-SNAPSHOT-tests.jar
 to 
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/deltaspike/modules/servlet-module-project/0.6-SNAPSHOT/servlet-module-project-0.6-SNAPSHOT-tests.jar
[INFO] 
[INFO] 
[INFO] Building Apache DeltaSpike Servlet-Module API 0.6-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 

Build failed in Jenkins: DeltaSpike OWB 1.1.6 » Apache DeltaSpike Servlet-Module API #66

2014-03-06 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/DeltaSpike%20OWB%201.1.6/org.apache.deltaspike.modules$deltaspike-servlet-module-api/66/changes

Changes:

[gpetracek] DELTASPIKE-531 @InjectableResource

[tandraschko] DELTASPIKE-534 Replace @Web with @DeltaSpike

--
[INFO] 
[INFO] 
[INFO] Building Apache DeltaSpike Servlet-Module API 0.6-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
deltaspike-servlet-module-api ---
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (versions) @ 
deltaspike-servlet-module-api ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.6:run (javadoc.resources) @ 
deltaspike-servlet-module-api ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (process-remote-resources) 
@ deltaspike-servlet-module-api ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
deltaspike-servlet-module-api ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
deltaspike-servlet-module-api ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
https://builds.apache.org/job/DeltaSpike%20OWB%201.1.6/org.apache.deltaspike.modules$deltaspike-servlet-module-api/ws/src/main/resources
[INFO] Copying 4 resources
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5:compile (default-compile) @ 
deltaspike-servlet-module-api ---
[INFO] Compiling 1 source file to 
https://builds.apache.org/job/DeltaSpike%20OWB%201.1.6/org.apache.deltaspike.modules$deltaspike-servlet-module-api/ws/target/classes
[INFO] -
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] 
https://builds.apache.org/job/DeltaSpike%20OWB%201.1.6/org.apache.deltaspike.modules$deltaspike-servlet-module-api/ws/src/main/java/org/apache/deltaspike/servlet/api/resourceloader/WebResourceProvider.java:[27,44]
 package org.apache.deltaspike.core.api.common does not exist
[ERROR] 
https://builds.apache.org/job/DeltaSpike%20OWB%201.1.6/org.apache.deltaspike.modules$deltaspike-servlet-module-api/ws/src/main/java/org/apache/deltaspike/servlet/api/resourceloader/WebResourceProvider.java:[38,5]
 cannot find symbol
symbol  : class DeltaSpike
location: class 
org.apache.deltaspike.servlet.api.resourceloader.WebResourceProvider
[INFO] 2 errors 
[INFO] -


Jenkins build became unstable: DeltaSpike Weld 2.0.0.SP1 #41

2014-03-06 Thread Apache Jenkins Server
See https://builds.apache.org/job/DeltaSpike%20Weld%202.0.0.SP1/41/changes



Jenkins build became unstable: DeltaSpike Weld 2.0.0.SP1 » Apache DeltaSpike CDI Weld-ContainerControl #41

2014-03-06 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/DeltaSpike%20Weld%202.0.0.SP1/org.apache.deltaspike.cdictrl$deltaspike-cdictrl-weld/41/



Build failed in Jenkins: DeltaSpike Weld 2.2.0.Alpha1 #9

2014-03-06 Thread Apache Jenkins Server
See https://builds.apache.org/job/DeltaSpike%20Weld%202.2.0.Alpha1/9/

--
Started by timer
Building remotely on ubuntu2 in workspace 
https://builds.apache.org/job/DeltaSpike%20Weld%202.2.0.Alpha1/ws/
Fetching changes from the remote Git repository
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/deltaspike.git
Checking out Revision 80ea63f28e4e8ca3d82a191805d67d510ccf6543 (origin/master)
FATAL: Could not checkout null with start point 
80ea63f28e4e8ca3d82a191805d67d510ccf6543
hudson.plugins.git.GitException: Could not checkout null with start point 
80ea63f28e4e8ca3d82a191805d67d510ccf6543
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.checkoutBranch(CliGitAPIImpl.java:1299)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:299)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:280)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:239)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:328)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
Caused by: hudson.plugins.git.GitException: Command git checkout -f 
80ea63f28e4e8ca3d82a191805d67d510ccf6543 returned status code 1:
stdout: 
stderr: error: unable to create file 
deltaspike/modules/partial-bean/api/src/main/resources/META-INF/beans.xml 
(Input/output error)
Previous HEAD position was 5ebbdaf... DELTASPIKE-531 @InjectableResource
HEAD is now at 80ea63f... DELTASPIKE-533 Add @DeltaSpike

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1173)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1150)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1146)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:962)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:972)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.checkout(CliGitAPIImpl.java:1273)
at hudson.plugins.git.GitAPI.checkout(GitAPI.java:208)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.checkoutBranch(CliGitAPIImpl.java:1283)
... 15 more