Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Data/Transaction/Interceptor
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv21658
Modified Files:
MethodMapTransactionAttributeSource.cs
Log Message:
SPRNET-915 - Add additional CannotSerializeTransactionCodes for Oracle providers
remove old comment in MethodMapTxAttribSrc
Index: MethodMapTransactionAttributeSource.cs
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Data/Transaction/Interceptor/MethodMapTransactionAttributeSource.cs,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** MethodMapTransactionAttributeSource.cs 29 Dec 2007 00:28:53 -0000 1.12
--- MethodMapTransactionAttributeSource.cs 3 Apr 2008 04:48:53 -0000 1.13
***************
*** 81,85 ****
public IDictionary MethodMap
{
- //TODO investigate why can't be of type IDictionary...
set
{
--- 81,84 ----
|