From 7d0386265768160b92523cbbfde9bb413a2a50a6 Mon Sep 17 00:00:00 2001 From: Miguel Reboiro-Jato Date: Mon, 2 Nov 2015 19:48:55 +0100 Subject: [PATCH] Adds the jboss-ebj3.xml file to the "services" project The addition of the jboss-ejb3.xml file with the security domain configuration allows the deployment of the "services" project as an independent project in a Wildfly/JBoss container. --- .../src/main/resources/META-INF/jboss-ejb3.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 service/src/main/resources/META-INF/jboss-ejb3.xml diff --git a/service/src/main/resources/META-INF/jboss-ejb3.xml b/service/src/main/resources/META-INF/jboss-ejb3.xml new file mode 100644 index 0000000..aaad79e --- /dev/null +++ b/service/src/main/resources/META-INF/jboss-ejb3.xml @@ -0,0 +1,15 @@ + + + + + * + xcs-sample-security-domain + + + \ No newline at end of file -- 2.18.1