Added additional integration test provided by Fabio Heer
[hibernate4-maven-plugin] / src / it / multimodule / ejb / src / main / resources / META-INF / beans.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans xmlns="http://xmlns.jcp.org/xml/ns/javaee"
3            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4            xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
5                            http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd"
6            version="1.1" bean-discovery-mode="annotated">
7 </beans>