[gatein-commits] gatein SVN: r6068 - portal/trunk/wsrp-integration/extension-war/src/main/webapp/WEB-INF/conf/wsrp.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Mar 17 05:49:18 EDT 2011


Author: chris.laprun at jboss.com
Date: 2011-03-17 05:49:18 -0400 (Thu, 17 Mar 2011)
New Revision: 6068

Modified:
   portal/trunk/wsrp-integration/extension-war/src/main/webapp/WEB-INF/conf/wsrp/wsrp-configuration.xml
Log:
- Fixed improper package name for JBoss5WSSServiceIntegration.

Modified: portal/trunk/wsrp-integration/extension-war/src/main/webapp/WEB-INF/conf/wsrp/wsrp-configuration.xml
===================================================================
--- portal/trunk/wsrp-integration/extension-war/src/main/webapp/WEB-INF/conf/wsrp/wsrp-configuration.xml	2011-03-17 09:48:13 UTC (rev 6067)
+++ portal/trunk/wsrp-integration/extension-war/src/main/webapp/WEB-INF/conf/wsrp/wsrp-configuration.xml	2011-03-17 09:49:18 UTC (rev 6068)
@@ -46,7 +46,7 @@
 
    <!-- TODO: this should be removed to a JBoss5 specific configuration file -->
    <component>
-      <type>org.gatein.portal.wsrp.wss.JBoss5WSSServiceIntegration</type>
+      <type>org.gatein.integration.wsrp.wss.JBoss5WSSServiceIntegration</type>
    </component>
 
 



More information about the gatein-commits mailing list