gatein SVN: r3376 - in components/wsrp/trunk/wsrp-producer-war: src/test/java/org/gatein/wsrp and 2 other directories.
by do-not-reply@jboss.org
Author: chris.laprun(a)jboss.com
Date: 2010-06-17 19:14:00 -0400 (Thu, 17 Jun 2010)
New Revision: 3376
Removed:
components/wsrp/trunk/wsrp-producer-war/src/test/java/org/gatein/wsrp/registration/
Modified:
components/wsrp/trunk/wsrp-producer-war/pom.xml
components/wsrp/trunk/wsrp-producer-war/src/test/java/org/gatein/wsrp/producer/WSRPProducerBaseTest.java
components/wsrp/trunk/wsrp-producer-war/src/test/producer-sar/META-INF/jboss-beans.xml
Log:
- Retrieve Google portlet from PC samples to use in tests.
- Reverted to using JBOSS_HOME instead of zip installer for faster execution. Trimming down AS installation to minimum would further speed up tests.
- Reduced cargo logging but doesn't seem to have much effect. >_<
- Removed duplicated RegistrationPropertyDescriptionTestCase.
- Fixed several typos and cleaned up a little.
Modified: components/wsrp/trunk/wsrp-producer-war/pom.xml
===================================================================
--- components/wsrp/trunk/wsrp-producer-war/pom.xml 2010-06-17 20:28:01 UTC (rev 3375)
+++ components/wsrp/trunk/wsrp-producer-war/pom.xml 2010-06-17 23:14:00 UTC (rev 3376)
@@ -248,17 +248,41 @@
<version>2.1.1</version>
</dependency>
</dependencies>
-
</plugin>
-
<plugin>
+ <!-- Copy Google Portlet samples from PC module to test-archives so that they can be used in tests -->
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.1</version>
+ <executions>
+ <execution>
+ <id>copy</id>
+ <goals>
+ <goal>copy</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-samples</artifactId>
+ <version>2.1.1-GA</version>
+ <classifier>google-portlet</classifier>
+ <type>war</type>
+ <destFileName>google-portlet.war</destFileName>
+ <outputDirectory>${project.build.directory}/test-archives</outputDirectory>
+ </artifactItem>
+ </artifactItems>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skip>true</skip>
<excludes>
<exclude>org/gatein/wsrp/protocol/v1/*</exclude>
- <exclude>org/gatein/wsrp/protocol/v1a/*</exclude>
</excludes>
</configuration>
<executions>
@@ -270,7 +294,6 @@
</goals>
<configuration>
<skip>false</skip>
- <!--<skip>false</skip>-->
<includes>
<include>org/gatein/wsrp/protocol/v1/MarkupTestCase.class</include>
<include>org/gatein/wsrp/protocol/v1/PortletManagementTestCase.class</include>
@@ -280,7 +303,6 @@
</includes>
<excludes>
<exclude>org/gatein/wsrp/producer/**</exclude>
- <exclude>org/gatein/wsrp/registration/**</exclude>
</excludes>
</configuration>
</execution>
@@ -293,10 +315,7 @@
<configuration>
<container>
<containerId>jboss51x</containerId>
- <zipUrlInstaller>
- <url>${JBOSS_ZIP_URL}</url>
- <installDir>${basedir}/target/servers</installDir>
- </zipUrlInstaller>
+ <home>${JBOSS_HOME}</home>
<log>${basedir}/target/jboss51x/container.log</log>
<systemProperties>
<!-- Since the tests run on the server, we need to pass system properties to the
@@ -313,19 +332,11 @@
<configuration>
<home>${basedir}/target/cargo</home>
<properties>
+ <cargo.logging>low</cargo.logging>
<cargo.jvmargs>-Dorg.apache.catalina.STRICT_SERVLET_COMPLIANCE=false</cargo.jvmargs>
</properties>
<deployables>
<deployable>
- <groupId>org.gatein.wsrp</groupId>
- <artifactId>wsrp-producer</artifactId>
- <type>war</type>
- <properties>
- <context>wsrp-producer</context>
- </properties>
- <pingURL>http://localhost:8080/wsrp-producer/MarkupService?WSDL</pingURL>
- </deployable>
- <deployable>
<location>${basedir}/target/test-archives/test-producer.sar</location>
<type>sar</type>
</deployable>
Modified: components/wsrp/trunk/wsrp-producer-war/src/test/java/org/gatein/wsrp/producer/WSRPProducerBaseTest.java
===================================================================
--- components/wsrp/trunk/wsrp-producer-war/src/test/java/org/gatein/wsrp/producer/WSRPProducerBaseTest.java 2010-06-17 20:28:01 UTC (rev 3375)
+++ components/wsrp/trunk/wsrp-producer-war/src/test/java/org/gatein/wsrp/producer/WSRPProducerBaseTest.java 2010-06-17 23:14:00 UTC (rev 3376)
@@ -10,7 +10,7 @@
* 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,
+ * 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.
@@ -88,7 +88,7 @@
}
else
{
- throw new Exception("Could not find the jboss.deploy.url.prefix system property.");
+ throw new Exception("Could not find the jboss.undeploy.url.prefix system property.");
}
}
Modified: components/wsrp/trunk/wsrp-producer-war/src/test/producer-sar/META-INF/jboss-beans.xml
===================================================================
--- components/wsrp/trunk/wsrp-producer-war/src/test/producer-sar/META-INF/jboss-beans.xml 2010-06-17 20:28:01 UTC (rev 3375)
+++ components/wsrp/trunk/wsrp-producer-war/src/test/producer-sar/META-INF/jboss-beans.xml 2010-06-17 23:14:00 UTC (rev 3376)
@@ -1,112 +1,130 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ~ JBoss, a division of Red Hat ~
- ~ Copyright 2006, Red Hat Middleware, LLC, and individual ~
- ~ contributors as indicated by the @authors tag. See the ~
- ~ copyright.txt in the distribution for a full listing of ~
- ~ individual contributors. ~
- ~ ~
- ~ 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. ~
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
+<!--
+ ~ JBoss, a division of Red Hat
+ ~ Copyright 2010, Red Hat Middleware, LLC, and individual
+ ~ contributors as indicated by the @authors tag. See the
+ ~ copyright.txt in the distribution for a full listing of
+ ~ individual contributors.
+ ~
+ ~ 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.
+ -->
<deployment xmlns="urn:jboss:bean-deployer:2.0">
-<!--
- <bean name="TestDriverServer" class="org.jboss.unit.remote.driver.RemoteTestDriverServer"/>
+ <!--
+ <bean name="TestDriverServer" class="org.jboss.unit.remote.driver.RemoteTestDriverServer"/>
- <bean name="TestDriverServerExporter"
- class="org.jboss.portal.test.framework.impl.generic.server.GenericServiceExporter">
- <constructor>
- <parameter>socket://localhost:5400</parameter>
- <parameter><inject bean="TestDriverServer"/></parameter>
- <parameter>org.jboss.unit.remote.driver.RemoteTestDriver</parameter>
+ <bean name="TestDriverServerExporter"
+ class="org.jboss.portal.test.framework.impl.generic.server.GenericServiceExporter">
+ <constructor>
+ <parameter>socket://localhost:5400</parameter>
+ <parameter><inject bean="TestDriverServer"/></parameter>
+ <parameter>org.jboss.unit.remote.driver.RemoteTestDriver</parameter>
+ </constructor>
+ </bean>
+ -->
+ <bean name="WSRPProducer" class="org.gatein.wsrp.producer.WSRPProducerImpl">
+ <constructor factoryClass="org.gatein.wsrp.producer.ProducerHolder" factoryMethod="getProducer">
+ <parameter>true</parameter>
</constructor>
+ <property name="portletInvoker">
+ <inject bean="PortletInvoker"/>
+ </property>
+ <property name="registrationManager">
+ <inject bean="RegistrationManagerService"/>
+ </property>
+ <property name="configurationService">
+ <inject bean="ConfigurationService"/>
+ </property>
</bean>
--->
- <bean name="WSRPProducer" class="org.gatein.wsrp.producer.WSRPProducerImpl">
- <constructor factoryClass="org.gatein.wsrp.producer.ProducerHolder" factoryMethod="getProducer">
- <parameter>true</parameter>
- </constructor>
- <property name="portletInvoker"><inject bean="PortletInvoker"/></property>
- <property name="registrationManager"><inject bean="RegistrationManagerService"/></property>
- <property name="configurationService"><inject bean="ConfigurationService"/></property>
- </bean>
<bean name="PortletInvoker" class="org.gatein.pc.portlet.state.producer.ProducerPortletInvoker">
- <property name="next"><inject bean="ContainerPortletInvoker"/></property>
- <property name="persistenceManager"><inject bean="ProducerPersistenceManagerService"/></property>
- <property name="stateManagementPolicy"><inject bean="StateManagmentPolicyService"/></property>
- <property name="stateConverter"><inject bean="StateConverterService"/></property>
+ <property name="next">
+ <inject bean="ContainerPortletInvoker"/>
+ </property>
+ <property name="persistenceManager">
+ <inject bean="ProducerPersistenceManagerService"/>
+ </property>
+ <property name="stateManagementPolicy">
+ <inject bean="StateManagmentPolicyService"/>
+ </property>
+ <property name="stateConverter">
+ <inject bean="StateConverterService"/>
+ </property>
</bean>
<!-- TODO: may need to write a new class for this -->
- <bean name="ProducerPersistenceManagerService" class="org.gatein.pc.portlet.impl.state.producer.PortletStatePersistenceManagerService"/>
+ <bean name="ProducerPersistenceManagerService"
+ class="org.gatein.pc.portlet.impl.state.producer.PortletStatePersistenceManagerService"/>
<bean name="StateManagmentPolicyService" class="org.gatein.pc.portlet.impl.state.StateManagementPolicyService">
- <property name="persistLocally">true</property>
+ <property name="persistLocally">true</property>
</bean>
<bean name="StateConverterService" class="org.gatein.pc.portlet.impl.state.StateConverterV0"/>
<bean name="RegistrationManagerService" class="org.gatein.registration.impl.RegistrationManagerImpl">
- <property name="persistenceManager"><inject bean="RegistrationPersistenceManagerService"/></property>
+ <property name="persistenceManager">
+ <inject bean="RegistrationPersistenceManagerService"/>
+ </property>
</bean>
<!-- TODO: may need to write a new class for this -->
- <bean name="RegistrationPersistenceManagerService" class="org.gatein.registration.impl.RegistrationPersistenceManagerImpl">
+ <bean name="RegistrationPersistenceManagerService"
+ class="org.gatein.registration.impl.RegistrationPersistenceManagerImpl">
</bean>
<bean name="ConfigurationService" class="org.gatein.wsrp.config.FileSystemXmlProducerConfigWithReload">
- <property name="configFile">conf/producer-config.xml</property>
- <!-- <property name="configFile">/tmp/producer-config.xml</property> -->
+ <property name="configFile">conf/producer-config.xml</property>
+ <!-- <property name="configFile">/tmp/producer-config.xml</property> -->
</bean>
- <bean name="SerletAccess" class="org.gatein.wsrp.servlet.ServletAccess"/>
+ <bean name="ServletAccess" class="org.gatein.wsrp.servlet.ServletAccess"/>
</deployment>
<!-- Dummy test WSRP Producer implementation -->
-<!-- <bean name="DummyWSRPProducer" class="org.gatein.wsrp.test.TestWSRPProducerImpl"/> -->
+ <!-- <bean name="DummyWSRPProducer" class="org.gatein.wsrp.test.TestWSRPProducerImpl"/> -->
<!-- Hack to get access to req/resp -->
-<!-- <bean name="ServletAccess" class="org.gatein.wsrp.servlet.ServletAccessFilter"/> -->
+ <!-- <bean name="ServletAccess" class="org.gatein.wsrp.servlet.ServletAccessFilter"/> -->
-<!-- <bean name="ServiceFactory" class="org.gatein.wsrp.services.PerEndpointSOAPInvokerServiceFactory">
- <property name="ServiceDescriptionURL">http://localhost:8080/test-wsrp-consumer/ServiceDescriptionService</property>
- <property name="MarkupURL">http://localhost:8080/test-wsrp-consumer/MarkupService</property>
- <property name="RegistrationURL">http://localhost:8080/test-wsrp-consumer/RegistrationService</property>
- <property name="PortletManagementURL">http://localhost:8080/test-wsrp-consumer/PortletManagementService</property>
- <property name="Env">
- java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
- java.naming.provider.url=jnp://localhost:1099
- java.naming.factory.url.pkgs=org.jboss.naming.client
- j2ee.clientName=wsrp-client
- </property>
- <property name="PortJNDIMapping">
- org.gatein.wsrp.core.WSRP_v1_ServiceDescription_PortType=java:comp/env/service/ServiceDescriptionService
- org.gatein.wsrp.core.WSRP_v1_Markup_PortType=java:comp/env/service/MarkupService
- org.gatein.wsrp.core.WSRP_v1_Registration_PortType=java:comp/env/service/RegistrationService
- org.gatein.wsrp.core.WSRP_v1_PortletManagement_PortType=java:comp/env/service/PortletManagementService
- </property>
- </bean>
+ <!-- <bean name="ServiceFactory" class="org.gatein.wsrp.services.PerEndpointSOAPInvokerServiceFactory">
+ <property name="ServiceDescriptionURL">http://localhost:8080/test-wsrp-consumer/ServiceDescriptionService</property>
+ <property name="MarkupURL">http://localhost:8080/test-wsrp-consumer/MarkupService</property>
+ <property name="RegistrationURL">http://localhost:8080/test-wsrp-consumer/RegistrationService</property>
+ <property name="PortletManagementURL">http://localhost:8080/test-wsrp-consumer/PortletManagementService</property>
+ <property name="Env">
+ java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
+ java.naming.provider.url=jnp://localhost:1099
+ java.naming.factory.url.pkgs=org.jboss.naming.client
+ j2ee.clientName=wsrp-client
+ </property>
+ <property name="PortJNDIMapping">
+ org.gatein.wsrp.core.WSRP_v1_ServiceDescription_PortType=java:comp/env/service/ServiceDescriptionService
+ org.gatein.wsrp.core.WSRP_v1_Markup_PortType=java:comp/env/service/MarkupService
+ org.gatein.wsrp.core.WSRP_v1_Registration_PortType=java:comp/env/service/RegistrationService
+ org.gatein.wsrp.core.WSRP_v1_PortletManagement_PortType=java:comp/env/service/PortletManagementService
+ </property>
+ </bean>
- <bean name="CachingServiceFactory" class="CachingServiceFactory">
- <property name="Delegate"><inject bean="ServiceFactory"/></property>
- </bean>
+ <bean name="CachingServiceFactory" class="CachingServiceFactory">
+ <property name="Delegate"><inject bean="ServiceFactory"/></property>
+ </bean>
- <bean name="WSRPConsumer" class="org.gatein.wsrp.consumer.WSRPConsumerImpl">
- <property name="ServiceFactory"><inject bean="CachingServiceFactory"/></property>
- </bean>
--->
-<!--</deployment> -->
+ <bean name="WSRPConsumer" class="org.gatein.wsrp.consumer.WSRPConsumerImpl">
+ <property name="ServiceFactory"><inject bean="CachingServiceFactory"/></property>
+ </bean>
+ -->
+ <!--</deployment> -->
14 years, 6 months
gatein SVN: r3375 - components/wsrp/trunk/wsrp-producer-war/src/test/java/org/gatein/wsrp/protocol/v2.
by do-not-reply@jboss.org
Author: mwringe
Date: 2010-06-17 16:28:01 -0400 (Thu, 17 Jun 2010)
New Revision: 3375
Modified:
components/wsrp/trunk/wsrp-producer-war/src/test/java/org/gatein/wsrp/protocol/v2/ServiceDescriptionTestCase.java
Log:
GTNWSRP-46: Update test to use arquillian. Should now pass.
Modified: components/wsrp/trunk/wsrp-producer-war/src/test/java/org/gatein/wsrp/protocol/v2/ServiceDescriptionTestCase.java
===================================================================
--- components/wsrp/trunk/wsrp-producer-war/src/test/java/org/gatein/wsrp/protocol/v2/ServiceDescriptionTestCase.java 2010-06-17 18:58:03 UTC (rev 3374)
+++ components/wsrp/trunk/wsrp-producer-war/src/test/java/org/gatein/wsrp/protocol/v2/ServiceDescriptionTestCase.java 2010-06-17 20:28:01 UTC (rev 3375)
@@ -30,10 +30,13 @@
import org.gatein.wsrp.test.support.MockHttpServletRequest;
import org.gatein.wsrp.test.support.MockHttpServletResponse;
import org.jboss.arquillian.api.Deployment;
+import org.jboss.arquillian.junit.Arquillian;
import org.jboss.shrinkwrap.api.ShrinkWrap;
import org.jboss.shrinkwrap.api.spec.JavaArchive;
import org.junit.After;
import org.junit.Before;
+import org.junit.Test;
+import org.junit.runner.RunWith;
import org.oasis.wsrp.v2.InvalidRegistration;
import org.oasis.wsrp.v2.OperationFailed;
import org.oasis.wsrp.v2.ServiceDescription;
@@ -44,6 +47,7 @@
* @author <a href="mailto:chris.laprun@jboss.com">Chris Laprun</a>
* @version $Revision$
*/
+(a)RunWith(Arquillian.class)
public class ServiceDescriptionTestCase extends V2ProducerBaseTest
{
public ServiceDescriptionTestCase() throws Exception
@@ -78,7 +82,7 @@
}
}
-
+ @Test
public void testSupportedOptions() throws OperationFailed, InvalidRegistration
{
ServiceDescription description = producer.getServiceDescription(getNoRegistrationServiceDescriptionRequest());
14 years, 6 months
gatein SVN: r3374 - in portal/trunk: component and 69 other directories.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-06-17 14:58:03 -0400 (Thu, 17 Jun 2010)
New Revision: 3374
Modified:
portal/trunk/component/application-registry/pom.xml
portal/trunk/component/common/pom.xml
portal/trunk/component/dashboard/pom.xml
portal/trunk/component/identity/pom.xml
portal/trunk/component/management/pom.xml
portal/trunk/component/pc/pom.xml
portal/trunk/component/pom.xml
portal/trunk/component/portal/pom.xml
portal/trunk/component/resources/pom.xml
portal/trunk/component/scripting/pom.xml
portal/trunk/component/test/core/pom.xml
portal/trunk/component/test/jcr/pom.xml
portal/trunk/component/test/organization/pom.xml
portal/trunk/component/test/pom.xml
portal/trunk/component/web/pom.xml
portal/trunk/component/wsrp/pom.xml
portal/trunk/component/xml-parser/pom.xml
portal/trunk/examples/extension/config/pom.xml
portal/trunk/examples/extension/ear/pom.xml
portal/trunk/examples/extension/jar/pom.xml
portal/trunk/examples/extension/pom.xml
portal/trunk/examples/extension/war/pom.xml
portal/trunk/examples/pom.xml
portal/trunk/examples/portal/config/pom.xml
portal/trunk/examples/portal/ear/pom.xml
portal/trunk/examples/portal/jar/pom.xml
portal/trunk/examples/portal/pom.xml
portal/trunk/examples/portal/rest-war/pom.xml
portal/trunk/examples/portal/war/pom.xml
portal/trunk/examples/portlets/jsfhellouser/pom.xml
portal/trunk/examples/portlets/jsphellouser/pom.xml
portal/trunk/examples/portlets/pom.xml
portal/trunk/examples/portlets/simplesthelloworld/pom.xml
portal/trunk/examples/portlets/struts-jpetstore/pom.xml
portal/trunk/examples/skins/pom.xml
portal/trunk/examples/skins/simpleskin/pom.xml
portal/trunk/gadgets/core/pom.xml
portal/trunk/gadgets/eXoGadgets/pom.xml
portal/trunk/gadgets/pom.xml
portal/trunk/gadgets/server/pom.xml
portal/trunk/packaging/module/pom.xml
portal/trunk/packaging/pkg/pom.xml
portal/trunk/packaging/pom.xml
portal/trunk/packaging/product/pom.xml
portal/trunk/packaging/reports/pom.xml
portal/trunk/pom.xml
portal/trunk/portlet/dashboard/pom.xml
portal/trunk/portlet/exoadmin/pom.xml
portal/trunk/portlet/pom.xml
portal/trunk/portlet/web/pom.xml
portal/trunk/server/jboss/patch-ear/pom.xml
portal/trunk/server/jboss/plugin/pom.xml
portal/trunk/server/jboss/pom.xml
portal/trunk/server/pom.xml
portal/trunk/server/tomcat/patch/pom.xml
portal/trunk/server/tomcat/plugin/pom.xml
portal/trunk/server/tomcat/pom.xml
portal/trunk/starter/ear/pom.xml
portal/trunk/starter/pom.xml
portal/trunk/starter/war/pom.xml
portal/trunk/testsuite/pom.xml
portal/trunk/testsuite/selenium-snifftests/pom.xml
portal/trunk/testsuite/webuibasedsamples/pom.xml
portal/trunk/web/eXoResources/pom.xml
portal/trunk/web/pom.xml
portal/trunk/web/portal/pom.xml
portal/trunk/web/rest/pom.xml
portal/trunk/webui/core/pom.xml
portal/trunk/webui/eXo/pom.xml
portal/trunk/webui/pom.xml
portal/trunk/webui/portal/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: portal/trunk/component/application-registry/pom.xml
===================================================================
--- portal/trunk/component/application-registry/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/component/application-registry/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/common/pom.xml
===================================================================
--- portal/trunk/component/common/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/component/common/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>exo.portal.component.common</artifactId>
Modified: portal/trunk/component/dashboard/pom.xml
===================================================================
--- portal/trunk/component/dashboard/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/component/dashboard/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/identity/pom.xml
===================================================================
--- portal/trunk/component/identity/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/component/identity/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/management/pom.xml
===================================================================
--- portal/trunk/component/management/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/component/management/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/pc/pom.xml
===================================================================
--- portal/trunk/component/pc/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/component/pc/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/pom.xml
===================================================================
--- portal/trunk/component/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/component/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<artifactId>exo.portal.component</artifactId>
Modified: portal/trunk/component/portal/pom.xml
===================================================================
--- portal/trunk/component/portal/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/component/portal/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/resources/pom.xml
===================================================================
--- portal/trunk/component/resources/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/component/resources/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/scripting/pom.xml
===================================================================
--- portal/trunk/component/scripting/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/component/scripting/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/test/core/pom.xml
===================================================================
--- portal/trunk/component/test/core/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/component/test/core/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/test/jcr/pom.xml
===================================================================
--- portal/trunk/component/test/jcr/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/component/test/jcr/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/test/organization/pom.xml
===================================================================
--- portal/trunk/component/test/organization/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/component/test/organization/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/test/pom.xml
===================================================================
--- portal/trunk/component/test/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/component/test/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/web/pom.xml
===================================================================
--- portal/trunk/component/web/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/component/web/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/wsrp/pom.xml
===================================================================
--- portal/trunk/component/wsrp/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/component/wsrp/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/xml-parser/pom.xml
===================================================================
--- portal/trunk/component/xml-parser/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/component/xml-parser/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/extension/config/pom.xml
===================================================================
--- portal/trunk/examples/extension/config/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/examples/extension/config/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/extension/ear/pom.xml
===================================================================
--- portal/trunk/examples/extension/ear/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/examples/extension/ear/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,23 +37,23 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.config</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.jar</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.war</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
<type>war</type>
</dependency>
</dependencies>
Modified: portal/trunk/examples/extension/jar/pom.xml
===================================================================
--- portal/trunk/examples/extension/jar/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/examples/extension/jar/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/extension/pom.xml
===================================================================
--- portal/trunk/examples/extension/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/examples/extension/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<artifactId>exo.portal.sample.extension.root</artifactId>
Modified: portal/trunk/examples/extension/war/pom.xml
===================================================================
--- portal/trunk/examples/extension/war/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/examples/extension/war/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/pom.xml
===================================================================
--- portal/trunk/examples/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/examples/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<artifactId>exo.portal.sample</artifactId>
Modified: portal/trunk/examples/portal/config/pom.xml
===================================================================
--- portal/trunk/examples/portal/config/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/examples/portal/config/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/portal/ear/pom.xml
===================================================================
--- portal/trunk/examples/portal/ear/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/examples/portal/ear/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,29 +37,29 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.config</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.jar</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.war</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.rest-war</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
<type>war</type>
</dependency>
</dependencies>
Modified: portal/trunk/examples/portal/jar/pom.xml
===================================================================
--- portal/trunk/examples/portal/jar/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/examples/portal/jar/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/portal/pom.xml
===================================================================
--- portal/trunk/examples/portal/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/examples/portal/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<artifactId>exo.portal.sample.portal.root</artifactId>
Modified: portal/trunk/examples/portal/rest-war/pom.xml
===================================================================
--- portal/trunk/examples/portal/rest-war/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/examples/portal/rest-war/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/portal/war/pom.xml
===================================================================
--- portal/trunk/examples/portal/war/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/examples/portal/war/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/portlets/jsfhellouser/pom.xml
===================================================================
--- portal/trunk/examples/portlets/jsfhellouser/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/examples/portlets/jsfhellouser/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<artifactId>gatein-jsf-hellouser</artifactId>
Modified: portal/trunk/examples/portlets/jsphellouser/pom.xml
===================================================================
--- portal/trunk/examples/portlets/jsphellouser/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/examples/portlets/jsphellouser/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<artifactId>gatein-jsp-hellouser</artifactId>
Modified: portal/trunk/examples/portlets/pom.xml
===================================================================
--- portal/trunk/examples/portlets/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/examples/portlets/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
Modified: portal/trunk/examples/portlets/simplesthelloworld/pom.xml
===================================================================
--- portal/trunk/examples/portlets/simplesthelloworld/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/examples/portlets/simplesthelloworld/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<artifactId>gatein-simplest-helloworld</artifactId>
Modified: portal/trunk/examples/portlets/struts-jpetstore/pom.xml
===================================================================
--- portal/trunk/examples/portlets/struts-jpetstore/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/examples/portlets/struts-jpetstore/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<artifactId>struts-jpetstore</artifactId>
Modified: portal/trunk/examples/skins/pom.xml
===================================================================
--- portal/trunk/examples/skins/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/examples/skins/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<groupId>org.gatein.portal.examples.skins</groupId>
Modified: portal/trunk/examples/skins/simpleskin/pom.xml
===================================================================
--- portal/trunk/examples/skins/simpleskin/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/examples/skins/simpleskin/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.portal.examples.skins</groupId>
<artifactId>parent</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<artifactId>gatein-sample-skin</artifactId>
Modified: portal/trunk/gadgets/core/pom.xml
===================================================================
--- portal/trunk/gadgets/core/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/gadgets/core/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -14,7 +14,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<artifactId>exo.portal.gadgets-core</artifactId>
Modified: portal/trunk/gadgets/eXoGadgets/pom.xml
===================================================================
--- portal/trunk/gadgets/eXoGadgets/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/gadgets/eXoGadgets/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/gadgets/pom.xml
===================================================================
--- portal/trunk/gadgets/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/gadgets/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<artifactId>exo.portal.gadgets</artifactId>
Modified: portal/trunk/gadgets/server/pom.xml
===================================================================
--- portal/trunk/gadgets/server/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/gadgets/server/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<artifactId>exo.portal.gadgets-server</artifactId>
Modified: portal/trunk/packaging/module/pom.xml
===================================================================
--- portal/trunk/packaging/module/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/packaging/module/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/packaging/pkg/pom.xml
===================================================================
--- portal/trunk/packaging/pkg/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/packaging/pkg/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -67,13 +67,13 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>portal.packaging.module</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
<type>js</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>portal.packaging.product</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
<type>js</type>
</dependency>
</dependencies>
Modified: portal/trunk/packaging/pom.xml
===================================================================
--- portal/trunk/packaging/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/packaging/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/packaging/product/pom.xml
===================================================================
--- portal/trunk/packaging/product/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/packaging/product/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/packaging/reports/pom.xml
===================================================================
--- portal/trunk/packaging/reports/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/packaging/reports/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/pom.xml
===================================================================
--- portal/trunk/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -31,7 +31,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
<packaging>pom</packaging>
<name>GateIn - Portal</name>
@@ -67,9 +67,9 @@
</properties>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/portal/tags/3.1.0-GA</connection>
- <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/portal/tags/3.1.0-GA</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/portal/tags/3.1.0-GA</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/portal/trunk</connection>
+ <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/portal/trunk</developerConnection>
+ <url>http://fisheye.jboss.org/browse/gatein/portal/trunk</url>
</scm>
<modules>
@@ -307,110 +307,110 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.common</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.pc</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.identity</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.resources</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.application-registry</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.xml-parser</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.scripting</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.dashboard</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portal</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.eXo</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.core</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets-core</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.organization</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.organization</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
<type>test-jar</type>
</dependency>
Modified: portal/trunk/portlet/dashboard/pom.xml
===================================================================
--- portal/trunk/portlet/dashboard/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/portlet/dashboard/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/portlet/exoadmin/pom.xml
===================================================================
--- portal/trunk/portlet/exoadmin/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/portlet/exoadmin/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/portlet/pom.xml
===================================================================
--- portal/trunk/portlet/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/portlet/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<artifactId>exo.portal.portlet</artifactId>
Modified: portal/trunk/portlet/web/pom.xml
===================================================================
--- portal/trunk/portlet/web/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/portlet/web/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/server/jboss/patch-ear/pom.xml
===================================================================
--- portal/trunk/server/jboss/patch-ear/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/server/jboss/patch-ear/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/server/jboss/plugin/pom.xml
===================================================================
--- portal/trunk/server/jboss/plugin/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/server/jboss/plugin/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/server/jboss/pom.xml
===================================================================
--- portal/trunk/server/jboss/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/server/jboss/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<artifactId>exo.portal.server.jboss</artifactId>
Modified: portal/trunk/server/pom.xml
===================================================================
--- portal/trunk/server/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/server/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<artifactId>exo.portal.server</artifactId>
Modified: portal/trunk/server/tomcat/patch/pom.xml
===================================================================
--- portal/trunk/server/tomcat/patch/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/server/tomcat/patch/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.tomcat</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/server/tomcat/plugin/pom.xml
===================================================================
--- portal/trunk/server/tomcat/plugin/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/server/tomcat/plugin/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.tomcat</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/server/tomcat/pom.xml
===================================================================
--- portal/trunk/server/tomcat/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/server/tomcat/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<artifactId>exo.portal.server.tomcat</artifactId>
Modified: portal/trunk/starter/ear/pom.xml
===================================================================
--- portal/trunk/starter/ear/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/starter/ear/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.starter.war</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
<type>war</type>
</dependency>
</dependencies>
Modified: portal/trunk/starter/pom.xml
===================================================================
--- portal/trunk/starter/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/starter/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<artifactId>exo.portal.starter.root</artifactId>
Modified: portal/trunk/starter/war/pom.xml
===================================================================
--- portal/trunk/starter/war/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/starter/war/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/testsuite/pom.xml
===================================================================
--- portal/trunk/testsuite/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/testsuite/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<artifactId>exo.portal.testsuite</artifactId>
Modified: portal/trunk/testsuite/selenium-snifftests/pom.xml
===================================================================
--- portal/trunk/testsuite/selenium-snifftests/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/testsuite/selenium-snifftests/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<artifactId>exo.portal.selenium.snifftests</artifactId>
Modified: portal/trunk/testsuite/webuibasedsamples/pom.xml
===================================================================
--- portal/trunk/testsuite/webuibasedsamples/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/testsuite/webuibasedsamples/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<artifactId>exo.webui.based.samples</artifactId>
Modified: portal/trunk/web/eXoResources/pom.xml
===================================================================
--- portal/trunk/web/eXoResources/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/web/eXoResources/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/web/pom.xml
===================================================================
--- portal/trunk/web/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/web/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<artifactId>exo.portal.web</artifactId>
Modified: portal/trunk/web/portal/pom.xml
===================================================================
--- portal/trunk/web/portal/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/web/portal/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/web/rest/pom.xml
===================================================================
--- portal/trunk/web/rest/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/web/rest/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/webui/core/pom.xml
===================================================================
--- portal/trunk/webui/core/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/webui/core/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/webui/eXo/pom.xml
===================================================================
--- portal/trunk/webui/eXo/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/webui/eXo/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/webui/pom.xml
===================================================================
--- portal/trunk/webui/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/webui/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<artifactId>exo.portal.webui</artifactId>
Modified: portal/trunk/webui/portal/pom.xml
===================================================================
--- portal/trunk/webui/portal/pom.xml 2010-06-17 18:55:52 UTC (rev 3373)
+++ portal/trunk/webui/portal/pom.xml 2010-06-17 18:58:03 UTC (rev 3374)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>3.1.0-GA</version>
+ <version>3.2.0-Beta01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
14 years, 6 months
gatein SVN: r3373 - portal/tags.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-06-17 14:55:52 -0400 (Thu, 17 Jun 2010)
New Revision: 3373
Added:
portal/tags/3.1.0-GA/
Log:
[maven-scm] copy for tag 3.1.0-GA
Copied: portal/tags/3.1.0-GA (from rev 3372, portal/trunk)
14 years, 6 months
gatein SVN: r3372 - in portal/trunk: component and 69 other directories.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-06-17 14:54:53 -0400 (Thu, 17 Jun 2010)
New Revision: 3372
Modified:
portal/trunk/component/application-registry/pom.xml
portal/trunk/component/common/pom.xml
portal/trunk/component/dashboard/pom.xml
portal/trunk/component/identity/pom.xml
portal/trunk/component/management/pom.xml
portal/trunk/component/pc/pom.xml
portal/trunk/component/pom.xml
portal/trunk/component/portal/pom.xml
portal/trunk/component/resources/pom.xml
portal/trunk/component/scripting/pom.xml
portal/trunk/component/test/core/pom.xml
portal/trunk/component/test/jcr/pom.xml
portal/trunk/component/test/organization/pom.xml
portal/trunk/component/test/pom.xml
portal/trunk/component/web/pom.xml
portal/trunk/component/wsrp/pom.xml
portal/trunk/component/xml-parser/pom.xml
portal/trunk/examples/extension/config/pom.xml
portal/trunk/examples/extension/ear/pom.xml
portal/trunk/examples/extension/jar/pom.xml
portal/trunk/examples/extension/pom.xml
portal/trunk/examples/extension/war/pom.xml
portal/trunk/examples/pom.xml
portal/trunk/examples/portal/config/pom.xml
portal/trunk/examples/portal/ear/pom.xml
portal/trunk/examples/portal/jar/pom.xml
portal/trunk/examples/portal/pom.xml
portal/trunk/examples/portal/rest-war/pom.xml
portal/trunk/examples/portal/war/pom.xml
portal/trunk/examples/portlets/jsfhellouser/pom.xml
portal/trunk/examples/portlets/jsphellouser/pom.xml
portal/trunk/examples/portlets/pom.xml
portal/trunk/examples/portlets/simplesthelloworld/pom.xml
portal/trunk/examples/portlets/struts-jpetstore/pom.xml
portal/trunk/examples/skins/pom.xml
portal/trunk/examples/skins/simpleskin/pom.xml
portal/trunk/gadgets/core/pom.xml
portal/trunk/gadgets/eXoGadgets/pom.xml
portal/trunk/gadgets/pom.xml
portal/trunk/gadgets/server/pom.xml
portal/trunk/packaging/module/pom.xml
portal/trunk/packaging/pkg/pom.xml
portal/trunk/packaging/pom.xml
portal/trunk/packaging/product/pom.xml
portal/trunk/packaging/reports/pom.xml
portal/trunk/pom.xml
portal/trunk/portlet/dashboard/pom.xml
portal/trunk/portlet/exoadmin/pom.xml
portal/trunk/portlet/pom.xml
portal/trunk/portlet/web/pom.xml
portal/trunk/server/jboss/patch-ear/pom.xml
portal/trunk/server/jboss/plugin/pom.xml
portal/trunk/server/jboss/pom.xml
portal/trunk/server/pom.xml
portal/trunk/server/tomcat/patch/pom.xml
portal/trunk/server/tomcat/plugin/pom.xml
portal/trunk/server/tomcat/pom.xml
portal/trunk/starter/ear/pom.xml
portal/trunk/starter/pom.xml
portal/trunk/starter/war/pom.xml
portal/trunk/testsuite/pom.xml
portal/trunk/testsuite/selenium-snifftests/pom.xml
portal/trunk/testsuite/webuibasedsamples/pom.xml
portal/trunk/web/eXoResources/pom.xml
portal/trunk/web/pom.xml
portal/trunk/web/portal/pom.xml
portal/trunk/web/rest/pom.xml
portal/trunk/webui/core/pom.xml
portal/trunk/webui/eXo/pom.xml
portal/trunk/webui/pom.xml
portal/trunk/webui/portal/pom.xml
Log:
[maven-release-plugin] prepare release 3.1.0-GA
Modified: portal/trunk/component/application-registry/pom.xml
===================================================================
--- portal/trunk/component/application-registry/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/component/application-registry/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/common/pom.xml
===================================================================
--- portal/trunk/component/common/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/component/common/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>exo.portal.component.common</artifactId>
Modified: portal/trunk/component/dashboard/pom.xml
===================================================================
--- portal/trunk/component/dashboard/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/component/dashboard/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/identity/pom.xml
===================================================================
--- portal/trunk/component/identity/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/component/identity/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/management/pom.xml
===================================================================
--- portal/trunk/component/management/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/component/management/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/pc/pom.xml
===================================================================
--- portal/trunk/component/pc/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/component/pc/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/pom.xml
===================================================================
--- portal/trunk/component/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/component/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<artifactId>exo.portal.component</artifactId>
Modified: portal/trunk/component/portal/pom.xml
===================================================================
--- portal/trunk/component/portal/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/component/portal/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/resources/pom.xml
===================================================================
--- portal/trunk/component/resources/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/component/resources/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/scripting/pom.xml
===================================================================
--- portal/trunk/component/scripting/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/component/scripting/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/test/core/pom.xml
===================================================================
--- portal/trunk/component/test/core/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/component/test/core/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/test/jcr/pom.xml
===================================================================
--- portal/trunk/component/test/jcr/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/component/test/jcr/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/test/organization/pom.xml
===================================================================
--- portal/trunk/component/test/organization/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/component/test/organization/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/test/pom.xml
===================================================================
--- portal/trunk/component/test/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/component/test/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/web/pom.xml
===================================================================
--- portal/trunk/component/web/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/component/web/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/wsrp/pom.xml
===================================================================
--- portal/trunk/component/wsrp/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/component/wsrp/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/xml-parser/pom.xml
===================================================================
--- portal/trunk/component/xml-parser/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/component/xml-parser/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/extension/config/pom.xml
===================================================================
--- portal/trunk/examples/extension/config/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/examples/extension/config/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/extension/ear/pom.xml
===================================================================
--- portal/trunk/examples/extension/ear/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/examples/extension/ear/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,23 +37,23 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.config</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.jar</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.war</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
<type>war</type>
</dependency>
</dependencies>
Modified: portal/trunk/examples/extension/jar/pom.xml
===================================================================
--- portal/trunk/examples/extension/jar/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/examples/extension/jar/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/extension/pom.xml
===================================================================
--- portal/trunk/examples/extension/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/examples/extension/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<artifactId>exo.portal.sample.extension.root</artifactId>
Modified: portal/trunk/examples/extension/war/pom.xml
===================================================================
--- portal/trunk/examples/extension/war/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/examples/extension/war/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/pom.xml
===================================================================
--- portal/trunk/examples/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/examples/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<artifactId>exo.portal.sample</artifactId>
Modified: portal/trunk/examples/portal/config/pom.xml
===================================================================
--- portal/trunk/examples/portal/config/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/examples/portal/config/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/portal/ear/pom.xml
===================================================================
--- portal/trunk/examples/portal/ear/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/examples/portal/ear/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,29 +37,29 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.config</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.jar</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.war</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.rest-war</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
<type>war</type>
</dependency>
</dependencies>
Modified: portal/trunk/examples/portal/jar/pom.xml
===================================================================
--- portal/trunk/examples/portal/jar/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/examples/portal/jar/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/portal/pom.xml
===================================================================
--- portal/trunk/examples/portal/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/examples/portal/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<artifactId>exo.portal.sample.portal.root</artifactId>
Modified: portal/trunk/examples/portal/rest-war/pom.xml
===================================================================
--- portal/trunk/examples/portal/rest-war/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/examples/portal/rest-war/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/portal/war/pom.xml
===================================================================
--- portal/trunk/examples/portal/war/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/examples/portal/war/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/portlets/jsfhellouser/pom.xml
===================================================================
--- portal/trunk/examples/portlets/jsfhellouser/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/examples/portlets/jsfhellouser/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<artifactId>gatein-jsf-hellouser</artifactId>
Modified: portal/trunk/examples/portlets/jsphellouser/pom.xml
===================================================================
--- portal/trunk/examples/portlets/jsphellouser/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/examples/portlets/jsphellouser/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<artifactId>gatein-jsp-hellouser</artifactId>
Modified: portal/trunk/examples/portlets/pom.xml
===================================================================
--- portal/trunk/examples/portlets/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/examples/portlets/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
Modified: portal/trunk/examples/portlets/simplesthelloworld/pom.xml
===================================================================
--- portal/trunk/examples/portlets/simplesthelloworld/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/examples/portlets/simplesthelloworld/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<artifactId>gatein-simplest-helloworld</artifactId>
Modified: portal/trunk/examples/portlets/struts-jpetstore/pom.xml
===================================================================
--- portal/trunk/examples/portlets/struts-jpetstore/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/examples/portlets/struts-jpetstore/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<artifactId>struts-jpetstore</artifactId>
Modified: portal/trunk/examples/skins/pom.xml
===================================================================
--- portal/trunk/examples/skins/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/examples/skins/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<groupId>org.gatein.portal.examples.skins</groupId>
Modified: portal/trunk/examples/skins/simpleskin/pom.xml
===================================================================
--- portal/trunk/examples/skins/simpleskin/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/examples/skins/simpleskin/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.portal.examples.skins</groupId>
<artifactId>parent</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<artifactId>gatein-sample-skin</artifactId>
Modified: portal/trunk/gadgets/core/pom.xml
===================================================================
--- portal/trunk/gadgets/core/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/gadgets/core/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -14,7 +14,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<artifactId>exo.portal.gadgets-core</artifactId>
Modified: portal/trunk/gadgets/eXoGadgets/pom.xml
===================================================================
--- portal/trunk/gadgets/eXoGadgets/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/gadgets/eXoGadgets/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/gadgets/pom.xml
===================================================================
--- portal/trunk/gadgets/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/gadgets/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<artifactId>exo.portal.gadgets</artifactId>
Modified: portal/trunk/gadgets/server/pom.xml
===================================================================
--- portal/trunk/gadgets/server/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/gadgets/server/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<artifactId>exo.portal.gadgets-server</artifactId>
Modified: portal/trunk/packaging/module/pom.xml
===================================================================
--- portal/trunk/packaging/module/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/packaging/module/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/packaging/pkg/pom.xml
===================================================================
--- portal/trunk/packaging/pkg/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/packaging/pkg/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -67,13 +67,13 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>portal.packaging.module</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
<type>js</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>portal.packaging.product</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
<type>js</type>
</dependency>
</dependencies>
Modified: portal/trunk/packaging/pom.xml
===================================================================
--- portal/trunk/packaging/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/packaging/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/packaging/product/pom.xml
===================================================================
--- portal/trunk/packaging/product/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/packaging/product/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/packaging/reports/pom.xml
===================================================================
--- portal/trunk/packaging/reports/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/packaging/reports/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/pom.xml
===================================================================
--- portal/trunk/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -31,7 +31,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
<packaging>pom</packaging>
<name>GateIn - Portal</name>
@@ -67,9 +67,9 @@
</properties>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/portal/trunk</connection>
- <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/portal/trunk</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/portal/trunk</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/portal/tags/3.1.0-GA</connection>
+ <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/portal/tags/3.1.0-GA</developerConnection>
+ <url>http://fisheye.jboss.org/browse/gatein/portal/tags/3.1.0-GA</url>
</scm>
<modules>
@@ -307,110 +307,110 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.common</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.pc</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.identity</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.resources</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.application-registry</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.xml-parser</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.scripting</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.dashboard</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portal</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.eXo</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.core</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets-core</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.organization</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.organization</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
<type>test-jar</type>
</dependency>
Modified: portal/trunk/portlet/dashboard/pom.xml
===================================================================
--- portal/trunk/portlet/dashboard/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/portlet/dashboard/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/portlet/exoadmin/pom.xml
===================================================================
--- portal/trunk/portlet/exoadmin/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/portlet/exoadmin/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/portlet/pom.xml
===================================================================
--- portal/trunk/portlet/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/portlet/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<artifactId>exo.portal.portlet</artifactId>
Modified: portal/trunk/portlet/web/pom.xml
===================================================================
--- portal/trunk/portlet/web/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/portlet/web/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/server/jboss/patch-ear/pom.xml
===================================================================
--- portal/trunk/server/jboss/patch-ear/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/server/jboss/patch-ear/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/server/jboss/plugin/pom.xml
===================================================================
--- portal/trunk/server/jboss/plugin/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/server/jboss/plugin/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/server/jboss/pom.xml
===================================================================
--- portal/trunk/server/jboss/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/server/jboss/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<artifactId>exo.portal.server.jboss</artifactId>
Modified: portal/trunk/server/pom.xml
===================================================================
--- portal/trunk/server/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/server/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<artifactId>exo.portal.server</artifactId>
Modified: portal/trunk/server/tomcat/patch/pom.xml
===================================================================
--- portal/trunk/server/tomcat/patch/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/server/tomcat/patch/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.tomcat</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/server/tomcat/plugin/pom.xml
===================================================================
--- portal/trunk/server/tomcat/plugin/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/server/tomcat/plugin/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.tomcat</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/server/tomcat/pom.xml
===================================================================
--- portal/trunk/server/tomcat/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/server/tomcat/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<artifactId>exo.portal.server.tomcat</artifactId>
Modified: portal/trunk/starter/ear/pom.xml
===================================================================
--- portal/trunk/starter/ear/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/starter/ear/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.starter.war</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
<type>war</type>
</dependency>
</dependencies>
Modified: portal/trunk/starter/pom.xml
===================================================================
--- portal/trunk/starter/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/starter/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<artifactId>exo.portal.starter.root</artifactId>
Modified: portal/trunk/starter/war/pom.xml
===================================================================
--- portal/trunk/starter/war/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/starter/war/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/testsuite/pom.xml
===================================================================
--- portal/trunk/testsuite/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/testsuite/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<artifactId>exo.portal.testsuite</artifactId>
Modified: portal/trunk/testsuite/selenium-snifftests/pom.xml
===================================================================
--- portal/trunk/testsuite/selenium-snifftests/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/testsuite/selenium-snifftests/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<artifactId>exo.portal.selenium.snifftests</artifactId>
Modified: portal/trunk/testsuite/webuibasedsamples/pom.xml
===================================================================
--- portal/trunk/testsuite/webuibasedsamples/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/testsuite/webuibasedsamples/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<artifactId>exo.webui.based.samples</artifactId>
Modified: portal/trunk/web/eXoResources/pom.xml
===================================================================
--- portal/trunk/web/eXoResources/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/web/eXoResources/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/web/pom.xml
===================================================================
--- portal/trunk/web/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/web/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<artifactId>exo.portal.web</artifactId>
Modified: portal/trunk/web/portal/pom.xml
===================================================================
--- portal/trunk/web/portal/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/web/portal/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/web/rest/pom.xml
===================================================================
--- portal/trunk/web/rest/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/web/rest/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/webui/core/pom.xml
===================================================================
--- portal/trunk/webui/core/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/webui/core/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/webui/eXo/pom.xml
===================================================================
--- portal/trunk/webui/eXo/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/webui/eXo/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/webui/pom.xml
===================================================================
--- portal/trunk/webui/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/webui/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<artifactId>exo.portal.webui</artifactId>
Modified: portal/trunk/webui/portal/pom.xml
===================================================================
--- portal/trunk/webui/portal/pom.xml 2010-06-17 18:24:18 UTC (rev 3371)
+++ portal/trunk/webui/portal/pom.xml 2010-06-17 18:54:53 UTC (rev 3372)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>3.1.0-CR02-SNAPSHOT</version>
+ <version>3.1.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
14 years, 6 months
gatein SVN: r3371 - portal/trunk.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-06-17 14:24:18 -0400 (Thu, 17 Jun 2010)
New Revision: 3371
Modified:
portal/trunk/Release_Notes.html
Log:
Commiting 3.1 FINAL release note
Modified: portal/trunk/Release_Notes.html
===================================================================
--- portal/trunk/Release_Notes.html 2010-06-17 18:18:57 UTC (rev 3370)
+++ portal/trunk/Release_Notes.html 2010-06-17 18:24:18 UTC (rev 3371)
@@ -1,9 +1,9 @@
<html>
<head>
- <title>Release Notes - GateIn Portal - Version 3.0.0-CR01</title>
+ <title>Release Notes - GateIn Portal - Version 3.1 FINAL</title>
</head>
<body>
-<h1>Release Notes - GateIn Portal - Version 3.0.0-CR01</h1>
+<h1>Release Notes - GateIn Portal - Version 3.1 FINAL</h1>
<h2>Resources and Links</h2>
<p><a href="http://www.gatein.org">Community site</a><br />
@@ -13,432 +13,145 @@
<h2> Bug
</h2>
<ul>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-20'>GTNPORTAL-20</a>] - Content in form doesn't match it
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-964'>GTNPORTAL-964</a>] - Translation problem in register portlet
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-173'>GTNPORTAL-173</a>] - Problem when change language in portal
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-967'>GTNPORTAL-967</a>] - Message "Successful register" not translated in Register portlet
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-288'>GTNPORTAL-288</a>] - portlets are being accessed twice during the creation or editing of a page
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1045'>GTNPORTAL-1045</a>] - Can't drag & drop application into container when click switch view mode
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-337'>GTNPORTAL-337</a>] - Dashborad doesn't accept accents in Tab Title
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1137'>GTNPORTAL-1137</a>] - Permission settings in application registry not preventing unauthorized access
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-365'>GTNPORTAL-365</a>] - Authentication fails when accessing directly to a private page
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1148'>GTNPORTAL-1148</a>] - Position of the user's page is not correct in Sitemap
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-410'>GTNPORTAL-410</a>] - Adding a remote portlet to a page fails
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1152'>GTNPORTAL-1152</a>] - Gadgets should have a default icon
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-421'>GTNPORTAL-421</a>] - Refreshed required after deleting container
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1154'>GTNPORTAL-1154</a>] - Error UI in SItemap when change skin to Simple Skin
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-422'>GTNPORTAL-422</a>] - Bug JS: Error displaying in Portlet Icon
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1164'>GTNPORTAL-1164</a>] - Incorrect INFO message when user add navigations to group sites
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-425'>GTNPORTAL-425</a>] - NPE when select a page which was delete on Manage page
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1170'>GTNPORTAL-1170</a>] - Don't show layout of page which selected when add new page by page management
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-434'>GTNPORTAL-434</a>] - Unknown errror when edit page/layout in Dashboard page in specical case
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1174'>GTNPORTAL-1174</a>] - Edit permissions on PortalConfig of a group is not properly initiated
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-480'>GTNPORTAL-480</a>] - Unknown error when delete application which was deletd
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1204'>GTNPORTAL-1204</a>] - Can't submit form when use addValidator method for UIFormMultiValueInputSet
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-491'>GTNPORTAL-491</a>] - Possition of Edit/Delete icon of portlet is not correct when create new page in Manage page
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1214'>GTNPORTAL-1214</a>] - Show exception when edit membership of user who was deleted in a group
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-495'>GTNPORTAL-495</a>] - Can't click expand all in sitemap page in special case
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1217'>GTNPORTAL-1217</a>] - Always take the value of description of next position when edit membership
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-558'>GTNPORTAL-558</a>] - we almost can't work on same resources concurrently
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1218'>GTNPORTAL-1218</a>] - Unknown error when add new group in case delete membership is manager
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-570'>GTNPORTAL-570</a>] - Have problem with forgot user/password
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1229'>GTNPORTAL-1229</a>] - Clearly define what the access permission set in the application registry
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-575'>GTNPORTAL-575</a>] - Don't show page(node) on Breadcumbs
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1233'>GTNPORTAL-1233</a>] - Little error in selectbox of user language in User Profile when edit information of user
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-577'>GTNPORTAL-577</a>] - Don't show edit page in menu item when check Show Info Bar in Navigation portlet
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1242'>GTNPORTAL-1242</a>] - A small display issue in creating a new gadget in Application Registry
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-594'>GTNPORTAL-594</a>] - Bug JS: Can't select sub-menu in menu item of group navigation ( IE6)
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1245'>GTNPORTAL-1245</a>] - Show message wrong when input First/last Name in New Staff page contain special characters
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-596'>GTNPORTAL-596</a>] - Can not access portal if the name is not in English
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1248'>GTNPORTAL-1248</a>] - Unable to retrieve gadget and get the HTTP Status 404 error
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-634'>GTNPORTAL-634</a>] - Skin selection isn't persisted
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1249'>GTNPORTAL-1249</a>] - The empty container takes space in normal view
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-638'>GTNPORTAL-638</a>] - Switich to the magic locale "ma" causes a severe IllegalArgumentException
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1252'>GTNPORTAL-1252</a>] - Always show message "Only alpha, digit, underscore, dash and space characters allowed" in Dashboard pageafter refresh program
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-697'>GTNPORTAL-697</a>] - Navigation menus and WSRP admin tabs don't interact properly
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1259'>GTNPORTAL-1259</a>] - Show wrong message when check username in Register page
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-706'>GTNPORTAL-706</a>] - Still keep tab 3 when select tab 1 in dashboard page
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1265'>GTNPORTAL-1265</a>] - IE7: Don't show edit/delete icon when move mouse on container to detele all container in this layout
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-724'>GTNPORTAL-724</a>] - "Link" XSS issue
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1267'>GTNPORTAL-1267</a>] - Remove the toolbar columns from the composer as it should not be reused outside of this context
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-725'>GTNPORTAL-725</a>] - JAAS Servlet, XSS issue
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1269'>GTNPORTAL-1269</a>] - Always show skin which selected when add new
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-726'>GTNPORTAL-726</a>] - Log record forging (Security Issue)
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1272'>GTNPORTAL-1272</a>] - Could not modify access-permission on dashboard portlet window
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-728'>GTNPORTAL-728</a>] - Security issue in portal URL handler
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1273'>GTNPORTAL-1273</a>] - Portal composer has 'Page properties' button label while the system is in 'edit layout' mode
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-729'>GTNPORTAL-729</a>] - Privilege escalation security issue
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1274'>GTNPORTAL-1274</a>] - Login links in default page must be contextual and depend on the displayed portal
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-730'>GTNPORTAL-730</a>] - Secure webdav access
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1280'>GTNPORTAL-1280</a>] - Need to check template is available or not before remove
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-732'>GTNPORTAL-732</a>] - XSS in group settings
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1281'>GTNPORTAL-1281</a>] - Delete page and corresponding navigation node when deleting a user site page / navigation node
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-733'>GTNPORTAL-733</a>] - XSS in Group Navigation
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1282'>GTNPORTAL-1282</a>] - Add Group Navigation form UI is broken in IE7
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-745'>GTNPORTAL-745</a>] - UsersRolesLoginModule exception sometimes
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1287'>GTNPORTAL-1287</a>] - it's hardcoding to only allow manager:/platform/administrators adding new page to Portal's navigation
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-754'>GTNPORTAL-754</a>] - Don't show homepage on breadcumbs in the first time
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1288'>GTNPORTAL-1288</a>] - the layout edition does not work correctly if drag a portlet out of a container
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-756'>GTNPORTAL-756</a>] - Create an Upload MutiValued filed
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1289'>GTNPORTAL-1289</a>] - Show exception when search keyword start with specical characters in Manage page
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-777'>GTNPORTAL-777</a>] - Prevent flooding of user db by spambots
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1291'>GTNPORTAL-1291</a>] - Show exception when click Category Selector form
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-802'>GTNPORTAL-802</a>] - Have problem when delete last tab in Dashboard page in special case
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1293'>GTNPORTAL-1293</a>] - The UIFormUploadInput component does not work in the edit mode of a Portlet
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-805'>GTNPORTAL-805</a>] - App.registry - display name in left menu
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1296'>GTNPORTAL-1296</a>] - Public links should verify roles of current user in server side when the invocation is done
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-812'>GTNPORTAL-812</a>] - Cursor pointer over links has no pointer icon and vice versa
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1300'>GTNPORTAL-1300</a>] - Still show group's page in UserToolBarGroupPortlet although it was deleted in Group navigation
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-818'>GTNPORTAL-818</a>] - InvocationTargetException when edit infor of user which was deleted
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1302'>GTNPORTAL-1302</a>] - Language selection lost at re-login for languages defined with country variant
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-855'>GTNPORTAL-855</a>] - javax.transaction.RollbackException when creating navigation node in GateIn (cluster test with 2 GateIn nodes)
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1310'>GTNPORTAL-1310</a>] - Don't show language of user which is selected when create new user for languages defined with country variant
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-858'>GTNPORTAL-858</a>] - edit navigation caches deleted pages
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1312'>GTNPORTAL-1312</a>] - Display page title after renaming a tab of dashboard
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-863'>GTNPORTAL-863</a>] - normal window states not being properly updated with render urls
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1315'>GTNPORTAL-1315</a>] - Missing filter mapping for ThreadLocalSessionProviderInitializedFilter
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-884'>GTNPORTAL-884</a>] - JCR NullPointerException when using the navigation editor
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1326'>GTNPORTAL-1326</a>] - IE7: Lost divided icon of child page on breadscrumbs on IE7
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-885'>GTNPORTAL-885</a>] - UI : Edit page has 2 different edit buttons
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1327'>GTNPORTAL-1327</a>] - Change password is check when select other user
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-886'>GTNPORTAL-886</a>] - Unkown error when edit information of user in Organization portlet in the second time
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1329'>GTNPORTAL-1329</a>] - Exception when add new tab with more than 3 specical characters
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-891'>GTNPORTAL-891</a>] - Portal Navigation Portlet is duplicated
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-892'>GTNPORTAL-892</a>] - WSRPConfigurationPortlet is duplicated in Administration and WSRP tabs
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-894'>GTNPORTAL-894</a>] - Portlet Exception Messages are not localized
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-895'>GTNPORTAL-895</a>] - NPE when trying to log an error to the portlet exception handler during render
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-896'>GTNPORTAL-896</a>] - portlet security exceptions not handled properly during action requests.
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-897'>GTNPORTAL-897</a>] - PortletContainerException get printed to the logs twice
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-905'>GTNPORTAL-905</a>] - Problem with many iframe portlet in same page
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-907'>GTNPORTAL-907</a>] - Mac decoration doesn't work
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-909'>GTNPORTAL-909</a>] - the simple theme of banner portlet is broken in unauthenticated mode
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-931'>GTNPORTAL-931</a>] - Incorrect exception handling thrown by a Portlet render invocation in portlet edition in layout edition
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-932'>GTNPORTAL-932</a>] - Cannot edit nodes
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-937'>GTNPORTAL-937</a>] - Problem with sitemap on IE7
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-941'>GTNPORTAL-941</a>] - edit page is not correctly rendered in IE7
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-942'>GTNPORTAL-942</a>] - Incorrect exception handling thrown by a portlet during invocation
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-943'>GTNPORTAL-943</a>] - Improve logging configuration in Tomcat
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-944'>GTNPORTAL-944</a>] - Improve Error Management in Skin Service
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-945'>GTNPORTAL-945</a>] - Handle gracefully concurrent compilation of the same template
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-947'>GTNPORTAL-947</a>] - Exception on shutdown with ConsumerRegistry
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-948'>GTNPORTAL-948</a>] - Selenium tests doesn't check if user removal was done properly
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-949'>GTNPORTAL-949</a>] - Cannot remove user (with PosgreSQL DB)
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-952'>GTNPORTAL-952</a>] - GateIn logo on SiteMap is obstructed
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-953'>GTNPORTAL-953</a>] - wrong definition of UserACL.access.control.workspace
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-955'>GTNPORTAL-955</a>] - CAS client setup paragraph is erroneous
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-958'>GTNPORTAL-958</a>] - Lost images in navgation when show dashboard portlet
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-962'>GTNPORTAL-962</a>] - Lose permission in clone node (when edit page navigation)
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-966'>GTNPORTAL-966</a>] - Problem when a field contains a special char in Register Portlet
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-970'>GTNPORTAL-970</a>] - No Preview for Simple skin
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-974'>GTNPORTAL-974</a>] - A node name can start with underscore character "_".
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-978'>GTNPORTAL-978</a>] - Layout problems with simple skin on home page
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-982'>GTNPORTAL-982</a>] - Size of symbols don't match in registration interface on main page
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-991'>GTNPORTAL-991</a>] - GateIn+SSO integration: Documentation issues
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-998'>GTNPORTAL-998</a>] - problem with delete page and node
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1000'>GTNPORTAL-1000</a>] - Show wrong in Sign in form with invalid value in private mode
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1002'>GTNPORTAL-1002</a>] - IE6:Error UI in Skin Setting form
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1004'>GTNPORTAL-1004</a>] - Have problem when create new page with Dashboad portlet
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1005'>GTNPORTAL-1005</a>] - NPE when click Expand page(node) in Sitemap page in special case
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1007'>GTNPORTAL-1007</a>] - Bug when updating existing pageNode with special name
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1009'>GTNPORTAL-1009</a>] - UIPortal NPE on clearUIPages
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1014'>GTNPORTAL-1014</a>] - Returned currentView does not match enum view
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1018'>GTNPORTAL-1018</a>] - Unable to create more then one gadget in GateIn portal
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1024'>GTNPORTAL-1024</a>] - Don't show sub-level in Permission Selector form
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1025'>GTNPORTAL-1025</a>] - Don't show site editor menu when user does not have right to add new page
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1026'>GTNPORTAL-1026</a>] - Error when adding remote portlet in page - "Does not make sense"
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1028'>GTNPORTAL-1028</a>] - maximizing a minimized gadget doesn't expand the gadget
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1032'>GTNPORTAL-1032</a>] - Unkown error when create new gadget with have space in name
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1034'>GTNPORTAL-1034</a>] - Broken form of gaget when edit number of column is 4
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1035'>GTNPORTAL-1035</a>] - Nothing happen after check visible option when edit node in Portal Navigation
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1036'>GTNPORTAL-1036</a>] - Don't show new page on navigation bar after created
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1037'>GTNPORTAL-1037</a>] - Still keep old text validation in Register New Account form when change some invalid fields
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1039'>GTNPORTAL-1039</a>] - 'EditPage' link is not showed while loging in with non-empty path node in private mode
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1044'>GTNPORTAL-1044</a>] - Show message "Page not found" when edit layout of any page in portal
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1048'>GTNPORTAL-1048</a>] - GateIn+SSO integration: IdentityException thrown in special case when HTTP session expire
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1051'>GTNPORTAL-1051</a>] - Show message "Page not found" when Login as 'root' with the path /portal/private/classic/home
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1055'>GTNPORTAL-1055</a>] - Page editor doesn't use the proper display name
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1058'>GTNPORTAL-1058</a>] - Lose all container tab when drag & drop in special case
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1059'>GTNPORTAL-1059</a>] - Still duplicate page(node) when cut/page node
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1061'>GTNPORTAL-1061</a>] - google gadgets getting clipped when maximized
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1063'>GTNPORTAL-1063</a>] - register new user page is displayed in french instead of english
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1065'>GTNPORTAL-1065</a>] - page publication date doesn't check if the dates have already passed
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1066'>GTNPORTAL-1066</a>] - page publication date shouldn't require both a start time and an end time
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1067'>GTNPORTAL-1067</a>] - pages sometimes ignore publication dates
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1068'>GTNPORTAL-1068</a>] - Show wrong Gadget in Dashboard page with one column in the first time
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1069'>GTNPORTAL-1069</a>] - Show message "Page not found" when edit layout of portal
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1071'>GTNPORTAL-1071</a>] - Can't edit id of consumer
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1072'>GTNPORTAL-1072</a>] - Show protected content when edit page in special case
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1075'>GTNPORTAL-1075</a>] - Don't show page when create page in level 1
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1076'>GTNPORTAL-1076</a>] - Show exception when edit layout of any page in Portal in special case
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1077'>GTNPORTAL-1077</a>] - Show message alert "You have no right to edit this layout. " when edit layout of Dashboard with user [john/demo/mary]
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1079'>GTNPORTAL-1079</a>] - Wrong information message while managing portals
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1081'>GTNPORTAL-1081</a>] - Error when adding Todo gadget to dashboard.
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1082'>GTNPORTAL-1082</a>] - Possible to inject javascript code into MembershipType description
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1083'>GTNPORTAL-1083</a>] - ava.io.NotSerializableException: org.exoplatform.webui.organization.UIGroup occurs when having cluster with more GateIn nodes
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1084'>GTNPORTAL-1084</a>] - scrollbar problem in the page editor
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1085'>GTNPORTAL-1085</a>] - Show message " encountered an error and could not be displayed" when delete gadget in special case
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1086'>GTNPORTAL-1086</a>] - Show duplicate edit icon in gadget
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1088'>GTNPORTAL-1088</a>] - Show wrong when login in by John in specical case
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1089'>GTNPORTAL-1089</a>] - Unable to retrieve gadget xml. HTTP error 504 when drag & drop Currency Converter
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1091'>GTNPORTAL-1091</a>] - Clean rotten code in webui/portal
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1092'>GTNPORTAL-1092</a>] - Double '*' membership type visible when selecting permissions
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1093'>GTNPORTAL-1093</a>] - Captcha verification after validation of existing username or e-mail
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1095'>GTNPORTAL-1095</a>] - IE6 User Interface problems
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1096'>GTNPORTAL-1096</a>] - Create new page in group - sort groups
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1099'>GTNPORTAL-1099</a>] - Error UI in Sitemap page when change language to Arabic
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1101'>GTNPORTAL-1101</a>] - Have problem with page editor when change language to Arabic
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1102'>GTNPORTAL-1102</a>] - the Edit Node in navigation management does not work propertly
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1103'>GTNPORTAL-1103</a>] - JS Injection in App.registry - portlet description and display name
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1104'>GTNPORTAL-1104</a>] - Cluster with 2 nodes: Problem when creating new portal (it's not visible on second node)
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1105'>GTNPORTAL-1105</a>] - XSS in navigation management
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1107'>GTNPORTAL-1107</a>] - page editor rendering of long portlet names
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1109'>GTNPORTAL-1109</a>] - Typo in JCR/JBoss Cache configuration
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1112'>GTNPORTAL-1112</a>] - Have problem when add new membership with description is null
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1114'>GTNPORTAL-1114</a>] - Possition of Gagdet name is not displayed correctly in Arabic language
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1117'>GTNPORTAL-1117</a>] - Very difficult to drag & drop PageBody to container
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1118'>GTNPORTAL-1118</a>] - cross context session sharing
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1128'>GTNPORTAL-1128</a>] - NPE when click edit naviation in special case
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1129'>GTNPORTAL-1129</a>] - Can't add new node in Portal
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1130'>GTNPORTAL-1130</a>] - Gadgets don't work
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1142'>GTNPORTAL-1142</a>] - Remove decorations from "New Staff" page
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1147'>GTNPORTAL-1147</a>] - Show exception when click up level in Edit navigation
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1151'>GTNPORTAL-1151</a>] - User can not add navigation for a group even his role is manager of the group
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1162'>GTNPORTAL-1162</a>] - creating new membership problem
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1166'>GTNPORTAL-1166</a>] - OrganizationService failed to start when GateIn is executed with different value of LANG environment variable
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1167'>GTNPORTAL-1167</a>] - RSS Gadget has wrong published date for feeds
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1175'>GTNPORTAL-1175</a>] - Exception when doubleClick on save button of page editor composer while creating a new page
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1200'>GTNPORTAL-1200</a>] - Have problem when add sub-node in Portal Navigation
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1203'>GTNPORTAL-1203</a>] - The caching in TemplateService does not work correctly
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1216'>GTNPORTAL-1216</a>] - Users are removed from LDAP but not from DB
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1223'>GTNPORTAL-1223</a>] - NullPointerException when create new UIFormMultiValueInputSet with UIComponent that have contructor with no argument
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1228'>GTNPORTAL-1228</a>] - On Window OS, Portlet 's non-English labels are not displayed properly in EDIT mode
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1231'>GTNPORTAL-1231</a>] - Problem when LDAP group name contains slash
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1236'>GTNPORTAL-1236</a>] - UIFormComboBox missing value when open form
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1237'>GTNPORTAL-1237</a>] - Unknown error when change title of dashboard include some space
-</li>
</ul>
<h2> Feature Request
</h2>
<ul>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-397'>GTNPORTAL-397</a>] - Blank zone when user put permission on Container in a page / Content should be filled up automatically
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1021'>GTNPORTAL-1021</a>] - Create a re-usable UIConfirmation component
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-758'>GTNPORTAL-758</a>] - Reset current navigation after sign in
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-890'>GTNPORTAL-890</a>] - GateIn should provide default styling for standard portlet CSS classes
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-954'>GTNPORTAL-954</a>] - Data Injector paragraph is incomplete
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1060'>GTNPORTAL-1060</a>] - Alternative to URL preference for local gadgets in Gadget Wrapper portlet
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1062'>GTNPORTAL-1062</a>] - change title of sample-ext dashboard from 'Sales BI'
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1074'>GTNPORTAL-1074</a>] - Should disable Publication date/time when un-check visible in add/edit node ( page)
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1134'>GTNPORTAL-1134</a>] - Avoid duplicate instantiation of the component org.exoplatform.groovyscript.text.TemplateService under rush condition
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1138'>GTNPORTAL-1138</a>] - Improve caching for LDAP
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1139'>GTNPORTAL-1139</a>] - Create a UIFilterableTree in UIFramework
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1212'>GTNPORTAL-1212</a>] - Should invalidate skin before save data when Edit site layout
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1225'>GTNPORTAL-1225</a>] - Pass parameterTypes and parameterValues to a constructor when create UIFormMultilValueInputset
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1232'>GTNPORTAL-1232</a>] - Groups and user memberships are displayed unordered
-</li>
</ul>
<h2> Task
</h2>
<ul>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-479'>GTNPORTAL-479</a>] - Change Restore icon in Gadget in Dashboard page
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-946'>GTNPORTAL-946</a>] - Externalize the various cache configuration in the configuration property file
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-744'>GTNPORTAL-744</a>] - Setup Hudson to run the testsuite on IBM JDK
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1173'>GTNPORTAL-1173</a>] - Examine DeleteNavigation link
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-782'>GTNPORTAL-782</a>] - french locale is not fully translated
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1210'>GTNPORTAL-1210</a>] - Portal mode transition in UIPortalComposer should not be hardcoded
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-789'>GTNPORTAL-789</a>] - Vietnamese is not fully translated
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1211'>GTNPORTAL-1211</a>] - Create a sample portlet using UIFormMultiValueInputSet
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-906'>GTNPORTAL-906</a>] - Login page when accessing a private page is missing a link to remind password
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1239'>GTNPORTAL-1239</a>] - Set the portlet to be public by default when importing in the Application Registry
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-950'>GTNPORTAL-950</a>] - Add profile for Sybase DB with different PLIDM hibernate mappings
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1263'>GTNPORTAL-1263</a>] - GateIn object 1.1 version to handle width and height
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-951'>GTNPORTAL-951</a>] - Hudson tests against Sybase should use the -Dexo.profiles=sybase switch
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1264'>GTNPORTAL-1264</a>] - Change alert message when Start greater than End Publication Date (create page)
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-959'>GTNPORTAL-959</a>] - Clean redundant keys declaration in resource bundle
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1266'>GTNPORTAL-1266</a>] - Change message when add new node with Name is the same with existing one in the same level navigation
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-989'>GTNPORTAL-989</a>] - Example files for OpenLDAP configuration
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1290'>GTNPORTAL-1290</a>] - Should allow to add user into group in case after comma has space
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1016'>GTNPORTAL-1016</a>] - Fix resource resolver error handling
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1292'>GTNPORTAL-1292</a>] - Change meaning of labels to be more correct
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1017'>GTNPORTAL-1017</a>] - Avoid to create a String from a StringBuffer for providing a Reader as it is possible to do that
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1303'>GTNPORTAL-1303</a>] - For system nodes : do not allow to change the visibility
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1020'>GTNPORTAL-1020</a>] - javascript error while creating new page
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1316'>GTNPORTAL-1316</a>] - Resource descriptor 1.1 to handle skin module declaration
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1033'>GTNPORTAL-1033</a>] - Change message when input name for gadget start by number
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1317'>GTNPORTAL-1317</a>] - Integrate with MOP 1.0.3
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1054'>GTNPORTAL-1054</a>] - Initial Brazilian portuguese translation
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1325'>GTNPORTAL-1325</a>] - Should validate First/Last name field is between 1-45 chars in user and group management
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1056'>GTNPORTAL-1056</a>] - Integrate JCR 1.12.1-CR1 / MOP 1.0.1-CR01 / Chromattic 1.0.1-cr1
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1070'>GTNPORTAL-1070</a>] - Translate GateIn in VNeses
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1106'>GTNPORTAL-1106</a>] - Remove screens to select layouts
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1110'>GTNPORTAL-1110</a>] - Optimize recursive method in searching node
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1111'>GTNPORTAL-1111</a>] - Change version to GateIn 3.1
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1126'>GTNPORTAL-1126</a>] - Reduce JCR memory footprint
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1127'>GTNPORTAL-1127</a>] - Use in memory HSQLDB for unit tests
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1135'>GTNPORTAL-1135</a>] - Sample LDAP configs should have JNDI connection pooling enabled
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1136'>GTNPORTAL-1136</a>] - Upgrade PicketLink IDM to 1.1.2.GA
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1140'>GTNPORTAL-1140</a>] - Upgrade to Portlet Bridge 2.0.0-FINAL
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1158'>GTNPORTAL-1158</a>] - the skin-module of Portal Skin config definition is missing in gatein-resources.xsd
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1165'>GTNPORTAL-1165</a>] - Remove useless properties in UIPortletApplication
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1176'>GTNPORTAL-1176</a>] - Provide mop cache operation trace logging
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1238'>GTNPORTAL-1238</a>] - Encapsulate how repository name is obtained
-</li>
</ul>
-
-<h2> Thirdparty Change
-</h2>
-<ul>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-935'>GTNPORTAL-935</a>] - Upgrade to version 1.1 of WSRP module.
-</li>
-</ul>
-
+
<h2> Sub-task
</h2>
<ul>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-815'>GTNPORTAL-815</a>] - Get GateIn building and passing tests on IBM jdk
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-914'>GTNPORTAL-914</a>] - Portlets should be displayed in a consistent order
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-917'>GTNPORTAL-917</a>] - Remote portlets are not available to be added to a category
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-918'>GTNPORTAL-918</a>] - Adding to a category should be done consistently between gadgets and portlets
</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-992'>GTNPORTAL-992</a>] - Generic SSO documentation issues
-</li>
-<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-993'>GTNPORTAL-993</a>] - CAS integration - documentation issues
-</li>
</ul>
</body>
14 years, 6 months
gatein SVN: r3370 - in components/wsrp/trunk/wsrp-producer-war: src/test/java/org/gatein/wsrp/producer and 2 other directories.
by do-not-reply@jboss.org
Author: chris.laprun(a)jboss.com
Date: 2010-06-17 14:18:57 -0400 (Thu, 17 Jun 2010)
New Revision: 3370
Modified:
components/wsrp/trunk/wsrp-producer-war/pom.xml
components/wsrp/trunk/wsrp-producer-war/src/test/java/org/gatein/wsrp/producer/WSRPProducerBaseTest.java
components/wsrp/trunk/wsrp-producer-war/src/test/java/org/gatein/wsrp/protocol/v1/V1ProducerBaseTest.java
components/wsrp/trunk/wsrp-producer-war/src/test/java/org/gatein/wsrp/protocol/v2/ServiceDescriptionTestCase.java
components/wsrp/trunk/wsrp-producer-war/src/test/java/org/gatein/wsrp/protocol/v2/V2ProducerBaseTest.java
Log:
- Moved some common code to WSRPProducerBaseTest.
- Added v2.ServiceDescriptionTestCase, which currently doesn't work. :(
- Removed log file use in cargo config.
Modified: components/wsrp/trunk/wsrp-producer-war/pom.xml
===================================================================
--- components/wsrp/trunk/wsrp-producer-war/pom.xml 2010-06-17 16:42:42 UTC (rev 3369)
+++ components/wsrp/trunk/wsrp-producer-war/pom.xml 2010-06-17 18:18:57 UTC (rev 3370)
@@ -128,7 +128,7 @@
<scope>test</scope>
<version>${project.version}</version>
</dependency>
- <dependency>
+ <dependency>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-controller</artifactId>
<scope>test</scope>
@@ -142,10 +142,10 @@
</dependency>
<dependency>
- <groupId>org.jboss.arquillian</groupId>
- <artifactId>arquillian-api</artifactId>
- <version>1.0.0.Alpha2</version>
- <scope>test</scope>
+ <groupId>org.jboss.arquillian</groupId>
+ <artifactId>arquillian-api</artifactId>
+ <version>1.0.0.Alpha2</version>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
@@ -164,19 +164,19 @@
<artifactId>arquillian-jbossas-remote-51</artifactId>
<version>1.0.0.Alpha2</version>
<scope>test</scope>
- </dependency>
+ </dependency>
<dependency>
- <groupId>org.jboss.jbossas</groupId>
- <artifactId>jboss-as-client</artifactId>
- <version>5.1.0.GA</version>
- <scope>test</scope>
- <type>pom</type>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-client</artifactId>
+ <version>5.1.0.GA</version>
+ <scope>test</scope>
+ <type>pom</type>
</dependency>
- <dependency>
- <groupId>org.jboss.jbossas</groupId>
- <artifactId>jboss-server-manager</artifactId>
- <version>1.0.3.GA</version>
- <scope>test</scope>
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-server-manager</artifactId>
+ <version>1.0.3.GA</version>
+ <scope>test</scope>
</dependency>
</dependencies>
@@ -195,59 +195,59 @@
</configuration>
</plugin>
<plugin>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>test-jar</goal>
- </goals>
- </execution>
- </executions>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ </configuration>
+ <executions>
+ <execution>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
</plugin>
<plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <configuration>
- <finalName>test</finalName>
- <appendAssemblyId>true</appendAssemblyId>
- <!-- we don't want to add these archives into the repo -->
- <attach>false</attach>
- <outputDirectory>${project.build.directory}/test-archives</outputDirectory>
- <descriptors>
- <descriptor>src/test/assembly/test-producer.xml</descriptor>
- <descriptor>src/test/assembly/test-markup-portlet.xml</descriptor>
- <descriptor>src/test/assembly/test-renderparam-portlet.xml</descriptor>
- <descriptor>src/test/assembly/test-session-portlet.xml</descriptor>
- <descriptor>src/test/assembly/test-basic-portlet.xml</descriptor>
- <descriptor>src/test/assembly/test-dispatcher-portlet.xml</descriptor>
- <descriptor>src/test/assembly/test-getlocales-portlet.xml</descriptor>
- <descriptor>src/test/assembly/test-encodeurl-portlet.xml</descriptor>
- <descriptor>src/test/assembly/test-usercontext-portlet.xml</descriptor>
- <descriptor>src/test/assembly/test-multivalued-portlet.xml</descriptor>
- <descriptor>src/test/assembly/test-implicitcloning-portlet.xml</descriptor>
- <descriptor>src/test/assembly/test-resource-portlet.xml</descriptor>
- <descriptor>src/test/assembly/test-resourcenoencodeurl-portlet.xml</descriptor>
- <descriptor>src/test/assembly/test-applicationscope-portlet.xml</descriptor>
- </descriptors>
- </configuration>
- <executions>
- <execution>
- <id>assemble</id>
- <!-- note that package phase happens after the test phase and before the integration test phase -->
- <phase>package</phase>
- <goals>
- <goal>single</goal>
- </goals>
- </execution>
- </executions>
- <dependencies>
- <dependency>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>jboss-packaging-maven-plugin</artifactId>
- <version>2.1.1</version>
- </dependency>
- </dependencies>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+ <finalName>test</finalName>
+ <appendAssemblyId>true</appendAssemblyId>
+ <!-- we don't want to add these archives into the repo -->
+ <attach>false</attach>
+ <outputDirectory>${project.build.directory}/test-archives</outputDirectory>
+ <descriptors>
+ <descriptor>src/test/assembly/test-producer.xml</descriptor>
+ <descriptor>src/test/assembly/test-markup-portlet.xml</descriptor>
+ <descriptor>src/test/assembly/test-renderparam-portlet.xml</descriptor>
+ <descriptor>src/test/assembly/test-session-portlet.xml</descriptor>
+ <descriptor>src/test/assembly/test-basic-portlet.xml</descriptor>
+ <descriptor>src/test/assembly/test-dispatcher-portlet.xml</descriptor>
+ <descriptor>src/test/assembly/test-getlocales-portlet.xml</descriptor>
+ <descriptor>src/test/assembly/test-encodeurl-portlet.xml</descriptor>
+ <descriptor>src/test/assembly/test-usercontext-portlet.xml</descriptor>
+ <descriptor>src/test/assembly/test-multivalued-portlet.xml</descriptor>
+ <descriptor>src/test/assembly/test-implicitcloning-portlet.xml</descriptor>
+ <descriptor>src/test/assembly/test-resource-portlet.xml</descriptor>
+ <descriptor>src/test/assembly/test-resourcenoencodeurl-portlet.xml</descriptor>
+ <descriptor>src/test/assembly/test-applicationscope-portlet.xml</descriptor>
+ </descriptors>
+ </configuration>
+ <executions>
+ <execution>
+ <id>assemble</id>
+ <!-- note that package phase happens after the test phase and before the integration test phase -->
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ </execution>
+ </executions>
+ <dependencies>
+ <dependency>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>jboss-packaging-maven-plugin</artifactId>
+ <version>2.1.1</version>
+ </dependency>
+ </dependencies>
</plugin>
@@ -262,104 +262,99 @@
</excludes>
</configuration>
<executions>
- <execution>
- <id>integration-tests</id>
- <phase>integration-test</phase>
- <goals>
- <goal>test</goal>
- </goals>
- <configuration>
- <skip>false</skip>
- <!--<skip>false</skip>-->
- <includes>
- <include>org/gatein/wsrp/protocol/v1/MarkupTestCase.class</include>
- <include>org/gatein/wsrp/protocol/v1/PortletManagementTestCase.class</include>
- <!-- <include>org/gatein/wsrp/protocol/v1/ReleaseSessionTestCase.class</include> -->
- <include>org/gatein/wsrp/protocol/v1/ServiceDescriptionTestCase.class</include>
- </includes>
- <excludes>
- <exclude>org/gatein/wsrp/producer/**</exclude>
- <exclude>org/gatein/wsrp/registration/**</exclude>
- </excludes>
- </configuration>
- </execution>
+ <execution>
+ <id>integration-tests</id>
+ <phase>integration-test</phase>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ <configuration>
+ <skip>false</skip>
+ <!--<skip>false</skip>-->
+ <includes>
+ <include>org/gatein/wsrp/protocol/v1/MarkupTestCase.class</include>
+ <include>org/gatein/wsrp/protocol/v1/PortletManagementTestCase.class</include>
+ <!-- <include>org/gatein/wsrp/protocol/v1/ReleaseSessionTestCase.class</include> -->
+ <include>org/gatein/wsrp/protocol/v1/ServiceDescriptionTestCase.class</include>
+ <include>org/gatein/wsrp/protocol/v2/ServiceDescriptionTestCase.class</include>
+ </includes>
+ <excludes>
+ <exclude>org/gatein/wsrp/producer/**</exclude>
+ <exclude>org/gatein/wsrp/registration/**</exclude>
+ </excludes>
+ </configuration>
+ </execution>
</executions>
</plugin>
<plugin>
- <groupId>org.codehaus.cargo</groupId>
- <artifactId>cargo-maven2-plugin</artifactId>
- <version>1.0.1</version>
- <configuration>
- <container>
- <containerId>jboss51x</containerId>
- <zipUrlInstaller>
- <url>${JBOSS_ZIP_URL}</url>
- <installDir>${basedir}/target/servers</installDir>
- </zipUrlInstaller>
- <log>${basedir}/target/jboss51x/container.log</log>
- <systemProperties>
- <!-- Since the tests run on the server, we need to pass system properties to the
- server so that the tests can use them. -->
- <!-- The tests need to deploy and undeploy artifacts during the test so we need to pass
- properties to enable this behaviour. -->
- <jboss.deploy.dir>${jboss.server.home.dir}/conf</jboss.deploy.dir>
- <test.deployables.dir>${basedir}/target/test-archives</test.deployables.dir>
- <jboss.deploy.url.prefix>http://localhost:8080/jmx-console/HtmlAdaptor?action=invokeOpByName&n...</jboss.deploy.url.prefix>
- <jboss.undeploy.url.prefix>http://localhost:8080//jmx-console/HtmlAdaptor?action=invokeOpByName&...</jboss.undeploy.url.prefix>
- </systemProperties>
- </container>
- <wait>false</wait>
- <configuration>
- <home>${basedir}/target/cargo</home>
- <properties>
- <cargo.jvmargs>-Dorg.apache.catalina.STRICT_SERVLET_COMPLIANCE=false</cargo.jvmargs>
- </properties>
- <deployables>
- <deployable>
- <groupId>org.gatein.wsrp</groupId>
- <artifactId>wsrp-producer</artifactId>
- <type>war</type>
- <properties>
- <context>wsrp-producer</context>
- </properties>
- <pingURL>http://localhost:8080/wsrp-producer/MarkupService?WSDL</pingURL>
- </deployable>
- <deployable>
- <location>${basedir}/target/test-archives/test-producer.sar</location>
- <type>sar</type>
- </deployable>
- </deployables>
- <configfiles>
- <configfile>
- <file>${basedir}/target/servers/jboss-5.1.0.GA-jdk6/jboss-5.1.0.GA/server/default/conf/jboss-log4j.xml</file>
- <tofile>/conf/jboss-log4j.xml</tofile>
- </configfile>
- </configfiles>
- </configuration>
- </configuration>
- <executions>
- <execution>
- <id>pre-integration-start-server</id>
- <phase>pre-integration-test</phase>
- <goals>
- <goal>start</goal>
- </goals>
- </execution>
- <execution>
- <id>post-integration-stop-server</id>
- <phase>post-integration-test</phase>
- <goals>
- <goal>stop</goal>
- </goals>
- </execution>
- </executions>
+ <groupId>org.codehaus.cargo</groupId>
+ <artifactId>cargo-maven2-plugin</artifactId>
+ <version>1.0.1</version>
+ <configuration>
+ <container>
+ <containerId>jboss51x</containerId>
+ <zipUrlInstaller>
+ <url>${JBOSS_ZIP_URL}</url>
+ <installDir>${basedir}/target/servers</installDir>
+ </zipUrlInstaller>
+ <log>${basedir}/target/jboss51x/container.log</log>
+ <systemProperties>
+ <!-- Since the tests run on the server, we need to pass system properties to the
+ server so that the tests can use them. -->
+ <!-- The tests need to deploy and undeploy artifacts during the test so we need to pass
+ properties to enable this behaviour. -->
+ <jboss.deploy.dir>${jboss.server.home.dir}/conf</jboss.deploy.dir>
+ <test.deployables.dir>${basedir}/target/test-archives</test.deployables.dir>
+ <jboss.deploy.url.prefix>http://localhost:8080/jmx-console/HtmlAdaptor?action=invokeOpByName&n...</jboss.deploy.url.prefix>
+ <jboss.undeploy.url.prefix>http://localhost:8080//jmx-console/HtmlAdaptor?action=invokeOpByName&...</jboss.undeploy.url.prefix>
+ </systemProperties>
+ </container>
+ <wait>false</wait>
+ <configuration>
+ <home>${basedir}/target/cargo</home>
+ <properties>
+ <cargo.jvmargs>-Dorg.apache.catalina.STRICT_SERVLET_COMPLIANCE=false</cargo.jvmargs>
+ </properties>
+ <deployables>
+ <deployable>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-producer</artifactId>
+ <type>war</type>
+ <properties>
+ <context>wsrp-producer</context>
+ </properties>
+ <pingURL>http://localhost:8080/wsrp-producer/MarkupService?WSDL</pingURL>
+ </deployable>
+ <deployable>
+ <location>${basedir}/target/test-archives/test-producer.sar</location>
+ <type>sar</type>
+ </deployable>
+ </deployables>
+ </configuration>
+ </configuration>
+ <executions>
+ <execution>
+ <id>pre-integration-start-server</id>
+ <phase>pre-integration-test</phase>
+ <goals>
+ <goal>start</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>post-integration-stop-server</id>
+ <phase>post-integration-test</phase>
+ <goals>
+ <goal>stop</goal>
+ </goals>
+ </execution>
+ </executions>
</plugin>
</plugins>
- <testResources>
- <testResource>
- <directory>src/test/jboss-resources</directory>
- </testResource>
- </testResources>
+ <testResources>
+ <testResource>
+ <directory>src/test/jboss-resources</directory>
+ </testResource>
+ </testResources>
</build>
</project>
Modified: components/wsrp/trunk/wsrp-producer-war/src/test/java/org/gatein/wsrp/producer/WSRPProducerBaseTest.java
===================================================================
--- components/wsrp/trunk/wsrp-producer-war/src/test/java/org/gatein/wsrp/producer/WSRPProducerBaseTest.java 2010-06-17 16:42:42 UTC (rev 3369)
+++ components/wsrp/trunk/wsrp-producer-war/src/test/java/org/gatein/wsrp/producer/WSRPProducerBaseTest.java 2010-06-17 18:18:57 UTC (rev 3370)
@@ -10,7 +10,7 @@
* 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,
+ * 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.
@@ -23,55 +23,50 @@
package org.gatein.wsrp.producer;
+import junit.framework.TestCase;
+import org.gatein.registration.RegistrationException;
+import org.gatein.wsrp.producer.config.ProducerRegistrationRequirements;
+
import java.io.BufferedReader;
import java.io.File;
-import java.io.FileInputStream;
-import java.io.FileOutputStream;
import java.io.InputStreamReader;
-import java.net.HttpURLConnection;
import java.net.URL;
import java.net.URLConnection;
-import java.nio.channels.FileChannel;
-import javax.net.ssl.HttpsURLConnection;
-
-import junit.framework.TestCase;
-import org.gatein.common.NotYetImplemented;
-
/**
* @author <a href="mailto:boleslaw.dawidowicz@jboss.org">Boleslaw Dawidowicz</a>
* @version $Revision: 8808 $
*/
public abstract class WSRPProducerBaseTest extends TestCase
{
- protected WSRPProducerImpl producer = WSRPProducerImpl.getInstance();
-
protected WSRPProducerBaseTest(String name) throws Exception
{
super(name);
}
+ protected abstract WSRPProducer getProducer();
+
public void deploy(String warFileName) throws Exception
{
- String deployURLPrefix = System.getProperty("jboss.deploy.url.prefix");
- if (deployURLPrefix != null)
- {
- File archiveDirectory = getDirectory("test.deployables.dir");
- File archiveFile = getArchive(warFileName, archiveDirectory);
-
- String deployURLString = deployURLPrefix + archiveFile.getAbsolutePath();
-
- URL deployURL = new URL(deployURLString);
- URLConnection connection = deployURL.openConnection();
-
- BufferedReader reader = new BufferedReader(new InputStreamReader(connection.getInputStream()));
- reader.readLine();
- reader.close();
- }
- else
- {
- throw new Exception ("Could not find the jboss.deploy.url.prefix system property.");
- }
+ String deployURLPrefix = System.getProperty("jboss.deploy.url.prefix");
+ if (deployURLPrefix != null)
+ {
+ File archiveDirectory = getDirectory("test.deployables.dir");
+ File archiveFile = getArchive(warFileName, archiveDirectory);
+
+ String deployURLString = deployURLPrefix + archiveFile.getAbsolutePath();
+
+ URL deployURL = new URL(deployURLString);
+ URLConnection connection = deployURL.openConnection();
+
+ BufferedReader reader = new BufferedReader(new InputStreamReader(connection.getInputStream()));
+ reader.readLine();
+ reader.close();
+ }
+ else
+ {
+ throw new Exception("Could not find the jboss.deploy.url.prefix system property.");
+ }
}
public void undeploy(String warFileName) throws Exception
@@ -81,61 +76,85 @@
{
File archiveDirectory = getDirectory("test.deployables.dir");
File archiveFile = getArchive(warFileName, archiveDirectory);
-
+
String undeployURLString = undeployURLPrefix + archiveFile.getAbsolutePath();
-
+
URL undeployURL = new URL(undeployURLString);
URLConnection connection = undeployURL.openConnection();
-
+
BufferedReader reader = new BufferedReader(new InputStreamReader(connection.getInputStream()));
reader.readLine();
reader.close();
}
else
{
- throw new Exception ("Could not find the jboss.deploy.url.prefix system property.");
+ throw new Exception("Could not find the jboss.deploy.url.prefix system property.");
}
}
-
- private File getDirectory (String property) throws Exception
+
+ protected void resetRegistrationInfo() throws RegistrationException
{
- String deployableProperty = System.getProperty(property);
- if (deployableProperty != null)
- {
- File deployableDir = new File(deployableProperty);
- if (deployableDir.exists() && deployableDir.isDirectory())
- {
- return deployableDir;
- }
- else
- {
- throw new Error("Found a system property for \'" + property + "\' [" + deployableProperty + "] but value does not correspond to a directory.");
- }
- }
- else
- {
- throw new Error ("Could not find the system property \'" + property + "\' cannot deploy test archives.");
- }
+ WSRPProducer producer = getProducer();
+ ProducerRegistrationRequirements registrationRequirements = producer.getConfigurationService().getConfiguration().getRegistrationRequirements();
+ registrationRequirements.setRegistrationRequired(false);
+ registrationRequirements.clearRegistrationProperties();
+ registrationRequirements.clearRegistrationPropertyChangeListeners();
+ producer.getRegistrationManager().clear();
+ registrationRequirements.removeRegistrationPropertyChangeListener(producer.getRegistrationManager());
}
-
-
+
+ private File getDirectory(String property) throws Exception
+ {
+ String deployableProperty = System.getProperty(property);
+ if (deployableProperty != null)
+ {
+ File deployableDir = new File(deployableProperty);
+ if (deployableDir.exists() && deployableDir.isDirectory())
+ {
+ return deployableDir;
+ }
+ else
+ {
+ throw new Error("Found a system property for \'" + property + "\' [" + deployableProperty + "] but value does not correspond to a directory.");
+ }
+ }
+ else
+ {
+ throw new Error("Could not find the system property \'" + property + "\' cannot deploy test archives.");
+ }
+ }
+
+
private File getArchive(String fileName, File deployDirectory) throws Exception
{
- if (fileName != null && deployDirectory != null && deployDirectory.exists() && deployDirectory.isDirectory())
- {
- File archiveFile = new File(deployDirectory.getAbsoluteFile() + File.separator + fileName);
- if (archiveFile.exists())
- {
- return archiveFile;
- }
- else
- {
- throw new Exception ("Archive " + fileName + " in directory " + deployDirectory + " does not exist. Cannot deploy this file");
- }
- }
- else
- {
- throw new Exception("Cannot find archive to deploy. Archive name [" + fileName + "] is null or the deploy directory + [" + deployDirectory + "] is not a directory");
- }
+ if (fileName != null && deployDirectory != null && deployDirectory.exists() && deployDirectory.isDirectory())
+ {
+ File archiveFile = new File(deployDirectory.getAbsoluteFile() + File.separator + fileName);
+ if (archiveFile.exists())
+ {
+ return archiveFile;
+ }
+ else
+ {
+ throw new Exception("Archive " + fileName + " in directory " + deployDirectory + " does not exist. Cannot deploy this file");
+ }
+ }
+ else
+ {
+ throw new Exception("Cannot find archive to deploy. Archive name [" + fileName + "] is null or the deploy directory + [" + deployDirectory + "] is not a directory");
+ }
}
+
+ public void setUp() throws Exception
+ {
+ super.setUp();
+
+ resetRegistrationInfo();
+ }
+
+ public void tearDown() throws Exception
+ {
+ resetRegistrationInfo();
+ super.tearDown();
+ }
}
Modified: components/wsrp/trunk/wsrp-producer-war/src/test/java/org/gatein/wsrp/protocol/v1/V1ProducerBaseTest.java
===================================================================
--- components/wsrp/trunk/wsrp-producer-war/src/test/java/org/gatein/wsrp/protocol/v1/V1ProducerBaseTest.java 2010-06-17 16:42:42 UTC (rev 3369)
+++ components/wsrp/trunk/wsrp-producer-war/src/test/java/org/gatein/wsrp/protocol/v1/V1ProducerBaseTest.java 2010-06-17 18:18:57 UTC (rev 3370)
@@ -31,7 +31,6 @@
import org.gatein.wsrp.producer.ProducerHolder;
import org.gatein.wsrp.producer.WSRPProducer;
import org.gatein.wsrp.producer.WSRPProducerBaseTest;
-import org.gatein.wsrp.producer.WSRPProducerImpl;
import org.gatein.wsrp.producer.config.ProducerRegistrationRequirements;
import org.gatein.wsrp.producer.v1.WSRP1Producer;
import org.gatein.wsrp.registration.RegistrationPropertyDescription;
@@ -61,7 +60,7 @@
public abstract class V1ProducerBaseTest extends WSRPProducerBaseTest
{
private static final String CONSUMER = "test-consumer";
- protected WSRP1Producer producer = WSRP1Producer.getInstance();
+ protected WSRP1Producer producer = ProducerHolder.getV1Producer();
public V1ProducerBaseTest() throws Exception
@@ -74,20 +73,12 @@
super(name);
}
-
- public void setUp() throws Exception
+ @Override
+ protected WSRPProducer getProducer()
{
- super.setUp();
-
- resetRegistrationInfo();
+ return producer;
}
- public void tearDown() throws Exception
- {
- resetRegistrationInfo();
- super.tearDown();
- }
-
/**
* Checks that the specified portlet description corresponds to the expected description of test-basic-portlet. If
* the handle parameter is not null, checks that it corresponds to the specified portlet decription.
@@ -201,16 +192,6 @@
}
}
- protected void resetRegistrationInfo() throws RegistrationException
- {
- ProducerRegistrationRequirements registrationRequirements = producer.getConfigurationService().getConfiguration().getRegistrationRequirements();
- registrationRequirements.setRegistrationRequired(false);
- registrationRequirements.clearRegistrationProperties();
- registrationRequirements.clearRegistrationPropertyChangeListeners();
- producer.getRegistrationManager().clear();
- registrationRequirements.removeRegistrationPropertyChangeListener(producer.getRegistrationManager());
- }
-
protected V1GetServiceDescription getNoRegistrationServiceDescriptionRequest()
{
V1GetServiceDescription gs = WSRP1TypeFactory.createGetServiceDescription();
@@ -235,7 +216,7 @@
assertEquals(message + "Extensions", expected.getExtensions(), tested.getExtensions());
assertEquals(message + "Locales", expected.getLocales(), tested.getLocales());
assertEquals(message + "Modes", expected.getModes(), tested.getModes());
-
+
Collections.sort(expected.getWindowStates());
Collections.sort(tested.getWindowStates());
assertEquals(message + "Window states", expected.getWindowStates(), tested.getWindowStates());
Modified: components/wsrp/trunk/wsrp-producer-war/src/test/java/org/gatein/wsrp/protocol/v2/ServiceDescriptionTestCase.java
===================================================================
--- components/wsrp/trunk/wsrp-producer-war/src/test/java/org/gatein/wsrp/protocol/v2/ServiceDescriptionTestCase.java 2010-06-17 16:42:42 UTC (rev 3369)
+++ components/wsrp/trunk/wsrp-producer-war/src/test/java/org/gatein/wsrp/protocol/v2/ServiceDescriptionTestCase.java 2010-06-17 18:18:57 UTC (rev 3370)
@@ -24,8 +24,16 @@
package org.gatein.wsrp.protocol.v2;
import org.gatein.common.util.ParameterValidation;
+import org.gatein.wsrp.servlet.ServletAccess;
import org.gatein.wsrp.spec.v2.WSRP2Constants;
import org.gatein.wsrp.test.ExtendedAssert;
+import org.gatein.wsrp.test.support.MockHttpServletRequest;
+import org.gatein.wsrp.test.support.MockHttpServletResponse;
+import org.jboss.arquillian.api.Deployment;
+import org.jboss.shrinkwrap.api.ShrinkWrap;
+import org.jboss.shrinkwrap.api.spec.JavaArchive;
+import org.junit.After;
+import org.junit.Before;
import org.oasis.wsrp.v2.InvalidRegistration;
import org.oasis.wsrp.v2.OperationFailed;
import org.oasis.wsrp.v2.ServiceDescription;
@@ -38,11 +46,39 @@
*/
public class ServiceDescriptionTestCase extends V2ProducerBaseTest
{
- protected ServiceDescriptionTestCase() throws Exception
+ public ServiceDescriptionTestCase() throws Exception
{
super(ServiceDescriptionTestCase.class.getSimpleName());
}
+ @Deployment
+ public static JavaArchive createDeployment()
+ {
+ return ShrinkWrap.create("test.jar", JavaArchive.class);
+ }
+
+ @Before
+ public void setUp() throws Exception
+ {
+ if (System.getProperty("test.deployables.dir") != null)
+ {
+ super.setUp();
+ //hack to get around having to have a httpservletrequest when accessing the producer services
+ //I don't know why its really needed, seems to be a dependency where wsrp connects with the pc module
+ ServletAccess.setRequestAndResponse(MockHttpServletRequest.createMockRequest(null), MockHttpServletResponse.createMockResponse());
+ }
+ }
+
+ @After
+ public void tearDown() throws Exception
+ {
+ if (System.getProperty("test.deployables.dir") != null)
+ {
+ super.tearDown();
+ }
+ }
+
+
public void testSupportedOptions() throws OperationFailed, InvalidRegistration
{
ServiceDescription description = producer.getServiceDescription(getNoRegistrationServiceDescriptionRequest());
Modified: components/wsrp/trunk/wsrp-producer-war/src/test/java/org/gatein/wsrp/protocol/v2/V2ProducerBaseTest.java
===================================================================
--- components/wsrp/trunk/wsrp-producer-war/src/test/java/org/gatein/wsrp/protocol/v2/V2ProducerBaseTest.java 2010-06-17 16:42:42 UTC (rev 3369)
+++ components/wsrp/trunk/wsrp-producer-war/src/test/java/org/gatein/wsrp/protocol/v2/V2ProducerBaseTest.java 2010-06-17 18:18:57 UTC (rev 3370)
@@ -25,6 +25,7 @@
import org.gatein.wsrp.WSRPTypeFactory;
import org.gatein.wsrp.producer.ProducerHolder;
+import org.gatein.wsrp.producer.WSRPProducer;
import org.gatein.wsrp.producer.WSRPProducerBaseTest;
import org.gatein.wsrp.producer.v2.WSRP2Producer;
import org.oasis.wsrp.v2.GetServiceDescription;
@@ -35,13 +36,25 @@
*/
public class V2ProducerBaseTest extends WSRPProducerBaseTest
{
- protected WSRP2Producer producer = ProducerHolder.getV2Producer();
+ protected WSRP2Producer producer = ProducerHolder.getProducer(true);
+ public V2ProducerBaseTest() throws Exception
+ {
+ this("V2ProducerBaseTest");
+ }
+
protected V2ProducerBaseTest(String name) throws Exception
{
super(name);
+ producer.start();
}
+ @Override
+ protected WSRPProducer getProducer()
+ {
+ return producer;
+ }
+
protected GetServiceDescription getNoRegistrationServiceDescriptionRequest()
{
GetServiceDescription gs = WSRPTypeFactory.createGetServiceDescription();
14 years, 6 months
gatein SVN: r3369 - components/wsrp/trunk/producer/src/main/java/org/gatein/wsrp/producer.
by do-not-reply@jboss.org
Author: chris.laprun(a)jboss.com
Date: 2010-06-17 12:42:42 -0400 (Thu, 17 Jun 2010)
New Revision: 3369
Modified:
components/wsrp/trunk/producer/src/main/java/org/gatein/wsrp/producer/PortletManagementHandler.java
Log:
- Minor.
Modified: components/wsrp/trunk/producer/src/main/java/org/gatein/wsrp/producer/PortletManagementHandler.java
===================================================================
--- components/wsrp/trunk/producer/src/main/java/org/gatein/wsrp/producer/PortletManagementHandler.java 2010-06-17 16:41:34 UTC (rev 3368)
+++ components/wsrp/trunk/producer/src/main/java/org/gatein/wsrp/producer/PortletManagementHandler.java 2010-06-17 16:42:42 UTC (rev 3369)
@@ -134,7 +134,6 @@
{
Set keySet = prefsInfo.getKeys();
descs = new ArrayList<PropertyDescription>(keySet.size());
- int index = 0;
for (Object key : keySet)
{
PreferenceInfo prefInfo = prefsInfo.getPreference((String)key);
14 years, 6 months
gatein SVN: r3368 - components/wsrp/trunk/producer/src/main/java/org/gatein/wsrp/producer.
by do-not-reply@jboss.org
Author: chris.laprun(a)jboss.com
Date: 2010-06-17 12:41:34 -0400 (Thu, 17 Jun 2010)
New Revision: 3368
Modified:
components/wsrp/trunk/producer/src/main/java/org/gatein/wsrp/producer/ServiceDescriptionHandler.java
Log:
- Wasn't sending the proper service description and the need for registration was never properly updated.
Modified: components/wsrp/trunk/producer/src/main/java/org/gatein/wsrp/producer/ServiceDescriptionHandler.java
===================================================================
--- components/wsrp/trunk/producer/src/main/java/org/gatein/wsrp/producer/ServiceDescriptionHandler.java 2010-06-17 15:55:10 UTC (rev 3367)
+++ components/wsrp/trunk/producer/src/main/java/org/gatein/wsrp/producer/ServiceDescriptionHandler.java 2010-06-17 16:41:34 UTC (rev 3368)
@@ -107,8 +107,8 @@
serviceDescription.updateRegistrationProperties(requirements);
}
- boolean needsPortletDescriptions = registration == null && requirements.isRegistrationRequired()
- && requirements.isRegistrationRequiredForFullDescription();
+ boolean needsPortletDescriptions = !(registration == null && requirements.isRegistrationRequired()
+ && requirements.isRegistrationRequiredForFullDescription());
if (needsPortletDescriptions)
{
Set<Portlet> portlets;
@@ -411,6 +411,12 @@
registrationNoPortletsServiceDescription.setRegistrationPropertyDescription(registrationProperties);
registrationPortletsServiceDescription.setRegistrationPropertyDescription(registrationProperties);
+ // update need to register
+ noRegistrationNoPortletsServiceDescription.setRequiresRegistration(requirements.isRegistrationRequired());
+ noRegistrationPortletsServiceDescription.setRequiresRegistration(requirements.isRegistrationRequired());
+ registrationNoPortletsServiceDescription.setRequiresRegistration(requirements.isRegistrationRequired());
+ registrationPortletsServiceDescription.setRequiresRegistration(requirements.isRegistrationRequired());
+
lastGenerated = System.currentTimeMillis();
}
}
14 years, 6 months
gatein SVN: r3367 - in components/wsrp/trunk/wsrp-producer-war: src/test/java/org/gatein/wsrp/producer and 1 other directory.
by do-not-reply@jboss.org
Author: mwringe
Date: 2010-06-17 11:55:10 -0400 (Thu, 17 Jun 2010)
New Revision: 3367
Modified:
components/wsrp/trunk/wsrp-producer-war/pom.xml
components/wsrp/trunk/wsrp-producer-war/src/test/java/org/gatein/wsrp/producer/WSRPProducerBaseTest.java
Log:
GTNWSRP-46: Make the test run much faster, update cargo log config so we don't create crazy logs during the tests.
Modified: components/wsrp/trunk/wsrp-producer-war/pom.xml
===================================================================
--- components/wsrp/trunk/wsrp-producer-war/pom.xml 2010-06-17 15:31:45 UTC (rev 3366)
+++ components/wsrp/trunk/wsrp-producer-war/pom.xml 2010-06-17 15:55:10 UTC (rev 3367)
@@ -304,6 +304,8 @@
properties to enable this behaviour. -->
<jboss.deploy.dir>${jboss.server.home.dir}/conf</jboss.deploy.dir>
<test.deployables.dir>${basedir}/target/test-archives</test.deployables.dir>
+ <jboss.deploy.url.prefix>http://localhost:8080/jmx-console/HtmlAdaptor?action=invokeOpByName&n...</jboss.deploy.url.prefix>
+ <jboss.undeploy.url.prefix>http://localhost:8080//jmx-console/HtmlAdaptor?action=invokeOpByName&...</jboss.undeploy.url.prefix>
</systemProperties>
</container>
<wait>false</wait>
@@ -327,6 +329,12 @@
<type>sar</type>
</deployable>
</deployables>
+ <configfiles>
+ <configfile>
+ <file>${basedir}/target/servers/jboss-5.1.0.GA-jdk6/jboss-5.1.0.GA/server/default/conf/jboss-log4j.xml</file>
+ <tofile>/conf/jboss-log4j.xml</tofile>
+ </configfile>
+ </configfiles>
</configuration>
</configuration>
<executions>
Modified: components/wsrp/trunk/wsrp-producer-war/src/test/java/org/gatein/wsrp/producer/WSRPProducerBaseTest.java
===================================================================
--- components/wsrp/trunk/wsrp-producer-war/src/test/java/org/gatein/wsrp/producer/WSRPProducerBaseTest.java 2010-06-17 15:31:45 UTC (rev 3366)
+++ components/wsrp/trunk/wsrp-producer-war/src/test/java/org/gatein/wsrp/producer/WSRPProducerBaseTest.java 2010-06-17 15:55:10 UTC (rev 3367)
@@ -23,11 +23,18 @@
package org.gatein.wsrp.producer;
+import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
+import java.io.InputStreamReader;
+import java.net.HttpURLConnection;
+import java.net.URL;
+import java.net.URLConnection;
import java.nio.channels.FileChannel;
+import javax.net.ssl.HttpsURLConnection;
+
import junit.framework.TestCase;
import org.gatein.common.NotYetImplemented;
@@ -38,7 +45,7 @@
public abstract class WSRPProducerBaseTest extends TestCase
{
protected WSRPProducerImpl producer = WSRPProducerImpl.getInstance();
-
+
protected WSRPProducerBaseTest(String name) throws Exception
{
super(name);
@@ -46,44 +53,55 @@
public void deploy(String warFileName) throws Exception
{
- File archiveDirectory = getDirectory("test.deployables.dir");
- File deployDirectory = getDirectory("jboss.server.home.dir", "deploy");
- File archiveFile = getArchive(warFileName, archiveDirectory, true);
- File deployArchive = getArchive(warFileName, deployDirectory, false);
-
- FileChannel inputChannel = new FileInputStream(archiveFile).getChannel();
- FileChannel outputChannel = new FileOutputStream(deployArchive).getChannel();
-
- inputChannel.transferTo(0, inputChannel.size(), outputChannel);
-
- Thread.currentThread().sleep(10000);
+ String deployURLPrefix = System.getProperty("jboss.deploy.url.prefix");
+ if (deployURLPrefix != null)
+ {
+ File archiveDirectory = getDirectory("test.deployables.dir");
+ File archiveFile = getArchive(warFileName, archiveDirectory);
+
+ String deployURLString = deployURLPrefix + archiveFile.getAbsolutePath();
+
+ URL deployURL = new URL(deployURLString);
+ URLConnection connection = deployURL.openConnection();
+
+ BufferedReader reader = new BufferedReader(new InputStreamReader(connection.getInputStream()));
+ reader.readLine();
+ reader.close();
+ }
+ else
+ {
+ throw new Exception ("Could not find the jboss.deploy.url.prefix system property.");
+ }
}
public void undeploy(String warFileName) throws Exception
{
- File deployDirectory = getDirectory("jboss.server.home.dir", "deploy");
- File archive = getArchive(warFileName, deployDirectory, true);
-
- archive.delete();
-
- Thread.currentThread().sleep(10000);
+ String undeployURLPrefix = System.getProperty("jboss.undeploy.url.prefix");
+ if (undeployURLPrefix != null)
+ {
+ File archiveDirectory = getDirectory("test.deployables.dir");
+ File archiveFile = getArchive(warFileName, archiveDirectory);
+
+ String undeployURLString = undeployURLPrefix + archiveFile.getAbsolutePath();
+
+ URL undeployURL = new URL(undeployURLString);
+ URLConnection connection = undeployURL.openConnection();
+
+ BufferedReader reader = new BufferedReader(new InputStreamReader(connection.getInputStream()));
+ reader.readLine();
+ reader.close();
+ }
+ else
+ {
+ throw new Exception ("Could not find the jboss.deploy.url.prefix system property.");
+ }
}
-
+
private File getDirectory (String property) throws Exception
{
- return getDirectory(property, null);
- }
-
- private File getDirectory (String property, String subDirectory) throws Exception
- {
String deployableProperty = System.getProperty(property);
if (deployableProperty != null)
{
- if (subDirectory != null)
- {
- deployableProperty += File.separator + subDirectory;
- }
-
File deployableDir = new File(deployableProperty);
if (deployableDir.exists() && deployableDir.isDirectory())
{
@@ -101,26 +119,19 @@
}
- private File getArchive(String fileName, File deployDirectory, boolean shouldExist) throws Exception
+ private File getArchive(String fileName, File deployDirectory) throws Exception
{
if (fileName != null && deployDirectory != null && deployDirectory.exists() && deployDirectory.isDirectory())
{
File archiveFile = new File(deployDirectory.getAbsoluteFile() + File.separator + fileName);
- return archiveFile;
-// if (archiveFile.exists() && shouldExist)
-// {
-// return archiveFile;
-// }
-// else if (!archiveFile.exists() && !shouldExist)
-// {
-// return archiveFile;
-// }
-// else
-// {
-// //since its not what we are expecting we need to throw the opposite error message
-// String existsString = shouldExist ? "does not exist" : "exists";
-// throw new Exception("Archive " + fileName + " in directory " + deployDirectory + " " + existsString + " which is not expected.");
-// }
+ if (archiveFile.exists())
+ {
+ return archiveFile;
+ }
+ else
+ {
+ throw new Exception ("Archive " + fileName + " in directory " + deployDirectory + " does not exist. Cannot deploy this file");
+ }
}
else
{
14 years, 6 months