[hibernate-commits] Hibernate SVN: r17745 - entitymanager/branches/v3_3_2_GA_CP/src/test/org/hibernate/ejb/test/connection.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Oct 14 11:12:59 EDT 2009


Author: stliu
Date: 2009-10-14 11:12:59 -0400 (Wed, 14 Oct 2009)
New Revision: 17745

Modified:
   entitymanager/branches/v3_3_2_GA_CP/src/test/org/hibernate/ejb/test/connection/FakeDataSource.java
Log:
JBPAPP-1679 Modify Annotations, Entity Manager, and Search to work with the same property settings as Core

Modified: entitymanager/branches/v3_3_2_GA_CP/src/test/org/hibernate/ejb/test/connection/FakeDataSource.java
===================================================================
--- entitymanager/branches/v3_3_2_GA_CP/src/test/org/hibernate/ejb/test/connection/FakeDataSource.java	2009-10-14 14:38:57 UTC (rev 17744)
+++ entitymanager/branches/v3_3_2_GA_CP/src/test/org/hibernate/ejb/test/connection/FakeDataSource.java	2009-10-14 15:12:59 UTC (rev 17745)
@@ -33,16 +33,4 @@
 	public int getLoginTimeout() throws SQLException {
 		throw new FakeDataSourceException( "getLoginTimeout" );
 	}
-
-	@Override
-	public boolean isWrapperFor(Class<?> iface) throws SQLException {
-		// TODO Auto-generated method stub
-		return false;
-	}
-
-	@Override
-	public <T> T unwrap(Class<T> iface) throws SQLException {
-		// TODO Auto-generated method stub
-		return null;
-	}
 }



More information about the hibernate-commits mailing list