File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed
ejb/src/test/resources/org/jboss/metadata/test/ejb3/simple Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" UTF-8" ?>
2- <ejb-jar
3- xmlns =" http://java.sun.com/xml/ns/javaee"
4- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5- xsi : schemaLocation =" http://java.sun.com/xml/ns/javaee
6- http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd"
7- version =" 3.0" >
8- <description >Simple description</description >
9- <display-name >Simple</display-name >
10- </ejb-jar >
1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <ejb-jar xmlns =" https://jakarta.ee/xml/ns/jakartaee"
3+ xmlns:jboss=" urn:jboss:jakartaee:1.0"
4+ xmlns:s=" urn:security:2.0"
5+ version=" 4.0" >
6+ <description >Simple description</description >
7+ <display-name >Simple</display-name >
8+ </ejb-jar >
You can’t perform that action at this time.
0 commit comments