Skip to content

Commit bcd7100

Browse files
committed
WIP
1 parent acd6d20 commit bcd7100

File tree

1 file changed

+13
-0
lines changed
  • components/sbm-support-jee/src/main/resources/META-INF

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)