You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

beans.xml 361B

12345678910
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <beans xmlns="http://java.sun.com/xml/ns/javaee"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="
  5. http://java.sun.com/xml/ns/javaee
  6. http://java.sun.com/xml/ns/javaee/beans_1_0.xsd">
  7. <!-- This file is necessary for CDI to work on JEE6 containers -->
  8. </beans>