[gatein-commits] gatein SVN: r6316 - in components/wsrp/trunk/jcr-impl/src/test: resources and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Apr 21 08:28:39 EDT 2011


Author: chris.laprun at jboss.com
Date: 2011-04-21 08:28:39 -0400 (Thu, 21 Apr 2011)
New Revision: 6316

Added:
   components/wsrp/trunk/jcr-impl/src/test/resources/
   components/wsrp/trunk/jcr-impl/src/test/resources/conf/
   components/wsrp/trunk/jcr-impl/src/test/resources/conf/configuration.xml
Log:
- GTNWSRP-196: Forgot to add configuration for tests.

Added: components/wsrp/trunk/jcr-impl/src/test/resources/conf/configuration.xml
===================================================================
--- components/wsrp/trunk/jcr-impl/src/test/resources/conf/configuration.xml	                        (rev 0)
+++ components/wsrp/trunk/jcr-impl/src/test/resources/conf/configuration.xml	2011-04-21 12:28:39 UTC (rev 6316)
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+
+    Copyright (C) 2009 eXo Platform SAS.
+
+    This is free software; you can redistribute it and/or modify it
+    under the terms of the GNU Lesser General Public License as
+    published by the Free Software Foundation; either version 2.1 of
+    the License, or (at your option) any later version.
+
+    This software is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public
+    License along with this software; if not, write to the Free
+    Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+    02110-1301 USA, or see the FSF site: http://www.fsf.org.
+
+-->
+<configuration
+   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+   xsi:schemaLocation="http://www.exoplaform.org/xml/ns/kernel_1_0.xsd http://www.exoplaform.org/xml/ns/kernel_1_0.xsd"
+   xmlns="http://www.exoplaform.org/xml/ns/kernel_1_0.xsd">
+
+   <external-component-plugins>
+      <target-component>org.exoplatform.services.jcr.RepositoryService</target-component>
+      <component-plugin>
+         <name>add.namespaces</name>
+         <set-method>addPlugin</set-method>
+         <type>org.exoplatform.services.jcr.impl.AddNamespacesPlugin</type>
+         <init-params>
+            <properties-param>
+               <name>namespaces</name>
+               <property name="wsrp" value="http://www.gatein.org/jcr/wsrp/1.0/"/>
+               <property name="pc" value="http://www.gatein.org/jcr/pc/1.0/"/>
+            </properties-param>
+         </init-params>
+      </component-plugin>
+      <component-plugin>
+         <name>add.nodeType</name>
+         <set-method>addPlugin</set-method>
+         <type>org.exoplatform.services.jcr.impl.AddNodeTypePlugin</type>
+         <init-params>
+            <values-param>
+               <name>autoCreatedInNewRepository</name>
+               <description>Node types configuration file</description>
+               <value>jar:/conf/nodetypes/consumers-configuration-nodetypes.xml</value>
+               <value>jar:/conf/nodetypes/producer-configuration-nodetypes.xml</value>
+               <value>jar:/conf/nodetypes/producer-registrations-nodetypes.xml</value>
+               <value>jar:/conf/nodetypes/producer-pc-nodetypes.xml</value>
+               <value>jar:/conf/nodetypes/migration-nodetypes.xml</value>
+            </values-param>
+         </init-params>
+      </component-plugin>
+   </external-component-plugins>
+</configuration>
\ No newline at end of file



More information about the gatein-commits mailing list