[jbosscache-commits] JBoss Cache SVN: r5297 - core/trunk/src/main/resources.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Feb 5 14:07:27 EST 2008


Author: manik.surtani at jboss.com
Date: 2008-02-05 14:07:26 -0500 (Tue, 05 Feb 2008)
New Revision: 5297

Removed:
   core/trunk/src/main/resources/jboss-beans.xml
Log:
removed unused file

Deleted: core/trunk/src/main/resources/jboss-beans.xml
===================================================================
--- core/trunk/src/main/resources/jboss-beans.xml	2008-02-05 18:59:35 UTC (rev 5296)
+++ core/trunk/src/main/resources/jboss-beans.xml	2008-02-05 19:07:26 UTC (rev 5297)
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<deployment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-            xsi:schemaLocation="urn:jboss:bean-deployer:2.0 bean-deployer_2_0.xsd"
-            xmlns="urn:jboss:bean-deployer:2.0">
-
-   <!-- Let's start with naming a few beans that we will always use regardless of configuration -->
-   <bean name="cache" class="org.jboss.cache.CacheImpl">
-      <!--<property name="notifier">-->
-         <!--<inject bean="notifier" />-->
-      <!--</property>-->
-   </bean>
-
-   <bean name="notifier" class="org.jboss.cache.notifications.Notifier">
-      <constructor>
-         <inject bean="cache" />
-      </constructor>
-   </bean>
-
-   <bean name="rpcManager" class="org.jboss.cache.RPCManagerImpl">
-      <property name="cache">
-         <inject bean="cache" />
-      </property>
-   </bean>
-
-
-
-</deployment>




More information about the jbosscache-commits mailing list