[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
