You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by gp...@apache.org on 2015/11/05 22:04:03 UTC

deltaspike git commit: DELTASPIKE-1019 improved config for using context-control in weld-based servers

Repository: deltaspike
Updated Branches:
  refs/heads/master e7d35f576 -> 483d84564


DELTASPIKE-1019 improved config for using context-control in weld-based servers


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

Branch: refs/heads/master
Commit: 483d845649a72bef4704c39ec719b1a01dc0d71c
Parents: e7d35f5
Author: gpetracek <gp...@apache.org>
Authored: Thu Nov 5 22:01:58 2015 +0100
Committer: gpetracek <gp...@apache.org>
Committed: Thu Nov 5 22:01:58 2015 +0100

----------------------------------------------------------------------
 .../cdictrl/impl-weld/src/main/resources/META-INF/beans.xml      | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/483d8456/deltaspike/cdictrl/impl-weld/src/main/resources/META-INF/beans.xml
----------------------------------------------------------------------
diff --git a/deltaspike/cdictrl/impl-weld/src/main/resources/META-INF/beans.xml b/deltaspike/cdictrl/impl-weld/src/main/resources/META-INF/beans.xml
index 4070730..4a6a161 100644
--- a/deltaspike/cdictrl/impl-weld/src/main/resources/META-INF/beans.xml
+++ b/deltaspike/cdictrl/impl-weld/src/main/resources/META-INF/beans.xml
@@ -19,5 +19,9 @@
 -->
 <beans xmlns="http://java.sun.com/xml/ns/javaee"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xmlns:weld="http://jboss.org/schema/weld/beans"
        xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/beans_1_0.xsd">
+    <weld:scan>
+        <weld:exclude name="org.apache.deltaspike.cdise.weld.WeldContainerControl"/>
+    </weld:scan>
 </beans>