BmpSample.ejbgrpx
上传用户:dinglihq
上传日期:2013-02-04
资源大小:99958k
文件大小:3k
源码类别:

Java编程

开发平台:

Java

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <descriptors>
  3.   <ejb-jar.xml extralocation="" timestamp="1056007999052"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
  4. <!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd">
  5. <ejb-jar>
  6.     <enterprise-beans>
  7.         <entity>
  8.             <display-name>StudentBmp</display-name>
  9.             <ejb-name>StudentBmp</ejb-name>
  10.             <local-home>bmpsample.StudentBmpHome</local-home>
  11.             <local>bmpsample.StudentBmp</local>
  12.             <ejb-class>bmpsample.StudentBmpBean</ejb-class>
  13.             <persistence-type>Bean</persistence-type>
  14.             <prim-key-class>java.lang.String</prim-key-class>
  15.             <reentrant>False</reentrant>
  16.         </entity>
  17.     </enterprise-beans>
  18.     <assembly-descriptor>
  19.         <container-transaction>
  20.             <method>
  21.                 <ejb-name>StudentBmp</ejb-name>
  22.                 <method-name>*</method-name>
  23.             </method>
  24.             <trans-attribute>Required</trans-attribute>
  25.         </container-transaction>
  26.     </assembly-descriptor>
  27. </ejb-jar>]]></ejb-jar.xml>
  28.   <ejb-borland.xml extralocation="" timestamp="1056007999052"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
  29. <!DOCTYPE ejb-jar PUBLIC "-//Borland Software Corporation//DTD Enterprise JavaBeans 2.0//EN" "http://www.borland.com/devsupport/appserver/dtds/ejb-jar_2_0-borland.dtd">
  30. <ejb-jar>
  31.     <enterprise-beans>
  32.         <entity>
  33.             <ejb-name>StudentBmp</ejb-name>
  34.             <bean-local-home-name>StudentBmp</bean-local-home-name>
  35.             <property>
  36.                 <prop-name>ejb-designer-id</prop-name>
  37.                 <prop-type>String</prop-type>
  38.                 <prop-value>StudentBmp</prop-value>
  39.             </property>
  40.             <property>
  41.                 <prop-name>primkey-field</prop-name>
  42.                 <prop-type>java.lang.String</prop-type>
  43.                 <prop-value>primaryKey</prop-value>
  44.             </property>
  45.         </entity>
  46.     </enterprise-beans>
  47.     <assembly-descriptor />
  48. </ejb-jar>]]></ejb-borland.xml>
  49.   <ejb-modeler-layout.xml extralocation="" timestamp="1056007999052"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
  50. <layout>
  51.   <view>
  52.     <name>Default</name>
  53.     <ejb>
  54.       <name>StudentBmp</name>
  55.       <x>26</x>
  56.       <y>75</y>
  57.       <width>146</width>
  58.       <height>510</height>
  59.     </ejb>
  60.   </view>
  61. </layout>]]></ejb-modeler-layout.xml>
  62.   <weblogic-cmp-extras.xml extralocation="" timestamp="1056007999052"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
  63. <weblogic-rdbms-jar />]]></weblogic-cmp-extras.xml>
  64.   <weblogic-ejb-jar.xml extralocation="" timestamp="1062559812281"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
  65. <!DOCTYPE weblogic-ejb-jar PUBLIC '-//BEA Systems, Inc.//DTD WebLogic 8.1.0 EJB//EN' 'http://www.bea.com/servers/wls810/dtd/weblogic-ejb-jar.dtd'>
  66. <weblogic-ejb-jar>
  67.     <weblogic-enterprise-bean>
  68.         <ejb-name>StudentBmp</ejb-name>
  69.         <local-jndi-name>StudentBmp</local-jndi-name>
  70.     </weblogic-enterprise-bean>
  71. </weblogic-ejb-jar>
  72. ]]></weblogic-ejb-jar.xml>
  73. </descriptors>