Update of 
/cvsroot/xdoclet/xdoclet/modules/bea/src/xdoclet/modules/bea/wls/ejb/resources
In directory 
sc8-pr-cvs1:/tmp/cvs-serv29901/xdoclet/modules/bea/src/xdoclet/modules/bea/wls/ejb/resources

Modified Files:
        weblogic-ejb-jar-xml.xdt 
Log Message:
Fix for: Bug in EJB1.1 persistence for Entity Beans + fix  (XDT-221) 


Index: weblogic-ejb-jar-xml.xdt
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/modules/bea/src/xdoclet/modules/bea/wls/ejb/resources/weblogic-ejb-jar-xml.xdt,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** weblogic-ejb-jar-xml.xdt    1 Aug 2002 15:37:25 -0000       1.7
--- weblogic-ejb-jar-xml.xdt    3 Jan 2003 14:36:32 -0000       1.8
***************
*** 59,63 ****
--- 59,68 ----
              <persistence-type>
                 <type-identifier>WebLogic_CMP_RDBMS</type-identifier>
+               <XDtConfig:ifConfigParamEquals paramName="EjbSpec" value="1.1">
+                <type-version>5.1.0</type-version>
+               </XDtConfig:ifConfigParamEquals>
+               <XDtConfig:ifConfigParamNotEquals paramName="EjbSpec" value="1.1"> 
                 <type-version>6.0</type-version>
+               </XDtConfig:ifConfigParamNotEquals>
                 <type-storage>META-INF/weblogic-cmp-rdbms-jar.xml</type-storage>
              </persistence-type>
***************
*** 70,74 ****
--- 75,84 ----
              <persistence-use>
                 <type-identifier>WebLogic_CMP_RDBMS</type-identifier>
+               <XDtConfig:ifConfigParamEquals paramName="EjbSpec" value="1.1">
+                <type-version>5.1.0</type-version>
+               </XDtConfig:ifConfigParamEquals>
+               <XDtConfig:ifConfigParamNotEquals paramName="EjbSpec" value="1.1"> 
                 <type-version>6.0</type-version>
+               </XDtConfig:ifConfigParamNotEquals>
                 <XDtConfig:ifConfigParamGreaterOrEquals paramName="Version" 
value="7.0">
                 <type-storage>META-INF/weblogic-cmp-rdbms-jar.xml</type-storage>



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to