You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by im...@apache.org on 2007/08/18 14:22:51 UTC

svn commit: r567261 - /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/filter/OrchestraServletFilter.java

Author: imario
Date: Sat Aug 18 05:22:50 2007
New Revision: 567261

URL: http://svn.apache.org/viewvc?view=rev&rev=567261
Log:
removed comment

Modified:
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/filter/OrchestraServletFilter.java

Modified: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/filter/OrchestraServletFilter.java
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/filter/OrchestraServletFilter.java?view=diff&rev=567261&r1=567260&r2=567261
==============================================================================
--- myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/filter/OrchestraServletFilter.java (original)
+++ myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/filter/OrchestraServletFilter.java Sat Aug 18 05:22:50 2007
@@ -153,11 +153,6 @@
 
 	protected void cleanupPersistence()
 	{
-		/*
-		// XXX: this cross link into the spring domain is not the best way .... figure out a better way
-		PersistenceContextConversationInterceptor.cleanupPersistence();
-		*/
-
 		ConnectionManagerDataSource.releaseAllBorrowedConnections();
 	}