]> git.mxchange.org Git - jjobs-ejb.git/commitdiff
added beans.xml for better disovery
authorRoland Haeder <roland@mxchange.org>
Thu, 7 Apr 2016 10:06:12 +0000 (12:06 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 7 Apr 2016 10:06:12 +0000 (12:06 +0200)
src/conf/beans.xml [new file with mode: 0644]

diff --git a/src/conf/beans.xml b/src/conf/beans.xml
new file mode 100644 (file)
index 0000000..0f4e2aa
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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_1.xsd"
+          bean-discovery-mode="all">
+</beans>