We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd6d20 commit bcd7100Copy full SHA for bcd7100
components/sbm-support-jee/src/main/resources/META-INF/ejb-jar.xml
@@ -0,0 +1,13 @@
1
+<ejb-jar xmlns="http://xmlns.jcp.org/xml/ns/javaee"
2
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
4
+ http://xmlns.jcp.org/xml/ns/javaee/ejb-jar_3_2.xsd"
5
+ version="3.2">
6
+ <enterprise-beans>
7
+ <session>
8
+ <ejb-name>noInterfaceView</ejb-name>
9
+ <ejb-class>com.example.jee.ejb.stateless.local.deploymentdescriptor.NoInterfaceViewBean</ejb-class>
10
+ <session-type>Stateless</session-type>
11
+ </session>
12
+ </enterprise-beans>
13
+</ejb-jar>
0 commit comments