Skip to content

Instantly share code, notes, and snippets.

@alacambra
Created July 4, 2014 12:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alacambra/fe862f3cb11f0fd3e249 to your computer and use it in GitHub Desktop.
Save alacambra/fe862f3cb11f0fd3e249 to your computer and use it in GitHub Desktop.
working beans.xml
<?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_1.xsd">
<alternatives>
<class>com.poolingpeople.utils.mail.mailer.LogMailer</class>
</alternatives>
</beans>
@sebbaum
Copy link

sebbaum commented Jul 4, 2014

Super dann funktioniert das Testing mit Weld schon mal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment