Author: dims
Date: Thu Jan 31 06:24:28 2008
New Revision: 617135

URL: http://svn.apache.org/viewvc?rev=617135&view=rev
Log:
Reverting 616602. My bad!

Modified:
    
webservices/sandesha/trunk/java/modules/core/src/main/java/org/apache/sandesha2/storage/inmemory/InMemoryTransaction.java

Modified: 
webservices/sandesha/trunk/java/modules/core/src/main/java/org/apache/sandesha2/storage/inmemory/InMemoryTransaction.java
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/modules/core/src/main/java/org/apache/sandesha2/storage/inmemory/InMemoryTransaction.java?rev=617135&r1=617134&r2=617135&view=diff
==============================================================================
--- 
webservices/sandesha/trunk/java/modules/core/src/main/java/org/apache/sandesha2/storage/inmemory/InMemoryTransaction.java
 (original)
+++ 
webservices/sandesha/trunk/java/modules/core/src/main/java/org/apache/sandesha2/storage/inmemory/InMemoryTransaction.java
 Thu Jan 31 06:24:28 2008
@@ -84,7 +84,7 @@
                                        if(!enlistedBeans.isEmpty()) {
                                                HashSet set = new HashSet();
                                                set.add(this);
-                                               while(other != null && other != 
this) {
+                                               while(other != null) {
                                                        if(set.contains(other)) 
{
                                                                String message 
= SandeshaMessageHelper.getMessage(SandeshaMessageKeys.deadlock, 
this.toString(), bean.toString());
                                                                
SandeshaStorageException e = new SandeshaStorageException(message);



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to