Skip to content

Instantly share code, notes, and snippets.

@hgbrown
Created March 10, 2013 10:22
Show Gist options
  • Save hgbrown/5128015 to your computer and use it in GitHub Desktop.
Save hgbrown/5128015 to your computer and use it in GitHub Desktop.
CDI:Empty CDI beans.xml configuration file
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/beans_1_0.xsd">
</beans>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment