SPRNET-1266 - Context creation can throw ObjectCurrentlyInCreatation exception thrown when using <tx:attribute-driven/> with NHibernateTransactionManager

This commit is contained in:
markpollack
2009-11-04 00:57:15 +00:00
parent 878c3aba06
commit 24ccfd2f9f
2 changed files with 1 additions and 6 deletions

View File

@@ -40,7 +40,7 @@
<Optimize>false</Optimize>
<RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningLevel>4</WarningLevel>
<DebugType>full</DebugType>
<ErrorReport>prompt</ErrorReport>

View File

@@ -37,11 +37,6 @@ namespace Spring.Transaction.Config
/// <author>Mark Pollack (.NET)</author>
public class AttributeDrivenObjectDefinitionParser : AbstractObjectDefinitionParser
{
/// <summary>
/// Object property name for injection the TransactionInterceptor
/// </summary>
private static readonly string TRANSACTION_INTERCEPTOR = "transactionInterceptor";
/// <summary>
/// The '<code>proxy-target-type</code>' attribute
/// </summary>