[jboss-cvs] JBossAS SVN: r67752 - trunk/profileservice/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Dec 2 19:24:06 EST 2007


Author: alesj
Date: 2007-12-02 19:24:05 -0500 (Sun, 02 Dec 2007)
New Revision: 67752

Modified:
   trunk/profileservice/src/resources/profileservice-beans.xml
Log:
Assign parameter classes.

Modified: trunk/profileservice/src/resources/profileservice-beans.xml
===================================================================
--- trunk/profileservice/src/resources/profileservice-beans.xml	2007-12-02 23:59:36 UTC (rev 67751)
+++ trunk/profileservice/src/resources/profileservice-beans.xml	2007-12-03 00:24:05 UTC (rev 67752)
@@ -23,8 +23,8 @@
     <bean name="ProfileServiceInvocationHandler"
         class="org.jboss.profileservice.remoting.ProfileServiceInvocationHandler">
         <install bean="ConnectorMBean" method="addInvocationHandler">
-            <parameter>ProfileService</parameter>
-            <parameter><this/></parameter>
+            <parameter class="java.lang.String">ProfileService</parameter>
+            <parameter class="org.jboss.remoting.ServerInvocationHandler"><this/></parameter>
         </install>
         <uninstall bean="ConnectorMBean" method="removeInvocationHandler">
             <parameter>ProfileService</parameter>




More information about the jboss-cvs-commits mailing list