explaining the deprecation of this class
authorAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Tue, 8 Mar 2011 13:37:26 +0000 (13:37 +0000)
committerAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Tue, 8 Mar 2011 13:37:26 +0000 (13:37 +0000)
cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/database/UpdatableRoutingDataSource.java
cdmlib-remote/src/main/java/eu/etaxonomy/cdm/remote/controller/interceptor/DatasourceContextHandlerInterceptor.java

index 1d60e036749d781c907f0e93d277057bb6590c06..388703b993b2191e93c56a35cfca6e5b33671fa3 100644 (file)
@@ -40,6 +40,14 @@ import org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource;
    </pre>\r
  * \r
  * @author a.kohlbecker\r
+ * @deprecated<b>NOTICE:</b> \r
+ * <em>This class is related to the switchable database infrastructure which allows to serve \r
+ * multiple databases with only a single instance of the cdm-remote-webapp. \r
+ * This concept however is deprecated due to several problems of which the most severe is the term loading issue.\r
+ * This class should however not deleted since we once might wish to switch back to this concept when we are \r
+ * able to deal with the implicated issues. \r
+ * \r
+ * See http://dev.e-taxonomy.eu/trac/wiki/CdmServerSwitchableDataSources for more information.</em>\r
  */\r
 @Deprecated\r
 public class UpdatableRoutingDataSource extends AbstractRoutingDataSource {\r
index ef4c6f35c58a2360755fe09c4a5408d1df3d4196..39c281a2ac126f3a6cda9644a98dc0fdbf2c6840 100644 (file)
@@ -28,7 +28,9 @@ import eu.etaxonomy.cdm.database.NamedContextHolder;
  * multiple databases with only a single instance of the cdm-remote-webapp. \r
  * This concept however is deprecated due to several problems of which the most severe is the term loading issue.\r
  * This class should however not deleted since we once might wish to switch back to this concept when we are \r
- * able to deal with the implicated issues.</em>\r
+ * able to deal with the implicated issues. \r
+ * \r
+ * See http://dev.e-taxonomy.eu/trac/wiki/CdmServerSwitchableDataSources for more information.</em>\r
  */\r
 @Deprecated\r
 public class DatasourceContextHandlerInterceptor extends HandlerInterceptorAdapter {\r