I am using WL 8.1 So, should I remove the isolation level tag? I deployed it fine, but have not tested it yet.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Harkness, David Sent: Wednesday, July 21, 2004 11:44 AM To: [EMAIL PROTECTED] Subject: RE: [Xdoclet-user] FW: http://e-docs.bea.com/wls/docs61/ejb/cmp.html#1061636 [EMAIL PROTECTED] wrote: > OK, I am trying this, but neither the > @weblogic.dbms-column-type or the > @weblogic.transaction-isolation have a parameter identified. > What am I suppose to use as > ???="TRANSACTION_READ_COMMITTED_FOR_UPDATE"? Are you really using WebLogic 6.1? For some reason I thought I remembered you were using 7.0. I'm using the latter and have used CLOBs and BLOBs successfully without changing the transaction isolation. However, I *have* set it for other tasks. It's odd, but you really do the following. The second one is just another example. * @weblogic.transaction-isolation TRANSACTION_READ_COMMITTED * * @weblogic.delay-database-insert-until ejbPostCreate So there is not "parameter=" part, just the value. David Harkness Sr. Software Engineer Sony Pictures Digital Networks (310) 482-4756 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
