Skip to content
Snippets Groups Projects
Commit 19a0b611 authored by Julian Horner's avatar Julian Horner
Browse files

Minor improvements

parent 02780532
No related branches found
No related tags found
No related merge requests found
ESD
\ No newline at end of file
# NoSQL Datenbank für My-Aktion
Relationale-Datenbank (H2) ersetzen durch NoSQL-Datenbank (MongoDB). Anpassen von My-Aktion an die neue Datenbank.
<?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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment