[teiid-commits] teiid SVN: r1272 - trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/client.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Mon Aug 24 17:01:27 EDT 2009


Author: rareddy
Date: 2009-08-24 17:01:26 -0400 (Mon, 24 Aug 2009)
New Revision: 1272

Modified:
   trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/client/TestSocketServerConnection.java
Log:
TEIID-666: Session service not being used for "terminateSession". Previously Embedded did not have any session service, so it went directly to the DQP, now that it has session service the calls to terminate must flow through session service.

Modified: trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/client/TestSocketServerConnection.java
===================================================================
--- trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/client/TestSocketServerConnection.java	2009-08-24 21:00:08 UTC (rev 1271)
+++ trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/client/TestSocketServerConnection.java	2009-08-24 21:01:26 UTC (rev 1272)
@@ -71,8 +71,7 @@
 		@Override
 		//## JDBC4.0-end ##
 		public ResultsFuture<?> logoff()
-				throws InvalidSessionException,
-				MetaMatrixComponentException {
+				throws InvalidSessionException {
 			return null;
 		}
 



More information about the teiid-commits mailing list