[jboss-cvs] JBossAS SVN: r79118 - in trunk: server/src/etc/conf/default and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Oct 5 16:55:03 EDT 2008


Author: scott.stark at jboss.org
Date: 2008-10-05 16:55:02 -0400 (Sun, 05 Oct 2008)
New Revision: 79118

Modified:
   trunk/profileservice/src/resources/profileservice-jboss-beans.xml
   trunk/server/src/etc/conf/default/profile-repository.xml
Log:
JBAS-3768, change to the java bean xml attachment serializer

Modified: trunk/profileservice/src/resources/profileservice-jboss-beans.xml
===================================================================
--- trunk/profileservice/src/resources/profileservice-jboss-beans.xml	2008-10-05 04:53:32 UTC (rev 79117)
+++ trunk/profileservice/src/resources/profileservice-jboss-beans.xml	2008-10-05 20:55:02 UTC (rev 79118)
@@ -67,7 +67,7 @@
         </uninstall>
         <property name="mainDeployer"><inject bean="MainDeployer"/></property>
         <property name="profileService"><inject bean="ProfileService"/></property>
-        <property name="serializer"><inject bean="JavaSerializationAttachmentsSerializer"/></property>
+        <property name="serializer"><inject bean="AttachmentsSerializer"/></property>
         <property name="locator"><inject bean="ConnectorMBean" property="invokerLocator"/></property>
         <property name="dispatcher"><inject bean="RuntimeComponentDispatcher"/></property>
         

Modified: trunk/server/src/etc/conf/default/profile-repository.xml
===================================================================
--- trunk/server/src/etc/conf/default/profile-repository.xml	2008-10-05 04:53:32 UTC (rev 79117)
+++ trunk/server/src/etc/conf/default/profile-repository.xml	2008-10-05 20:55:02 UTC (rev 79118)
@@ -29,9 +29,9 @@
             <value>${jboss.server.home.url}/deploy</value>
          </array>
       </property>
-      <property name="serializer"><inject bean="JavaSerializationAttachmentsSerializer"/></property>
+      <property name="serializer"><inject bean="AttachmentsSerializer"/></property>
    </bean>
-   <bean name="JavaSerializationAttachmentsSerializer" class="org.jboss.system.server.profileservice.repository.JavaSerializationAttachmentsSerializer">
+   <bean name="AttachmentsSerializer" class="org.jboss.system.server.profileservice.repository.JavaBeanXmlAttachmentsSerializer">
         <property name="attachmentsStoreDir">${jboss.server.home.dir}/attachments</property>
     </bean>
 




More information about the jboss-cvs-commits mailing list