diff --git a/src/main/webapp/WEB-INF/jboss-ejb3.xml b/src/main/webapp/WEB-INF/jboss-ejb3.xml deleted file mode 100644 index c4f882b7d3b3e354029360648118faed70135b4d..0000000000000000000000000000000000000000 --- a/src/main/webapp/WEB-INF/jboss-ejb3.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.1" encoding="UTF-8"?> -<jboss:ejb-jar - xmlns:jboss="http://www.jboss.com/xml/ns/javaee" - xmlns="http://java.sun.com/xml/ns/javaee" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns:s="urn:security" - xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee - http://www.jboss.org/j2ee/schema/jboss-ejb3-2_0.xsd - http://java.sun.com/xml/ns/javaee - http://java.sun.com/xml/ns/javaee/ejb-jar_3_1.xsd" - version="3.1" impl-version="2.0"> - <assembly-descriptor> - <s:security> - <ejb-name>*</ejb-name> - <s:security-domain>my-aktion</s:security-domain> - </s:security> - </assembly-descriptor> -</jboss:ejb-jar> \ No newline at end of file