ejb-jar.xml- <enterprise-beans>
- <session>
- <ejb-name>TOLOWEREJB</ejb-name>
- <home>weblogic.wtc.jatmi.TuxedoServiceHome</home>
- <remote>weblogic.wtc.jatmi.TuxedoService</remote>
- <ejb-class>org.flying.ejb.WeblogicEjb</ejb-class>
- <session-type>Stateless</session-type>
- <transaction-type>Container</transaction-type>
- </session>
- </enterprise-beans>
- <assembly-descriptor>
- <container-transaction>
- <method>
- <ejb-name>TOLOWEREJB</ejb-name>
- <method-name>*</method-name>
- </method>
- <trans-attribute>Supports</trans-attribute>
- </container-transaction>
- </assembly-descriptor>
weblogic-ejb-jar.xml- <wls:weblogic-enterprise-bean>
- <wls:ejb-name>TOLOWEREJB</wls:ejb-name>
- <wls:stateless-session-descriptor>
- <wls:business-interface-jndi-name-map>
- <wls:business-remote>org.flying.ejb.WeblogicEjb</wls:business-remote>
- <wls:jndi-name>TOLOWER</wls:jndi-name>
- </wls:business-interface-jndi-name-map>
- </wls:stateless-session-descriptor>
- </wls:weblogic-enterprise-bean>
阅读(1454) | 评论(0) | 转发(0) |