blob: 638996656b5ba7ee8ca8e57912e56088a4a4db12 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
http://www.eclipse.org/legal/epl-2.0.
This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the
Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
version 2 with the GNU Classpath Exception, which is available at
https://www.gnu.org/software/classpath/license.html.
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
-->
<ejb-jar version="2.1" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd">
<enterprise-beans>
<entity>
<ejb-name>BmpBean</ejb-name>
<home>com.sun.s1asdev.ejb.stubs.proxy.BmpRemoteHome</home>
<remote>com.sun.s1asdev.ejb.stubs.proxy.BmpRemote</remote>
<local-home>com.sun.s1asdev.ejb.stubs.proxy.BmpHome</local-home>
<local>com.sun.s1asdev.ejb.stubs.proxy.Bmp</local>
<ejb-class>com.sun.s1asdev.ejb.stubs.proxy.BmpEJB</ejb-class>
<persistence-type>Bean</persistence-type>
<prim-key-class>java.lang.Object</prim-key-class>
<reentrant>false</reentrant>
<security-identity>
<use-caller-identity/>
</security-identity>
</entity>
<session>
<ejb-name>SlessBean</ejb-name>
<home>com.sun.s1asdev.ejb.stubs.proxy.SlessRemoteHome</home>
<remote>com.sun.s1asdev.ejb.stubs.proxy.SlessRemote</remote>
<local-home>com.sun.s1asdev.ejb.stubs.proxy.SlessHome</local-home>
<local>com.sun.s1asdev.ejb.stubs.proxy.Sless</local>
<ejb-class>com.sun.s1asdev.ejb.stubs.proxy.SlessEJB</ejb-class>
<session-type>Stateless</session-type>
<transaction-type>Container</transaction-type>
<security-identity>
<use-caller-identity/>
</security-identity>
</session>
<session>
<ejb-name>PerformanceApp</ejb-name>
<home>com.sun.s1asdev.ejb.stubs.proxy.HelloHome</home>
<remote>com.sun.s1asdev.ejb.stubs.proxy.Hello</remote>
<ejb-class>com.sun.s1asdev.ejb.stubs.proxy.HelloEJB</ejb-class>
<session-type>Stateful</session-type>
<transaction-type>Bean</transaction-type>
<ejb-ref>
<ejb-ref-name>ejb/SfulRemote</ejb-ref-name>
<ejb-ref-type>Session</ejb-ref-type>
<home>com.sun.s1asdev.ejb.stubs.proxy.SfulRemoteHome</home>
<remote>com.sun.s1asdev.ejb.stubs.proxy.SfulRemote</remote>
<ejb-link>SfulBean</ejb-link>
</ejb-ref>
<ejb-ref>
<ejb-ref-name>ejb/BmpRemote</ejb-ref-name>
<ejb-ref-type>Entity</ejb-ref-type>
<home>com.sun.s1asdev.ejb.stubs.proxy.BmpRemoteHome</home>
<remote>com.sun.s1asdev.ejb.stubs.proxy.BmpRemote</remote>
<ejb-link>BmpBean</ejb-link>
</ejb-ref>
<ejb-ref>
<ejb-ref-name>ejb/SlessRemote</ejb-ref-name>
<ejb-ref-type>Session</ejb-ref-type>
<home>com.sun.s1asdev.ejb.stubs.proxy.SlessRemoteHome</home>
<remote>com.sun.s1asdev.ejb.stubs.proxy.SlessRemote</remote>
<ejb-link>SlessBean</ejb-link>
</ejb-ref>
<ejb-local-ref>
<ejb-ref-name>ejb/Sful</ejb-ref-name>
<ejb-ref-type>Session</ejb-ref-type>
<local-home>com.sun.s1asdev.ejb.stubs.proxy.SfulHome</local-home>
<local>com.sun.s1asdev.ejb.stubs.proxy.Sful</local>
<ejb-link>SfulBean</ejb-link>
</ejb-local-ref>
<ejb-local-ref>
<ejb-ref-name>ejb/Bmp</ejb-ref-name>
<ejb-ref-type>Entity</ejb-ref-type>
<local-home>com.sun.s1asdev.ejb.stubs.proxy.BmpHome</local-home>
<local>com.sun.s1asdev.ejb.stubs.proxy.Bmp</local>
<ejb-link>BmpBean</ejb-link>
</ejb-local-ref>
<ejb-local-ref>
<ejb-ref-name>ejb/Sless</ejb-ref-name>
<ejb-ref-type>Session</ejb-ref-type>
<local-home>com.sun.s1asdev.ejb.stubs.proxy.SlessHome</local-home>
<local>com.sun.s1asdev.ejb.stubs.proxy.Sless</local>
<ejb-link>SlessBean</ejb-link>
</ejb-local-ref>
<security-identity>
<use-caller-identity/>
</security-identity>
</session>
<session>
<ejb-name>SfulBean</ejb-name>
<home>com.sun.s1asdev.ejb.stubs.proxy.SfulRemoteHome</home>
<remote>com.sun.s1asdev.ejb.stubs.proxy.SfulRemote</remote>
<local-home>com.sun.s1asdev.ejb.stubs.proxy.SfulHome</local-home>
<local>com.sun.s1asdev.ejb.stubs.proxy.Sful</local>
<ejb-class>com.sun.s1asdev.ejb.stubs.proxy.SfulEJB</ejb-class>
<session-type>Stateful</session-type>
<transaction-type>Container</transaction-type>
<security-identity>
<use-caller-identity/>
</security-identity>
</session>
</enterprise-beans>
<assembly-descriptor>
<container-transaction>
<method>
<ejb-name>BmpBean</ejb-name>
<method-intf>Local</method-intf>
<method-name>never</method-name>
</method>
<trans-attribute>Never</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>BmpBean</ejb-name>
<method-intf>Local</method-intf>
<method-name>remove</method-name>
</method>
<trans-attribute>Required</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>BmpBean</ejb-name>
<method-intf>LocalHome</method-intf>
<method-name>remove</method-name>
<method-params>
<method-param>java.lang.Object</method-param>
</method-params>
</method>
<trans-attribute>Required</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>BmpBean</ejb-name>
<method-intf>Local</method-intf>
<method-name>mandatory</method-name>
</method>
<trans-attribute>Mandatory</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>BmpBean</ejb-name>
<method-intf>Local</method-intf>
<method-name>required</method-name>
</method>
<trans-attribute>Required</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>BmpBean</ejb-name>
<method-intf>Local</method-intf>
<method-name>supports</method-name>
</method>
<trans-attribute>Supports</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>BmpBean</ejb-name>
<method-intf>LocalHome</method-intf>
<method-name>findByPrimaryKey</method-name>
<method-params>
<method-param>java.lang.String</method-param>
</method-params>
</method>
<trans-attribute>Required</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>BmpBean</ejb-name>
<method-intf>LocalHome</method-intf>
<method-name>create</method-name>
<method-params>
<method-param>java.lang.String</method-param>
</method-params>
</method>
<trans-attribute>Required</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>BmpBean</ejb-name>
<method-intf>Local</method-intf>
<method-name>requiresNew</method-name>
</method>
<trans-attribute>RequiresNew</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>BmpBean</ejb-name>
<method-intf>Local</method-intf>
<method-name>notSupported</method-name>
</method>
<trans-attribute>NotSupported</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>SlessBean</ejb-name>
<method-intf>Local</method-intf>
<method-name>required</method-name>
</method>
<trans-attribute>Required</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>SlessBean</ejb-name>
<method-intf>Local</method-intf>
<method-name>supports</method-name>
</method>
<trans-attribute>Supports</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>SlessBean</ejb-name>
<method-intf>Local</method-intf>
<method-name>never</method-name>
</method>
<trans-attribute>Never</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>SlessBean</ejb-name>
<method-intf>Local</method-intf>
<method-name>notSupported</method-name>
</method>
<trans-attribute>NotSupported</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>SlessBean</ejb-name>
<method-intf>Local</method-intf>
<method-name>requiresNew</method-name>
</method>
<trans-attribute>RequiresNew</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>SlessBean</ejb-name>
<method-intf>Local</method-intf>
<method-name>mandatory</method-name>
</method>
<trans-attribute>Mandatory</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>SfulBean</ejb-name>
<method-intf>Local</method-intf>
<method-name>required</method-name>
</method>
<trans-attribute>Required</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>SfulBean</ejb-name>
<method-intf>Local</method-intf>
<method-name>supports</method-name>
</method>
<trans-attribute>Supports</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>SfulBean</ejb-name>
<method-intf>Local</method-intf>
<method-name>never</method-name>
</method>
<trans-attribute>Never</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>SfulBean</ejb-name>
<method-intf>Local</method-intf>
<method-name>notSupported</method-name>
</method>
<trans-attribute>NotSupported</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>SfulBean</ejb-name>
<method-intf>Local</method-intf>
<method-name>requiresNew</method-name>
</method>
<trans-attribute>RequiresNew</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>SfulBean</ejb-name>
<method-intf>Local</method-intf>
<method-name>mandatory</method-name>
</method>
<trans-attribute>Mandatory</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>BmpBean</ejb-name>
<method-intf>Remote</method-intf>
<method-name>never</method-name>
</method>
<trans-attribute>Never</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>BmpBean</ejb-name>
<method-intf>Remote</method-intf>
<method-name>remove</method-name>
</method>
<trans-attribute>Required</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>BmpBean</ejb-name>
<method-intf>Home</method-intf>
<method-name>remove</method-name>
<method-params>
<method-param>java.lang.Object</method-param>
</method-params>
</method>
<trans-attribute>Required</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>BmpBean</ejb-name>
<method-intf>Remote</method-intf>
<method-name>mandatory</method-name>
</method>
<trans-attribute>Mandatory</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>BmpBean</ejb-name>
<method-intf>Remote</method-intf>
<method-name>required</method-name>
</method>
<trans-attribute>Required</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>BmpBean</ejb-name>
<method-intf>Remote</method-intf>
<method-name>supports</method-name>
</method>
<trans-attribute>Supports</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>BmpBean</ejb-name>
<method-intf>Home</method-intf>
<method-name>findByPrimaryKey</method-name>
<method-params>
<method-param>java.lang.String</method-param>
</method-params>
</method>
<trans-attribute>Required</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>BmpBean</ejb-name>
<method-intf>Home</method-intf>
<method-name>create</method-name>
<method-params>
<method-param>java.lang.String</method-param>
</method-params>
</method>
<trans-attribute>Required</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>BmpBean</ejb-name>
<method-intf>Remote</method-intf>
<method-name>requiresNew</method-name>
</method>
<trans-attribute>RequiresNew</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>BmpBean</ejb-name>
<method-intf>Remote</method-intf>
<method-name>notSupported</method-name>
</method>
<trans-attribute>NotSupported</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>SlessBean</ejb-name>
<method-intf>Remote</method-intf>
<method-name>required</method-name>
</method>
<trans-attribute>Required</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>SlessBean</ejb-name>
<method-intf>Remote</method-intf>
<method-name>supports</method-name>
</method>
<trans-attribute>Supports</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>SlessBean</ejb-name>
<method-intf>Remote</method-intf>
<method-name>never</method-name>
</method>
<trans-attribute>Never</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>SlessBean</ejb-name>
<method-intf>Remote</method-intf>
<method-name>notSupported</method-name>
</method>
<trans-attribute>NotSupported</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>SlessBean</ejb-name>
<method-intf>Remote</method-intf>
<method-name>requiresNew</method-name>
</method>
<trans-attribute>RequiresNew</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>SlessBean</ejb-name>
<method-intf>Remote</method-intf>
<method-name>mandatory</method-name>
</method>
<trans-attribute>Mandatory</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>SfulBean</ejb-name>
<method-intf>Remote</method-intf>
<method-name>required</method-name>
</method>
<trans-attribute>Required</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>SfulBean</ejb-name>
<method-intf>Remote</method-intf>
<method-name>supports</method-name>
</method>
<trans-attribute>Supports</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>SfulBean</ejb-name>
<method-intf>Remote</method-intf>
<method-name>never</method-name>
</method>
<trans-attribute>Never</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>SfulBean</ejb-name>
<method-intf>Remote</method-intf>
<method-name>notSupported</method-name>
</method>
<trans-attribute>NotSupported</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>SfulBean</ejb-name>
<method-intf>Remote</method-intf>
<method-name>requiresNew</method-name>
</method>
<trans-attribute>RequiresNew</trans-attribute>
</container-transaction>
<container-transaction>
<method>
<ejb-name>SfulBean</ejb-name>
<method-intf>Remote</method-intf>
<method-name>mandatory</method-name>
</method>
<trans-attribute>Mandatory</trans-attribute>
</container-transaction>
</assembly-descriptor>
</ejb-jar>