You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by as...@apache.org on 2016/03/29 11:30:30 UTC

camel git commit: CAMEL-9767: CDI deployment problem in JBoss EAP 6.3

Repository: camel
Updated Branches:
  refs/heads/master f5fe63645 -> 4335247a1


CAMEL-9767: CDI deployment problem in JBoss EAP 6.3


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

Branch: refs/heads/master
Commit: 4335247a164392583fea716b115b687e3989b29e
Parents: f5fe636
Author: Antonin Stefanutti <an...@stefanutti.fr>
Authored: Tue Mar 29 11:30:05 2016 +0200
Committer: Antonin Stefanutti <an...@stefanutti.fr>
Committed: Tue Mar 29 11:30:05 2016 +0200

----------------------------------------------------------------------
 components/camel-cdi/src/main/resources/META-INF/beans.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/4335247a/components/camel-cdi/src/main/resources/META-INF/beans.xml
----------------------------------------------------------------------
diff --git a/components/camel-cdi/src/main/resources/META-INF/beans.xml b/components/camel-cdi/src/main/resources/META-INF/beans.xml
index 14deb99..1d948f8 100644
--- a/components/camel-cdi/src/main/resources/META-INF/beans.xml
+++ b/components/camel-cdi/src/main/resources/META-INF/beans.xml
@@ -15,11 +15,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<beans xmlns="http://xmlns.jcp.org/xml/ns/javaee"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee 
-                           http://xmlns.jcp.org/xml/ns/javaee/beans_1_0.xsd"
-       version="1.0" bean-discovery-mode="all">
+<beans version="1.0" bean-discovery-mode="all">
 
     <scan>
         <exclude name="org.apache.camel.cdi.Main"/>