Skip to content

Commit

Permalink
make the bean stateless, use ejb 3.1 :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Feb 1, 2010
1 parent 30cd920 commit f41e1ac
Showing 1 changed file with 7 additions and 0 deletions.
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ejb-jar 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/ejb-jar_3_1.xsd"
version="3.1">

</ejb-jar>

0 comments on commit f41e1ac

Please sign in to comment.