SPRNET-1266 - Context creation can throw ObjectCurrentlyInCreatation exception thrown when using <tx:attribute-driven/> with NHibernateTransactionManager
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user