gatein SVN: r8818 - in epp/docs/branches/5.2: Draft_CSP_Maps and 7 other directories.
by do-not-reply@jboss.org
Author: jaredmorgs
Date: 2012-08-23 00:42:06 -0400 (Thu, 23 Aug 2012)
New Revision: 8818
Added:
epp/docs/branches/5.2/Draft_CSP_Maps/
epp/docs/branches/5.2/Draft_CSP_Maps/ReferenceGuide.contentspec
Modified:
epp/docs/branches/5.2/Reference_Guide/en-US/Book_Info.xml
epp/docs/branches/5.2/Reference_Guide/en-US/Revision_History.xml
epp/docs/branches/5.2/Reference_Guide/en-US/extras/PortalDevelopment_RTLFramework/default176.java
epp/docs/branches/5.2/Reference_Guide/en-US/modules/PortalDevelopment/NavigationController.xml
epp/docs/branches/5.2/Reference_Guide/en-US/modules/PortletDevelopment/Standard.xml
epp/docs/branches/5.2/Reference_Guide/en-US/modules/WSRP.xml
epp/docs/branches/5.2/Release_Notes/en-US/5.2.2_Release_Notes.ent
epp/docs/branches/5.2/Release_Notes/en-US/5.2.2_Release_Notes.xml
epp/docs/branches/5.2/Release_Notes/en-US/Author_Group.xml
epp/docs/branches/5.2/Release_Notes/en-US/Book_Info.xml
epp/docs/branches/5.2/Release_Notes/en-US/Revision_History.xml
epp/docs/branches/5.2/Release_Notes/en-US/known.xml
epp/docs/branches/5.2/Release_Notes/en-US/needinfo.xml
epp/docs/branches/5.2/Release_Notes/en-US/resolved.xml
epp/docs/branches/5.2/Release_Notes/en-US/sp_known.xml
epp/docs/branches/5.2/Release_Notes/en-US/sp_resolved.xml
epp/docs/branches/5.2/Release_Notes/publican.cfg
Log:
Committing modifications to Release Notes and some minor reference guide changes. Also adding a CSP Maps folder to keep the maps under revision control until they are checked into the CCMS
Added: epp/docs/branches/5.2/Draft_CSP_Maps/ReferenceGuide.contentspec
===================================================================
--- epp/docs/branches/5.2/Draft_CSP_Maps/ReferenceGuide.contentspec (rev 0)
+++ epp/docs/branches/5.2/Draft_CSP_Maps/ReferenceGuide.contentspec 2012-08-23 04:42:06 UTC (rev 8818)
@@ -0,0 +1,329 @@
+Title = Reference Guide
+Brand = JBoss
+Product = JBoss Enterprise Portal Platform
+Version = 6
+Edition = 6.0.0
+Subtitle = for use with JBoss Enterprise Portal Platform 6, and its patch releases.
+Pubsnumber = 1
+DTD = Docbook 4.5
+Output Style = Narrative
+Copyright Holder = Red Hat, Inc
+Survey Links = OFF
+
+Part: Portal Development
+
+ Chapter: Skinning the Portal
+ Overview [N, Concept]
+ Section: Skin components
+ Portal skin [N, Concept]
+ Window styles [N, Concept]
+ Portlet specification CSS classes [N, Concept]
+ Portlet skins [N, Concept]
+ Section: Skin selection
+ Skin selection through the user interface [N, Reference]
+ Setting the default skin within the configuration files [N, Task]
+ Skins in page markups [N, Concept]
+ The skin service [N, Concept]
+ Skin configuration [N, Task]
+ Resource request filter [N, Task]
+ Section: The default skin [N, Reference]
+ Process: Creating portal skins
+ Portal skin [X1, Concept]
+ Configuring a portal skin [N, Task]
+ Configuring a portal skin preview icon [N, Task]
+ Window style [N, Concept]
+ Configuring a window style [N, Task]
+ Configuring window style CSS [N, Task]
+ Configuring the default window style [N, Task]
+ Process: Creating portlet skins
+ Configure a portlet skin [N, Task]
+ Defining a custom CSS file [N, Task]
+ Configuing portlet icons [N, Task]
+ Configuring portlet specification CSS classes [N, Task]
+ Section: Tips and tricks
+ Easier CSS debugging [N, Task]
+ Section: Basic CSS techniques
+ Border pattern [N, Reference]
+ Left margin left pattern [N, Reference]
+
+ Chapter: Portal life-cycle
+ Application Server start and stop [N, Concept]
+ The command servlet [N, Concept]
+
+ Chapter: Default Portal
+ Default portal overview [N, Concept]
+ Default portal example [N, Reference]
+
+ Chapter: Default permission configuration
+ Default permissions overview [N, Reference]
+ Overwriting default permissions [N, Task]
+
+ Chapter: Navigation configuration
+ Portal navigation [N, Reference]
+ Group navigation [N, Reference]
+ User navigation [N, Reference]
+
+ Chapter: Data import strategy
+ Import strategy overview [N, Reference]
+ Portal configuration object data [N, Reference]
+ Page object data [N, Reference]
+ Navigation object data [N, Reference]
+ Import mode [N, Reference]
+
+ Chapter: Internationalization configuration
+ Internationalization overview [N, Concept]
+ Locales configuration [N, Reference]
+ ResourceBundleService [N, Reference]
+ Navigation resource bundles [N, Reference]
+ Adding Spanish translation to the portlet [N, Task]
+ Standard portlet resource keys [N, Reference]
+
+ Chapter: Localization configuration
+ What is the pluggable locale policy [N, Concept]
+ LocalePolicy API [N, Concept]
+ Default LocalePolicy [N, Concept]
+ Custom LocalePolicy [N, Concept]
+ Configuring LocalePolicy [N, Concept]
+ Keeping non-bridged resources in sync with current locale [N, Concept]
+
+ Chapter: XML resources bundles
+ Resource bundles overview [N, Concept]
+ Resource bundle XML format [N, Concept]
+
+
+ Chapter: Right To Left (RTL) Framework
+ RTL Groovy templates syntax [N, Reference]
+ RTL Stylesheet [N, Reference]
+ RTL Images [N, Reference]
+ RTL Client-side JavaScript [N, Reference]
+
+ Chapter: JavaScript Inter Application Communication (IAC)
+ IAC overview [N, Concept]
+ IAC library [N, Reference]
+ IAC subscribe syntax [N, Reference]
+ IAC publish syntax [N, Reference]
+ IAC JavaScript events usage example [N, Reference]
+
+ Chapter: Navigation Controller
+ Navigation controller [N, Concept]
+ Controller [N, Reference]
+ Building controller [N, Reference]
+ Section: controller.xml configuration
+ Route parameters [N, Reference]
+ Path parameters (regex support) [N, Reference]
+ Request parameter [N, Reference]
+ Route precedence [N, Reference]
+ Route nesting [N, Reference
+ Section: Integrate to JBoss Enterprise Portal Platform WebUI framework
+ Routing table parameters [N, Reference]
+ Section: WebUi Rendering components
+ PortalURL [N, Reference]
+ Obtaining a PortalURL [N, Reference]
+ NodeURL [N, Reference]
+ ComponentURL [N, Reference]
+ PortletURL [N, Reference]
+ WebUI URL builder [N, Reference]
+ WebUI Groovy templates [N, Reference]
+
+Part: Portlet Development
+
+ Chapter: JSR-168 and JSR-286
+ JSR overview [N, Concept]
+ Portal pages [N, Concept]
+ Rendering modes [N, Reference]
+ Window states [N, Reference]
+ Section: Deploying your first portlet
+ Compiling and packaging the application [N, Task]
+ Package structure [N, Reference]
+ Class structure [N, Reference]
+ Application descriptors [N, Reference]
+ Section: JavaServer pages portlet example
+ Example overview [N, Concept]
+ Compiling the example [N, Task]
+ Package structure [N, Reference]
+ Portlet class [N, Reference]
+
+ Chapter: Shared portlet.xml
+ PortletFilter [N, Concept]
+ PortletFilter setup [N, Reference]
+ Global portlet.xml metadata elements
+ ApplicationMonitoringFilter filter [N, Reference]
+
+ Chapter: Building JSF Portlets
+ JBoss Portlet Bridge (JBPB) [N, Concept]
+ How JSF works with portal [N, Concept]
+ Eventing [N, Concept]
+ Portlet-served resources [N, Concept]
+ Public render parameter [N, Concept]
+ Bridge frameworks and extensions [N, Concept]
+ Seam bridgelets [N, Concept]
+
+ Process: Bridge Configuration
+ Configuring portlet.xml [N, Task]
+ Configuring faces-config.xml [N, Task]
+ Configuring facelets web.xml [N, Task]
+ Configuring JSP-only web.xml [N, Task]
+
+ Process: RichFaces Setup and Configuration Options
+ Configuring RichFaces web.xml [N, Task]
+ Configure WSRP and PortletBridge [N, Task]
+ RichFaces local and remote portlet feature status [N, Reference]
+
+ Process: Seam Setup and Configuration Options
+ ExceptionHandler [N, Concept]
+ Sending and receiving events [N, Task]
+ Public render parameters (PRPs)[N, Concept]
+ Configuring PRPs [N, Task]
+ Serving JSF resources in a portal [N, Reference]
+
+ Chapter: Developing Portlets with the Bridge
+ Excluding attributes from the bridge request scope [N, Reference]
+ Supporting PortletMode changes [N, Reference]
+ Navigating to a mode's last viewId [N, Reference]
+ Using wildcards for session-scoped rule targets [N, Reference]
+ Clearing the view history when changing portlet modes [N, Reference]
+ General error handling [N, Reference]
+ Custom Ajax error handling [N, Reference]
+ Communication between portlets [N, Reference]
+ Storing components in PortletSession.APPLICATION_SCOPE [N, Reference]
+ Using PortletSession [N, Reference]
+ Linking to Portlet/JSF Pages Using h:outputlink [N, Reference]
+ Redirecting to an External Page or Resource [N, Reference]
+ Using Provided EL Variables [N, Reference]
+
+# check the EAP topics for related info for common info.
+Part: Authentication and Authorization
+
+ Chapter: Authentication
+ Authentication Overview [N, Reference]
+ Section: Login modules
+ WCILoginModule [N, Reference]
+ PortalLoginModule [N, Reference]
+ SharedStateLoginModule [N, Reference]
+ JbossLoginModule [N, Reference]
+ CustomMembershipLoginModule [N, Reference]
+ Login module source [N, Reference]
+ Section: Guidelines for creating a custom login module
+ Authentication on application server level [N, Reference]
+ Authentication on JBoss Enterprise Portal Platform level [N, Reference]
+ Authenticator and RolesExtractor [N, Reference]
+ Section: Authentication workflows
+ RememberMe authentication [N, Reference]
+#the following section is from 17.2 Password Encryption
+ RememberMe password encryption [N, Task]
+ BASIC authentication [N, Reference]
+ Cluster login authentication [N, Reference]
+ SSO login authentication [N, Reference]
+ Section: Predefined user configuration
+ Overview [N, Reference]
+ OrganizationDatabaseInitializer plug-in [N, Reference]
+ MembershipType [N, Reference]
+ Groups [N, Reference]
+ Users [N, Reference]
+ NewUserEventListener plug-in [N, Reference]
+ Section: Authentication Token Configuration
+ The Token Service [N, Concept]
+ Implementing the Token Service API [N, Reference]
+ Configuring Token Services [N, Reference]
+ Section: PicketLink IDM integration
+ PicketLink IDM [N, Concept]
+ Overview [N, Reference]
+ Section: Organization API
+ exo.platform.services.organization [N, Reference]
+ Accessing User Profile [N, Reference
+ Section: Single Sign On (SSO)
+ Overview and Configuration Assumptions [N, Concept]
+ Process: SSO Valve
+ SSO Valve [N, Concept]
+ Implementing SSO Valve [N, Task]
+ Testing SSO Valve [N, Task]
+ Process: Enabling SSO with other web applications
+ Configuring SSO with other web application [N, Task]
+ Configuring SSO to authenticate from the public page using redirects [N, Task]
+ Section: Central Authentication Service (CAS)
+ Process: Implement CAS for portal user authentication
+ Installing CAS server and defining CAS_DIR [N, Task]
+ Modifying CAS server codebase [N, Task]
+ Setting up the CAS client [N, Task]
+ Redirecting user authentication to CAS [N, Task]
+ Section: Java Open Single Sign-On Project (JOSSO)
+ JOSSO [N, Concept]
+ Process: Implement OpenSSO for portal user authentication
+ Installing JOSSO server [N, Task]
+ Configuring JOSSO server [N, Task]
+ Configuring JOSSO client [N, Task]
+ Testing the JOSSO installation [N, Task]
+ Redirecting portal authentication to JOSSO [N, Task]
+
+ Section: Open Single Sign-on (OpenSSO)
+ OpenSSO [N, Concept]
+ Process: Implement OpenSSO for portal user authetication
+ Installing OpenSSO [N, Task]
+ Modifying OpenSSO codebase [N, Task]
+ Configuring the gatein realm [N, Task]
+ Configuring the OpenSSO client [N, Task]
+ Redirecting portal authentication to OpenSSO [N, Task]
+#Look for SPNEGO stuff in EAP 6
+ Section: Simple and Protected GSSAPI Negotiation Mechanism (SPNEGO)
+ SPNEGO [N, Concept]
+ Process: Implement SPNEGO configuration for portal user authetication
+ Configuring kerberos [N, Task]
+ Configuring browser clients [N, Task]
+ Configure SPNEGO [N, Task]
+ Section: LDAP Integration
+ Lightweight Directory Access Protocol [N, Concept]
+ Process: LDAP in Read-only Mode
+ Configuring Red Hat Directory Server or OpenDS [N, Task]
+ Configuring Microsoft Active Directory [N, Task]
+ Configuring OpenLDAP
+ Configuring LDAP read-only mode [N, Task]
+ Process: LDAP as Default Store
+ Configuring Red Hat Directory Server or OpenDS [N, Task]
+ Configuring Microsoft Active Directory [N, Task]
+ Configuring OpenLDAP [N, Task]
+ Configuring OpenLDAP as the default store [N, Task]
+ LDAP configuration example [N, Reference]
+ Read-only groupTypeMappings example [N, Reference]
+ Default groupTypeMappings example [N, Reference]
+ Section: Create Users and Groups without Organization API
+ CoreOrganizationInitializer [N, Concept]
+ 17.10.1. Enable CoreOrganizationInitializer [N, Task]
+ 17.10.2. Operations [N, Reference]
+ 17.10.3. Using configuration directives [N, Concept]
+ Disabling launchAll at Startup [N, Task]
+ Disabling launchAll Job Scheduler [N, Task]
+ Altering the way JCR objects are created on-demand, at user login. [N, Task]
+ Triggering operations through the JMX console [N, Task]
+ REST Interface Example Commands [N, Reference]
+
+ Chapter: Authorization
+ Authorization overview [N, Reference]
+ Servlet container authorization [N, Reference]
+ Portal level authorization [N, Reference]
+
+Part: Web Services for Remote Portlets (WSRP)
+18.1. Introduction
+18.2. Level of support in JBoss Enterprise Portal Platform
+18.3. Deploying JBoss Enterprise Portal Platform's WSRP services
+18.3.1. Considerations to use WSRP when running JBoss Enterprise Portal Platform on a non-default port or hostname
+18.4. Securing WSRP
+18.4.1. Considerations to use WSRP with SSL
+18.4.2. WSRP and WS-Security
+18.5. Making a portlet remotable
+18.6. Consuming WSRP portlets from a remote Consumer
+18.7. Consuming remote WSRP portlets in JBoss Enterprise Portal Platform
+18.7.1. Overview
+18.7.2. Configuring a remote producer using the configuration portlet
+18.7.3. Configuring access to remote producers via XML
+18.7.4. Adding remote portlets to categories
+18.7.5. Adding remote portlets to pages
+18.8. Consumers maintenance
+18.8.1. Modifying a currently held registration
+18.8.2. Consumer operations
+18.8.3. Importing and exporting portlets
+18.8.4. Erasing local registration data
+18.9. Configuring JBoss Enterprise Portal Platform's WSRP Producer
+18.9.1. Overview
+18.9.2. Default configuration
+18.9.3. Registration configuration
+18.9.4. WSRP validation mode
Modified: epp/docs/branches/5.2/Reference_Guide/en-US/Book_Info.xml
===================================================================
--- epp/docs/branches/5.2/Reference_Guide/en-US/Book_Info.xml 2012-08-19 22:43:22 UTC (rev 8817)
+++ epp/docs/branches/5.2/Reference_Guide/en-US/Book_Info.xml 2012-08-23 04:42:06 UTC (rev 8818)
@@ -9,7 +9,7 @@
<productname>JBoss Enterprise Portal Platform</productname>
<productnumber>5.2</productnumber>
<edition>5.2.2</edition>
- <pubsnumber>9</pubsnumber>
+ <pubsnumber>11</pubsnumber>
<abstract>
<para>
This Reference Guide is a high-level usage document. It deals with more advanced topics than the Installation and User Guides, adding new content or taking concepts discussed in the earlier documents further. It aims to provide supporting documentation for advanced users of the JBoss Enterprise Portal Platform product. Its primary focus is on advanced use of the product and it assumes an intermediate or advanced knowledge of the technology and terms.
Modified: epp/docs/branches/5.2/Reference_Guide/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/5.2/Reference_Guide/en-US/Revision_History.xml 2012-08-19 22:43:22 UTC (rev 8817)
+++ epp/docs/branches/5.2/Reference_Guide/en-US/Revision_History.xml 2012-08-23 04:42:06 UTC (rev 8818)
@@ -8,6 +8,34 @@
<simpara>
<revhistory>
<revision>
+ <revnumber>5.2.2-11</revnumber>
+ <date>Thu Aug 02 2012</date>
+ <author>
+ <firstname>Jared</firstname>
+ <surname>Morgan</surname>
+ <email/>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>BZ#839355 - Incorporated changes indentified by Matt Wringe to the Git repo into the enterprise docs.</member>
+ </simplelist>
+ </revdescription>
+ </revision>
+ <revision>
+ <revnumber>5.2.2-10</revnumber>
+ <date>Wed Jul 25 2012</date>
+ <author>
+ <firstname>Jared</firstname>
+ <surname>Morgan</surname>
+ <email/>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>BZ#812412 - Incorporated Docs QE feedback in Comment 16.</member>
+ </simplelist>
+ </revdescription>
+ </revision>
+ <revision>
<revnumber>5.2.2-9</revnumber>
<date>Wed Jul 11 2012</date>
<author>
Modified: epp/docs/branches/5.2/Reference_Guide/en-US/extras/PortalDevelopment_RTLFramework/default176.java
===================================================================
--- epp/docs/branches/5.2/Reference_Guide/en-US/extras/PortalDevelopment_RTLFramework/default176.java 2012-08-19 22:43:22 UTC (rev 8817)
+++ epp/docs/branches/5.2/Reference_Guide/en-US/extras/PortalDevelopment_RTLFramework/default176.java 2012-08-23 04:42:06 UTC (rev 8818)
@@ -1,4 +1,4 @@
color: white;
line-height: 24px;
padding: 0px 5px 0px 0px; /* orientation=lt */
-padding: 0px 0px 0px 5px; /* >orientation=rt */
+padding: 0px 0px 0px 5px; /* orientation=rt */
Modified: epp/docs/branches/5.2/Reference_Guide/en-US/modules/PortalDevelopment/NavigationController.xml
===================================================================
--- epp/docs/branches/5.2/Reference_Guide/en-US/modules/PortalDevelopment/NavigationController.xml 2012-08-19 22:43:22 UTC (rev 8817)
+++ epp/docs/branches/5.2/Reference_Guide/en-US/modules/PortalDevelopment/NavigationController.xml 2012-08-23 04:42:06 UTC (rev 8818)
@@ -84,8 +84,7 @@
JBoss Enterprise Portal Platform's extension project can define their own routing table, because of the extension mechanism.
</para>
<para>
- The <filename>controller.xml</filename> can be changed and reloaded at runtime, this helps the testing of different configurations easily (configuration loading operations) and provide more insight into the routing engine (the <literal>findRoutes</literal> operation). see <emphasis role="bold">Rebuiding controller</emphasis> for more detail
- </para>
+ The <filename>controller.xml</filename> can be changed and reloaded at runtime. This helps testing different configurations easily (configuration loading operations) and provides more insight into the routing engine (the <literal>findRoutes</literal> operation). </para>
<para>
The <application>WebAppController</application> is annotated with <code>@Managed</code> annotations and is bound under the <code>view=portal,service=controller</code> JMX name and under the "portalcontroller" REST name.
</para>
Modified: epp/docs/branches/5.2/Reference_Guide/en-US/modules/PortletDevelopment/Standard.xml
===================================================================
--- epp/docs/branches/5.2/Reference_Guide/en-US/modules/PortletDevelopment/Standard.xml 2012-08-19 22:43:22 UTC (rev 8817)
+++ epp/docs/branches/5.2/Reference_Guide/en-US/modules/PortletDevelopment/Standard.xml 2012-08-23 04:42:06 UTC (rev 8818)
@@ -517,62 +517,62 @@
</imageobject>
</mediaobject>
</section>
- <section id="sect-Reference_Guide-JavaServer_Pages_Portlet_Example-JSF_example_using_the_JBoss_Portlet_Bridge">
- <title>JSF example using the JBoss Portlet Bridge</title>
- <para>
+ </section>
+ <section id="sect-Reference_Guide-JavaServer_Pages_Portlet_Example-JSF_example_using_the_JBoss_Portlet_Bridge">
+ <title>JSF example using the JBoss Portlet Bridge</title>
+ <para>
In order to write a portlet using JSF a 'bridge' is needed. This software allows developers to write a portlet application as if it was a JSF application. The bridge then negotiates the interactions between the two layers.
</para>
- <para>
+ <para>
An example using the JBoss Portlet Bridge is available in the <filename>/jboss-epp-<replaceable>VERSION</replaceable>-src/portal/examples/portlets/</filename> directory of the JBoss Enterprise Portal Platform sources package. The configuration is slightly different from a JSP application. This example can be used as a base to configure instead of creating a new application.
</para>
- <para>
+ <para>
As in any JSF application, the file <literal>faces-config.xml</literal> is required. It must contain the following information:
</para>
- <programlisting language="XML" role="XML"><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../extras/PortletDevelopment_Standard/default253.xml" parse="text"/></programlisting>
- <para>
+ <programlisting language="XML" role="XML"><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../extras/PortletDevelopment_Standard/default253.xml" parse="text"/></programlisting>
+ <para>
The portlet bridge libraries must be available and are usually bundled with the <literal>WEB-INF/lib</literal> directory of the web archive.
</para>
- <para>
+ <para>
The other differences when compared to a regular portlet application are in the portlet descriptor. All the relevant details about this can be found in the JSR-329 specification that the JBoss Portlet Bridge implements.
</para>
- <programlistingco>
- <areaspec>
- <area coords="8 80" id="area-Reference_Guide-JavaServer_Pages_Portlet_Example-JSF_example_using_the_JBoss_Portlet_Bridge-portlet"/>
- <area coords="21 80" id="area-Reference_Guide-JavaServer_Pages_Portlet_Example-JSF_example_using_the_JBoss_Portlet_Bridge-view"/>
- <area coords="26 80" id="area-Reference_Guide-JavaServer_Pages_Portlet_Example-JSF_example_using_the_JBoss_Portlet_Bridge-edit"/>
- <area coords="31 80" id="area-Reference_Guide-JavaServer_Pages_Portlet_Example-JSF_example_using_the_JBoss_Portlet_Bridge-help"/>
- </areaspec>
- <programlisting language="XML" role="XML"><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../extras/PortletDevelopment_Standard/default254.xml" parse="text"/></programlisting>
- <calloutlist>
- <callout arearefs="area-Reference_Guide-JavaServer_Pages_Portlet_Example-JSF_example_using_the_JBoss_Portlet_Bridge-portlet">
- <para>
+ <programlistingco>
+ <areaspec>
+ <area coords="8 80" id="area-Reference_Guide-JavaServer_Pages_Portlet_Example-JSF_example_using_the_JBoss_Portlet_Bridge-portlet"/>
+ <area coords="21 80" id="area-Reference_Guide-JavaServer_Pages_Portlet_Example-JSF_example_using_the_JBoss_Portlet_Bridge-view"/>
+ <area coords="26 80" id="area-Reference_Guide-JavaServer_Pages_Portlet_Example-JSF_example_using_the_JBoss_Portlet_Bridge-edit"/>
+ <area coords="31 80" id="area-Reference_Guide-JavaServer_Pages_Portlet_Example-JSF_example_using_the_JBoss_Portlet_Bridge-help"/>
+ </areaspec>
+ <programlisting language="XML" role="XML"><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../extras/PortletDevelopment_Standard/default254.xml" parse="text"/></programlisting>
+ <calloutlist>
+ <callout arearefs="area-Reference_Guide-JavaServer_Pages_Portlet_Example-JSF_example_using_the_JBoss_Portlet_Bridge-portlet">
+ <para>
All JSF portlets define <literal>javax.portlet.faces.GenericFacesPortlet </literal> as portlet class. This class is part of the JBoss Portlet Bridge.
</para>
- </callout>
- <callout arearefs="area-Reference_Guide-JavaServer_Pages_Portlet_Example-JSF_example_using_the_JBoss_Portlet_Bridge-view">
- <para>
+ </callout>
+ <callout arearefs="area-Reference_Guide-JavaServer_Pages_Portlet_Example-JSF_example_using_the_JBoss_Portlet_Bridge-view">
+ <para>
This is a mandatory parameter to define what's the default page to display.
</para>
- </callout>
- <callout arearefs="area-Reference_Guide-JavaServer_Pages_Portlet_Example-JSF_example_using_the_JBoss_Portlet_Bridge-edit">
- <para>
+ </callout>
+ <callout arearefs="area-Reference_Guide-JavaServer_Pages_Portlet_Example-JSF_example_using_the_JBoss_Portlet_Bridge-edit">
+ <para>
This parameter defines which page to display on the 'edit' mode.
</para>
- </callout>
- <callout arearefs="area-Reference_Guide-JavaServer_Pages_Portlet_Example-JSF_example_using_the_JBoss_Portlet_Bridge-help">
- <para>
+ </callout>
+ <callout arearefs="area-Reference_Guide-JavaServer_Pages_Portlet_Example-JSF_example_using_the_JBoss_Portlet_Bridge-help">
+ <para>
This parameter defines which page to display on the 'help' mode.
</para>
- </callout>
- </calloutlist>
- </programlistingco>
- <note>
- <title>JBoss Portlet Bridge</title>
- <para>
+ </callout>
+ </calloutlist>
+ </programlistingco>
+ <note>
+ <title>JBoss Portlet Bridge</title>
+ <para>
For more information about the JBoss Portlet Bridge, see the dedicated chapter which is part of this document.
</para>
- </note>
- </section>
+ </note>
</section>
</section>
</chapter>
Modified: epp/docs/branches/5.2/Reference_Guide/en-US/modules/WSRP.xml
===================================================================
--- epp/docs/branches/5.2/Reference_Guide/en-US/modules/WSRP.xml 2012-08-19 22:43:22 UTC (rev 8817)
+++ epp/docs/branches/5.2/Reference_Guide/en-US/modules/WSRP.xml 2012-08-23 04:42:06 UTC (rev 8818)
@@ -70,14 +70,29 @@
</note>
</section>
<section>
- <title>Deploying JBoss Enterprise Portal Platform's WSRP services</title>
+ <title><remark>BZ#839355</remark>Deploying JBoss Enterprise Portal Platform's WSRP services</title>
<para>
- JBoss Enterprise Portal Platform provides a complete support of WSRP 1.0 and 2.0 standard interfaces and offers both consumer and
+ JBoss Enterprise Portal Platform provides complete support for WSRP 1.0 and 2.0 standard interfaces, and offers both consumer and
producer services. Starting with version 2.1.0-GA of the component, WSRP is packaged as a JBoss Enterprise Portal Platform
- extension and is now self-contained in a package named
+ extension, and is self-contained in a package named
<filename><replaceable>EPP_DIST</replaceable>/jboss-as/server/<replaceable>PROFILE</replaceable>/deploy/gatein-wsrp-integration.ear</filename>
.
- </para>
+</para>
+ <para>The only files of interest from a user perspective
+are located in the
+ <filename><replaceable>EPP_DIST</replaceable>/jboss-as/server/<replaceable>PROFILE</replaceable>/conf/gatein/</filename>
+directory.</para>
+ <itemizedlist>
+ <listitem>
+ <para><filename>gatein-wsse-consumer.xml</filename>, which allows you to configure WS-Security support for the consumer.</para>
+ </listitem>
+ <listitem>
+ <para><filename>gatein-wsse-producer.xml</filename> which allows you to configure WS-Security support for
+ the producer.</para>
+ </listitem>
+ </itemizedlist>
+ <para> Refer to
+ <xref linkend="wss_configuration"/> section for configuration required in these files. </para>
<para>
The extension itself is composed of the following components:
</para>
@@ -85,11 +100,7 @@
<listitem>
<para>
<filename>META-INF</filename>
- contains files necessary for EAR packaging. The only file that is of interest from a user perspective
- is
- <filename>gatein-wsse-consumer.xml</filename>
- which allows you to configure WS-Security support for the consumer. Please see the
- <xref linkend="wss_configuration"/> section for more details.
+ contains files necessary for EAR packaging.
</para>
</listitem>
<listitem>
@@ -130,10 +141,7 @@
<listitem>
<para>
The <filename>wsrp-producer-jb5wsss-&WSRP_VERSION;.war</filename>, which contains the producer-side
- support for WS-Security. The only file of interest from a user perspective is
- <filename>gatein-wsse-producer.xml</filename> which allows you to configure WS-Security support for
- the producer. Please see the <xref linkend="wss_configuration"/> section.
- for more details.
+ support for WS-Security.
</para>
</listitem>
</itemizedlist>
@@ -208,7 +216,7 @@
WSRP with WS-Security.
</para>
<section id="wss_configuration">
- <title>WS-Security Configuration</title>
+ <title><remark>BZ#839355</remark>WS-Security Configuration</title>
<para>JBoss Enterprise Portal Platform uses JBossWS Native to handle ws-security. Please see the WS-Security section of the
<ulink url="http://www.jboss.org/jbossas/docs/5-x">JBoss AS 5 Administration and Configuration Guide </ulink> for in-depth configuration options. Please note that since the consumer passes its credentials
to the producer, the consumer will act as the wss client and the producer will act as the wss server.
@@ -221,13 +229,13 @@
configuration file for the consumer.
</para>
<para>
- <filename><replaceable>EPP_DIST</replaceable>/jboss-as/server/<replaceable>PROFILE/</replaceable>/gatein-wsrp-integration.ear/META-INF/gatein-wsse-consumer.xml</filename></para>
+ <filename><replaceable>EPP_DIST</replaceable>/jboss-as/server/<replaceable>PROFILE/</replaceable>conf/gatein/gatein-wsse-consumer.xml</filename></para>
</listitem>
<listitem>
<para>JBossWS configuration file for the producer.
</para>
<para>
- <filename><replaceable>EPP_DIST</replaceable>/jboss-as/server/<replaceable>PROFILE</replaceable>/gatein-wsrp-integration.ear/wsrp-producer-jb5wss.war/WEB-INF/conf/gatein-wsse-producer.xml </filename></para>
+ <filename><replaceable>EPP_DIST</replaceable>/jboss-as/server/<replaceable>PROFILE</replaceable>/conf/gatein/gatein-wsse-producer.xml </filename></para>
</listitem>
</itemizedlist>
</section>
@@ -239,51 +247,18 @@
</para>
</section>
<section>
- <title>WS-Security Consumer Configuration</title>
- <para>The consumer requires a few changes before it will function properly with WS-Security. The consumer
- needs access to the current servlet request since this is used to retrieve the currently authenticated
- user. In order for the consumer to access this information, it needs a special servlet-filter added to
- the portal.
+ <title><remark>BZ#839355</remark>WS-Security Consumer Configuration</title>
+ <para>In the WSRP Configuration portlet <guilabel>Consumers Configuration</guilabel> options, check the 'Enable WS Security' checkbox if you want credentials to be sent to the producer.
</para>
- <para>In <filename><replaceable>EPP_DIST</replaceable>/jboss-as/server/<replaceable>PROFILE</replaceable>/02portal.war/WEB-INF/web.xml</filename> add the following information:
- </para>
- <programlisting role="XML"><![CDATA[<!-- Filter to put request and response in ServletAccess -->
- <filter>
- <filter-name>ServletAccessFilter</filter-name>
- <filter-class>org.gatein.wsrp.servlet.ServletAccessFilter</filter-class>
- </filter>
- <filter-mapping>
- <filter-name>ServletAccessFilter</filter-name>
- <url-pattern>/*</url-pattern>
- </filter-mapping>]]>
-</programlisting>
- <para>
- Finally, in the WSRP Configuration portlet, in the consumer configuration options, you will need to check the 'Enable WS Security' checkbox:
- </para>
+ <note>
+ <para>You do not need to enable this option if you want to use ws-security to encrypt the communication between the producer and consumer only, and not use it for identity propagation.</para>
+ </note>
<mediaobject>
<imageobject>
<imagedata align="center" valign="middle" scalefit="1" fileref="images/WSRP/config_wss_selected.png" format="PNG"/>
</imageobject>
</mediaobject>
</section>
- <section>
- <title>WS-Security Consumer Checklist</title>
- <para>
- In order for the consumer to handle ws-security, the following steps must be completed properly
- </para>
- <itemizedlist>
- <listitem>
- <para>The JBossWS configuration files must be configured.</para>
- </listitem>
- <listitem>
- <para>The filter must be added to the portal's web.xml.</para>
- </listitem>
- <listitem>
- <para>The enable wss feature must be check in the wsrp admin.</para>
- </listitem>
- </itemizedlist>
- <para>The consumer will not properly handle ws-security unless all 3 are properly configured.</para>
- </section>
</section>
</section>
<section>
Modified: epp/docs/branches/5.2/Release_Notes/en-US/5.2.2_Release_Notes.ent
===================================================================
--- epp/docs/branches/5.2/Release_Notes/en-US/5.2.2_Release_Notes.ent 2012-08-19 22:43:22 UTC (rev 8817)
+++ epp/docs/branches/5.2/Release_Notes/en-US/5.2.2_Release_Notes.ent 2012-08-23 04:42:06 UTC (rev 8818)
@@ -11,4 +11,4 @@
<!-- Version Specifcs: -->
<!ENTITY VX "5">
<!ENTITY VY "5.2">
-<!ENTITY VZ "5.2.1">
+<!ENTITY VZ "5.2.2">
Modified: epp/docs/branches/5.2/Release_Notes/en-US/5.2.2_Release_Notes.xml
===================================================================
--- epp/docs/branches/5.2/Release_Notes/en-US/5.2.2_Release_Notes.xml 2012-08-19 22:43:22 UTC (rev 8817)
+++ epp/docs/branches/5.2/Release_Notes/en-US/5.2.2_Release_Notes.xml 2012-08-23 04:42:06 UTC (rev 8818)
@@ -1,9 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<!-- This document was created with Syntext Serna Free. --><!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "5.2.1_Release_Notes.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "5.2.2_Release_Notes.ent">
%BOOK_ENTITIES;
]>
-<book>
+<book status="draft">
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Book_Info.xml"/>
<part>
<title>General Info</title>
@@ -57,7 +57,7 @@
The JBoss Enterprise Portal Platform <citetitle>Installation Guide</citetitle> contains detailed installation instructions as well as environment requirements.
</para>
<para>
- The Installation Guide is available in multiple formats from <ulink url="http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Portal_Platform/index...." type="http"/>.
+ The Installation Guide is available in multiple formats from <ulink url="http://access.redhat.com/knowledge/docs/JBoss_Enterprise_Portal_Platform/" type="http"/>.
</para>
</chapter>
<chapter id="Release_Notes-Component_Features">
@@ -85,19 +85,19 @@
</row>
<row>
<entry>eXo kernel</entry>
- <entry>2.3.6-GA</entry>
+ <entry>2.3.8-GA</entry>
</row>
<row>
<entry>eXo Core</entry>
- <entry>2.4.6-GA</entry>
+ <entry>2.4.8-GA</entry>
</row>
<row>
<entry>eXo WS</entry>
- <entry>2.2.6-GA</entry>
+ <entry>2.2.8-GA</entry>
</row>
<row>
<entry>eXo JCR</entry>
- <entry>1.14.6-GA</entry>
+ <entry>1.14.8-GA</entry>
</row>
<row>
<entry>Apache Shindig</entry>
@@ -129,7 +129,7 @@
</row>
<row>
<entry>GateIn WSRP</entry>
- <entry>2.1.5-EPP521-GA</entry>
+ <entry>2.1.7-EPP522-GA</entry>
</row>
<row>
<entry>GateIn MOP</entry>
@@ -141,7 +141,7 @@
</row>
<row>
<entry>PicketLink IDM</entry>
- <entry>1.3.1.GA</entry>
+ <entry>1.3.2.CR01</entry>
</row>
<row>
<entry>Chromattic</entry>
@@ -149,7 +149,7 @@
</row>
<row>
<entry>Portlet Bridge</entry>
- <entry>2.3.0.CP01.EPP521</entry>
+ <entry>2.3.1.CP01.EPP522</entry>
</row>
<row>
<entry>Seam</entry>
@@ -189,7 +189,7 @@
</row>
<row>
<entry>Gatein JON Plugin</entry>
- <entry>1.0.0</entry>
+ <entry>1.0.1</entry>
</row>
</tbody>
</tgroup>
@@ -201,40 +201,40 @@
<title>New Components</title>
<para>The following new components warrant special mention.</para>
</formalpara>
- <variablelist>
- <varlistentry>
- <term>Gatein JON Plugin</term>
- <listitem>
- <para>The Gatein JON plugin allows the portal to interact with JBoss Operations Network. The plugin captures portlet and site statistics.</para>
- </listitem>
- </varlistentry>
- </variablelist>
- <formalpara>
+ <remark>NEEDINFO: anything we need to mention here?</remark>
+<!--<variablelist>
+ <varlistentry>
+ <term>Gatein JON Plugin</term>
+ <listitem>
+ <para>The Gatein JON plugin allows the portal to interact with JBoss Operations Network. The plugin captures portlet and site statistics.</para>
+ </listitem>
+ </varlistentry>
+</variablelist>--> <formalpara>
<title>Updated Components</title>
<para>The following updated components warrant special mention.</para>
</formalpara>
- <variablelist>
- <varlistentry>
- <term>Java Content Repository</term>
- <listitem>
- <para>The JCR configuration has been corrected in the configuration.properties file. The previous configuration was incorrect. </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>Java Open Single Sign-on (JOSSO) </term>
- <listitem>
- <para>Packaging changes require different file paths for JOSSO. Refer to the Reference Guide "Java Open Single Sign-On Project" section for more information.</para>
- </listitem>
- </varlistentry>
- </variablelist>
- <note>
+ <remark>NEEDINFO: anything we need to mention here?</remark>
+<!--<variablelist>
+ <varlistentry>
+ <term>Java Content Repository</term>
+ <listitem>
+ <para>The JCR configuration has been corrected in the configuration.properties file. The previous configuration was incorrect. </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Java Open Single Sign-on (JOSSO) </term>
+ <listitem>
+ <para>Packaging changes require different file paths for JOSSO. Refer to the Reference Guide "Java Open Single Sign-On Project" section for more information.</para>
+ </listitem>
+ </varlistentry>
+</variablelist>--> <note>
<para>For detailed information about component versions included in this release, refer to <xref linkend="Release_Notes-Component_Features"/></para>
</note>
</chapter>
<chapter id="Release_Notes-Documentation">
<title>Documentation</title>
<para>
- An <citetitle>Installation Guide</citetitle> and a <citetitle>User Guide</citetitle> for JBoss Enterprise Portal Platform are available at <ulink url="http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Portal_Platform/index...." type="http"/>. JBoss Enterprise Portal Platform specific documentation is also available from this location, as is Site Publisher documentation. </para>
+ An <citetitle>Installation Guide</citetitle> and a <citetitle>User Guide</citetitle> for JBoss Enterprise Portal Platform are available at <ulink url="http://access.redhat.com/knowledge/docs/JBoss_Enterprise_Portal_Platform/" type="http"/>. JBoss Enterprise Portal Platform specific documentation is also available from this location, as is Site Publisher documentation. </para>
<para>In this release, the <citetitle>Installation Guide</citetitle> has undergone heavy rework and is now presented in a task-based narrative style. Any feedback you have regarding this new format would be greatly appreciated. You can provide feedback by following the instructions in the Feedback section located in the preface of the <citetitle>Installation Guide</citetitle>.</para>
</chapter>
<chapter id="Release_Notes-_Product_Support_and_License_Website_Links_">
@@ -261,7 +261,8 @@
</part>
<part>
<title>Enterprise Portal Platform</title>
-<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="needinfo.xml" encoding="XML"/> --> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="known.xml" encoding="XML"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="needinfo.xml" encoding="XML"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="known.xml" encoding="XML"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="resolved.xml"/>
</part>
<part>
@@ -272,8 +273,9 @@
<title>Issues Resolved Upstream<remark>Issues Resolved Upstream</remark></title>
<para>This release contains Site Publisher issues resolved upstream by eXo Platform. The following major issues fixed by eXo Platform have been verified by the JBoss Enterprise Portal Platform Engineering team and included as part of this release. </para>
<para><remark>These issues have been pulled out of eXo Platform's JIRA instance using a modified version of JOT. The issues included here are CRITICAL and BLOCKER issues only. </remark></para>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="resolved_issues_eXo.xml" encoding="XML"/>
- </chapter>
+ <remark>An issue with my extraction script from eXo JIRA is preventing me from pulling out the following issues: https://jira.exoplatform.org/secure/IssueNavigator.jspa?requestId=14125&a... </remark>
+ <remark>The script is abandonware, and I have no other way of doing extraction.</remark>
+<!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="resolved_issues_eXo.xml" encoding="XML"/>--> </chapter>
</part>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Revision_History.xml"/>
</book>
Modified: epp/docs/branches/5.2/Release_Notes/en-US/Author_Group.xml
===================================================================
--- epp/docs/branches/5.2/Release_Notes/en-US/Author_Group.xml 2012-08-19 22:43:22 UTC (rev 8817)
+++ epp/docs/branches/5.2/Release_Notes/en-US/Author_Group.xml 2012-08-23 04:42:06 UTC (rev 8818)
@@ -1,7 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE authorgroup PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "5.2.0_Release_Notes.ent">
-%BOOK_ENTITIES;
]>
<authorgroup>
<author>
Modified: epp/docs/branches/5.2/Release_Notes/en-US/Book_Info.xml
===================================================================
--- epp/docs/branches/5.2/Release_Notes/en-US/Book_Info.xml 2012-08-19 22:43:22 UTC (rev 8817)
+++ epp/docs/branches/5.2/Release_Notes/en-US/Book_Info.xml 2012-08-23 04:42:06 UTC (rev 8818)
@@ -1,15 +1,12 @@
<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE articleinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "5.2.0_Release_Notes.ent">
-%BOOK_ENTITIES;
+<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
]>
<bookinfo id="arti-Release_Notes-Release_Notes">
- <title>5.2.1 Release Notes</title>
+ <title>5.2.2 Release Notes</title>
<subtitle>For use with JBoss Enterprise Portal Platform &VZ;, and the Site Publisher Plug-in.</subtitle>
<productname>JBoss Enterprise Portal Platform</productname>
<productnumber>5.2</productnumber>
- <edition>5.2.1</edition>
- <pubsnumber>52</pubsnumber>
+ <edition>5.2.2</edition>
<abstract>
<para>
These release notes contain important information related to JBoss Enterprise Portal Platform &VZ;, and the Site Publisher plug-in that may not be currently available in the Product Manuals. You should read these Release Notes in their entirety before installing the product.
Modified: epp/docs/branches/5.2/Release_Notes/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/5.2/Release_Notes/en-US/Revision_History.xml 2012-08-19 22:43:22 UTC (rev 8817)
+++ epp/docs/branches/5.2/Release_Notes/en-US/Revision_History.xml 2012-08-23 04:42:06 UTC (rev 8818)
@@ -1,15 +1,13 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "5.2.0_Release_Notes.ent">
-%BOOK_ENTITIES;
]>
<appendix id="appe-Release_Notes-Revision_History">
<title>Revision History</title>
<simpara>
<revhistory>
<revision>
- <revnumber>5.2.1-52</revnumber>
- <date>Tue Apr 19 2012</date>
+ <revnumber>5.2.2-2</revnumber>
+ <date>Tue Aug 21 2012</date>
<author>
<firstname>Jared</firstname>
<surname>Morgan</surname>
@@ -17,13 +15,13 @@
</author>
<revdescription>
<simplelist>
- <member>Final Draft Release Notes, updated with the bugs moved to their correct locations.</member>
+ <member>Release Notes draft with all issues currently flagged in BZ as requiring release notes.</member>
</simplelist>
</revdescription>
</revision>
<revision>
- <revnumber>5.2.1-50</revnumber>
- <date>Tue Apr 17 2012</date>
+ <revnumber>5.2.2-1</revnumber>
+ <date>Mon Aug 20 2012</date>
<author>
<firstname>Jared</firstname>
<surname>Morgan</surname>
@@ -31,11 +29,25 @@
</author>
<revdescription>
<simplelist>
- <member>Final Draft Release Notes prepared for JBoss Enterprise Portal Platform 5.2.1 GA sign-off.</member>
+ <member>Release Notes First Draft.</member>
</simplelist>
</revdescription>
</revision>
<revision>
+ <revnumber>5.2.1-101</revnumber>
+ <date>Tue Apr 19 2012</date>
+ <author>
+ <firstname>Jared</firstname>
+ <surname>Morgan</surname>
+ <email/>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>Release Notes prepared for JBoss Enterprise Portal Platform 5.2.0 GA.</member>
+ </simplelist>
+ </revdescription>
+ </revision>
+ <revision>
<revnumber>5.2.0-101</revnumber>
<date>Thu Dec 14 2011</date>
<author>
Modified: epp/docs/branches/5.2/Release_Notes/en-US/known.xml
===================================================================
--- epp/docs/branches/5.2/Release_Notes/en-US/known.xml 2012-08-19 22:43:22 UTC (rev 8817)
+++ epp/docs/branches/5.2/Release_Notes/en-US/known.xml 2012-08-23 04:42:06 UTC (rev 8818)
@@ -14,5 +14,25 @@
</remark>
<variablelist>
+<varlistentry>
+ <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=795937"><citetitle>BZ#795937</citetitle></ulink> - Add SCP Documentation to Admin Guide for GateIn Management</term>
+ <listitem>
+ <remark>Status: ON_QA</remark>
+ <para>
+ Secure Copy documentation was missing from the Administration Guide. The SCP information is now present in the Administration Guide for Management Extensions and Command Line Interface chapters.
+ </para>
+ </listitem>
+</varlistentry>
+
+<varlistentry>
+ <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=803567"><citetitle>BZ#803567</citetitle></ulink> - Create Gatein/EPP JON Plugin Documentation</term>
+ <listitem>
+ <remark>Status: ON_QA</remark>
+ <para>
+ GateIn JON Plug-in information was missing from the documentation when the plug-in was initially released in v5.2.1. The content has been added in to a dedicated chapter in the Administration Guide in this release. Additionally, the Installation Guide has been updated with JBoss ON installation guidance.
+ </para>
+ </listitem>
+</varlistentry>
+
</variablelist>
</chapter>
Modified: epp/docs/branches/5.2/Release_Notes/en-US/needinfo.xml
===================================================================
--- epp/docs/branches/5.2/Release_Notes/en-US/needinfo.xml 2012-08-19 22:43:22 UTC (rev 8817)
+++ epp/docs/branches/5.2/Release_Notes/en-US/needinfo.xml 2012-08-23 04:42:06 UTC (rev 8818)
@@ -16,167 +16,40 @@
<variablelist>
<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=793425"><citetitle>BZ#793425</citetitle></ulink> - Creating user with username differing only in case-senstive case popups unknown error</term>
- <listitem>
- <para>The status is VERIFIED, assigned to mposolda(a)redhat.com.</para>
- <para>
- CAUSE: When you are creating new user/group, UI layer is trying to look if user/group with same name already exists. If it exists, it shows message in UI and it won't try to create such user/group.
-
-OpenDS is not case-sensitive by default, but Picketlink IDM is doing case-sensitive comparison of user/group names. So when you try to search user "viLiam" and you already have "viliam", Picketlink IDM will return that user doesn't exist as it compares with respect to case-sensitivity by default. But when it tries to create user "viLiam", then it is failing because OpenDS is not case-sensitive and user "viliam" is already here.
-
-FIX: It's possible to fix it by configure Picketlink IDM to compare user/group names in case-insensitive way. This can be done by switch option "allowNotCaseSensitiveSearch" of LDAPIdentityStore in picketlink-idm-config.xml file to true.
-
-RESULT: So IDM is still case-sensitive by default. But customers have possibility to use the option and switch it to true to avoid exception. For now, it's documented here https://community.jboss.org/wiki/GateInIdentityAndSecurityFAQ in Q6/A6.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794403"><citetitle>BZ#794403</citetitle></ulink> - Example skin looks scattered on the right side</term>
- <listitem>
- <para>The status is VERIFIED, assigned to ppalaga(a)redhat.com.</para>
- <para>
- Cause: Width of for .UIWorkingWorkspace .UIPageBody set in the default skin was not suitable for SimpleSkin distributed with AS documentation.
-Consequence: SimpleSkin looked scattered on the right side - the right border of #UIPageBody was shifted left and hidden under the JBoss EPP banner.
-Fix: The width of the element in question was overriden by a more specific rule setting the width to auto.
-Result: The border of #UIPageBody is rendered properly, aligned with the breadcrumbs panel above it.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=795937"><citetitle>BZ#795937</citetitle></ulink> - Add SCP Documentation to Admin Guide for GateIn Management</term>
- <listitem>
- <para>The status is ON_QA, assigned to jmorgan(a)redhat.com.</para>
- <para>
- Secure Copy documentation was missing from the Administration Guide. The SCP information is now present in the Administration Guide for Management Extensions and Command Line Interface chapters.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=798801"><citetitle>BZ#798801</citetitle></ulink> - Fix the sample portal datasource file.</term>
- <listitem>
- <para>The status is VERIFIED, assigned to ppalaga(a)redhat.com.</para>
- <para>
- Cause: gatein-sample-portal-ds.xml file included in the documentation distributed with JBoss AS was out of sync with the gatein-ds.xml.
-Consequence: Errors in the application server log when gatein-sample-portal-ds.xml was deployed together with gatein-sample-portal.ear
-Fix: gatein-sample-portal-ds.xml file was brought in sync with gatein-ds.xml: (1) The order of datasources: IDM before JCR; (2) The Hypersonic data file location now under the gatein conf directory. (3) The IDM datastore was changed from local-tx-datasource to no-tx-datasource.
-Result: Deployment of gatein-sample-portal-ds.xml with gatein-sample-portal.ear now finishes without errors and the sample portal can be visited under http://localhost:8080/sample-portal.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
<term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=801821"><citetitle>BZ#801821</citetitle></ulink> - Ensure that starter web application is always started last</term>
<listitem>
<para>The status is CLOSED, assigned to hfnukal(a)redhat.com.</para>
<para>
-
- </para>
- </listitem>
-</varlistentry>
+ NEEDINFO: What needs to be mentioned in the doc specifically?
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=803567"><citetitle>BZ#803567</citetitle></ulink> - Create Gatein/EPP JON Plugin Documentation</term>
- <listitem>
- <para>The status is ON_QA, assigned to jmorgan(a)redhat.com.</para>
- <para>
- GateIn JON Plug-in information was missing from the documentation when the plug-in was initially released in v5.2.1. The content has been added in to a dedicated chapter in the Administration Guide in this release. Additionally, the Installation Guide has been updated with JBoss ON installation guidance.
- </para>
- </listitem>
-</varlistentry>
+CAUSE:
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=807012"><citetitle>BZ#807012</citetitle></ulink> - Remove possibly unused JARs from gatein.ear/lib</term>
- <listitem>
- <para>The status is VERIFIED, assigned to hfnukal(a)redhat.com.</para>
- <para>
- Archive gatein.ear contains dupliucated jars.
-Jars are removed.
- </para>
- </listitem>
-</varlistentry>
+CONSEQUENCE:
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=812657"><citetitle>BZ#812657</citetitle></ulink> - error when add new group the same with existing but different with lower and upper case on mysql</term>
- <listitem>
- <para>The status is VERIFIED, assigned to mposolda(a)redhat.com.</para>
- <para>
- CAUSE: When you are creating new group, UI layer is trying to look if group with same name already exists. If it exists, it shows message in UI and it won't try to create such group.
-
-MySQL DB is not case-sensitive by default, but Picketlink IDM is doing case-sensitive comparison of group names. So when you try to search group "TEST_group" and you already have "test_group", Picketlink IDM will return that group doesn't exist as it compares with respect to case-sensitivity by default. But when it tries to create group "TEST_group", then it is failing because MySQL DB is not case-sensitive.
-
-FIX: It's possible to fix it by configure Picketlink IDM to compare group names in case-insensitive way. This can be done by switch option "allowNotCaseSensitiveSearch" of HibernateIdentityStore in picketlink-idm-config.xml file to true.
-
-RESULT: So IDM is still case-sensitive by default. But customers have possibility to use the option and switch it to true to avoid exception. For now, it's documented here https://community.jboss.org/wiki/GateInIdentityAndSecurityFAQ in Q6/A6.
- </para>
- </listitem>
-</varlistentry>
+FIX:
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=813729"><citetitle>BZ#813729</citetitle></ulink> - EPP configuration files use multiple version of kernel xsd definition</term>
- <listitem>
- <para>The status is VERIFIED, assigned to ppalaga(a)redhat.com.</para>
- <para>
- Cause: Due to historical reasons several versions of kernel_1_*.xsd were referenced from XML configutation files.
-Consequence: No harmful consequences known. XML configuration files seemed to be unconsistent.
-Fix: All kernel_1_[^2].xsd references were replaced by kernel_1_2.xsd.
-Result: XML configuration files look consistent.
+RESULT:
</para>
</listitem>
</varlistentry>
<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=813751"><citetitle>BZ#813751</citetitle></ulink> - Portlet Bridge - NPE when loading styles via <link> tag</term>
+ <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=813751"><citetitle>BZ#813751</citetitle></ulink> - Portlet Bridge - NPE when loading styles via link element</term>
<listitem>
<para>The status is VERIFIED, assigned to kfinniga(a)redhat.com.</para>
<para>
- Documentation needs to be updated for Portlet Bridge to recommend following for including RichFaces scripts and stylesheets when using LoadStyleStrategy and LoadScriptStrategy of NONE:
-
-
- <a4j:loadScript src="resource:////org/ajax4jsf/framework.pack.js" type="text/javascript" />
- <a4j:loadScript src="resource:////org/richfaces/ui.pack.js" type="text/javascript" />
- <a4j:loadStyle src="resource:////org/richfaces/skin.xcss" />
- </para>
+ Documentation quoted that the <link> element could be used to import Rich Faces XCSS scripts and stylesheets using the following syntax:</para><programlisting><link type="text/css" rel="stylesheet" href="/richFacesPortlet/faces/rfRes/org/richfaces/skin.xcss"/></programlisting><para>This syntax is no longer correct, and results in a NPE. To correct the issue, use a4j:loadstyle to import the scripts and stylesheets when using LoadStyleStrategy and LoadScriptStrategy of NONE:</para><programlisting><a4j:loadScript src="resource:////org/ajax4jsf/framework.pack.js" type="text/javascript"/>
+ <a4j:loadScript src="resource:////org/richfaces/ui.pack.js" type="text/javascript"/>
+ <a4j:loadStyle src="resource:////org/richfaces/skin.xcss"/></programlisting>
</listitem>
</varlistentry>
<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=824855"><citetitle>BZ#824855</citetitle></ulink> - Strange duplicated requests in gadget rendering</term>
- <listitem>
- <para>The status is VERIFIED, assigned to hfnukal(a)redhat.com.</para>
- <para>
- C: Gadgets on dashboard sends more requests then necessary.
-C: Performance impact on page loading.
-R: Load only necessary data.
-F: Each gadget is rendered individually.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=824860"><citetitle>BZ#824860</citetitle></ulink> - Error while rendering doodle gadget when source is dead</term>
- <listitem>
- <para>The status is VERIFIED, assigned to hfnukal(a)redhat.com.</para>
- <para>
- Cause: Loading gadget when source was down
-Consequence: Gadget not loaded, broken UI
-Fix: Handle error on background
-Result: Show user friendly error
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
<term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=824863"><citetitle>BZ#824863</citetitle></ulink> - groovy template should not print "null" string when variable is null</term>
<listitem>
<para>The status is ON_QA, assigned to hfnukal(a)redhat.com.</para>
<para>
- C: GTMPL template prints null, when key was not definned
-C: Non valid string shown on page
-R: Use empty string
-F: Returning empty string instead of null.
+ If a GateIn Template file (*.gtmpl) contained an <input> directive that declared a variable as a value, and that variable resolved to null, the word "null" would be substituted for the value instead of the value parameter being present, but undefined. For example, <input class="key" type="text" name="key" value="${key}"/> resolved to <input class="key" type="text" name="key" value="null"/>, instead of <input class="key" type="text" name="key" value/>. The fix corrects the way null values are handled, and now prints undefined parameters, instead of printing null as the parameter value.
</para>
</listitem>
</varlistentry>
@@ -186,7 +59,13 @@
<listitem>
<para>The status is VERIFIED, assigned to claprun(a)redhat.com.</para>
<para>
-
+ CAUSE:
+
+CONSEQUENCE:
+
+FIX:
+
+RESULT:
</para>
</listitem>
</varlistentry>
@@ -196,32 +75,15 @@
<listitem>
<para>The status is CLOSED, assigned to mweiler(a)redhat.com.</para>
<para>
- PATCH NAME:
- 835375
-PRODUCT NAME:
- JBoss Enterprise Portal Platform (EPP)
-VERSION:
- 5.2.1.GA
-SHORT DESCRIPTION:
- The getServiceDescription response of WSRP v2 is not including the optional supportedOptions element
-LONG DESCRIPTION:
- Using EPP 5.2.1 as WSRP v2 producer, the response to the getServiceDescription() request is not
- including the supportedOptions element.
-MANUAL INSTALL INSTRUCTIONS:
- Replace the file $EPP_HOME/jboss-as/server/$CONFIG/deploy/gatein-wsrp-integration.ear
- with the patched one.
-COMPATIBILITY:
- N/A
-DEPENDENCIES:
- N/A
-SUPERSEDES:
- BZ-832887
-SUPERSEDED BY:
- EPP 5.2.2.GA
-CREATOR:
- Martin Weiler
-DATE:
- June 26, 2012
+ Is a RN required for this issue? If so, please write CCFR.
+
+CAUSE:
+
+CONSEQUENCE:
+
+FIX:
+
+RESULT:
</para>
</listitem>
</varlistentry>
@@ -231,38 +93,18 @@
<listitem>
<para>The status is VERIFIED, assigned to mposolda(a)redhat.com.</para>
<para>
- CAUSE: Currently hibernate transaction needs to be started for every HTTP request of anonymous or logged user to EPP. This always needs obtain new DB connection from connection pool, which is quite expensive operation.
-
-FIX: There is fix available in underlying component Picketlink IDM, which added possibility to start Hibernate transaction lazily only for case when it's really needed. It's adding new option "lazyStartOfHibernateTransaction" into Picketlink IDM configuration file. Value true means that Hibernate transaction will be started lazily only when needed. Value false is starting transaction non-lazily during each request (current behaviour)
-
-RESULT: In configuration file gatein.ear/02portal.war/WEB-INF/conf/organization/picketlink-idm/picketlink-idm-config.xml is new option added:
- <option>
- <name>lazyStartOfHibernateTransaction</name>
- <value>false</value>
- </option>
-
-We can see that default value is false, so behaviour is same like before (because of backward compatibility and avoiding of risk).
-
-But for customers, who have problem with performance and DB connection is critical for them, it would be good to switch this option to "true".
+ Hibernate transactions had to be started for each HTTP request from an anonymous or authenticated user, which in turn required a new database connection from the connection pool (an expensive operation if it is not required for the request). The fix enables a new option, "lazyStartOfHibernateTransaction", which is set in gatein.ear/02portal.war/WEB-INF/conf/organization/picketlink-idm/picketlink-idm-config.xml.
+</para>
+<programlisting>
+<option>
+ <name>lazyStartOfHibernateTransaction</name>
+ <value>false</value>
+ </option>
+</programlisting>
+<para>If the value is set to true, the Hibernate transaction is started only when required, and not for every request. The default value is false for backwards-compatibility.
</para>
</listitem>
</varlistentry>
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=838973"><citetitle>BZ#838973</citetitle></ulink> - Dashboard pages with special characters</term>
- <listitem>
- <para>The status is CLOSED, assigned to mwringe(a)redhat.com.</para>
- <para>
- CAUSE: Validation of dashboard page names changed.
-
-CONSEQUENCE: Dashboard page names with special characters are no longer considered an invalid page name.
-
-FIX: The portal can now properly handles dashboard page names with special characters. If a dashboard name contains an special character, it will be replaced with an underscore in the URL.
-
-RESULT: Special characters are now allowed in dashboard page names.
- </para>
- </listitem>
-</varlistentry>
-
</variablelist>
</chapter>
Modified: epp/docs/branches/5.2/Release_Notes/en-US/resolved.xml
===================================================================
--- epp/docs/branches/5.2/Release_Notes/en-US/resolved.xml 2012-08-19 22:43:22 UTC (rev 8817)
+++ epp/docs/branches/5.2/Release_Notes/en-US/resolved.xml 2012-08-23 04:42:06 UTC (rev 8818)
@@ -10,6 +10,46 @@
<variablelist>
<varlistentry>
+ <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=793425"><citetitle>BZ#793425</citetitle></ulink> - Creating user with username differing only in case-senstive case popups unknown error</term>
+ <listitem>
+ <remark>Status: VERIFIED</remark>
+ <para>
+ Picketlink IDM was performing case-sensitive comparison of user and group names with information stored in OpenDS. Because OpenDS does not record user and group names in a case-sensitive manner by default, cased user names such as "viLiam" were not distinguishable from the user name "viliam". This issue affected search retrieval, as well as user and group creation. The issue can be fixed by configuring Picketlink IDM to compare user and group names in a case-insensitive way. In picketlink-idm-config.xml, change the LDAPIdentityStore option "allowNotCaseSensitiveSearch" to true. Setting this option will prevent any Picketlink IDM exceptions relating to case insensitivity.
+ </para>
+ </listitem>
+</varlistentry>
+
+<varlistentry>
+ <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794403"><citetitle>BZ#794403</citetitle></ulink> - Example skin looks scattered on the right side</term>
+ <listitem>
+ <remark>Status: VERIFIED</remark>
+ <para>
+ An issue with the width of .UIWorkingWorkspace .UIPageBody set in the default skin was not suitable for SimpleSkin distributed with the Application Server. The incompatibility caused the right border of #UIPageBody to shift left and be hidden under the JBoss Enterprise Portal Platform banner. The fix introduces an override to the element causing the border shift, with a specific alignment rule that sets the width to auto. The border of #UIPageBody is now rendered properly, aligned with the breadcrumbs panel above it.
+ </para>
+ </listitem>
+</varlistentry>
+
+<varlistentry>
+ <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=798801"><citetitle>BZ#798801</citetitle></ulink> - Fix the sample portal datasource file.</term>
+ <listitem>
+ <remark>Status: VERIFIED</remark>
+ <para>
+ It was discovered that the gatein-sample-portal-ds.xml file shipped with the application server was out of sync with the gatein-ds.xml file. Customers that used the sample portal datasource file experienced issues when the file was deployed together with gatein-sample-portal.ear. Errors were logged to the application server's log, and the sample portal would not correctly start. The fix rebases gatein-sample-portal-ds.xml in line with gatein-ds.xml with the following fixes: The IDM database configuration is declared before JCR; The Hypersonic data file location is now specified under the gatein conf directory; and the IDM datastore was changed from local-tx-datasource to no-tx-datasource. When gatein-sample-portal-ds.xml is deployed with gatein-sample-portal.ear, the sample portal starts, and can be visited using http://localhost:8080/sample-portal.
+ </para>
+ </listitem>
+</varlistentry>
+
+<varlistentry>
+ <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=807012"><citetitle>BZ#807012</citetitle></ulink> - Remove possibly unused JARs from gatein.ear/lib</term>
+ <listitem>
+ <remark>Status: VERIFIED</remark>
+ <para>
+ It was discovered that the gatein.ear archive contained JAR files that were not required in the enterprise version of the product. The fix removes the unnecessary JAR files. JAR files applicable to both community and enterprise builds are retained for platform stability.
+ </para>
+ </listitem>
+</varlistentry>
+
+<varlistentry>
<term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=807279"><citetitle>BZ#807279</citetitle></ulink> - Support WSRP applications for Export/Import</term>
<listitem>
<remark>Status: VERIFIED</remark>
@@ -31,5 +71,55 @@
</listitem>
</varlistentry>
+<varlistentry>
+ <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=812657"><citetitle>BZ#812657</citetitle></ulink> - error when add new group the same with existing but different with lower and upper case on mysql</term>
+ <listitem>
+ <remark>Status: VERIFIED</remark>
+ <para>
+ Picketlink IDM was performing case-sensitive comparison of group names with information stored in MySQL DB. Because MySQL DB does not record group names in a case-sensitive manner by default, cased group names such as "TEST_group" were not distinguishable from the group name "test_group". This issue affected search retrieval, as well as group creation. The issue can be fixed by configuring Picketlink IDM to compare group names in case-insensitive way. In picketlink-idm-config.xml, change the HibernateIdentityStore option "allowNotCaseSensitiveSearch" to true. Setting this option will prevent any Picketlink IDM exceptions relating to case insensitivity.
+ </para>
+ </listitem>
+</varlistentry>
+
+<varlistentry>
+ <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=813729"><citetitle>BZ#813729</citetitle></ulink> - EPP configuration files use multiple version of kernel xsd definition</term>
+ <listitem>
+ <remark>Status: VERIFIED</remark>
+ <para>
+ It was discovered that several versions of kernel_1_*.xsd were referenced in XML configutation files. While no harmful consequences existed by having these obsolete templates declared, it made the XML files appear inconsistent. The fix removes all kernel_1_[^2].xsd, and replaces these references with kernel_1_2.xsd which makes the XML configuration files consistent.
+ </para>
+ </listitem>
+</varlistentry>
+
+<varlistentry>
+ <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=824855"><citetitle>BZ#824855</citetitle></ulink> - Strange duplicated requests in gadget rendering</term>
+ <listitem>
+ <remark>Status: VERIFIED</remark>
+ <para>
+ It was discovered that certain gadgets on the dashboard were sending more requests then necessary. The unnecessary requests caused a performance impact on page loading times. The fix implements changes to how gadgets are rendered. Each gadget is rendered individually, and only loads necessary data which fixes the performance issue.
+ </para>
+ </listitem>
+</varlistentry>
+
+<varlistentry>
+ <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=824860"><citetitle>BZ#824860</citetitle></ulink> - Error while rendering doodle gadget when source is dead</term>
+ <listitem>
+ <remark>Status: VERIFIED</remark>
+ <para>
+ When the Doodle gadget was added to a dashboard, and the source website supplying the gadget metadata was unavailable, the gadget was not loaded, and a user interface error occurred. The fix introduces a more informative error message to all gadgets that require external sources, which displays in the user interface at the time the error occurs. This helps the user diagnose the problem easier, and fixes the issue.
+ </para>
+ </listitem>
+</varlistentry>
+
+<varlistentry>
+ <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=838973"><citetitle>BZ#838973</citetitle></ulink> - Dashboard pages with special characters</term>
+ <listitem>
+ <remark>Status: CLOSED</remark>
+ <para>
+ A change to how dashboard page names were validated in another issue caused dashboard page names containing special characters to no longer be considered as invalid. If a dashboard name contains a special character, it is now replaced with an underscore in the URL. This new functionality will be added to the Dashboard Portlet section of the User Guide in a future release.
+ </para>
+ </listitem>
+</varlistentry>
+
</variablelist>
</chapter>
Modified: epp/docs/branches/5.2/Release_Notes/en-US/sp_known.xml
===================================================================
--- epp/docs/branches/5.2/Release_Notes/en-US/sp_known.xml 2012-08-19 22:43:22 UTC (rev 8817)
+++ epp/docs/branches/5.2/Release_Notes/en-US/sp_known.xml 2012-08-23 04:42:06 UTC (rev 8818)
@@ -1,18 +1,11 @@
-<?xml version='1.0'?>
+<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
]>
-
-<chapter id = "sp_known_issues">
- <title>Known Issues</title>
-
- <para>
+<chapter id="sp_known_issues">
+ <title>Known Issues</title>
+ <para>
The following issues are known to exist in this release of the JBoss Enterprise Portal Platform Site Publisher Add-on, and will be fixed in a subsequent release.
</para>
- <remark>
- Do some of these issues look more like <emphasis>Resolved Issues</emphasis>? If they do, its because the ticket has not been set to the correct
- Resolved Issue status (VERIFIED, CLOSED).
- </remark>
- <variablelist>
-
- </variablelist>
-</chapter>
+ <remark> Do some of these issues look more like <emphasis>Resolved Issues</emphasis>? If they do, its because the ticket has not been set to the correct Resolved Issue status (VERIFIED, CLOSED). </remark>
+ <remark>NEEDINFO: There are currently no Known Issues in BZ for Site Publisher according to the filters Is this correct? </remark>
+<!--<variablelist/>--></chapter>
Modified: epp/docs/branches/5.2/Release_Notes/en-US/sp_resolved.xml
===================================================================
--- epp/docs/branches/5.2/Release_Notes/en-US/sp_resolved.xml 2012-08-19 22:43:22 UTC (rev 8817)
+++ epp/docs/branches/5.2/Release_Notes/en-US/sp_resolved.xml 2012-08-23 04:42:06 UTC (rev 8818)
@@ -1,13 +1,10 @@
-<?xml version='1.0'?>
+<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
]>
-
-<chapter id = "sp_resolved">
- <title>Resolved Issues</title>
- <para>
+<chapter id="sp_resolved">
+ <title>Resolved Issues</title>
+ <para>
The following issues have been resolved in this release of the JBoss Enterprise Portal Platform Site Publisher Add-on.
</para>
- <variablelist>
-
- </variablelist>
-</chapter>
+ <remark>NEEDINFO: There are currently no Resolved Issues in BZ for Site Publisher according to the filters Is this correct? </remark>
+<!--<variablelist/>--></chapter>
Modified: epp/docs/branches/5.2/Release_Notes/publican.cfg
===================================================================
--- epp/docs/branches/5.2/Release_Notes/publican.cfg 2012-08-19 22:43:22 UTC (rev 8817)
+++ epp/docs/branches/5.2/Release_Notes/publican.cfg 2012-08-23 04:42:06 UTC (rev 8818)
@@ -1,5 +1,5 @@
xml_lang: en-US
type: Book
brand: JBoss
-#show_remarks: 1
+show_remarks: 1
git_branch: docs-rhel-6
12 years, 4 months
gatein SVN: r8817 - epp/docs/branches/5.2/Release_Notes/en-US.
by do-not-reply@jboss.org
Author: jaredmorgs
Date: 2012-08-19 18:43:22 -0400 (Sun, 19 Aug 2012)
New Revision: 8817
Added:
epp/docs/branches/5.2/Release_Notes/en-US/5.2.2_Release_Notes.ent
epp/docs/branches/5.2/Release_Notes/en-US/5.2.2_Release_Notes.xml
Removed:
epp/docs/branches/5.2/Release_Notes/en-US/5.2.1_Release_Notes.ent
epp/docs/branches/5.2/Release_Notes/en-US/5.2.1_Release_Notes.xml
epp/docs/branches/5.2/Release_Notes/en-US/known_issues.xml
epp/docs/branches/5.2/Release_Notes/en-US/need_info.xml
epp/docs/branches/5.2/Release_Notes/en-US/resolved_issues.xml
epp/docs/branches/5.2/Release_Notes/en-US/resolved_issues_eXo.xml
Modified:
epp/docs/branches/5.2/Release_Notes/en-US/known.xml
epp/docs/branches/5.2/Release_Notes/en-US/needinfo.xml
epp/docs/branches/5.2/Release_Notes/en-US/resolved.xml
epp/docs/branches/5.2/Release_Notes/en-US/sp_known.xml
epp/docs/branches/5.2/Release_Notes/en-US/sp_needinfo.xml
epp/docs/branches/5.2/Release_Notes/en-US/sp_resolved.xml
Log:
rebasing release notes for EPP 5.2.2
Deleted: epp/docs/branches/5.2/Release_Notes/en-US/5.2.1_Release_Notes.ent
===================================================================
--- epp/docs/branches/5.2/Release_Notes/en-US/5.2.1_Release_Notes.ent 2012-08-10 14:39:50 UTC (rev 8816)
+++ epp/docs/branches/5.2/Release_Notes/en-US/5.2.1_Release_Notes.ent 2012-08-19 22:43:22 UTC (rev 8817)
@@ -1,14 +0,0 @@
-<!-- Product Specifics: -->
-<!ENTITY PRODUCT "JBoss Site Publisher">
-
-<!-- Book specifics: -->
-<!ENTITY BOOKID "Site Publisher Release Notes">
-
-<!-- Corporate Specifics: -->
-<!ENTITY YEAR "2011">
-<!ENTITY HOLDER "Red Hat, Inc">
-
-<!-- Version Specifcs: -->
-<!ENTITY VX "5">
-<!ENTITY VY "5.2">
-<!ENTITY VZ "5.2.1">
Deleted: epp/docs/branches/5.2/Release_Notes/en-US/5.2.1_Release_Notes.xml
===================================================================
--- epp/docs/branches/5.2/Release_Notes/en-US/5.2.1_Release_Notes.xml 2012-08-10 14:39:50 UTC (rev 8816)
+++ epp/docs/branches/5.2/Release_Notes/en-US/5.2.1_Release_Notes.xml 2012-08-19 22:43:22 UTC (rev 8817)
@@ -1,279 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!-- This document was created with Syntext Serna Free. --><!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "5.2.1_Release_Notes.ent">
-%BOOK_ENTITIES;
-]>
-<book>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Book_Info.xml"/>
- <part>
- <title>General Info</title>
- <chapter id="Portal_Platform_Introduction">
- <title>What is Enterprise Portal Platform </title>
- <para>JBoss Enterprise Portal Platform offers an intuitive, easy to manage user interface and a proven core infrastructure to enable organizations to quickly build dynamic web sites in a highly reusable way. By bringing the principals of JBoss Open Choice to the presentation layer, JBoss Enterprise Portal Platform 5 maximizes existing skills and technology investments.
- </para>
- <para>By integrating open source frameworks such as JBoss Seam, Hibernate, Tomcat, and JBoss Cache, JBoss Enterprise Portal Platform takes advantage of innovations in the open source community. </para>
- <para>JBoss Enterprise Portal Platform &VZ; is fully tested and supported by Red Hat, and is certified to work on many leading enterprise hardware and software products.</para>
- </chapter>
- <chapter id="Site_Publisher_Introduction">
- <title>What is Site Publisher</title>
- <para>
- JBoss Site Publisher (powered by eXo) is an add-on component for JBoss Enterprise Portal Platform. Site Publisher enables users to create, edit and publish rich web content within the context of their portal installation.
- </para>
- <note>
- <title>Subscription</title>
- <para>
- Subscriptions to JBoss Site Publisher are available at an additional fee over and above JBoss Enterprise Portal Platform subscriptions.
- </para>
- </note>
- <para>
- JBoss Site Publisher simplifies the authoring and management for every website an organization needs to deploy. It includes the ability to administer sites, manage navigation, and publish content. Site Publisher delivers powerful functionality to everyone responsible for maintaining web content:
- </para>
- <itemizedlist>
- <listitem>
- <para>
- Webmasters can easily administer multiple websites.
- </para>
- </listitem>
- <listitem>
- <para>
- Website administrators can set permission policies according to user roles to better control website changes.
- </para>
- </listitem>
- <listitem>
- <para>
- Content providers can use JBoss Enterprise Portal Platform’s tools to create content and then choose how to publish it using blogs, RSS feeds, social networks and more.
- </para>
- </listitem>
- <listitem>
- <para>
- Web developers can introduce other forms of rich media content to create truly professional websites easily and efficiently.
- </para>
- </listitem>
- </itemizedlist>
- </chapter>
- <chapter id="Release_Notes-Installation">
- <title>Installation</title>
- <para>
- The JBoss Enterprise Portal Platform <citetitle>Installation Guide</citetitle> contains detailed installation instructions as well as environment requirements.
- </para>
- <para>
- The Installation Guide is available in multiple formats from <ulink url="http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Portal_Platform/index...." type="http"/>.
- </para>
- </chapter>
- <chapter id="Release_Notes-Component_Features">
- <title>Component Versions </title>
- <para><remark>Updated table from https://docspace.corp.redhat.com/docs/DOC-68705 (version 27)</remark></para>
- <table frame="all" pgwide="1">
- <title>Component Versions</title>
- <tgroup cols="2" colsep="1">
- <colspec colnum="1"/>
- <colspec colnum="2"/>
- <thead>
- <row>
- <entry>Component</entry>
- <entry>Version</entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>EAP</entry>
- <entry>5.1.2-GA</entry>
- </row>
- <row>
- <entry>eXo junit</entry>
- <entry>1.2.1-GA</entry>
- </row>
- <row>
- <entry>eXo kernel</entry>
- <entry>2.3.6-GA</entry>
- </row>
- <row>
- <entry>eXo Core</entry>
- <entry>2.4.6-GA</entry>
- </row>
- <row>
- <entry>eXo WS</entry>
- <entry>2.2.6-GA</entry>
- </row>
- <row>
- <entry>eXo JCR</entry>
- <entry>1.14.6-GA</entry>
- </row>
- <row>
- <entry>Apache Shindig</entry>
- <entry>2.0.2-CP01</entry>
- </row>
- <row>
- <entry>Simple Captcha</entry>
- <entry>1.1.1-GA-Patch01</entry>
- </row>
- <row>
- <entry>GateIn Parent</entry>
- <entry>1.1.0-GA</entry>
- </row>
- <row>
- <entry>GateIn dep</entry>
- <entry>1.1.0-GA</entry>
- </row>
- <row>
- <entry>GateIn Common</entry>
- <entry>2.0.4-GA</entry>
- </row>
- <row>
- <entry>GateIn WCI</entry>
- <entry>2.1.1-GA</entry>
- </row>
- <row>
- <entry>GateIn PC</entry>
- <entry>2.3.1-GA</entry>
- </row>
- <row>
- <entry>GateIn WSRP</entry>
- <entry>2.1.5-EPP521-GA</entry>
- </row>
- <row>
- <entry>GateIn MOP</entry>
- <entry>1.1.2-GA</entry>
- </row>
- <row>
- <entry>GateIn SSO</entry>
- <entry>1.1.1-GA</entry>
- </row>
- <row>
- <entry>PicketLink IDM</entry>
- <entry>1.3.1.GA</entry>
- </row>
- <row>
- <entry>Chromattic</entry>
- <entry>1.1.3</entry>
- </row>
- <row>
- <entry>Portlet Bridge</entry>
- <entry>2.3.0.CP01.EPP521</entry>
- </row>
- <row>
- <entry>Seam</entry>
- <entry>2.2.5.EAP5</entry>
- </row>
- <row>
- <entry>Richfaces</entry>
- <entry>3.3.1.SP3</entry>
- </row>
- <row>
- <entry>Groovy</entry>
- <entry>1.7.6</entry>
- </row>
- <row>
- <entry>Commons DBCP</entry>
- <entry>1.4</entry>
- </row>
- <row>
- <entry>Commons IO</entry>
- <entry>1.4</entry>
- </row>
- <row>
- <entry>Commons Lang</entry>
- <entry>2.6</entry>
- </row>
- <row>
- <entry>HSQLDB</entry>
- <entry>2.0.0</entry>
- </row>
- <row>
- <entry>JBoss Cache</entry>
- <entry>3.2.7</entry>
- </row>
- <row>
- <entry>GateIn Management</entry>
- <entry>1.0.1-GA</entry>
- </row>
- <row>
- <entry>Gatein JON Plugin</entry>
- <entry>1.0.0</entry>
- </row>
- </tbody>
- </tgroup>
- </table>
- </chapter>
- <chapter>
- <title>Upgraded Components</title>
- <formalpara>
- <title>New Components</title>
- <para>The following new components warrant special mention.</para>
- </formalpara>
- <variablelist>
- <varlistentry>
- <term>Gatein JON Plugin</term>
- <listitem>
- <para>The Gatein JON plugin allows the portal to interact with JBoss Operations Network. The plugin captures portlet and site statistics.</para>
- </listitem>
- </varlistentry>
- </variablelist>
- <formalpara>
- <title>Updated Components</title>
- <para>The following updated components warrant special mention.</para>
- </formalpara>
- <variablelist>
- <varlistentry>
- <term>Java Content Repository</term>
- <listitem>
- <para>The JCR configuration has been corrected in the configuration.properties file. The previous configuration was incorrect. </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>Java Open Single Sign-on (JOSSO) </term>
- <listitem>
- <para>Packaging changes require different file paths for JOSSO. Refer to the Reference Guide "Java Open Single Sign-On Project" section for more information.</para>
- </listitem>
- </varlistentry>
- </variablelist>
- <note>
- <para>For detailed information about component versions included in this release, refer to <xref linkend="Release_Notes-Component_Features"/></para>
- </note>
- </chapter>
- <chapter id="Release_Notes-Documentation">
- <title>Documentation</title>
- <para>
- An <citetitle>Installation Guide</citetitle> and a <citetitle>User Guide</citetitle> for JBoss Enterprise Portal Platform are available at <ulink url="http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Portal_Platform/index...." type="http"/>. JBoss Enterprise Portal Platform specific documentation is also available from this location, as is Site Publisher documentation. </para>
- <para>In this release, the <citetitle>Installation Guide</citetitle> has undergone heavy rework and is now presented in a task-based narrative style. Any feedback you have regarding this new format would be greatly appreciated. You can provide feedback by following the instructions in the Feedback section located in the preface of the <citetitle>Installation Guide</citetitle>.</para>
- </chapter>
- <chapter id="Release_Notes-_Product_Support_and_License_Website_Links_">
- <title> Product Support Links </title>
- <formalpara id="form-Release_Notes-_Product_Support_and_License_Website_Links_-Support_Processes">
- <title>Product Update and Support Processes</title>
- <para>
- <ulink url="https://access.redhat.com/support/policy/updates/jboss_notes/">https://access.redhat.com/support/policy/updates/jboss_notes/</ulink>
- </para>
- </formalpara>
- <formalpara id="form-Release_Notes-_Product_Support_and_License_Website_Links_-_Developer_Support_Scope_of_Coverage_">
- <title> Developer Support Scope of Coverage, and Service Level Agreement</title>
- <para><ulink url="https://access.redhat.com/support/offerings/developer/">https://access.redhat.com/support/offerings/developer/</ulink>
-
- </para>
- </formalpara>
- <formalpara id="form-Release_Notes-_Product_Support_and_License_Website_Links_-_JBoss_End_User_License_Agreement_">
- <title>Certified and Compatible Configurations</title>
- <para>
- <ulink url="http://www.jboss.com/products/platforms/portals/testedconfigurations/">http://www.jboss.com/products/platforms/portals/testedconfigurations/</ulink>
- </para>
- </formalpara>
- </chapter>
- </part>
- <part>
- <title>Enterprise Portal Platform</title>
-<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="needinfo.xml" encoding="XML"/> --> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="known.xml" encoding="XML"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="resolved.xml"/>
- </part>
- <part>
- <title>Site Publisher Plug-in</title>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sp_known.xml" encoding="XML"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sp_resolved.xml" encoding="XML"/>
- <chapter id="Release_Notes-Issues_Resolved_Upstream">
- <title>Issues Resolved Upstream<remark>Issues Resolved Upstream</remark></title>
- <para>This release contains Site Publisher issues resolved upstream by eXo Platform. The following major issues fixed by eXo Platform have been verified by the JBoss Enterprise Portal Platform Engineering team and included as part of this release. </para>
- <para><remark>These issues have been pulled out of eXo Platform's JIRA instance using a modified version of JOT. The issues included here are CRITICAL and BLOCKER issues only. </remark></para>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="resolved_issues_eXo.xml" encoding="XML"/>
- </chapter>
- </part>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Revision_History.xml"/>
-</book>
Copied: epp/docs/branches/5.2/Release_Notes/en-US/5.2.2_Release_Notes.ent (from rev 8785, epp/docs/branches/5.2/Release_Notes/en-US/5.2.1_Release_Notes.ent)
===================================================================
--- epp/docs/branches/5.2/Release_Notes/en-US/5.2.2_Release_Notes.ent (rev 0)
+++ epp/docs/branches/5.2/Release_Notes/en-US/5.2.2_Release_Notes.ent 2012-08-19 22:43:22 UTC (rev 8817)
@@ -0,0 +1,14 @@
+<!-- Product Specifics: -->
+<!ENTITY PRODUCT "JBoss Site Publisher">
+
+<!-- Book specifics: -->
+<!ENTITY BOOKID "Site Publisher Release Notes">
+
+<!-- Corporate Specifics: -->
+<!ENTITY YEAR "2011">
+<!ENTITY HOLDER "Red Hat, Inc">
+
+<!-- Version Specifcs: -->
+<!ENTITY VX "5">
+<!ENTITY VY "5.2">
+<!ENTITY VZ "5.2.1">
Copied: epp/docs/branches/5.2/Release_Notes/en-US/5.2.2_Release_Notes.xml (from rev 8785, epp/docs/branches/5.2/Release_Notes/en-US/5.2.1_Release_Notes.xml)
===================================================================
--- epp/docs/branches/5.2/Release_Notes/en-US/5.2.2_Release_Notes.xml (rev 0)
+++ epp/docs/branches/5.2/Release_Notes/en-US/5.2.2_Release_Notes.xml 2012-08-19 22:43:22 UTC (rev 8817)
@@ -0,0 +1,279 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!-- This document was created with Syntext Serna Free. --><!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "5.2.1_Release_Notes.ent">
+%BOOK_ENTITIES;
+]>
+<book>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Book_Info.xml"/>
+ <part>
+ <title>General Info</title>
+ <chapter id="Portal_Platform_Introduction">
+ <title>What is Enterprise Portal Platform </title>
+ <para>JBoss Enterprise Portal Platform offers an intuitive, easy to manage user interface and a proven core infrastructure to enable organizations to quickly build dynamic web sites in a highly reusable way. By bringing the principals of JBoss Open Choice to the presentation layer, JBoss Enterprise Portal Platform 5 maximizes existing skills and technology investments.
+ </para>
+ <para>By integrating open source frameworks such as JBoss Seam, Hibernate, Tomcat, and JBoss Cache, JBoss Enterprise Portal Platform takes advantage of innovations in the open source community. </para>
+ <para>JBoss Enterprise Portal Platform &VZ; is fully tested and supported by Red Hat, and is certified to work on many leading enterprise hardware and software products.</para>
+ </chapter>
+ <chapter id="Site_Publisher_Introduction">
+ <title>What is Site Publisher</title>
+ <para>
+ JBoss Site Publisher (powered by eXo) is an add-on component for JBoss Enterprise Portal Platform. Site Publisher enables users to create, edit and publish rich web content within the context of their portal installation.
+ </para>
+ <note>
+ <title>Subscription</title>
+ <para>
+ Subscriptions to JBoss Site Publisher are available at an additional fee over and above JBoss Enterprise Portal Platform subscriptions.
+ </para>
+ </note>
+ <para>
+ JBoss Site Publisher simplifies the authoring and management for every website an organization needs to deploy. It includes the ability to administer sites, manage navigation, and publish content. Site Publisher delivers powerful functionality to everyone responsible for maintaining web content:
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Webmasters can easily administer multiple websites.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Website administrators can set permission policies according to user roles to better control website changes.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Content providers can use JBoss Enterprise Portal Platform’s tools to create content and then choose how to publish it using blogs, RSS feeds, social networks and more.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Web developers can introduce other forms of rich media content to create truly professional websites easily and efficiently.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </chapter>
+ <chapter id="Release_Notes-Installation">
+ <title>Installation</title>
+ <para>
+ The JBoss Enterprise Portal Platform <citetitle>Installation Guide</citetitle> contains detailed installation instructions as well as environment requirements.
+ </para>
+ <para>
+ The Installation Guide is available in multiple formats from <ulink url="http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Portal_Platform/index...." type="http"/>.
+ </para>
+ </chapter>
+ <chapter id="Release_Notes-Component_Features">
+ <title>Component Versions </title>
+ <para><remark>Updated table from https://docspace.corp.redhat.com/docs/DOC-68705 (version 27)</remark></para>
+ <table frame="all" pgwide="1">
+ <title>Component Versions</title>
+ <tgroup cols="2" colsep="1">
+ <colspec colnum="1"/>
+ <colspec colnum="2"/>
+ <thead>
+ <row>
+ <entry>Component</entry>
+ <entry>Version</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>EAP</entry>
+ <entry>5.1.2-GA</entry>
+ </row>
+ <row>
+ <entry>eXo junit</entry>
+ <entry>1.2.1-GA</entry>
+ </row>
+ <row>
+ <entry>eXo kernel</entry>
+ <entry>2.3.6-GA</entry>
+ </row>
+ <row>
+ <entry>eXo Core</entry>
+ <entry>2.4.6-GA</entry>
+ </row>
+ <row>
+ <entry>eXo WS</entry>
+ <entry>2.2.6-GA</entry>
+ </row>
+ <row>
+ <entry>eXo JCR</entry>
+ <entry>1.14.6-GA</entry>
+ </row>
+ <row>
+ <entry>Apache Shindig</entry>
+ <entry>2.0.2-CP01</entry>
+ </row>
+ <row>
+ <entry>Simple Captcha</entry>
+ <entry>1.1.1-GA-Patch01</entry>
+ </row>
+ <row>
+ <entry>GateIn Parent</entry>
+ <entry>1.1.0-GA</entry>
+ </row>
+ <row>
+ <entry>GateIn dep</entry>
+ <entry>1.1.0-GA</entry>
+ </row>
+ <row>
+ <entry>GateIn Common</entry>
+ <entry>2.0.4-GA</entry>
+ </row>
+ <row>
+ <entry>GateIn WCI</entry>
+ <entry>2.1.1-GA</entry>
+ </row>
+ <row>
+ <entry>GateIn PC</entry>
+ <entry>2.3.1-GA</entry>
+ </row>
+ <row>
+ <entry>GateIn WSRP</entry>
+ <entry>2.1.5-EPP521-GA</entry>
+ </row>
+ <row>
+ <entry>GateIn MOP</entry>
+ <entry>1.1.2-GA</entry>
+ </row>
+ <row>
+ <entry>GateIn SSO</entry>
+ <entry>1.1.1-GA</entry>
+ </row>
+ <row>
+ <entry>PicketLink IDM</entry>
+ <entry>1.3.1.GA</entry>
+ </row>
+ <row>
+ <entry>Chromattic</entry>
+ <entry>1.1.3</entry>
+ </row>
+ <row>
+ <entry>Portlet Bridge</entry>
+ <entry>2.3.0.CP01.EPP521</entry>
+ </row>
+ <row>
+ <entry>Seam</entry>
+ <entry>2.2.5.EAP5</entry>
+ </row>
+ <row>
+ <entry>Richfaces</entry>
+ <entry>3.3.1.SP3</entry>
+ </row>
+ <row>
+ <entry>Groovy</entry>
+ <entry>1.7.6</entry>
+ </row>
+ <row>
+ <entry>Commons DBCP</entry>
+ <entry>1.4</entry>
+ </row>
+ <row>
+ <entry>Commons IO</entry>
+ <entry>1.4</entry>
+ </row>
+ <row>
+ <entry>Commons Lang</entry>
+ <entry>2.6</entry>
+ </row>
+ <row>
+ <entry>HSQLDB</entry>
+ <entry>2.0.0</entry>
+ </row>
+ <row>
+ <entry>JBoss Cache</entry>
+ <entry>3.2.7</entry>
+ </row>
+ <row>
+ <entry>GateIn Management</entry>
+ <entry>1.0.1-GA</entry>
+ </row>
+ <row>
+ <entry>Gatein JON Plugin</entry>
+ <entry>1.0.0</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ </chapter>
+ <chapter>
+ <title>Upgraded Components</title>
+ <formalpara>
+ <title>New Components</title>
+ <para>The following new components warrant special mention.</para>
+ </formalpara>
+ <variablelist>
+ <varlistentry>
+ <term>Gatein JON Plugin</term>
+ <listitem>
+ <para>The Gatein JON plugin allows the portal to interact with JBoss Operations Network. The plugin captures portlet and site statistics.</para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ <formalpara>
+ <title>Updated Components</title>
+ <para>The following updated components warrant special mention.</para>
+ </formalpara>
+ <variablelist>
+ <varlistentry>
+ <term>Java Content Repository</term>
+ <listitem>
+ <para>The JCR configuration has been corrected in the configuration.properties file. The previous configuration was incorrect. </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Java Open Single Sign-on (JOSSO) </term>
+ <listitem>
+ <para>Packaging changes require different file paths for JOSSO. Refer to the Reference Guide "Java Open Single Sign-On Project" section for more information.</para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ <note>
+ <para>For detailed information about component versions included in this release, refer to <xref linkend="Release_Notes-Component_Features"/></para>
+ </note>
+ </chapter>
+ <chapter id="Release_Notes-Documentation">
+ <title>Documentation</title>
+ <para>
+ An <citetitle>Installation Guide</citetitle> and a <citetitle>User Guide</citetitle> for JBoss Enterprise Portal Platform are available at <ulink url="http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Portal_Platform/index...." type="http"/>. JBoss Enterprise Portal Platform specific documentation is also available from this location, as is Site Publisher documentation. </para>
+ <para>In this release, the <citetitle>Installation Guide</citetitle> has undergone heavy rework and is now presented in a task-based narrative style. Any feedback you have regarding this new format would be greatly appreciated. You can provide feedback by following the instructions in the Feedback section located in the preface of the <citetitle>Installation Guide</citetitle>.</para>
+ </chapter>
+ <chapter id="Release_Notes-_Product_Support_and_License_Website_Links_">
+ <title> Product Support Links </title>
+ <formalpara id="form-Release_Notes-_Product_Support_and_License_Website_Links_-Support_Processes">
+ <title>Product Update and Support Processes</title>
+ <para>
+ <ulink url="https://access.redhat.com/support/policy/updates/jboss_notes/">https://access.redhat.com/support/policy/updates/jboss_notes/</ulink>
+ </para>
+ </formalpara>
+ <formalpara id="form-Release_Notes-_Product_Support_and_License_Website_Links_-_Developer_Support_Scope_of_Coverage_">
+ <title> Developer Support Scope of Coverage, and Service Level Agreement</title>
+ <para><ulink url="https://access.redhat.com/support/offerings/developer/">https://access.redhat.com/support/offerings/developer/</ulink>
+
+ </para>
+ </formalpara>
+ <formalpara id="form-Release_Notes-_Product_Support_and_License_Website_Links_-_JBoss_End_User_License_Agreement_">
+ <title>Certified and Compatible Configurations</title>
+ <para>
+ <ulink url="http://www.jboss.com/products/platforms/portals/testedconfigurations/">http://www.jboss.com/products/platforms/portals/testedconfigurations/</ulink>
+ </para>
+ </formalpara>
+ </chapter>
+ </part>
+ <part>
+ <title>Enterprise Portal Platform</title>
+<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="needinfo.xml" encoding="XML"/> --> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="known.xml" encoding="XML"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="resolved.xml"/>
+ </part>
+ <part>
+ <title>Site Publisher Plug-in</title>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sp_known.xml" encoding="XML"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sp_resolved.xml" encoding="XML"/>
+ <chapter id="Release_Notes-Issues_Resolved_Upstream">
+ <title>Issues Resolved Upstream<remark>Issues Resolved Upstream</remark></title>
+ <para>This release contains Site Publisher issues resolved upstream by eXo Platform. The following major issues fixed by eXo Platform have been verified by the JBoss Enterprise Portal Platform Engineering team and included as part of this release. </para>
+ <para><remark>These issues have been pulled out of eXo Platform's JIRA instance using a modified version of JOT. The issues included here are CRITICAL and BLOCKER issues only. </remark></para>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="resolved_issues_eXo.xml" encoding="XML"/>
+ </chapter>
+ </part>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Revision_History.xml"/>
+</book>
Modified: epp/docs/branches/5.2/Release_Notes/en-US/known.xml
===================================================================
--- epp/docs/branches/5.2/Release_Notes/en-US/known.xml 2012-08-10 14:39:50 UTC (rev 8816)
+++ epp/docs/branches/5.2/Release_Notes/en-US/known.xml 2012-08-19 22:43:22 UTC (rev 8817)
@@ -14,37 +14,5 @@
</remark>
<variablelist>
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=807279"><citetitle>BZ#807279</citetitle></ulink> - Support WSRP applications for Export/Import</term>
- <listitem>
- <remark>Status: NEW</remark>
- <para>
- When WSRP is added to a page, and a user attempts to export the page using the portal management functions, an exception displays stating WSRP is not supported. This issue is being investigated, and will be included in a future release of the portal. There is no workaround to this issue.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=809141"><citetitle>BZ#809141</citetitle></ulink> - Sample extension datasource uses local-tx-datasource type</term>
- <listitem>
- <remark>Status: NEW</remark>
- <para>
- It was discovered that the sample datasource file for portal extensions
-<filename>jboss-as/docs/examples/portal/gatein-sample-portal-ds.xml</filename> specifies the incorrect datasource type for IDM. It should be no-tx-datasource for IDM and
-local-tx-datasource for JCR, instead of local-tx-datasource for both directive blocks. To work around the issue, define the datasource type manually, following the guidelines in this Release Note.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=810345"><citetitle>BZ#810345</citetitle></ulink> - one-off patch: File name is not displayed correctly if it contains Portuguese accent characters during uploading</term>
- <listitem>
- <remark>Status: ASSIGNED</remark>
- <para>
- It was discovered that an issue with exo.portal.component.web.server caused the names of uploaded files to display incorrectly if they contained Portuguese accent characters. The fix provides an updated version of exo.portal.component.web.server with improvements to special international character encoding. The originally reported issue is resolved as a result of these improvements.
- </para>
- </listitem>
-</varlistentry>
-
</variablelist>
</chapter>
Deleted: epp/docs/branches/5.2/Release_Notes/en-US/known_issues.xml
===================================================================
--- epp/docs/branches/5.2/Release_Notes/en-US/known_issues.xml 2012-08-10 14:39:50 UTC (rev 8816)
+++ epp/docs/branches/5.2/Release_Notes/en-US/known_issues.xml 2012-08-19 22:43:22 UTC (rev 8817)
@@ -1,4 +0,0 @@
-
-<para>
-There are no known issues in this release.
-</para>
Deleted: epp/docs/branches/5.2/Release_Notes/en-US/need_info.xml
===================================================================
--- epp/docs/branches/5.2/Release_Notes/en-US/need_info.xml 2012-08-10 14:39:50 UTC (rev 8816)
+++ epp/docs/branches/5.2/Release_Notes/en-US/need_info.xml 2012-08-19 22:43:22 UTC (rev 8817)
@@ -1,4 +0,0 @@
-
-<para>
-There are no issues that required more information at this time.
-</para>
Modified: epp/docs/branches/5.2/Release_Notes/en-US/needinfo.xml
===================================================================
--- epp/docs/branches/5.2/Release_Notes/en-US/needinfo.xml 2012-08-10 14:39:50 UTC (rev 8816)
+++ epp/docs/branches/5.2/Release_Notes/en-US/needinfo.xml 2012-08-19 22:43:22 UTC (rev 8817)
@@ -15,5 +15,254 @@
</remark>
<variablelist>
+<varlistentry>
+ <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=793425"><citetitle>BZ#793425</citetitle></ulink> - Creating user with username differing only in case-senstive case popups unknown error</term>
+ <listitem>
+ <para>The status is VERIFIED, assigned to mposolda(a)redhat.com.</para>
+ <para>
+ CAUSE: When you are creating new user/group, UI layer is trying to look if user/group with same name already exists. If it exists, it shows message in UI and it won't try to create such user/group.
+
+OpenDS is not case-sensitive by default, but Picketlink IDM is doing case-sensitive comparison of user/group names. So when you try to search user "viLiam" and you already have "viliam", Picketlink IDM will return that user doesn't exist as it compares with respect to case-sensitivity by default. But when it tries to create user "viLiam", then it is failing because OpenDS is not case-sensitive and user "viliam" is already here.
+
+FIX: It's possible to fix it by configure Picketlink IDM to compare user/group names in case-insensitive way. This can be done by switch option "allowNotCaseSensitiveSearch" of LDAPIdentityStore in picketlink-idm-config.xml file to true.
+
+RESULT: So IDM is still case-sensitive by default. But customers have possibility to use the option and switch it to true to avoid exception. For now, it's documented here https://community.jboss.org/wiki/GateInIdentityAndSecurityFAQ in Q6/A6.
+ </para>
+ </listitem>
+</varlistentry>
+
+<varlistentry>
+ <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794403"><citetitle>BZ#794403</citetitle></ulink> - Example skin looks scattered on the right side</term>
+ <listitem>
+ <para>The status is VERIFIED, assigned to ppalaga(a)redhat.com.</para>
+ <para>
+ Cause: Width of for .UIWorkingWorkspace .UIPageBody set in the default skin was not suitable for SimpleSkin distributed with AS documentation.
+Consequence: SimpleSkin looked scattered on the right side - the right border of #UIPageBody was shifted left and hidden under the JBoss EPP banner.
+Fix: The width of the element in question was overriden by a more specific rule setting the width to auto.
+Result: The border of #UIPageBody is rendered properly, aligned with the breadcrumbs panel above it.
+ </para>
+ </listitem>
+</varlistentry>
+
+<varlistentry>
+ <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=795937"><citetitle>BZ#795937</citetitle></ulink> - Add SCP Documentation to Admin Guide for GateIn Management</term>
+ <listitem>
+ <para>The status is ON_QA, assigned to jmorgan(a)redhat.com.</para>
+ <para>
+ Secure Copy documentation was missing from the Administration Guide. The SCP information is now present in the Administration Guide for Management Extensions and Command Line Interface chapters.
+ </para>
+ </listitem>
+</varlistentry>
+
+<varlistentry>
+ <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=798801"><citetitle>BZ#798801</citetitle></ulink> - Fix the sample portal datasource file.</term>
+ <listitem>
+ <para>The status is VERIFIED, assigned to ppalaga(a)redhat.com.</para>
+ <para>
+ Cause: gatein-sample-portal-ds.xml file included in the documentation distributed with JBoss AS was out of sync with the gatein-ds.xml.
+Consequence: Errors in the application server log when gatein-sample-portal-ds.xml was deployed together with gatein-sample-portal.ear
+Fix: gatein-sample-portal-ds.xml file was brought in sync with gatein-ds.xml: (1) The order of datasources: IDM before JCR; (2) The Hypersonic data file location now under the gatein conf directory. (3) The IDM datastore was changed from local-tx-datasource to no-tx-datasource.
+Result: Deployment of gatein-sample-portal-ds.xml with gatein-sample-portal.ear now finishes without errors and the sample portal can be visited under http://localhost:8080/sample-portal.
+ </para>
+ </listitem>
+</varlistentry>
+
+<varlistentry>
+ <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=801821"><citetitle>BZ#801821</citetitle></ulink> - Ensure that starter web application is always started last</term>
+ <listitem>
+ <para>The status is CLOSED, assigned to hfnukal(a)redhat.com.</para>
+ <para>
+
+ </para>
+ </listitem>
+</varlistentry>
+
+<varlistentry>
+ <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=803567"><citetitle>BZ#803567</citetitle></ulink> - Create Gatein/EPP JON Plugin Documentation</term>
+ <listitem>
+ <para>The status is ON_QA, assigned to jmorgan(a)redhat.com.</para>
+ <para>
+ GateIn JON Plug-in information was missing from the documentation when the plug-in was initially released in v5.2.1. The content has been added in to a dedicated chapter in the Administration Guide in this release. Additionally, the Installation Guide has been updated with JBoss ON installation guidance.
+ </para>
+ </listitem>
+</varlistentry>
+
+<varlistentry>
+ <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=807012"><citetitle>BZ#807012</citetitle></ulink> - Remove possibly unused JARs from gatein.ear/lib</term>
+ <listitem>
+ <para>The status is VERIFIED, assigned to hfnukal(a)redhat.com.</para>
+ <para>
+ Archive gatein.ear contains dupliucated jars.
+Jars are removed.
+ </para>
+ </listitem>
+</varlistentry>
+
+<varlistentry>
+ <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=812657"><citetitle>BZ#812657</citetitle></ulink> - error when add new group the same with existing but different with lower and upper case on mysql</term>
+ <listitem>
+ <para>The status is VERIFIED, assigned to mposolda(a)redhat.com.</para>
+ <para>
+ CAUSE: When you are creating new group, UI layer is trying to look if group with same name already exists. If it exists, it shows message in UI and it won't try to create such group.
+
+MySQL DB is not case-sensitive by default, but Picketlink IDM is doing case-sensitive comparison of group names. So when you try to search group "TEST_group" and you already have "test_group", Picketlink IDM will return that group doesn't exist as it compares with respect to case-sensitivity by default. But when it tries to create group "TEST_group", then it is failing because MySQL DB is not case-sensitive.
+
+FIX: It's possible to fix it by configure Picketlink IDM to compare group names in case-insensitive way. This can be done by switch option "allowNotCaseSensitiveSearch" of HibernateIdentityStore in picketlink-idm-config.xml file to true.
+
+RESULT: So IDM is still case-sensitive by default. But customers have possibility to use the option and switch it to true to avoid exception. For now, it's documented here https://community.jboss.org/wiki/GateInIdentityAndSecurityFAQ in Q6/A6.
+ </para>
+ </listitem>
+</varlistentry>
+
+<varlistentry>
+ <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=813729"><citetitle>BZ#813729</citetitle></ulink> - EPP configuration files use multiple version of kernel xsd definition</term>
+ <listitem>
+ <para>The status is VERIFIED, assigned to ppalaga(a)redhat.com.</para>
+ <para>
+ Cause: Due to historical reasons several versions of kernel_1_*.xsd were referenced from XML configutation files.
+Consequence: No harmful consequences known. XML configuration files seemed to be unconsistent.
+Fix: All kernel_1_[^2].xsd references were replaced by kernel_1_2.xsd.
+Result: XML configuration files look consistent.
+ </para>
+ </listitem>
+</varlistentry>
+
+<varlistentry>
+ <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=813751"><citetitle>BZ#813751</citetitle></ulink> - Portlet Bridge - NPE when loading styles via <link> tag</term>
+ <listitem>
+ <para>The status is VERIFIED, assigned to kfinniga(a)redhat.com.</para>
+ <para>
+ Documentation needs to be updated for Portlet Bridge to recommend following for including RichFaces scripts and stylesheets when using LoadStyleStrategy and LoadScriptStrategy of NONE:
+
+
+ <a4j:loadScript src="resource:////org/ajax4jsf/framework.pack.js" type="text/javascript" />
+ <a4j:loadScript src="resource:////org/richfaces/ui.pack.js" type="text/javascript" />
+ <a4j:loadStyle src="resource:////org/richfaces/skin.xcss" />
+ </para>
+ </listitem>
+</varlistentry>
+
+<varlistentry>
+ <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=824855"><citetitle>BZ#824855</citetitle></ulink> - Strange duplicated requests in gadget rendering</term>
+ <listitem>
+ <para>The status is VERIFIED, assigned to hfnukal(a)redhat.com.</para>
+ <para>
+ C: Gadgets on dashboard sends more requests then necessary.
+C: Performance impact on page loading.
+R: Load only necessary data.
+F: Each gadget is rendered individually.
+ </para>
+ </listitem>
+</varlistentry>
+
+<varlistentry>
+ <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=824860"><citetitle>BZ#824860</citetitle></ulink> - Error while rendering doodle gadget when source is dead</term>
+ <listitem>
+ <para>The status is VERIFIED, assigned to hfnukal(a)redhat.com.</para>
+ <para>
+ Cause: Loading gadget when source was down
+Consequence: Gadget not loaded, broken UI
+Fix: Handle error on background
+Result: Show user friendly error
+ </para>
+ </listitem>
+</varlistentry>
+
+<varlistentry>
+ <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=824863"><citetitle>BZ#824863</citetitle></ulink> - groovy template should not print "null" string when variable is null</term>
+ <listitem>
+ <para>The status is ON_QA, assigned to hfnukal(a)redhat.com.</para>
+ <para>
+ C: GTMPL template prints null, when key was not definned
+C: Non valid string shown on page
+R: Use empty string
+F: Returning empty string instead of null.
+ </para>
+ </listitem>
+</varlistentry>
+
+<varlistentry>
+ <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=835369"><citetitle>BZ#835369</citetitle></ulink> - WSRP: The supportedOptions element in the producers response to a getServiceDescription request is missing the supported features</term>
+ <listitem>
+ <para>The status is VERIFIED, assigned to claprun(a)redhat.com.</para>
+ <para>
+
+ </para>
+ </listitem>
+</varlistentry>
+
+<varlistentry>
+ <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=835375"><citetitle>BZ#835375</citetitle></ulink> - Patch to enhance WSRP producers response to a getServiceDescription request</term>
+ <listitem>
+ <para>The status is CLOSED, assigned to mweiler(a)redhat.com.</para>
+ <para>
+ PATCH NAME:
+ 835375
+PRODUCT NAME:
+ JBoss Enterprise Portal Platform (EPP)
+VERSION:
+ 5.2.1.GA
+SHORT DESCRIPTION:
+ The getServiceDescription response of WSRP v2 is not including the optional supportedOptions element
+LONG DESCRIPTION:
+ Using EPP 5.2.1 as WSRP v2 producer, the response to the getServiceDescription() request is not
+ including the supportedOptions element.
+MANUAL INSTALL INSTRUCTIONS:
+ Replace the file $EPP_HOME/jboss-as/server/$CONFIG/deploy/gatein-wsrp-integration.ear
+ with the patched one.
+COMPATIBILITY:
+ N/A
+DEPENDENCIES:
+ N/A
+SUPERSEDES:
+ BZ-832887
+SUPERSEDED BY:
+ EPP 5.2.2.GA
+CREATOR:
+ Martin Weiler
+DATE:
+ June 26, 2012
+ </para>
+ </listitem>
+</varlistentry>
+
+<varlistentry>
+ <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=835578"><citetitle>BZ#835578</citetitle></ulink> - Open an "Identity Transaction" only when it is necessary</term>
+ <listitem>
+ <para>The status is VERIFIED, assigned to mposolda(a)redhat.com.</para>
+ <para>
+ CAUSE: Currently hibernate transaction needs to be started for every HTTP request of anonymous or logged user to EPP. This always needs obtain new DB connection from connection pool, which is quite expensive operation.
+
+FIX: There is fix available in underlying component Picketlink IDM, which added possibility to start Hibernate transaction lazily only for case when it's really needed. It's adding new option "lazyStartOfHibernateTransaction" into Picketlink IDM configuration file. Value true means that Hibernate transaction will be started lazily only when needed. Value false is starting transaction non-lazily during each request (current behaviour)
+
+RESULT: In configuration file gatein.ear/02portal.war/WEB-INF/conf/organization/picketlink-idm/picketlink-idm-config.xml is new option added:
+ <option>
+ <name>lazyStartOfHibernateTransaction</name>
+ <value>false</value>
+ </option>
+
+We can see that default value is false, so behaviour is same like before (because of backward compatibility and avoiding of risk).
+
+But for customers, who have problem with performance and DB connection is critical for them, it would be good to switch this option to "true".
+ </para>
+ </listitem>
+</varlistentry>
+
+<varlistentry>
+ <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=838973"><citetitle>BZ#838973</citetitle></ulink> - Dashboard pages with special characters</term>
+ <listitem>
+ <para>The status is CLOSED, assigned to mwringe(a)redhat.com.</para>
+ <para>
+ CAUSE: Validation of dashboard page names changed.
+
+CONSEQUENCE: Dashboard page names with special characters are no longer considered an invalid page name.
+
+FIX: The portal can now properly handles dashboard page names with special characters. If a dashboard name contains an special character, it will be replaced with an underscore in the URL.
+
+RESULT: Special characters are now allowed in dashboard page names.
+ </para>
+ </listitem>
+</varlistentry>
+
</variablelist>
</chapter>
Modified: epp/docs/branches/5.2/Release_Notes/en-US/resolved.xml
===================================================================
--- epp/docs/branches/5.2/Release_Notes/en-US/resolved.xml 2012-08-10 14:39:50 UTC (rev 8816)
+++ epp/docs/branches/5.2/Release_Notes/en-US/resolved.xml 2012-08-19 22:43:22 UTC (rev 8817)
@@ -10,537 +10,26 @@
<variablelist>
<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=807626"><citetitle>BZ#807626</citetitle></ulink> - Producer registration error when producer is set to not use registrations</term>
+ <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=807279"><citetitle>BZ#807279</citetitle></ulink> - Support WSRP applications for Export/Import</term>
<listitem>
<remark>Status: VERIFIED</remark>
<para>
- EPP's WSRP producer uses a special registration to track portlet contexts when registration is disabled. This registration was improperly initialized resulting in registration errors when registration is disabled on the producer. The initialization of the registration has been fixed and a fix has been put in place to repair this improperly initialized registration from previous EPP versions.
+ When WSRP is added to a page, and a user attempts to export the page using the portal management functions, an exception displays stating WSRP is not supported. This issue is being investigated, and will be included in a future release of the portal. There is no workaround to this issue.
</para>
</listitem>
</varlistentry>
<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=798839"><citetitle>BZ#798839</citetitle></ulink> - Convert Installation Guide to Task Based Format</term>
+ <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=809141"><citetitle>BZ#809141</citetitle></ulink> - Sample extension datasource uses local-tx-datasource type</term>
<listitem>
<remark>Status: VERIFIED</remark>
<para>
- The Installation Guide has undergone extensive rework in this release, and has been converted to a task-based format. The Site Publisher Installation Guide has been merged into the Installation Guide to keep installation information for all platform elements together in one source.
+ It was discovered that the sample datasource file for portal extensions
+<filename>jboss-as/docs/examples/portal/gatein-sample-portal-ds.xml</filename> specifies the incorrect datasource type for IDM. It should be no-tx-datasource for IDM and
+local-tx-datasource for JCR, instead of local-tx-datasource for both directive blocks. To work around the issue, define the datasource type manually, following the guidelines in this Release Note.
</para>
</listitem>
</varlistentry>
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794070"><citetitle>BZ#794070</citetitle></ulink> - Unable to remove DB users if LDAP store is not read-only</term>
- <listitem>
- <remark>Status: VERIFIED</remark>
- <para>
- It was discovered that an error in the PicketLink IDM caused a problem with removing an LDAP User from a read/write user store, when the user was not present in the IDM database. The fix introduces logic improvements to user management that ensures a user can only be removed from the correct identity store.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794428"><citetitle>BZ#794428</citetitle></ulink> - Deleting a group causes IdentityException with openldap</term>
- <listitem>
- <remark>Status: VERIFIED</remark>
- <para>
- If a nested IDM OpenLDAP child group was deleted from its parent, an IdentityException occurred because OpenLDAP IDM removed the child group but not the parent-child relationship. The fix improves the logic behind child group deletion to ensure group associations are removed prior to deleting a group.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794436"><citetitle>BZ#794436</citetitle></ulink> - Duplicated last entry in the user list of the organization portlet</term>
- <listitem>
- <remark>Status: VERIFIED</remark>
- <para>
- A design limitation in the Organization API caused inefficient paginated user queries. This was identified when user duplication occurred across LDAP and within the database, and there was different user data contained in these databases. The portal displayed the last entry in the returned query several times, which caused confusion when interpreting the query results. The fix introduces a configuration switch "countPaginatedUsers", which is configurable in the idm-configuration.xml file. Set the value to false to activate the switch, and improve query accuracy.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=793319"><citetitle>BZ#793319</citetitle></ulink> - Remove IP addresses from picketlink msad example config files</term>
- <listitem>
- <remark>Status: VERIFIED</remark>
- <para>
- It was discovered that the Microsoft Active Directory (MSAD) configuration files (<filename>picketlink-idm-msad-config.xml</filename> and <filename>picketlink-idm-msad-readonly-config.xml</filename>) contained a providerURL property with an IP address specified. The IP address was interpreted by customers as required and mandatory, instead of being interpreted as a value that needed to be changed to an IP address used in the customer's implementation. The fix replaces the numerical IP address with replaceable values that are more prescriptive to users, which corrects the originally reported issue.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=793910"><citetitle>BZ#793910</citetitle></ulink> - GTNPORTAL-1940 calender doesnt disappear if tab is used for navigation</term>
- <listitem>
- <remark>Status: VERIFIED</remark>
- <para>
- It was discovered that when users tabbed away from the calendar field, the calendar dialog persisted. Users had to click outside the calendar field to close the calendar dialog. The fix introduces updated behavior which ensures the calendar dialog closes on tab navigation away from the field. This corrects the originally reported issue.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794181"><citetitle>BZ#794181</citetitle></ulink> - Some first name and last name parameters are reversed in Japanese message bundle of UserInfoPortlet</term>
- <listitem>
- <remark>Status: VERIFIED</remark>
- <para>
- An issue was found in UserInfoPortlet concerning the
-"firstname" and "lastname" Japanese field translations. The first name and last name field translations were swapped, which made it difficult for Japanese users to populate the correct fields with appropriate name data. The fix correct the labels for the firstname and lastname fields, which corrects the originally reported issue.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794445"><citetitle>BZ#794445</citetitle></ulink> - Admin console does not display JBoss info: only OS info is shown</term>
- <listitem>
- <remark>Status: VERIFIED</remark>
- <para>
- JON did not detect JBoss Enterprise Portal Platform as an altered JBoss Enterprise Application Platform. This caused the admin-console to not display metrics about the portal, and only display basic operating system information. The fix corrects JON to recognize the portal as a altered application platform. Metrics available for JBoss Enterprise Application Platform are now available for Enterprise Portal Platform.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794461"><citetitle>BZ#794461</citetitle></ulink> - Patch required for CVE-2012-0818</term>
- <listitem>
- <remark>Status: VERIFIED</remark>
- <para>
- It was found that RESTEasy was vulnerable to XML External Entity (XXE) attacks. If a remote attacker submitted a request containing an external XML entity to a RESTEasy endpoint, the entity would be resolved, allowing the attacker to read files accessible to the user running the application server. This flaw affected DOM (Document Object Model) Document and JAXB (Java Architecture for XML Binding) input. (<ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=785631">CVE-2012-0818</ulink>)
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794390"><citetitle>BZ#794390</citetitle></ulink> - List of users in group counts with users from all realms (paging is displayed, but no user)</term>
- <listitem>
- <remark>Status: VERIFIED</remark>
- <para>
- In some methods in PicketLink IDM, the correct identity realm information was not used in the hibernate query. This issue was fixed in PicketLink and included in this release of the platform.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794386"><citetitle>BZ#794386</citetitle></ulink> - Update documentation to describe how to replace HSQLDB in EPP</term>
- <listitem>
- <remark>Status: VERIFIED</remark>
- <para>
- It was discovered that there was insufficient information in the Installation Guide regarding how to replace the default Hypersonic Database (HSQLDB) with a certified database that Red Hat supports. Detailed steps have been added to the Database Configuration section of the guide, which explain how to replace HSQLDB, and the requirements JBoss Enterprise Portal Platform has regarding separate databases for JCR and IDM.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794440"><citetitle>BZ#794440</citetitle></ulink> - Docs: Instructions on how to set up the https connector are incomplete</term>
- <listitem>
- <remark>Status: VERIFIED</remark>
- <para>
- Gadgets require HTTPS to be configured correctly in order to operate. This requirement was not clearly documented in the Installation Guide, which caused configuration issues for customers. Instructions from a KBase article have been incorporated into the Installation Guide, with clarifying links to other JBoss Middleware product documentation for background info on keystore and truststore configuration.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794466"><citetitle>BZ#794466</citetitle></ulink> - LOGIN_URL contains a line break in CAS integration document</term>
- <listitem>
- <remark>Status: VERIFIED</remark>
- <para>
- A problem was identified with an important file path in the "Redirect to CAS" procedure of the Reference Guide. A break in the LOGIN_URL parameter value caused issues when the code sample was copied, causing the code sample to be invalid when used verbatim in actual configuration. The LOGIN_URL value has been reformatted to a single line, which removes the space and corrects the originally reported issue.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=793259"><citetitle>BZ#793259</citetitle></ulink> - IE6 User Interface problems</term>
- <listitem>
- <remark>Status: VERIFIED</remark>
- <para>
- A problem affecting Microsoft Internet Explorer 6 caused portal javascript module messages to remain in the window status area after the module had successfully loaded. This caused confusion if a customer was not aware a module had loaded, and saw the error message. The fix corrects the issue by clearing the window.status message after a javascript module is loaded.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=793639"><citetitle>BZ#793639</citetitle></ulink> - Create additional portal objects for external groups</term>
- <listitem>
- <remark>Status: VERIFIED</remark>
- <para>
- If a user manually added users or groups into a Java Content Repository or LDAP, the required objects were not created because some necessary listeners were not called as they would be if the Organization API was used. This could result in exceptions in some situations, because the required JCR objects for a particular user or group were not correctly initialized. The fix introduces the CoreOrganizationInitializer plugin (exo.portal.component.initializer), which monitors the JCR and LDAP for changes and initiates the listeners when required. The plugin is disabled by default, but can be enabled by a portal administrator by uncommenting the block in <filename><replaceable>JBOSS_HOME</replaceable>/server/<replaceable>PROFILE</replaceable>/deploy/gatein.ear/02portal.war/WEB-INF/conf/configuration.xml</filename>, which imports the configuration stored in the initializer-configuration.xml file.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=793804"><citetitle>BZ#793804</citetitle></ulink> - logged in user's role change doesn't take effect on the UI after a certain amount of "cache" time or user logs out and re-login.</term>
- <listitem>
- <remark>Status: VERIFIED</remark>
- <para>
- It was discovered that changing memberships of already authenticated users did not immediately take effect. If a user had administrative membership revoked, and remained logged onto the portal, the privileges were still accessible for up to 30 minutes until the user permissions cache was refreshed. This could permit the user to perform undesirable actions in the portal. The fix introduces a new listener "MembershipUpdateListener" which has been added to <filename><replaceable>JBOSS_HOME</replaceable>/server/<replaceable>PROFILE</replaceable>/deploy/gatein.ear/02portal.war/WEB-INF/conf/organization/organization-configuration.xml</filename> directive file. The listener immediately updates authenticated user memberships based on information in the ConversationRegistry. Changes to user memberships now take effect immediately, which corrects the originally reported issue.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794235"><citetitle>BZ#794235</citetitle></ulink> - The display name of login user should be configurable in UIUserInfoPortlet</term>
- <listitem>
- <remark>Status: VERIFIED</remark>
- <para>
- The way the display name of authenticated users presented in portal screens used the firstName lastName format (commonly referred to as Western Order). Customers in regions where Eastern Order is prevalent reported issues with configuring upper-name requirements in portal UI screens. The fix introduces the Display Name (displayName) field, which is available in all UI screens. When configuring a user account, the user can specify their preferred display name, which overrides the fullName value retrieved by default.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794394"><citetitle>BZ#794394</citetitle></ulink> - Invalid page title of page causes unability to edit node</term>
- <listitem>
- <remark>Status: VERIFIED</remark>
- <para>
- An issue with field value validation in page title fields caused angle brackets to be added verbatim to the page title. These verbatim characters resulted in portal page errors because the angle brackets were not substituted with HTML character references when the form was saved. The fix introduces NoHTMLTagValidator logic in page title fields, which prevents verbatim angle brackets from being entered into the field. Angle brackets can be included in titles, providing the correct HTML character references are declared: &lt; and &gt;
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794376"><citetitle>BZ#794376</citetitle></ulink> - Navigation labels are shortened but not looking good in multibyte languages</term>
- <listitem>
- <remark>Status: VERIFIED</remark>
- <para>
- To fit on the user interface, navigation node names are cut after a certain number of characters. Cutting happened after measuring the length of the encoded string. Some encoded characters were cut in the middle, resulting in incorrect characters on the screen. The string is now measured and cut before the encoding takes place. Navigation nodes are now properly shortened.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=803544"><citetitle>BZ#803544</citetitle></ulink> - ViewExpiredException when using Portlet Bridge over WSRP with WS Security</term>
- <listitem>
- <remark>Status: VERIFIED</remark>
- <para>
- The cookie session handler was not being set on each request from the producer and the consumer when ws-security was enabled. A session was created on each request, and any portlets that relied on sessions would not function properly. The fix implements changes to the order of the web service handlers that ensure the session is properly added on each invocation between the consumer and producer. Sessions now work properly with WSRP when WS-Security is enabled
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=805875"><citetitle>BZ#805875</citetitle></ulink> - WSRP configuration files to be picked up from gatein.conf.dir on Windows machine</term>
- <listitem>
- <remark>Status: VERIFIED</remark>
- <para>
- The WSRP extension didn't properly compute paths to the configuration files, resulting in the extension not being able to find the configuration files on Windows systems. The path computing algorithm has been changed to resolve this issue.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=793666"><citetitle>BZ#793666</citetitle></ulink> - WSRP admin interface graphics has minor problems</term>
- <listitem>
- <remark>Status: VERIFIED</remark>
- <para>
- The WSRP administration portlet user interface has been slightly improved to resolve some rendering errors in older browsers.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=793571"><citetitle>BZ#793571</citetitle></ulink> - GTNPORTAL-1673 make UI validation regular expressions configurable by users</term>
- <listitem>
- <remark>Status: CLOSED</remark>
- <para>
- Several fields requiring user names were previously validated using hardcoded logic, which prevented users from easily changing what user name formats were acceptable for their requirements. The fix implements ExpressionValidator, which permits user name validation changes without having to customize the source code. The validator allows users to specify the format required for valid user names, which overrides the default field validation present in the portal.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794400"><citetitle>BZ#794400</citetitle></ulink> - able to save wsrp producer property with non-valid name</term>
- <listitem>
- <remark>Status: CLOSED</remark>
- <para>
- Values input in the registration properties field in
-the Producer configuration part of the WSRP administration portlet were not properly validated. This resulted in errors further down the stack (in particular at the persistence level), an inconsistent user interface, and possible XSS vulnerabilities. Input is now properly validated and errors should now be caught much earlier, rherefore avoiding invalid values to propagate to lower levels of the WSRP service.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794350"><citetitle>BZ#794350</citetitle></ulink> - Breadcrumb Portlet doesn't update when a language change occurs</term>
- <listitem>
- <remark>Status: CLOSED</remark>
- <para>
- A problem with the breadcrumb menu caused the breadcrumb menu in portal screens to remain in the originally selected language after users selected their preferred language. The fix introduces improvements to the breadcrumb code that refresh the breadcrumb menu when a users selects their preferred language. This fixes the originally reported issue.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794369"><citetitle>BZ#794369</citetitle></ulink> - Gadgets without titles not handled properly in Application Registry</term>
- <listitem>
- <remark>Status: CLOSED</remark>
- <para>
- It was discovered that a Gadget could be added with an empty title. This caused the gadget to become unusable because all gadgets must have a title. The fix ensures that the title field is completed correctly prior to the gadget being saved, therefore fixing the issue.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794463"><citetitle>BZ#794463</citetitle></ulink> - ResourceIDs are sometimes lost when serving portlet resources</term>
- <listitem>
- <remark>Status: CLOSED</remark>
- <para>
- It was discovered that ResourceIDs were sometimes lost when serving resources during a portlet invocation. This would cause the resourceIds to be null, resulting in resources not being properly fetched. The fix implements logic changes that now provide additional checks within the portal for resourceIDs. Resources now function more reliably, particularly when using the portlet bridge over WSRP.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794384"><citetitle>BZ#794384</citetitle></ulink> - Unicode characters handling problem</term>
- <listitem>
- <remark>Status: CLOSED</remark>
- <para>
- HTTP Request parameters were retrieved before the character encoding was set to UTF-8. The default character encoding of ISO-8859-1 was used instead, leading to corrupted characters. The fix ensures character encoding is set to UTF-8 before Request parameters are accessed. Correct unicode characters are now returned in form posts.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=793938"><citetitle>BZ#793938</citetitle></ulink> - Replicated session is corrupted in Portlet Bridge Seam application</term>
- <listitem>
- <remark>Status: CLOSED</remark>
- <para>
- An issue with de-serialization discovered in org.gatein.pc.api.PortletInvokerException caused the
-Clustered Seam Booking demo Portlet to throw an exception when the user session node failed or shutdown, and the user session transferred to another node. The fix implements changes to org.gatein.pc.api.PortletInvokerException that calls defaultReadObject() when de-serializing PortalIdentity.
-The Session is correctly restored for the Seam Booking portlet after the user session is transferred to an available node.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=793999"><citetitle>BZ#793999</citetitle></ulink> - PBR-284: rich:simpleTogglePanel does not work when placing two portlets in a page</term>
- <listitem>
- <remark>Status: CLOSED</remark>
- <para>
- An issue with how PortletBridge wrapped JavaScript files from RichFaces caused portlets to function incorrectly, and throw JavaScript errors. The fix correctly identifies the JavaScript files that require wrapping by PortletBridge using the LoadScriptStrategy ALL and WRAP_SCRIPTS true parameter values. RichFaces portlets now function correctly on Microsoft Internet Explorer and Chrome.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=793387"><citetitle>BZ#793387</citetitle></ulink> - Administration portlets not accessible when reconnection to LDAP from another instance</term>
- <listitem>
- <remark>Status: CLOSED</remark>
- <para>
- A problem with the logic in OrganizationDatabaseInitializer caused issues with LDAP group mapping and permissions when the platform was executed for the first time. The fix introduces updated logic in NewPortalConfigListener, which ensures LDAP groups are correctly initialized, with all permission fields properly assigned.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=793838"><citetitle>BZ#793838</citetitle></ulink> - Provide support for a newer JOSSO version</term>
- <listitem>
- <remark>Status: CLOSED</remark>
- <para>
- Due to a changed Java Open Single Sign On JOSSO agent API, it was only possible to upgrade JOSSO to v1.8.1. An upstream fix was applied to JBoss Enterprise Portal Platform which allows later JOSSO versions to be applied after v1.8.1. A changed JOSSO agent API between JOSSO versions v1.8.1 and v1.8.2 requires different packaging, which has changed some procedures. Refer to the updated procedures in the <citetitle>Reference Guide</citetitle> "Java Open Single Sign-On Project" section for more details.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=793956"><citetitle>BZ#793956</citetitle></ulink> - Support for system property substitution in PicketLink IDM configuration</term>
- <listitem>
- <remark>Status: CLOSED</remark>
- <para>
- Picketlink IDM did not support system property substitution in the configuration files.
-
-The fix implements parameters that allow system property substitution. Substitution is supported for every String element in the Picketlink IDM configuration file. The substitution operates in the same way as JBoss Enterprise Application Platform substitution. Usage examples follow.
-
-<itemizedlist>
- <listitem>
- <para>${property1} - Substitutes the system property "property1".</para>
- </listitem>
- <listitem>
- <para>${property1:defaultValue} - Substitutes the system property "property1", and passes the "defaultValue" value if the system property is not set.</para>
- </listitem>
- <listitem>
- <para>${property1,property2:defaultValue} - Substitutes the system property "property1", then attempts to set the "property2" system property. If "property1" and "property2" are not set, fallback to "defaultValue".</para>
- </listitem>
-</itemizedlist>
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794129"><citetitle>BZ#794129</citetitle></ulink> - Log level improvement in FallbackIdentityStoreRepository class (PicketLink IDM)</term>
- <listitem>
- <remark>Status: CLOSED</remark>
- <para>
- It was discovered that the Picketlink IDM FallbackIdentityStoreRepository class was using INFO logging instead of an elevated log level. Customers could miss important error information in the logs because INFO is commonly used for non-critical errors. The fix implements SEVERE logging category changes for all exceptions that are not propagated to the caller. For exceptions that are propagated to the caller, FINER logging is configured because these exceptions should be processed and logged by the caller.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794356"><citetitle>BZ#794356</citetitle></ulink> - Clicking on User management tabs can cause the "no results found" popup</term>
- <listitem>
- <remark>Status: CLOSED</remark>
- <para>
- A User Interface issue with the "No Result Found" pop-up caused it to display when a user first searched for a non-existent user string, then searched for a string that was known to exist. Users experienced issues with finding user records because the pop-up suggested there were no valid results when valid results existed. The fix implements changes to OrganizationManagementPortlet, which ensure the "No results found" pop-up is displayed only when no results are found.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794454"><citetitle>BZ#794454</citetitle></ulink> - Images are processed by PortalRequestHandler</term>
- <listitem>
- <remark>Status: CLOSED</remark>
- <para>
- It was discovered that an incorrect mapping order in controller.xml caused PortalRequestHandler to process images. Because PortalRequestHandler was not designed to process images, incorrect HTTP header information was used for images. The fix corrects the mapping order in controller.xml so StaticResourceHandler is declared before PortalRequestHandler. This ensures the appropriate handler is called to manage images.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794456"><citetitle>BZ#794456</citetitle></ulink> - WebAppController needs to start RequestLifeCycle for every processing (including static resource processing)</term>
- <listitem>
- <remark>Status: CLOSED</remark>
- <para>
- A performance impact was discovered in the WebAppController that required RequestLifeCycle to be started for all processing, including static resources. Because RequestLifeCycle requires Hibernate transactions, this service needed to be started for all processing, which introduced a performance implication. The fix adds a new method (getRequireLifeCycle) to the WebRequestHandler class, which allows handlers to decide whether RequestLifeCycle is required to complete the transaction. Hibernate is only called for handlers sending requests to the portal, and not for handlers processing images.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794320"><citetitle>BZ#794320</citetitle></ulink> - Enable customization of LocalConfig service by extending existing implementations</term>
- <listitem>
- <remark>Status: CLOSED</remark>
- <para>
- It was discovered that many methods in LocaleConfigImpl, and
-LocaleConfigServiceImpl were declared final or private. Users were unable to reuse an existing implementation by extending and overriding the methods, and were forced to make a copy of the method to implement customized behavior. The fix removes the final declaration from these methods, and declares private methods as protected. This allows users to extend and override the default LocaleConfig implementation.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794437"><citetitle>BZ#794437</citetitle></ulink> - NullPointerException upgrading EPP from 5.1 to 5.2</term>
- <listitem>
- <remark>Status: CLOSED</remark>
- <para>
- After upgrading from EPP 5.1 to 5.2 with existing
-data and a custom portal, a "Cannot convert null to primitive type org.chromattic.core.vt2.ValueDefinition" Null Pointer Exception was thrown at the second server startup. This fix upgrades the NewPortalConfigListener to correctly handle such data.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794331"><citetitle>BZ#794331</citetitle></ulink> - Text encoding is lost in serveResources</term>
- <listitem>
- <remark>Status: CLOSED</remark>
- <para>
- It was discovered that when content was served from a portlet, the resource encoding was being rewritten with the default encoding of the running JVM. To work around the issue, users had to serve the resource as a binary, or set the system encoding to ISO-8859-1. The fix implements improved resource handling, which honors the mime type encoding when outputting byte array data.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794341"><citetitle>BZ#794341</citetitle></ulink> - imported gadgets can have more than max characters which causes problems</term>
- <listitem>
- <remark>Status: CLOSED</remark>
- <para>
- It was discovered that an imported remote gadget description could contain more than 255 characters. If a user tried to edit a gadget with more than 255 characters in the description, an error message displayed: <literal>"The length of the text in field "Description :" must be between "0" and "255" characters."</literal>. The fix allows gadgets to have an unrestricted description length, which fixes the originally reported issue.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794349"><citetitle>BZ#794349</citetitle></ulink> - Application Registry has double entries for some applications</term>
- <listitem>
- <remark>Status: CLOSED</remark>
- <para>
- An issue with the 'Import Applications' request of the Application Registry caused some applications already added to a category to be added again. The fix implements logic changes to the 'Import Applications' request that check for already existing applications in a category.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794402"><citetitle>BZ#794402</citetitle></ulink> - Consistent initialization order of servlets/portlets at deploy and hot-deploy</term>
- <listitem>
- <remark>Status: CLOSED</remark>
- <para>
- Spring-specific portlet and servlet initialization ordering requirements caused Spring-based portlets to work when the server was first started, but fail on hot deployment. The fix introduces updates to the WCI component that allow manual registration of web applications that use a servlet. By specifying the load-on-start values between the registration portlet and the spring portlet, the way a portlet is initialized in relation to a servlet can be controlled. This fix only controls when the web application is registered in WCI with regards to another servlet, and not the servlet ordering with respect to portlets. There are multiple steps which need to be manually configured. Refer to the Bugzilla directly for more information and links to setup information.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794357"><citetitle>BZ#794357</citetitle></ulink> - possible to clone or copy system nodes in edit navigation</term>
- <listitem>
- <remark>Status: CLOSED</remark>
- <para>
- An issue with node copy or clone behavior allowed users to copy or clone a system node but not delete the node. This was caused by the node already being a system node, and therefore could not be deleted based on context. This issue
-has been fixed and included in this release of the product.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794396"><citetitle>BZ#794396</citetitle></ulink> - Deleting created subnode populates NPE and parent node is not properly deleted</term>
- <listitem>
- <remark>Status: CLOSED</remark>
- <para>
- It was discovered that deleting a navigation sub-node in a transient state (added in the Edit Navigation screen, but not yet saved) caused a Null Pointer Exception (NPE) and the parent navigation node was not correctly deleted. The fix introduces changes to the Edit Navigation logic that ensures the parent-child node relationship is handled correctly when deleted.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=793246"><citetitle>BZ#793246</citetitle></ulink> - Logo portlet on Dashboard - url validation</term>
- <listitem>
- <remark>Status: CLOSED</remark>
- <para>
- URLs provided to the logo portlets were improperly
-validated, excluding absolute URLs when they should have been allowed. This caused an error with the default URL. The URL validation scheme has been modified to allow absolute URLs, which corrects the issue.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=793701"><citetitle>BZ#793701</citetitle></ulink> - XSD NS references have bad URL in organization-configuration.xml</term>
- <listitem>
- <remark>Status: CLOSED</remark>
- <para>
- The XMLNS URLs in the <filename>02portal.war/WEB-INF/conf/organization/organization-configuration.xml</filename> file's NAMESPACE declaration contained an incorrect namespace URL. The fix corrects the issue for new installations. If you have created a custom server profile, ensure you manually change www.<replaceable>exoplaform</replaceable>.org to www.<replaceable>exoplatform</replaceable>.org in the
-NAMESPACE declaration of the file.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794319"><citetitle>BZ#794319</citetitle></ulink> - Upgrade openid4java to resolve CVE-2011-4314</term>
- <listitem>
- <remark>Status: CLOSED</remark>
- <para>
- It was found that the Attribute Exchange (AX) extension of OpenID4Java was not checking to ensure attributes were signed. If AX was being used to receive information that an application only trusts the identity provider to assert, a remote attacker could use this flaw to conduct man-in-the-middle attacks and compromise the integrity of the information via a specially-crafted request. By default, only the JBoss Seam openid example application uses OpenID4Java. (<ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=754386">CVE-2011-4314</ulink>)
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794385"><citetitle>BZ#794385</citetitle></ulink> - Czech localization labels for navigation nodes are missing</term>
- <listitem>
- <remark>Status: CLOSED</remark>
- <para>
- Root portal navigation nodes did not have access to localized menu content. If a user selected their local language from the available portal language selector, the portal language would default to English. The fix includes the missing localization files, which corrects the originally reported issue.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=793909"><citetitle>BZ#793909</citetitle></ulink> - PicketLink fails to match identity object type due to whitespaces in its DN</term>
- <listitem>
- <remark>Status: CLOSED</remark>
- <para>
- An issue in PicketLink identity verification resulted in domain names containing spaces causing the following exception to be raised: <literal>Cannot recognize identity object type by its DN</literal>. The fix implements changes to LDAPIdentityStoreRepository comparison logic, which compares the LDAP domain name with the domain name containing spaces. The logic ignores spaces in the domain name and searches for an overall character match. Domains that have a character match pass validation, which corrects the originally reported issue.
- </para>
- </listitem>
-</varlistentry>
-
</variablelist>
</chapter>
Deleted: epp/docs/branches/5.2/Release_Notes/en-US/resolved_issues.xml
===================================================================
--- epp/docs/branches/5.2/Release_Notes/en-US/resolved_issues.xml 2012-08-10 14:39:50 UTC (rev 8816)
+++ epp/docs/branches/5.2/Release_Notes/en-US/resolved_issues.xml 2012-08-19 22:43:22 UTC (rev 8817)
@@ -1,4 +0,0 @@
-
-<para>
-There are no resolved issues in this release.
-</para>
Deleted: epp/docs/branches/5.2/Release_Notes/en-US/resolved_issues_eXo.xml
===================================================================
--- epp/docs/branches/5.2/Release_Notes/en-US/resolved_issues_eXo.xml 2012-08-10 14:39:50 UTC (rev 8816)
+++ epp/docs/branches/5.2/Release_Notes/en-US/resolved_issues_eXo.xml 2012-08-19 22:43:22 UTC (rev 8817)
@@ -1,68 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE variablelist PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-]>
-
-
-<variablelist>
-
- <!-- https://jira.exoplatform.org/browse/ECMS-1206 -->
- <varlistentry>
- <term><ulink url="https://jira.exoplatform.org/browse/ECMS-1206">ECMS-1206</ulink></term>
- <listitem>
- <para>
- Publication : restoring a previous version should retain the publication dates properties
- </para>
- </listitem>
- </varlistentry>
-
- <!-- https://jira.exoplatform.org/browse/ECMS-3246 -->
- <varlistentry>
- <term><ulink url="https://jira.exoplatform.org/browse/ECMS-3246">ECMS-3246</ulink></term>
- <listitem>
- <para>
- Wrong UI when using InContextEditing feature
- </para>
- </listitem>
- </varlistentry>
-
- <!-- https://jira.exoplatform.org/browse/ECMS-3381 -->
- <varlistentry>
- <term><ulink url="https://jira.exoplatform.org/browse/ECMS-3381">ECMS-3381</ulink></term>
- <listitem>
- <para>
- Navigation By Content is broken
- </para>
- </listitem>
- </varlistentry>
-
- <!-- https://jira.exoplatform.org/browse/ECMS-3442 -->
- <varlistentry>
- <term><ulink url="https://jira.exoplatform.org/browse/ECMS-3442">ECMS-3442</ulink></term>
- <listitem>
- <para>
- Summary of article is not displayed
- </para>
- </listitem>
- </varlistentry>
-
- <!-- https://jira.exoplatform.org/browse/ECMS-3450 -->
- <varlistentry>
- <term><ulink url="https://jira.exoplatform.org/browse/ECMS-3450">ECMS-3450</ulink></term>
- <listitem>
- <para>
- File: Content of file is not displayed when editing
- </para>
- </listitem>
- </varlistentry>
-
- <!-- https://jira.exoplatform.org/browse/ECMS-3509 -->
- <varlistentry>
- <term><ulink url="https://jira.exoplatform.org/browse/ECMS-3509">ECMS-3509</ulink></term>
- <listitem>
- <para>
- Exception when edit Content Detail portlet
- </para>
- </listitem>
- </varlistentry>
-
-</variablelist>
Modified: epp/docs/branches/5.2/Release_Notes/en-US/sp_known.xml
===================================================================
--- epp/docs/branches/5.2/Release_Notes/en-US/sp_known.xml 2012-08-10 14:39:50 UTC (rev 8816)
+++ epp/docs/branches/5.2/Release_Notes/en-US/sp_known.xml 2012-08-19 22:43:22 UTC (rev 8817)
@@ -14,127 +14,5 @@
</remark>
<variablelist>
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=809507"><citetitle>BZ#809507</citetitle></ulink> - EPP-SP migration: Click at tag cloud throws exception</term>
- <listitem>
- <remark>Status: NEW</remark>
- <para>
- After migrating EPP-SP from version 5.1.x to 5.2.x, invoking a method that is related to user specific JCR data results in a javax.jcr.PathNotFoundException. Operations affected by this bug include:</para>
-<itemizedlist>
-<listitem>
-<para>Click at Tag Cloud icon in Content Explorer</para>
-</listitem>
-<listitem>
-<para>Change user password</para>
-</listitem>
-</itemizedlist>
-<para>A fix is currently being investigated.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=809521"><citetitle>BZ#809521</citetitle></ulink> - EPP-SP: Content language is incorrectly set to 'uk' when user language is set to <language>_<country> like pt_BR</term>
- <listitem>
- <remark>Status: NEW</remark>
- <para>
- When using SitePublisher with a language defined by <language>_<country> (such as Brazillian Portuguese: pt_BR), the drop down fields to select the content language is not automatically set to this language. Instead, the first language in the list - 'uk' - is auto-selected. A fix is currently being investigated.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=809522"><citetitle>BZ#809522</citetitle></ulink> - EPP-SP: "Upload Image" from "WCM Content Selector" doesn't work for a custom form</term>
- <listitem>
- <remark>Status: NEW</remark>
- <para>
- When using a custom form created by the Form Builder, the Upload Image function does not work in the Rich Editor using WCM Content Selector. A fix is currently being investigated.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=809525"><citetitle>BZ#809525</citetitle></ulink> - EPP-SP: Javascript priority doesn't work</term>
- <listitem>
- <remark>Status: NEW</remark>
- <para>
- Using the priority field when creating JavaScript content in Content Explorer does not have an influence on the content ordering inside the merged JavaScript file. Changing the priority values has no impact on the generated compressed JavaScript output. A fix is currently being investigated.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=809528"><citetitle>BZ#809528</citetitle></ulink> - EPP-SP: MissingResourceException in UIPresentationContainer.gtmpl</term>
- <listitem>
- <remark>Status: NEW</remark>
- <para>
- When using EPP-SP with language set to Brazillian Portuguese (pt_BR), changing to Edit mode on a page containing a Single Content Viewer Portlet results in a java.util.MissingResourceException. A fix will be included in an upcoming release. </para>
-
-<para>The workaround for the current release is to add keys for pt_BR locale in the <filename>gatein-wcm-extension-<replaceable>VERSION</replaceable>/presentation.war/WEB-INF/classes/locale/portlet/SingleContentViewer/SingleContentViewer_pt_BR.properties</filename> file:
-
-<programlisting>UIPresentationContainer.msg.internal-server-error=Um erro ocorreu ao efetuar uma requisicao ao servidor.
-UIPresentationContainer.msg.empty-title-error=Informe um novo titulo</programlisting>
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=809531"><citetitle>BZ#809531</citetitle></ulink> - EPP-SP: Problem with SP content export/import</term>
- <listitem>
- <remark>Status: NEW</remark>
- <para>
- An issue with the Site Publisher Import with History function was discovered with exported parent folders that contained an article, as well as a child folder that contained another article. This issue will be fixed in a subsequent release. There is currently no workaround to this issue.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=811320"><citetitle>BZ#811320</citetitle></ulink> - Quick Search doesn't work after migration from 5.1.0 to 5.2.1</term>
- <listitem>
- <remark>Status: NEW</remark>
- <para>
- The quick search function does not work after upgrading Site Publisher from v5.1.0 to v5.2.1. Searching using the quick search field returns no search results and causes a Null Pointer Exception in the server log. To workaround the issue, perform the following modifications:</para>
-<orderedlist>
- <listitem>
- <para>Log onto the "classic" portal using administrator credentials.</para>
- </listitem>
- <listitem>
- <para>Open the "classic" portal Quick Search page.</para>
- </listitem>
- <listitem>
- <para>Click Edit Page</para>
- </listitem>
- <listitem>
- <para>Edit the "Search Result" portlet.</para>
- </listitem>
- <listitem>
- <para>Update the Base Path setting to point to the portal detail page instead of the parameterizedviewer page, as per the example at [1]</para>
- </listitem>
-</orderedlist>
-<para>[1] Change from http://<replaceable><host></replaceable>:8080/ecmdemo/classic/parameterizedviewer? to http://<replaceable><host></replaceable>:8080/ecmdemo/classic/detail?
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=813321"><citetitle>BZ#813321</citetitle></ulink> - Content with Portugese title cannot be saved after edited</term>
- <listitem>
- <remark>Status: NEW</remark>
- <para>
- If an uploaded file contains accented characters in the title (for example, a file named "ááááá ã ã ã óóóó.txt") the file can not be saved after it is edited in Content Explorer. A "Cannot save the file. PathNotFoundException" error occurs. There is no current workaround for this issue, apart from not including accented characters in file names.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=809545"><citetitle>BZ#809545</citetitle></ulink> - EPP-SP migration: Overriding search form template location not working after migration</term>
- <listitem>
- <remark>Status: ASSIGNED</remark>
- <para>
- If the EPP-SP instance was migrated from EPP 5.2.x to EPP 5.2.1, the built-in templates and views were not automatically updated to the new version. This resulted in some functions not working correctly in some use-cases, such as using the advanced search. This behavior has been corrected in the current version by upgrading the built-in templates and views automatically during a migration from a previous EPP-SP version.
- </para>
- </listitem>
-</varlistentry>
-
</variablelist>
</chapter>
Modified: epp/docs/branches/5.2/Release_Notes/en-US/sp_needinfo.xml
===================================================================
--- epp/docs/branches/5.2/Release_Notes/en-US/sp_needinfo.xml 2012-08-10 14:39:50 UTC (rev 8816)
+++ epp/docs/branches/5.2/Release_Notes/en-US/sp_needinfo.xml 2012-08-19 22:43:22 UTC (rev 8817)
@@ -15,15 +15,6 @@
</remark>
<variablelist>
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=810340"><citetitle>BZ#810340</citetitle></ulink> - EPP-SP: cumulative patch for EPP-SP 5.2.0</term>
- <listitem>
- <para>The status is ASSIGNED, assigned to ghu(a)redhat.com.</para>
- <para>
-
- </para>
- </listitem>
-</varlistentry>
-
+#846276 ASSIGNED - hfnukal(a)redhat.com - Include upgrade binaries in SP package
</variablelist>
</chapter>
Modified: epp/docs/branches/5.2/Release_Notes/en-US/sp_resolved.xml
===================================================================
--- epp/docs/branches/5.2/Release_Notes/en-US/sp_resolved.xml 2012-08-10 14:39:50 UTC (rev 8816)
+++ epp/docs/branches/5.2/Release_Notes/en-US/sp_resolved.xml 2012-08-19 22:43:22 UTC (rev 8817)
@@ -9,86 +9,5 @@
</para>
<variablelist>
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=809517"><citetitle>BZ#809517</citetitle></ulink> - EPP-SP: File name is not displayed correctly if it contains Portuguese accent characters during uploading</term>
- <listitem>
- <remark>Status: VERIFIED</remark>
- <para>
- After uploading a file with special characters in the name, the displayed file name showed incorrect characters. This has been fixed, and special characters in file names are now handled correctly during file upload.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=809509"><citetitle>BZ#809509</citetitle></ulink> - EPP-SP: Search results page shows incorrect links</term>
- <listitem>
- <remark>Status: VERIFIED</remark>
- <para>
- A search in the ACME portal returned incorrect links for the search results if the server was accessed over port 80. This has been corrected, to generate working search links regardless of the port the server instance is running on.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=809526"><citetitle>BZ#809526</citetitle></ulink> - EPP-SP: UIDefaultSearchResult throws "NullPointerException: No null parameter name"</term>
- <listitem>
- <remark>Status: VERIFIED</remark>
- <para>
- Using the Advanced Search Portlet after migrating from EPP-SP 5.1.x to 5.2.0 did not return any results for some search terms, and instead an exception could be seen in the log file. The reason for this exception was a missing portlet preference in the migration data. This has been fixed in the current release.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=809538"><citetitle>BZ#809538</citetitle></ulink> - EPP-SP: content name is not displayed correctly if it contains Portuguese accent characters</term>
- <listitem>
- <remark>Status: VERIFIED</remark>
- <para>
- An issue with language encoding resulted in the name and title fields being displayed incorrectly if content was created with special characters in these fields. This bug has been corrected.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=809547"><citetitle>BZ#809547</citetitle></ulink> - EPP-SP: Context menu incorrecly displayed</term>
- <listitem>
- <remark>Status: VERIFIED</remark>
- <para>
- After upgrading from EPP-SP 5.1.x to 5.2.0 the context menu in Content Explorer was not being displayed correctly. The fix introduces a new binary to the current release, which automatically upgrades the underlying templates during the migration from an earlier EPP-SP version.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794453"><citetitle>BZ#794453</citetitle></ulink> - gatein-wcm-extension-5.2.0-exo-2.3.3-CP01.ear should not be signed.</term>
- <listitem>
- <remark>Status: VERIFIED</remark>
- <para>
- It was discovered that the gatein-wcm-extension-5.2.0-exo-2.3.3-CP01.ear was signed with a JBoss signature. This prevented customers from modifying the contents of the archive. The signature is no longer applied to the .ear file, which allows customers to alter the contents and fixes the originally reported issue.
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=741683"><citetitle>BZ#741683</citetitle></ulink> - clarify need for multiple repositories</term>
- <listitem>
- <remark>Status: VERIFIED</remark>
- <para>
- An issue was found in the Site Publisher Installation Guide regarding the requirement for Site Publisher to have a separate database to Enterprise Portal Platform. A customer identified an issue with the clarity of this information when they encountered a problem with database provisioning for the platform. The Site Publisher Installation Guide has been merged with the Installation Guide. The Database Configuration section has been extensively reworked to specify Site Publisher must have its own IDM and JCR database configured, and matching database connector JNDI name directives specified in gatein-ds.xml
- </para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
- <term><ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=794392"><citetitle>BZ#794392</citetitle></ulink> - EPP-SP Broken portalsite template</term>
- <listitem>
- <remark>Status: CLOSED</remark>
- <para>
- When Site publisher was installed on top of Enterprise Portal Platform, picking a site layout would not create a working
-site. The problem has been fixed so that the new sites are created properly.
- </para>
- </listitem>
-</varlistentry>
-
</variablelist>
</chapter>
12 years, 4 months
gatein SVN: r8816 - in epp/portal/tags: EPP_5_2_2_CR01 and 110 other directories.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2012-08-10 10:39:50 -0400 (Fri, 10 Aug 2012)
New Revision: 8816
Added:
epp/portal/tags/EPP_5_2_2_CR01/
Modified:
epp/portal/tags/EPP_5_2_2_CR01/component/application-registry/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/component/common/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/component/identity/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/component/initializer/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/component/management/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/component/pc/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/component/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/component/portal/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/component/resources/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/component/scripting/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/component/test/core/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/component/test/jcr/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/component/test/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/component/web/api/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/component/web/controller/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/component/web/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/component/web/resources/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/component/web/security/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/component/web/server/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/distribution/jboss-epp/examples/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/distribution/jboss-epp/gatein-management/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/distribution/jboss-epp/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/distribution/jboss-epp/portletbridge/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/distribution/jboss-epp/serverAddon/integration.war/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/distribution/jboss-epp/serverAddon/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/exo-core/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/exo-doc/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/exo-jcr/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/exo-junit/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/exo-kernel/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/exo-parent/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/exo-ws/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-common/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-dep/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-examples/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-jon-plugin/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-management/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-mop/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-parent/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-pc/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-portal/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-shindig/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-simplecaptcha/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-sso/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-wci/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-wsrp/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/jboss-eppsp/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/jboss-picketlink-idm/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/jboss-portletbridge/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/mead.parent/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/distribution/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/examples/extension/config/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/examples/extension/ear/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/examples/extension/jar/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/examples/extension/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/examples/extension/war/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/examples/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/examples/portal/config/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/examples/portal/ear/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/examples/portal/jar/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/examples/portal/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/examples/portal/rest-war/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/examples/portal/war/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/examples/portlets/api/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/examples/portlets/jsfhellouser/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/examples/portlets/jsphellouser/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/examples/portlets/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/examples/portlets/simplesthelloworld/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/examples/portlets/struts-jpetstore/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/examples/skins/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/examples/skins/simpleskin/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/gadgets/core/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/gadgets/eXoGadgets/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/gadgets/gwtGadgets/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/gadgets/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/gadgets/server/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/portlet/dashboard/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/portlet/exoadmin/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/portlet/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/portlet/web/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/server/jboss/patch-ear/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/server/jboss/plugin/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/server/jboss/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/server/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/starter/ear/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/starter/jar/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/starter/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/starter/war/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/testsuite/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/testsuite/selenium-snifftests/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/testsuite/webuibasedsamples/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/web/eXoResources/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/web/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/web/portal/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/web/rest/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/webui/core/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/webui/dashboard/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/webui/eXo/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/webui/framework/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/webui/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/webui/portal/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/webui/portlet/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/wsrp-integration/extension-component/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/wsrp-integration/extension-config/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/wsrp-integration/extension-ear-as5/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/wsrp-integration/extension-ear/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/wsrp-integration/extension-war/pom.xml
epp/portal/tags/EPP_5_2_2_CR01/wsrp-integration/pom.xml
Log:
New release
Property changes on: epp/portal/tags/EPP_5_2_2_CR01
___________________________________________________________________
Added: svn:ignore
+ *.iml
.idea
.settings
.classpath
.project
Added: svn:mergeinfo
+ /epp/portal/branches/EPP_5_1_0_GA_JBEPP-795:5868
/portal/branches/branch-GTNPORTAL-1592:4868,4875,4894
/portal/branches/branch-GTNPORTAL-1643:5002,5063,5167
/portal/branches/branch-GTNPORTAL-1700:5348,5363,5402,5445
/portal/branches/branch-GTNPORTAL-1731:5622,5644,5668
/portal/branches/branch-GTNPORTAL-1745:5765
/portal/branches/branch-GTNPORTAL-1790:5871
/portal/branches/branch-GTNPORTAL-1822:5943,5952
/portal/branches/branch-GTNPORTAL-1832:6030,6063
/portal/branches/branch-GTNPORTAL-1872:6400,6551
/portal/branches/branch-GTNPORTAL-1921:6603,6771-6772,6774
/portal/branches/branch-GTNPORTAL-1963:6904,6915-6916
/portal/branches/decoupled-webos:6214-6243
/portal/branches/gatein-management:6920-6958
/portal/branches/global-portlet-metadata:6298-6384
/portal/branches/site-describability:6171-6235
/portal/branches/xss:7377-7595,7597
/portal/branches/xss-issues:7350-7351,7358
/portal/trunk:4876,4891,5269,5744,5822,5943,6168,6196,6201-6203,6205-6206,6223,6323,6437,6440,6449,6452,6573,6783-6784,6912-6913,6960,7042,7061,7085,7095,7117,7125,7132-7134,7186,7239,7262,7308,7326,7330-7334,7359,7367,7409,7412,7433,7450,7452,7454,7478,7497,7500,7552,7554-7555,7570-7571,7573,7577,7598,7614-7615,7695-7696,7701-7704,7741,7748,7773,7780,7857,7877,7900,7928,7938,8045,8053,8072
Modified: epp/portal/tags/EPP_5_2_2_CR01/component/application-registry/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/application-registry/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/component/application-registry/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_CR01/component/common/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/common/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/component/common/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>exo.portal.component.common</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_CR01/component/identity/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/identity/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/component/identity/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_CR01/component/initializer/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/initializer/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/component/initializer/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -3,7 +3,7 @@
<parent>
<artifactId>exo.portal.component</artifactId>
<groupId>org.exoplatform.portal</groupId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_CR01/component/management/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/management/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/component/management/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_CR01/component/pc/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/pc/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/component/pc/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_CR01/component/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/component/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<artifactId>exo.portal.component</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_CR01/component/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/portal/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/component/portal/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_CR01/component/resources/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/resources/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/component/resources/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_CR01/component/scripting/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/scripting/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/component/scripting/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_CR01/component/test/core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/test/core/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/component/test/core/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_CR01/component/test/jcr/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/test/jcr/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/component/test/jcr/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_CR01/component/test/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/test/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/component/test/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_CR01/component/web/api/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/web/api/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/component/web/api/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_CR01/component/web/controller/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/web/controller/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/component/web/controller/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_CR01/component/web/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/web/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/component/web/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_CR01/component/web/resources/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/web/resources/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/component/web/resources/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_CR01/component/web/security/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/web/security/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/component/web/security/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_CR01/component/web/server/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/web/server/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/component/web/server/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_CR01/distribution/jboss-epp/examples/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/examples/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/distribution/jboss-epp/examples/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/distribution/jboss-epp/gatein-management/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/gatein-management/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/distribution/jboss-epp/gatein-management/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/distribution/jboss-epp/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/distribution/jboss-epp/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<groupId>org.jboss.portal</groupId>
Modified: epp/portal/tags/EPP_5_2_2_CR01/distribution/jboss-epp/portletbridge/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/portletbridge/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/distribution/jboss-epp/portletbridge/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>gatein</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_CR01/distribution/jboss-epp/serverAddon/integration.war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/integration.war/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/distribution/jboss-epp/serverAddon/integration.war/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>integration</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_CR01/distribution/jboss-epp/serverAddon/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/distribution/jboss-epp/serverAddon/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/exo-core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-core/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/exo-core/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/exo-doc/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-doc/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/exo-doc/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/exo-jcr/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-jcr/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/exo-jcr/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/exo-junit/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-junit/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/exo-junit/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/exo-kernel/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-kernel/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/exo-kernel/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/exo-parent/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-parent/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/exo-parent/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/exo-ws/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-ws/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/exo-ws/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-common/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-common/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-common/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-dep/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-dep/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-dep/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-examples/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-examples/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-examples/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-jon-plugin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-jon-plugin/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-jon-plugin/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-management/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-management/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-management/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-mop/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-mop/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-mop/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-parent/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-parent/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-parent/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-pc/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-pc/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-pc/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-portal/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-portal/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-shindig/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-shindig/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-shindig/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-simplecaptcha/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-simplecaptcha/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-simplecaptcha/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-sso/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-sso/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-sso/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-wci/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-wci/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-wci/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-wsrp/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-wsrp/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/gatein-wsrp/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/jboss-eppsp/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/jboss-eppsp/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/jboss-eppsp/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
@@ -26,7 +26,7 @@
<scm.base>${git.base}</scm.base>
<scm.repo>${git.repo}</scm.repo>
<scm.path>epp/jboss-eppsp.git</scm.path>
- <scm.version>5.2.2.CR01-SNAPSHOT-exo-2.3.8-CR01</scm.version>
+ <scm.version>5.2.2.CR01-exo-2.3.8-CR01</scm.version>
<!--<scm.version>${org.jboss.eppsp.version}</scm.version>-->
<mead.build.profiles></mead.build.profiles>
Modified: epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/jboss-picketlink-idm/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/jboss-picketlink-idm/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/jboss-picketlink-idm/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/jboss-portletbridge/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/jboss-portletbridge/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/jboss-portletbridge/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/mead.parent/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/mead.parent/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/mead.parent/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<artifactId>mead-tools</artifactId>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/distribution/mead-tools/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<groupId>org.exoplatform.portal.mead</groupId>
@@ -55,7 +55,7 @@
</build>
<properties>
- <gatein.tag>EPP_5_2_2_ER02</gatein.tag>
+ <gatein.tag>EPP_5_2_2_CR01</gatein.tag>
<!-- Ant properties -->
<ant.build.file>build.xml</ant.build.file>
Modified: epp/portal/tags/EPP_5_2_2_CR01/distribution/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/distribution/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<artifactId>distribution.parent</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_CR01/examples/extension/config/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/extension/config/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/examples/extension/config/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/examples/extension/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/extension/ear/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/examples/extension/ear/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
@@ -38,17 +38,17 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.config</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.jar</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.api</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<scope>provided</scope>
<exclusions>
<exclusion>
@@ -76,7 +76,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.war</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<type>war</type>
</dependency>
<dependency>
Modified: epp/portal/tags/EPP_5_2_2_CR01/examples/extension/jar/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/extension/jar/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/examples/extension/jar/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/examples/extension/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/extension/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/examples/extension/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/examples/extension/war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/extension/war/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/examples/extension/war/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/examples/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/examples/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<artifactId>exo.portal.sample</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_CR01/examples/portal/config/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portal/config/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/examples/portal/config/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/examples/portal/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portal/ear/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/examples/portal/ear/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
@@ -38,17 +38,17 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.config</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.jar</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.api</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<scope>provided</scope>
<exclusions>
<exclusion>
@@ -76,13 +76,13 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.war</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.rest-war</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<type>war</type>
</dependency>
<dependency>
Modified: epp/portal/tags/EPP_5_2_2_CR01/examples/portal/jar/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portal/jar/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/examples/portal/jar/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/examples/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portal/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/examples/portal/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/examples/portal/rest-war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portal/rest-war/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/examples/portal/rest-war/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/examples/portal/war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portal/war/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/examples/portal/war/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/examples/portlets/api/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portlets/api/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/examples/portlets/api/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<artifactId>gatein-api</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_CR01/examples/portlets/jsfhellouser/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portlets/jsfhellouser/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/examples/portlets/jsfhellouser/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<artifactId>gatein-jsf-hellouser</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_CR01/examples/portlets/jsphellouser/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portlets/jsphellouser/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/examples/portlets/jsphellouser/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<artifactId>gatein-jsp-hellouser</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_CR01/examples/portlets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portlets/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/examples/portlets/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/examples/portlets/simplesthelloworld/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portlets/simplesthelloworld/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/examples/portlets/simplesthelloworld/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<artifactId>gatein-simplest-helloworld</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_CR01/examples/portlets/struts-jpetstore/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portlets/struts-jpetstore/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/examples/portlets/struts-jpetstore/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<artifactId>struts-jpetstore</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_CR01/examples/skins/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/skins/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/examples/skins/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/examples/skins/simpleskin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/skins/simpleskin/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/examples/skins/simpleskin/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.portal.examples.skins</groupId>
<artifactId>skins-parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<artifactId>gatein-sample-skin</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_CR01/gadgets/core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/gadgets/core/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/gadgets/core/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -14,7 +14,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<artifactId>exo.portal.gadgets-core</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_CR01/gadgets/eXoGadgets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/gadgets/eXoGadgets/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/gadgets/eXoGadgets/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_CR01/gadgets/gwtGadgets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/gadgets/gwtGadgets/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/gadgets/gwtGadgets/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<artifactId>exo.portal.gwtGadgets</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_CR01/gadgets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/gadgets/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/gadgets/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<artifactId>exo.portal.gadgets</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_CR01/gadgets/server/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/gadgets/server/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/gadgets/server/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<artifactId>exo.portal.gadgets-server</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_CR01/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -31,7 +31,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<packaging>pom</packaging>
<name>EPP GateIn - Portal - ${project.version}</name>
@@ -469,79 +469,79 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.common</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.controller</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.security</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.server</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.api</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.resources</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.pc</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.identity</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.identity</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.initializer</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.resources</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.application-registry</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
@@ -551,68 +551,68 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.scripting</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.management</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.framework</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portlet</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portal</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.eXo</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.core</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.dashboard</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets-core</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<type>test-jar</type>
</dependency>
<dependency>
@@ -629,7 +629,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss.plugin</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</dependency>
<!-- Chromattic -->
Modified: epp/portal/tags/EPP_5_2_2_CR01/portlet/dashboard/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/portlet/dashboard/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/portlet/dashboard/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_CR01/portlet/exoadmin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/portlet/exoadmin/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/portlet/exoadmin/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_CR01/portlet/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/portlet/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/portlet/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<artifactId>exo.portal.portlet</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_CR01/portlet/web/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/portlet/web/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/portlet/web/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_CR01/server/jboss/patch-ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/server/jboss/patch-ear/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/server/jboss/patch-ear/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_CR01/server/jboss/plugin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/server/jboss/plugin/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/server/jboss/plugin/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_CR01/server/jboss/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/server/jboss/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/server/jboss/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<artifactId>exo.portal.server.jboss</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_CR01/server/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/server/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/server/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<artifactId>exo.portal.server</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_CR01/starter/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/starter/ear/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/starter/ear/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.starter.war</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<type>war</type>
</dependency>
</dependencies>
Modified: epp/portal/tags/EPP_5_2_2_CR01/starter/jar/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/starter/jar/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/starter/jar/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_CR01/starter/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/starter/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/starter/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<artifactId>exo.portal.starter.root</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_CR01/starter/war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/starter/war/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/starter/war/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -51,7 +51,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.starter.jar</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</dependency>
</dependencies>
</project>
Modified: epp/portal/tags/EPP_5_2_2_CR01/testsuite/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/testsuite/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/testsuite/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<artifactId>exo.portal.testsuite</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_CR01/testsuite/selenium-snifftests/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/testsuite/selenium-snifftests/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/testsuite/selenium-snifftests/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<artifactId>exo.portal.selenium.snifftests</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_CR01/testsuite/webuibasedsamples/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/testsuite/webuibasedsamples/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/testsuite/webuibasedsamples/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<artifactId>exo.webui.based.samples</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_CR01/web/eXoResources/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/eXoResources/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/web/eXoResources/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_CR01/web/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/web/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<artifactId>exo.portal.web</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_CR01/web/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/portal/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/web/portal/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_CR01/web/rest/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/rest/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/web/rest/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_CR01/webui/core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/webui/core/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/webui/core/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_CR01/webui/dashboard/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/webui/dashboard/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/webui/dashboard/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_CR01/webui/eXo/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/webui/eXo/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/webui/eXo/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_CR01/webui/framework/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/webui/framework/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/webui/framework/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_CR01/webui/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/webui/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/webui/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<artifactId>exo.portal.webui</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_CR01/webui/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/webui/portal/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/webui/portal/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_CR01/webui/portlet/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/webui/portlet/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/webui/portlet/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_CR01/wsrp-integration/extension-component/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-component/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/wsrp-integration/extension-component/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -26,7 +26,7 @@
<parent>
<artifactId>gatein-wsrp-integration-parent</artifactId>
<groupId>org.gatein.integration</groupId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_CR01/wsrp-integration/extension-config/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-config/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/wsrp-integration/extension-config/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -26,7 +26,7 @@
<parent>
<artifactId>gatein-wsrp-integration-parent</artifactId>
<groupId>org.gatein.integration</groupId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<artifactId>extension-config</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_CR01/wsrp-integration/extension-ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-ear/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/wsrp-integration/extension-ear/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -28,7 +28,7 @@
<parent>
<artifactId>gatein-wsrp-integration-parent</artifactId>
<groupId>org.gatein.integration</groupId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<artifactId>extension-ear</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_CR01/wsrp-integration/extension-ear-as5/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-ear-as5/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/wsrp-integration/extension-ear-as5/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.gatein.integration</groupId>
<artifactId>gatein-wsrp-integration-parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<artifactId>extension-ear-as5</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_CR01/wsrp-integration/extension-war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-war/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/wsrp-integration/extension-war/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -27,7 +27,7 @@
<parent>
<artifactId>gatein-wsrp-integration-parent</artifactId>
<groupId>org.gatein.integration</groupId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<artifactId>extension-war</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_CR01/wsrp-integration/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/wsrp-integration/pom.xml 2012-08-10 08:29:02 UTC (rev 8815)
+++ epp/portal/tags/EPP_5_2_2_CR01/wsrp-integration/pom.xml 2012-08-10 14:39:50 UTC (rev 8816)
@@ -34,7 +34,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.CR01</version>
</parent>
<description>GateIn WSRP Integration extension parent</description>
12 years, 4 months
gatein SVN: r8815 - epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm.
by do-not-reply@jboss.org
Author: mposolda
Date: 2012-08-10 04:29:02 -0400 (Fri, 10 Aug 2012)
New Revision: 8815
Modified:
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-api-cluster.xml
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-store-cluster.xml
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache.xml
Log:
Bug 840917 deleted user is still displayed in portal configured using JTA
Bug 841320 added group isn't visible after signing out and in in portal using JTA
fixing regressions by revert of TransactionManagerLookup configuration for picketlink JBoss Cache
Modified: epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-api-cluster.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-api-cluster.xml 2012-08-09 16:21:53 UTC (rev 8814)
+++ epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-api-cluster.xml 2012-08-10 08:29:02 UTC (rev 8815)
@@ -1,7 +1,7 @@
<jbosscache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:jboss:jbosscache-core:config:3.1">
<!-- Configure the TransactionManager -->
- <transaction transactionManagerLookupClass="org.jboss.cache.transaction.JBossStandaloneJTAManagerLookup" />
+ <!--<transaction transactionManagerLookupClass="org.jboss.cache.transaction.JBossStandaloneJTAManagerLookup" />-->
<!-- The cluster name will be changed programmatically. Portal container name will be added to the end of name. -->
<clustering mode="replication" clusterName="${jboss.partition.name:DefaultPartition}-idm-api-cluster">
Modified: epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-store-cluster.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-store-cluster.xml 2012-08-09 16:21:53 UTC (rev 8814)
+++ epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-store-cluster.xml 2012-08-10 08:29:02 UTC (rev 8815)
@@ -1,7 +1,7 @@
<jbosscache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:jboss:jbosscache-core:config:3.1">
<!-- Configure the TransactionManager -->
- <transaction transactionManagerLookupClass="org.jboss.cache.transaction.JBossStandaloneJTAManagerLookup" />
+ <!--<transaction transactionManagerLookupClass="org.jboss.cache.transaction.JBossStandaloneJTAManagerLookup" />-->
<!-- The cluster name will be changed programmatically. Portal container name will be added to the end of name. -->
<clustering mode="replication" clusterName="${jboss.partition.name:DefaultPartition}-idm-store-cluster">
Modified: epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache.xml 2012-08-09 16:21:53 UTC (rev 8814)
+++ epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache.xml 2012-08-10 08:29:02 UTC (rev 8815)
@@ -1,7 +1,7 @@
<jbosscache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:jboss:jbosscache-core:config:3.1">
<!-- Configure the TransactionManager -->
- <transaction transactionManagerLookupClass="org.jboss.cache.transaction.JBossStandaloneJTAManagerLookup" />
+ <!--<transaction transactionManagerLookupClass="org.jboss.cache.transaction.JBossStandaloneJTAManagerLookup" />-->
<!-- Eviction configuration -->
<eviction wakeUpInterval="5000">
12 years, 4 months
gatein SVN: r8814 - epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jbosscache/local.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2012-08-09 12:21:53 -0400 (Thu, 09 Aug 2012)
New Revision: 8814
Modified:
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jbosscache/local/config_portal-system.xml
Log:
Bug 803776 - Disable exposure of jmx stats for anonymous caches
Modified: epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jbosscache/local/config_portal-system.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jbosscache/local/config_portal-system.xml 2012-08-09 15:36:01 UTC (rev 8813)
+++ epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jbosscache/local/config_portal-system.xml 2012-08-09 16:21:53 UTC (rev 8814)
@@ -18,6 +18,9 @@
-->
<jbosscache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:jboss:jbosscache-core:config:3.1">
+ <!-- Disable exposure of jmx stats for anonymous caches -->
+ <jmxStatistics enabled="false"/>
+
<locking useLockStriping="false" concurrencyLevel="64" lockParentForChildInsertRemove="false" lockAcquisitionTimeout="20000"/>
<!-- Configure the TransactionManager -->
12 years, 4 months
gatein SVN: r8813 - in epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src: main/resources/eap and 14 other directories.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2012-08-09 11:36:01 -0400 (Thu, 09 Aug 2012)
New Revision: 8813
Added:
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/META-INF/
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/META-INF/MANIFEST.MF
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/control/
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/control/AddressPort.class
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/control/AttrResultInfo.class
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/control/OpResultInfo.class
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/control/Server.class
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/CSRFUtil.class
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/ClusteredConsoleServlet.class
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/HtmlAdaptorServlet$1.class
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/HtmlAdaptorServlet$2.class
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/HtmlAdaptorServlet$3.class
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/HtmlAdaptorServlet$4.class
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/HtmlAdaptorServlet$5.class
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/HtmlAdaptorServlet.class
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/JMXOpsAccessControlFilter.class
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/JmxConsoleSessionListener.class
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/SecurityActions$1.class
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/SecurityActions.class
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/model/
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/model/DomainData.class
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/model/MBeanData.class
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/jboss-web.xml
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/web.xml
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/cluster/
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/cluster/bootstrap.html
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/cluster/clusterView.jsp
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/cluster/index.html
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/displayMBeans.jsp
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/displayOpResult.jsp
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/filterView.jsp
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/genericError.jsp
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/images/
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/images/logo.gif
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/index.jsp
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/inspectMBean.jsp
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/jboss.css
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/style_master.css
Modified:
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/build.xml
Log:
Bug 847030 - CVE-2011-2908 patch
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/build.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/build.xml 2012-08-06 22:12:44 UTC (rev 8812)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/build.xml 2012-08-09 15:36:01 UTC (rev 8813)
@@ -79,7 +79,7 @@
</target>
<target name="finalTasks"
- depends="modifyStartupMessage,jbossws-native-PATCH,patch-RESTEasy-CVE-2012-081,patch-JBossWeb-CVE-2011-4610,patch-JBossWeb-CVE-2012-1154,patch-CVE-2012-2377,patch-CVE-2011-4605,patch-CVE-2009-2625,patch-CVE-2012-0213,patch-CVE-2012-1167"
+ depends="modifyStartupMessage,jbossws-native-PATCH,patch-RESTEasy-CVE-2012-081,patch-JBossWeb-CVE-2011-4610,patch-JBossWeb-CVE-2012-1154,patch-CVE-2012-2377,patch-CVE-2011-4605,patch-CVE-2009-2625,patch-CVE-2012-0213,patch-CVE-2012-1167,patch-CVE-2011-2908"
>
</target>
@@ -206,4 +206,11 @@
<copy overwrite="true" file="${basedir}/src/main/resources/eap/CVE-2012-1167/jboss.jar" tofile="${epp.path}/jboss-as/common/lib/jboss.jar"/>
</target>
+ <target name="patch-CVE-2011-2908">
+ <echo>Patch for CVE-2011-2908 jmx-console.war</echo>
+ <copy overwrite="true" todir="${epp.path}/jboss-as/server/default/deploy/jmx-console.war">
+ <fileset dir="${basedir}/src/main/resources/eap/CVE-2011-2908/jmx-console.war"/>
+ </copy>
+ </target>
+
</project>
\ No newline at end of file
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/META-INF/MANIFEST.MF
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/META-INF/MANIFEST.MF (rev 0)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/META-INF/MANIFEST.MF 2012-08-09 15:36:01 UTC (rev 8813)
@@ -0,0 +1,4 @@
+Manifest-Version: 1.0
+Ant-Version: Apache Ant 1.7.1
+Created-By: 20.6-b01 (Sun Microsystems Inc.)
+
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/control/AddressPort.class
===================================================================
(Binary files differ)
Property changes on: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/control/AddressPort.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/control/AttrResultInfo.class
===================================================================
(Binary files differ)
Property changes on: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/control/AttrResultInfo.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/control/OpResultInfo.class
===================================================================
(Binary files differ)
Property changes on: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/control/OpResultInfo.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/control/Server.class
===================================================================
(Binary files differ)
Property changes on: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/control/Server.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/CSRFUtil.class
===================================================================
(Binary files differ)
Property changes on: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/CSRFUtil.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/ClusteredConsoleServlet.class
===================================================================
(Binary files differ)
Property changes on: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/ClusteredConsoleServlet.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/HtmlAdaptorServlet$1.class
===================================================================
(Binary files differ)
Property changes on: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/HtmlAdaptorServlet$1.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/HtmlAdaptorServlet$2.class
===================================================================
(Binary files differ)
Property changes on: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/HtmlAdaptorServlet$2.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/HtmlAdaptorServlet$3.class
===================================================================
(Binary files differ)
Property changes on: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/HtmlAdaptorServlet$3.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/HtmlAdaptorServlet$4.class
===================================================================
(Binary files differ)
Property changes on: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/HtmlAdaptorServlet$4.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/HtmlAdaptorServlet$5.class
===================================================================
(Binary files differ)
Property changes on: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/HtmlAdaptorServlet$5.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/HtmlAdaptorServlet.class
===================================================================
(Binary files differ)
Property changes on: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/HtmlAdaptorServlet.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/JMXOpsAccessControlFilter.class
===================================================================
(Binary files differ)
Property changes on: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/JMXOpsAccessControlFilter.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/JmxConsoleSessionListener.class
===================================================================
(Binary files differ)
Property changes on: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/JmxConsoleSessionListener.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/SecurityActions$1.class
===================================================================
(Binary files differ)
Property changes on: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/SecurityActions$1.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/SecurityActions.class
===================================================================
(Binary files differ)
Property changes on: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/SecurityActions.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/model/DomainData.class
===================================================================
(Binary files differ)
Property changes on: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/model/DomainData.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/model/MBeanData.class
===================================================================
(Binary files differ)
Property changes on: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/model/MBeanData.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/jboss-web.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/jboss-web.xml (rev 0)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/jboss-web.xml 2012-08-09 15:36:01 UTC (rev 8813)
@@ -0,0 +1,11 @@
+<!DOCTYPE jboss-web PUBLIC
+ "-//JBoss//DTD Web Application 5.0//EN"
+ "http://www.jboss.org/j2ee/dtd/jboss-web_5_0.dtd">
+
+<jboss-web>
+ <!-- Uncomment the security-domain to enable security. You will
+ need to edit the htmladaptor login configuration to setup the
+ login modules used to authentication users.
+ -->
+ <security-domain>java:/jaas/jmx-console</security-domain>
+</jboss-web>
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/web.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/web.xml (rev 0)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/WEB-INF/web.xml 2012-08-09 15:36:01 UTC (rev 8813)
@@ -0,0 +1,125 @@
+<?xml version="1.0"?>
+<web-app version="2.5"
+ xmlns="http://java.sun.com/xml/ns/javaee"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
+
+ <description>The standard web descriptor for the html adaptor</description>
+ <!--
+ <filter>
+ <filter-name>JmxOpsAccessControlFilter</filter-name>
+ <filter-class>org.jboss.jmx.adaptor.html.JMXOpsAccessControlFilter</filter-class>
+ <init-param>
+ <description>Comma-delimited Roles that define the JMX Operation denoting updation of Attributes</description>
+ <param-name>updateAttributes</param-name>
+ <param-value>UpdateAttributeRole</param-value>
+ </init-param>
+ <init-param>
+ <description>Comma-delimited Roles that define the JMX Operation denoting Invocation of Operations</description>
+ <param-name>invokeOp</param-name>
+ <param-value>InvokeOpRole</param-value>
+ </init-param>
+ </filter>
+ <filter-mapping>
+ <filter-name>JmxOpsAccessControlFilter</filter-name>
+ <servlet-name>HtmlAdaptor</servlet-name>
+ </filter-mapping>
+ -->
+ <listener>
+ <listener-class>org.jboss.jmx.adaptor.html.JmxConsoleSessionListener</listener-class>
+ </listener>
+ <servlet>
+ <servlet-name>HtmlAdaptor</servlet-name>
+ <servlet-class>org.jboss.jmx.adaptor.html.HtmlAdaptorServlet</servlet-class>
+ </servlet>
+ <servlet>
+ <servlet-name>ClusteredConsoleServlet</servlet-name>
+ <servlet-class>org.jboss.jmx.adaptor.html.ClusteredConsoleServlet</servlet-class>
+ <init-param>
+ <description>The JGroups protocol stack config</description>
+ <param-name>jgProps</param-name>
+ <param-value>UDP(ip_mcast=true;ip_ttl=16;loopback=false;mcast_addr=${jboss.partition.udpGroup:228.1.2.3};mcast_port=${jboss.jmxconsolepartition.mcast_port:46666}):
+org.jboss.jmx.adaptor.control.FindView
+ </param-value>
+ </init-param>
+ </servlet>
+ <servlet>
+ <servlet-name>DisplayMBeans</servlet-name>
+ <jsp-file>/displayMBeans.jsp</jsp-file>
+ </servlet>
+ <servlet>
+ <servlet-name>InspectMBean</servlet-name>
+ <jsp-file>/inspectMBean.jsp</jsp-file>
+ </servlet>
+ <servlet>
+ <servlet-name>DisplayOpResult</servlet-name>
+ <jsp-file>/displayOpResult.jsp</jsp-file>
+ </servlet>
+ <servlet>
+ <servlet-name>ClusterView</servlet-name>
+ <jsp-file>/cluster/clusterView.jsp</jsp-file>
+ </servlet>
+ <servlet>
+ <servlet-name>ProfileServiceDebugServlet</servlet-name>
+ <servlet-class>org.jboss.profileservice.web.DebugServlet</servlet-class>
+ </servlet>
+
+ <servlet-mapping>
+ <servlet-name>HtmlAdaptor</servlet-name>
+ <url-pattern>/HtmlAdaptor</url-pattern>
+ </servlet-mapping>
+ <servlet-mapping>
+ <servlet-name>ClusteredConsoleServlet</servlet-name>
+ <url-pattern>/cluster/ClusteredConsole</url-pattern>
+ </servlet-mapping>
+ <servlet-mapping>
+ <servlet-name>DisplayMBeans</servlet-name>
+ <url-pattern>/DisplayMBeans</url-pattern>
+ </servlet-mapping>
+ <servlet-mapping>
+ <servlet-name>InspectMBean</servlet-name>
+ <url-pattern>/InspectMBean</url-pattern>
+ </servlet-mapping>
+ <servlet-mapping>
+ <servlet-name>DisplayOpResult</servlet-name>
+ <url-pattern>/DisplayOpResult</url-pattern>
+ </servlet-mapping>
+ <servlet-mapping>
+ <servlet-name>ProfileServiceDebugServlet</servlet-name>
+ <url-pattern>/ProfileServiceDebugServlet</url-pattern>
+ </servlet-mapping>
+
+ <!-- Display a generic error page when HTTP Status 500 exceptions
+ occur. -->
+ <error-page>
+ <error-code>500</error-code>
+ <location>/genericError.jsp</location>
+ </error-page>
+
+ <!-- A security constraint that restricts access to the HTML JMX console
+ to users with the role JBossAdmin. Edit the roles to what you want and
+ uncomment the WEB-INF/jboss-web.xml/security-domain element to enable
+ secured access to the HTML JMX console.
+ -->
+ <security-constraint>
+ <web-resource-collection>
+ <web-resource-name>HtmlAdaptor</web-resource-name>
+ <description>An example security config that only allows users with the
+ role JBossAdmin to access the HTML JMX console web application
+ </description>
+ <url-pattern>/*</url-pattern>
+ </web-resource-collection>
+ <auth-constraint>
+ <role-name>JBossAdmin</role-name>
+ </auth-constraint>
+ </security-constraint>
+
+ <login-config>
+ <auth-method>BASIC</auth-method>
+ <realm-name>JBoss JMX Console</realm-name>
+ </login-config>
+
+ <security-role>
+ <role-name>JBossAdmin</role-name>
+ </security-role>
+</web-app>
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/cluster/bootstrap.html
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/cluster/bootstrap.html (rev 0)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/cluster/bootstrap.html 2012-08-09 15:36:01 UTC (rev 8813)
@@ -0,0 +1,70 @@
+<html>
+<head>
+ <title>Cluster View Bootstrap</title>
+ <link rel="stylesheet" href="../style_master.css" type="text/css">
+</head>
+
+ <table width="100%" cellspacing="0" cellpadding="0" border="0">
+ <tr>
+ <td height="105" align="center"><h1>JBoss Cluster Bootstrap</h1></td>
+ <td height="105" align="center" width="300" nowrap><%= new java.util.Date() %></td>
+ </tr>
+ </table>
+
+<hr>
+<body>
+The cluster nodes to view need to be specified via some bootstrap mechanism.
+This can be done using any of the following methods.
+
+<h1>Bootstrap Using Naming Discovery</h1>
+This determines the cluster entry point by doing an HAJNDI naming service
+discovery query. The query may be restricted to a given partition name by
+specifying the name in the PartitionName field.
+If not specified than the first partition to respond will be choosen.
+<form action="ClusteredConsole?action=bootstrap" method="post" target="ClusterIndex">
+ <input type="hidden" name="bootstrap" value="discovery">
+ <table cellspacing="2" cellpadding="2" border="0" align="center">
+ <tr>
+ <td>PartitionName:</td><td><input type="text" name="partition" size="40"></td>
+ </tr>
+ <tr>
+ <td>DiscoveryName:</td><td><input type="text" name="discoveryGroup" size="40" value="230.0.0.4"></td>
+ </tr>
+ <tr>
+ <td>DiscoveryPort:</td><td><input type="text" name="discoveryPort" size="40" value="1102"></td>
+ </tr>
+ <tr>
+ <td>DiscoveryTimeout:</td><td><input type="text" name="discoveryTimeout" size="40" value="5000"></td>
+ </tr>
+ <tr>
+ <td><input type="reset" name="reset" value="Clear"></td>
+ <td><input type="submit" name="submit" value="Bootstrap"></td>
+ </tr>
+ </table>
+</form>
+
+<h1>Bootstrap Using a Hostname</h1>
+This determines the cluster entry point(s) by querying the JNDI service
+on the indicated server for the available cluster paritition services.
+Any cluster to which the server belongs will serve as an entry point for
+determining the members of the cluster. To query the server hosting the
+jmx-console application use "locahost" for the hostname.
+<form action="ClusteredConsole" method="post" target="ClusterIndex">
+ <input type="hidden" name="bootstrap" value="byhost">
+ <table cellspacing="2" cellpadding="2" border="0" align="center">
+ <tr>
+ <td>Hostname:</td><td><input type="text" name="hostname" value="localhost" size="40"></td>
+ </tr>
+ <tr>
+ <td>Port:</td><td><input type="text" name="port" value="1099" size="40"></td>
+ </tr>
+ <tr>
+ <td><input type="reset" name="reset" value="Clear"></td>
+ <td><input type="submit" name="submit" value="Bootstrap"></td>
+ </tr>
+ </table>
+</form>
+
+</body>
+</html>
+
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/cluster/clusterView.jsp
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/cluster/clusterView.jsp (rev 0)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/cluster/clusterView.jsp 2012-08-09 15:36:01 UTC (rev 8813)
@@ -0,0 +1,85 @@
+<%@page contentType="text/html" import="java.net.*,java.io.*,java.util.*,org.jboss.jmx.adaptor.control.*,org.jboss.jmx.adaptor.model.*" %>
+<html>
+<head><title>Clustered JBoss Management Console</title>
+<link rel="stylesheet" href="../style_master.css" type="text/css">
+</head>
+
+<body>
+
+<table width="235" cellspacing="0" cellpadding="0" border="0">
+<tr>
+<td align="center" width="235" height="105"><img src="../images/logo.gif" border="0" alt="JBoss"/></td>
+</tr>
+</table>
+
+
+
+<table width="235" cellspacing="0" cellpadding="0" border="0">
+<tr><td><h2>Cluster View Bootstrap</h2></td></tr>
+<tr><td><h3><a href="bootstrap.html" target="ClusterNodeView">Reinvoke Bootstrap</a></h3></td></tr>
+</table>
+
+
+
+<table width="235" cellspacing="0" cellpadding="0" border="0">
+<tr><td><h2>Loaded Clusters</h2></td></tr>
+<tr><td><h3><%= request.getAttribute("partition") %></h3></td></tr>
+</table>
+
+<table width="235" cellspacing="0" cellpadding="0" border="0">
+ <ul>
+<%
+ String[] partitionHosts = (String[]) request.getAttribute("partitionHosts");
+ int port = request.getServerPort();
+
+ for(int h = 0; h < partitionHosts.length; h ++)
+ {
+ String host = partitionHosts[h];
+ String hostname = "";
+
+ try
+ {
+ hostname = InetAddress.getByName(host).getHostName();
+ }
+ catch(IOException e) {}
+
+ String hostURL = "http://"+host+":"+port+"/jmx-console/HtmlAdaptor?action=displayMBeans&filter=";
+%>
+ <tr><td><li><a href="<%= hostURL%>" target="ClusterNodeView"><%= hostname %></a></li></td></tr>
+<%
+ }
+%>
+ </ul>
+
+</table>
+
+
+
+<table width="235" cellspacing="0" cellpadding="0" border="0">
+<tr>
+<td>
+<h2>Object Name Filter</h2>
+</td>
+</tr>
+<tr>
+<td>
+<h3><a href="../HtmlAdaptor?action=displayMBeans&filter=" target="ClusterNodeView">Remove Object Name Filter</a></h3>
+</td>
+</tr>
+<%
+ Iterator mbeans = (Iterator) Server.getDomainData("");
+ int i=0;
+ while( mbeans.hasNext() )
+ {
+ DomainData domainData = (DomainData) mbeans.next();
+ out.println(" <tr>");
+ out.println(" <td>");
+ out.println(" <li><a href=\"../HtmlAdaptor?action=displayMBeans&filter="+domainData.getDomainName()+"\" target=\"ClusterNodeView\">"+domainData.getDomainName()+"</a></li>");
+ out.println(" </td>");
+ out.println(" </tr>");
+ }
+%>
+</table>
+
+</body>
+</html>
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/cluster/index.html
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/cluster/index.html (rev 0)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/cluster/index.html 2012-08-09 15:36:01 UTC (rev 8813)
@@ -0,0 +1,6 @@
+<!-- frames -->
+<frameset cols="255, *">
+ <frame name="ClusterIndex" src="ClusteredConsole?action=index" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">
+ <frame name="ClusterNodeView" src="bootstrap.html" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">
+ <noframes>A frames enabled browser is required for the cluster view</noframes>
+</frameset>
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/displayMBeans.jsp
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/displayMBeans.jsp (rev 0)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/displayMBeans.jsp 2012-08-09 15:36:01 UTC (rev 8813)
@@ -0,0 +1,108 @@
+<?xml version="1.0"?>
+<%@page contentType="text/html" import="java.net.*,java.util.*,org.jboss.jmx.adaptor.model.*,java.io.*"%>
+
+<%!
+
+ /**
+ * Translate HTML tags and single and double quotes.
+ */
+ public String translateMetaCharacters(Object value)
+ {
+ if(value == null)
+ return null;
+
+ String s = String.valueOf(value);
+ String sanitizedName = s.replace("<", "<");
+ sanitizedName = sanitizedName.replace(">", ">");
+ sanitizedName = sanitizedName.replace("\"", """);
+ sanitizedName = sanitizedName.replace("\'", "'");
+ return sanitizedName;
+ }
+%>
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<%
+ String bindAddress = "";
+ String serverName = "";
+ try
+ {
+ bindAddress = System.getProperty("jboss.bind.address", "");
+ serverName = System.getProperty("jboss.server.name", "");
+ }
+ catch (SecurityException se) {}
+
+ String hostname = "";
+ try
+ {
+ hostname = InetAddress.getLocalHost().getHostName();
+ }
+ catch(IOException e) {}
+
+ String hostInfo = hostname;
+ if (!bindAddress.equals(""))
+ {
+ hostInfo = hostInfo + " (" + bindAddress + ")";
+ }
+%>
+<html>
+<head>
+ <title>JBoss JMX Management Console - <%= hostInfo %></title>
+ <link rel="stylesheet" href="style_master.css" type="text/css"/>
+ <meta http-equiv="cache-control" content="no-cache"/>
+</head>
+
+<body>
+
+ <table width='100%' cellspacing="0" cellpadding="0" border="0">
+ <tr>
+ <td height="105" align="center"><h1>JMX Agent View</h1><h3><%= hostInfo%> - <%= serverName %></h3></td>
+ <td height="105" align="center" width="300" nowrap>
+ <form action="HtmlAdaptor?action=displayMBeans" method="post" name="applyFilter" id="applyFilter">
+ ObjectName Filter (e.g.: "jboss:*", "*:service=invoker,*"):<br/>
+ <input type="text" name="filter" size="20" value="<%= translateMetaCharacters(request.getAttribute("filter"))%>" />
+ <input type="submit" name="apply" value="Apply Filter" />
+ <input type="button" onClick="javascript:location='HtmlAdaptor?filter='" value="Clear Filter" />
+<%
+ if (request.getAttribute("filterError") != null) {
+ out.println("<br/><span class='error'>"+request.getAttribute("filterError")+"</span>");
+ }
+%>
+ </form>
+ <%= new java.util.Date() %>
+ </td>
+ </tr>
+ </table>
+
+
+
+<%
+ out.println("<table width='100%' cellspacing='1' cellpadding='1' border='1'>");
+ Iterator mbeans = (Iterator) request.getAttribute("mbeans");
+ int i=0;
+ while( mbeans.hasNext() )
+ {
+ DomainData domainData = (DomainData) mbeans.next();
+ out.println(" <tr>");
+ out.println(" <th style='text-align: left'>");
+ out.println(" <h2><a href=\"javascript:document.applyFilter.filter.value='"+domainData.getDomainName()+":*';document.applyFilter.submit()\">"+domainData.getDomainName()+"</a></h2>");
+ out.println(" </th>");
+ out.println(" </tr>");
+ out.println(" <tr>");
+ out.println(" <td bgcolor='#D0D0D0'>");
+ out.println(" <ul>");
+ MBeanData[] data = domainData.getData();
+ for(int d = 0; d < data.length; d ++)
+ {
+ String name = data[d].getObjectName().toString();
+ String properties = translateMetaCharacters(data[d].getNameProperties());
+ out.println(" <li><a href=\"HtmlAdaptor?action=inspectMBean&name="+URLEncoder.encode(name,"UTF-8")+"\">"+URLDecoder.decode(properties,"UTF-8")+"</a></li>");
+ }
+ out.println(" </ul>");
+ out.println(" </td>");
+ out.println(" </tr>");
+ }
+ out.println("</table>");
+%>
+
+</body>
+</html>
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/displayOpResult.jsp
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/displayOpResult.jsp (rev 0)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/displayOpResult.jsp 2012-08-09 15:36:01 UTC (rev 8813)
@@ -0,0 +1,95 @@
+<?xml version="1.0"?>
+<%@page contentType="text/html"
+ import="java.net.*,
+ java.io.*,
+ java.beans.PropertyEditor,
+ org.jboss.util.propertyeditor.PropertyEditors"
+%>
+<%
+String hostname = "";
+try
+{
+ hostname = InetAddress.getLocalHost().getHostName();
+}
+catch(IOException e){}
+%>
+
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html>
+<head>
+ <title>Operation Results</title>
+ <link rel="stylesheet" href="style_master.css" type="text/css" />
+ <meta http-equiv="cache-control" content="no-cache" />
+</head>
+
+<jsp:useBean id='opResultInfo' class='org.jboss.jmx.adaptor.control.OpResultInfo' type='org.jboss.jmx.adaptor.control.OpResultInfo' scope='request'/>
+<%
+ if(opResultInfo.name == null)
+ {
+%>
+ <jsp:forward page="/" />
+
+<%
+ }
+%>
+<body leftmargin="10" rightmargin="10" topmargin="10">
+
+<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
+ <tr>
+ <td height="105" align="center"><h1>JMX MBean Operation View</h1><%= hostname %></td>
+ <td height="105" align="center" width="300">
+ <p>
+ <input type="button" value="Back to Agent" onClick="javascript:location='HtmlAdaptor?action=displayMBeans'"/>
+ <input type="button" value="Back to MBean" onClick="javascript:location='HtmlAdaptor?action=inspectMBean&name=<%= request.getParameter("name") %>'"/>
+ </p>
+ <p>
+ <%
+ out.print("<input type='button' onClick=\"location='HtmlAdaptor?action=invokeOpByName");
+ out.print("&" + org.jboss.jmx.adaptor.html.CSRFUtil.CSRF_TOKEN + "=" + org.jboss.jmx.adaptor.html.CSRFUtil.getCSRFToken(request.getSession()));
+ out.print("&name=" + request.getParameter("name"));
+ out.print("&methodName=" + opResultInfo.name );
+
+ for (int i=0; i<opResultInfo.args.length; i++)
+ {
+ out.print("&argType=" + opResultInfo.signature[i]);
+ out.print("&arg" + i + "=" + opResultInfo.args[i]);
+ }
+
+ out.println("'\" value='Reinvoke MBean Operation'/>");
+ %>
+ </p>
+ </td>
+ </tr>
+</table>
+
+<%
+ if( opResultInfo.result == null )
+ {
+ out.println("Operation completed successfully without a return value!");
+ }
+ else
+ {
+ String opResultString = null;
+
+ PropertyEditor propertyEditor = PropertyEditors.findEditor(opResultInfo.result.getClass());
+ if(propertyEditor != null)
+ {
+ propertyEditor.setValue(opResultInfo.result);
+ opResultString = propertyEditor.getAsText();
+ }
+ else
+ {
+ opResultString = opResultInfo.result.toString();
+ }
+
+ boolean hasPreTag = opResultString.startsWith("<pre>");
+ if( hasPreTag == false ) out.println("<pre>");
+ out.println(opResultString);
+ if( hasPreTag == false ) out.println("</pre>");
+ }
+%>
+</body>
+</html>
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/filterView.jsp
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/filterView.jsp (rev 0)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/filterView.jsp 2012-08-09 15:36:01 UTC (rev 8813)
@@ -0,0 +1,38 @@
+<%@page contentType="text/html" import="java.util.*,org.jboss.jmx.adaptor.control.*,org.jboss.jmx.adaptor.model.*,java.io.*" %>
+<html>
+<head>
+ <title>JBoss Object Index</title>
+ <link rel="stylesheet" href="style_master.css" type="text/css">
+ <meta http-equiv="cache-control" content="no-cache"/>
+</head>
+
+<body leftmargin="10" rightmargin="10" topmargin="10">
+
+<table width="235" cellspacing="0" cellpadding="0" border="0">
+<tr>
+<td align="center" width="235" height="105"><img src="images/logo.gif" border="0" alt="JBoss"/></td>
+</tr>
+</table>
+
+
+
+<table width="235" cellspacing="0" cellpadding="0" border="0">
+<tr><td><h2>Object Name Filter</h2></td></tr>
+<tr><td><h3><a href="HtmlAdaptor?action=displayMBeans&filter=" target="ObjectNodeView">Remove Object Name Filter</a></h3></td></tr>
+<%
+ Iterator mbeans = (Iterator) Server.getDomainData("");
+ int i=0;
+ while( mbeans.hasNext() )
+ {
+ DomainData domainData = (DomainData) mbeans.next();
+ out.println(" <tr>");
+ out.println(" <td>");
+ out.println(" <li><a href=\"HtmlAdaptor?action=displayMBeans&filter="+domainData.getDomainName()+"\" target=\"ObjectNodeView\">"+domainData.getDomainName()+"</a></li>");
+ out.println(" </td>");
+ out.println(" </tr>");
+ }
+%>
+</table>
+
+</body>
+</html>
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/genericError.jsp
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/genericError.jsp (rev 0)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/genericError.jsp 2012-08-09 15:36:01 UTC (rev 8813)
@@ -0,0 +1,39 @@
+<%-- A simple error page. --%>
+
+<%@ page import="org.apache.catalina.util.ServerInfo,
+ org.apache.catalina.valves.Constants,
+ org.apache.catalina.util.StringManager" %>
+<%@ page isErrorPage="true" %>
+
+<html>
+ <head>
+ <style>
+ <!--H1 {font-family:Tahoma, Arial, sans-serif; color:white;
+ background-color:#525D76; font-size:22px;}
+ H3 {font-family:Tahoma, Arial, sans-serif; color:white;
+ background-color:#525D76; font-size:14px;}
+ HR {color:#525D76;}
+ .errorText {font-family:Tahoma, Arial, sans-serif; font-size:16px; } -->
+ </style>
+ <title>
+ <%
+ StringManager sm = StringManager.getManager(Constants.Package);
+ out.println(ServerInfo.getServerInfo() + " - "
+ + sm.getString("errorReportValve.errorReport"));
+ %>
+ </title>
+ </head>
+ <body>
+ <h1>
+ <%
+ out.println(sm.getString("errorReportValve.statusHeader",
+ "" + pageContext.getErrorData().getStatusCode(), ""));
+ %>
+ </h1>
+ <hr size=\"1\" noshade=\"noshade\">
+ <span class="errorText">An error has occurred.</span>
+ <hr size=\"1\" noshade=\"noshade\">
+ <h3><%= ServerInfo.getServerInfo() %></h3>
+ </body>
+</html>
+
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/images/logo.gif
===================================================================
(Binary files differ)
Property changes on: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/images/logo.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/index.jsp
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/index.jsp (rev 0)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/index.jsp 2012-08-09 15:36:01 UTC (rev 8813)
@@ -0,0 +1,41 @@
+<?xml version="1.0"?>
+<%@page contentType="text/html"
+ import="java.net.*,java.util.*,org.jboss.jmx.adaptor.model.*,java.io.*"
+%>
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<%
+ String bindAddress = "";
+ String serverName = "";
+ try
+ {
+ bindAddress = System.getProperty("jboss.bind.address", "");
+ serverName = System.getProperty("jboss.server.name", "");
+ }
+ catch (SecurityException se) {}
+
+ String hostname = "";
+ try
+ {
+ hostname = InetAddress.getLocalHost().getHostName();
+ }
+ catch(IOException e) {}
+
+ String hostInfo = hostname;
+ if (!bindAddress.equals(""))
+ {
+ hostInfo = hostInfo + " (" + bindAddress + ")";
+ }
+ %>
+<html>
+<head>
+<title>JBoss JMX Management Console - <%= hostInfo %></title>
+</head>
+<!-- frames -->
+<frameset cols="255,*">
+ <frame name="ObjectFilterView" src="filterView.jsp" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">
+ <frame name="ObjectNodeView" src="HtmlAdaptor?action=displayMBeans" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">
+ <noframes>A frames enabled browser is required for the main view</noframes>
+</frameset>
+</html>
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/inspectMBean.jsp
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/inspectMBean.jsp (rev 0)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/inspectMBean.jsp 2012-08-09 15:36:01 UTC (rev 8813)
@@ -0,0 +1,401 @@
+<?xml version="1.0"?>
+<%@page contentType="text/html"
+ import="java.net.*,java.io.*,java.util.*,javax.management.*,javax.management.modelmbean.*,
+ org.jboss.jmx.adaptor.control.Server,
+ org.jboss.jmx.adaptor.control.AttrResultInfo,
+ org.jboss.jmx.adaptor.model.*,
+ org.dom4j.io.HTMLWriter,
+ org.dom4j.tree.FlyweightCDATA,
+ java.lang.reflect.Array,
+ java.io.StringWriter,
+ java.beans.PropertyEditor,
+ org.jboss.util.propertyeditor.PropertyEditors"
+%>
+
+<%
+String hostname = "";
+try
+{
+ hostname = InetAddress.getLocalHost().getHostName();
+}
+catch(IOException e){}
+%>
+
+<%!
+ private static final Comparator MBEAN_FEATURE_INFO_COMPARATOR = new Comparator()
+ {
+ public int compare(Object value1, Object value2)
+ {
+ MBeanFeatureInfo featureInfo1 = (MBeanFeatureInfo) value1;
+ MBeanFeatureInfo featureInfo2 = (MBeanFeatureInfo) value2;
+
+ String name1 = featureInfo1.getName();
+ String name2 = featureInfo2.getName();
+
+ return name1.compareTo(name2);
+ }
+
+ public boolean equals(Object other)
+ {
+ return this == other;
+ }
+ };
+
+ String sep = System.getProperty("line.separator","\n");
+
+ public String fixDescription(String desc)
+ {
+ if (desc == null || desc.equals(""))
+ {
+ return "(no description)";
+ }
+ return desc;
+ }
+
+ public String fixValue(Object value)
+ {
+ if (value == null)
+ return null;
+ String s = String.valueOf(value);
+ StringWriter sw = new StringWriter();
+ HTMLWriter hw = new HTMLWriter(sw);
+ try
+ {
+ // hw.write(s); // strips whitespace
+ hw.write(new FlyweightCDATA(s));
+ s = sw.toString();
+ }
+ catch(Exception e)
+ {
+ }
+ return s;
+ }
+
+ public String fixValueForAttribute(Object value)
+ {
+ if (value == null)
+ return null;
+ String s = String.valueOf(value);
+ StringWriter sw = new StringWriter();
+ HTMLWriter hw = new HTMLWriter(sw);
+ try
+ {
+ hw.write(s);
+ s = sw.toString();
+ }
+ catch(Exception e)
+ {
+ }
+ return s;
+ }
+
+ /**
+ * Translate HTML tags and single and double quotes.
+ */
+ public String translateMetaCharacters(Object value)
+ {
+ if(value == null)
+ return null;
+
+ String s = String.valueOf(value);
+ String sanitizedName = s.replace("<", "<");
+ sanitizedName = sanitizedName.replace(">", ">");
+ sanitizedName = sanitizedName.replace("\"", """);
+ sanitizedName = sanitizedName.replace("\'", "'");
+ return sanitizedName;
+ }
+
+%>
+
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html>
+
+<head>
+ <title>MBean Inspector</title>
+ <link rel="stylesheet" href="style_master.css" type="text/css" />
+ <meta http-equiv="cache-control" content="no-cache" />
+</head>
+
+<jsp:useBean id='mbeanData' class='org.jboss.jmx.adaptor.model.MBeanData' scope='request'/>
+<%
+ if(mbeanData.getObjectName() == null)
+ {
+%>
+<jsp:forward page="/" />
+<%
+ }
+ ObjectName objectName = mbeanData.getObjectName();
+ String objectNameString = mbeanData.getName();
+ String quotedObjectNameString = URLEncoder.encode(mbeanData.getName(), "UTF-8");
+ MBeanInfo mbeanInfo = mbeanData.getMetaData();
+ MBeanAttributeInfo[] attributeInfo = mbeanInfo.getAttributes();
+ MBeanOperationInfo[] operationInfo = mbeanInfo.getOperations();
+
+ //FIXME: Seems to create ArrayIndexOutofBoundsException when uncommented
+ /*Arrays.sort(attributeInfo, MBEAN_FEATURE_INFO_COMPARATOR);
+
+ HashMap operationInfoIndexMap = new HashMap();
+ for (int a = 0; a < operationInfo.length; a++)
+ {
+ MBeanOperationInfo opInfo = operationInfo[a];
+ operationInfoIndexMap.put(opInfo, String.valueOf(a));
+ }
+
+ Arrays.sort(operationInfo, MBEAN_FEATURE_INFO_COMPARATOR);
+ */
+%>
+
+<body leftmargin="10" rightmargin="10" topmargin="10">
+
+<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
+ <tr>
+ <td height="105" align="center"><h1>JMX MBean View</h1><%= hostname %></td>
+ <td height="105" align="center" width="300" nowrap>
+ <p>
+ <input type="button" value="Back to Agent" onClick="javascript:location='HtmlAdaptor?action=displayMBeans'"/>
+ <input type="button" value="Refresh MBean View" onClick="javascript:location='HtmlAdaptor?action=inspectMBean&name=<%= URLEncoder.encode(request.getParameter("name"),"UTF-8") %>'"/>
+ </p>
+ <%= new java.util.Date() %>
+ </td>
+ </tr>
+</table>
+
+
+
+<%
+ Hashtable properties = objectName.getKeyPropertyList();
+ int size = properties.keySet().size();
+%>
+
+<!-- 1 -->
+
+<table width="100%" cellspacing="1" cellpadding="1" border="1" align="center">
+ <tr><th rowspan="<%= size + 1 %>">Name</th><td><b>Domain</b></td><td><%= objectName.getDomain() %></td></tr>
+<%
+ Iterator it = properties.keySet().iterator();
+ while( it.hasNext() )
+ {
+ String key=(String)it.next();
+ String val=translateMetaCharacters((String)properties.get(key));
+ out.println(" <tr><td><b>"+key+"</b></td><td>"+val+"</td></tr>");
+ }
+%>
+ <tr><th>Java Class</th><td colspan="2"><jsp:getProperty name='mbeanData' property='className'/></td></tr>
+ <tr><th>Description</th><td colspan="2"><%= fixDescription(mbeanInfo.getDescription())%></td></tr>
+</table>
+
+<!-- 2 -->
+<br/>
+<form method="post" action="HtmlAdaptor">
+ <input type="hidden" name="action" value="updateAttributes" />
+ <input type="hidden" name="name" value="<%= quotedObjectNameString %>" />
+ <input type="hidden" name="<%= org.jboss.jmx.adaptor.html.CSRFUtil.CSRF_TOKEN %>" value="<%= org.jboss.jmx.adaptor.html.CSRFUtil.getCSRFToken(request.getSession()) %>" />
+ <table width="100%" cellspacing="1" cellpadding="1" border="1" align="center">
+ <tr>
+ <th>Attribute Name</th>
+ <th>Access</th>
+ <th>Type</th>
+ <th>Description</th>
+ <th>Attribute Value</th>
+ </tr>
+<%
+ boolean hasWriteableAttribute=false;
+ for(int a = 0; a < attributeInfo.length; a ++)
+ {
+ MBeanAttributeInfo attrInfo = attributeInfo[a];
+ String attrName = attrInfo.getName();
+ String attrType = attrInfo.getType();
+ AttrResultInfo attrResult = Server.getMBeanAttributeResultInfo(objectNameString, attrInfo);
+ String attrValue = attrResult.getAsText();
+ String access = "";
+ if( attrInfo.isReadable() ) access += "R";
+ if( attrInfo.isWritable() )
+ {
+ access += "W";
+ hasWriteableAttribute=true;
+ }
+ String attrDescription = fixDescription(attrInfo.getDescription());
+ out.println(" <tr>");
+ out.println(" <td class='param'>"+attrName+"</td>");
+ out.println(" <td align='center'>"+access+"</td>");
+ out.println(" <td>"+attrType+"</td>");
+ out.println(" <td>"+attrDescription+"</td>");
+ out.println(" <td>");
+ out.println(" <pre>");
+
+ if( attrInfo.isWritable() )
+ {
+ String readonly = attrResult.editor == null ? "class='readonly' readonly" : "class='writable'";
+ if( attrType.equals("boolean") || attrType.equals("java.lang.Boolean") )
+ {
+ Boolean value = attrValue == null || "".equals( attrValue ) ? null : Boolean.valueOf(attrValue);
+ String trueChecked = (value == Boolean.TRUE ? "checked" : "");
+ String falseChecked = (value == Boolean.FALSE ? "checked" : "");
+ String naChecked = value == null ? "checked" : "";
+ out.print("<input type='radio' name='"+attrName+"' value='True' "+trueChecked+"/>True");
+ out.print("<input type='radio' name='"+attrName+"' value='False' "+falseChecked+"/>False");
+ // For wrappers, enable a 'null' selection
+ if ( attrType.equals( "java.lang.Boolean" ) && PropertyEditors.isNullHandlingEnabled() )
+ {
+ out.print("<input type='radio' name='"+attrName+"' value='' "+naChecked+"/>True");
+ }
+
+ }
+ else if( attrInfo.isReadable() )
+ {
+ attrValue = fixValueForAttribute(attrValue);
+ if (String.valueOf(attrValue).indexOf(sep) == -1)
+ {
+ out.print("<input type='text' size='80' name='"+attrName+"' value='"+translateMetaCharacters(attrValue)+"' "+readonly+"/>");
+ }
+ else
+ {
+ out.print("<textarea cols='80' rows='10' type='text' name='"+attrName+"' "+readonly+">"+attrValue+"</textarea>");
+ }
+ }
+ else
+ {
+ out.print("<input type='text' name='"+attrName+"' "+readonly+"/>");
+ }
+ }
+ else
+ {
+ if( attrType.equals("[Ljavax.management.ObjectName;") )
+ {
+ ObjectName[] names = (ObjectName[]) Server.getMBeanAttributeObject(objectNameString, attrName);
+ if( names != null )
+ {
+ for( int i = 0; i < names.length; i++ )
+ {
+ out.print("<p align='center'><a href='HtmlAdaptor?action=inspectMBean&name="+URLEncoder.encode(names[i]+"","UTF-8")+">"+names[i]+"</a></p>");
+ }
+ }
+ }
+ else if( attrType.startsWith("["))
+ {
+ Object arrayObject = Server.getMBeanAttributeObject(objectNameString, attrName);
+ if (arrayObject != null)
+ {
+ for (int i = 0; i < Array.getLength(arrayObject); ++i)
+ {
+ out.println(fixValue(Array.get(arrayObject,i)));
+ }
+ }
+ }
+ else
+ {
+ out.print(fixValue(attrValue));
+ }
+ }
+
+ if( attrType.equals("javax.management.ObjectName") )
+ {
+ if( attrValue != null )
+ {
+ out.print("<p align='center'><a href='HtmlAdaptor?action=inspectMBean&name="+URLEncoder.encode(attrValue,"UTF-8")+"'>View MBean</a></p>");
+ }
+ }
+ out.println(" </pre>");
+ out.println(" </td>");
+ out.println(" </tr>");
+ }
+
+ if(hasWriteableAttribute)
+ {
+ out.println(" <tr><td colspan='4'></td><td class='arg'><p align='center'><input type='submit' value='Apply Changes'/></p></td></tr>");
+ }
+%>
+ </table>
+</form>
+
+<!-- 3 -->
+<br/>
+<%
+if (operationInfo.length > 0)
+{
+ out.println(" <table width='100%' cellspacing='1' cellpadding='1' border='1' align='center'>");
+ out.println(" <tr>");
+ out.println(" <th>Operation</th>");
+ out.println(" <th>Return Type</th>");
+ out.println(" <th>Description</th>");
+ out.println(" <th>Parameters</th>");
+ out.println(" </tr>");
+
+ for(int a = 0; a < operationInfo.length; a ++)
+ {
+ MBeanOperationInfo opInfo = operationInfo[a];
+ boolean accept = true;
+ if (opInfo instanceof ModelMBeanOperationInfo)
+ {
+ Descriptor desc = ((ModelMBeanOperationInfo)opInfo).getDescriptor();
+ String role = (String)desc.getFieldValue("role");
+ if ("getter".equals(role) || "setter".equals(role))
+ {
+ accept = false;
+ }
+ }
+ if (accept)
+ {
+ MBeanParameterInfo[] sig = opInfo.getSignature();
+ out.println(" <tr>");
+ out.println(" <td class='param'>"+opInfo.getName()+"</td>");
+ out.println(" <td>"+opInfo.getReturnType()+"</td>");
+ out.println(" <td>"+fixDescription(opInfo.getDescription())+"</td>");
+ out.println(" <td align='center'>");
+ out.println(" <form method='post' action='HtmlAdaptor'>");
+ out.println(" <input type='hidden' name='action' value='invokeOp'/>");
+ out.println(" <input type='hidden' name='name' value='"+quotedObjectNameString+"'/>");
+ out.println(" <input type='hidden' name='methodIndex' value='"+a+"'/>");
+ out.println(" <input type='hidden' name='" + org.jboss.jmx.adaptor.html.CSRFUtil.CSRF_TOKEN + "' value='"+org.jboss.jmx.adaptor.html.CSRFUtil.getCSRFToken(request.getSession())+"'/>");
+
+ if( sig.length > 0 )
+ {
+ out.println(" <table width='100%' cellspacing='1' cellpadding='1' border='0'>");
+ for(int p = 0; p < sig.length; p ++)
+ {
+ MBeanParameterInfo paramInfo = sig[p];
+ String pname = paramInfo.getName();
+ String ptype = paramInfo.getType();
+ if( pname == null || pname.length() == 0 || pname.equals(ptype) )
+ {
+ pname = "arg"+p;
+ }
+ String pdesc = fixDescription(paramInfo.getDescription());
+ out.println(" <tr>");
+ out.println(" <td class='arg'>"+pname+"</td>");
+ out.println(" <td class='arg'>"+ptype+"</td>");
+ out.println(" <td class='arg'>"+pdesc+"</td>");
+ out.print(" <td class='arg' width='50'>");
+ if(ptype.equals("boolean")||ptype.equals("java.lang.Boolean"))
+ {
+ out.print("<input type='radio' name='arg"+p+"' value='True' checked/>True");
+ out.print("<input type='radio' name='arg"+p+"' value='False'/>False");
+ }
+ else
+ {
+ out.print("<input type='text' class='writable' name='arg"+p+"'/>");
+ }
+ out.println("</td>");
+ out.println(" </tr>");
+ }
+ out.println(" </table>");
+ }
+ else
+ {
+ out.println(" [no parameters]<BR>");
+ }
+ out.println(" <input type='submit' value='Invoke'/>");
+ out.println(" </form>");
+ out.println(" </td>");
+ out.println(" </tr>");
+ }
+ }
+ out.println(" </table>");
+}
+%>
+
+</body>
+</html>
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/jboss.css
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/jboss.css (rev 0)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/jboss.css 2012-08-09 15:36:01 UTC (rev 8813)
@@ -0,0 +1,146 @@
+body {
+ margin: 13px 0px 10px 0px;
+ background-color: #ffffff;
+ font-size: 12px;
+ font-family: verdana, arial, "sans-serif";
+ color: #606060;
+ }
+td {
+ font-size: 12px;
+ font-family: verdana, arial, "sans-serif";
+ color: #606060;
+ }
+input {
+ font-size: 13px;
+ font-family: verdana, arial, "sans-serif";
+ color: #FF5906;
+ background-color: #f0f0f0;
+ border: 1px solid #cccccc;
+ }
+img {
+ border: 0px;
+ }
+p {
+ margin: 10px 30px 10px 20px
+ }
+h3 {
+ color: #FF5906;
+ font-size: 13px;
+ font-family: verdana, arial, "sans-serif";
+ margin: 10px 30px 10px 20px;
+ }
+h4 {
+ color: #999999;
+ font-size: 13px;
+ font-family: verdana, arial, "sans-serif";
+ margin: 10px 30px 10px 20px;
+ }
+table {
+ border: 0px #999999;
+ }
+a {
+ text-decoration : none;
+ }
+a:link {
+ color: #FF5906;
+ }
+a:visited {
+ color: #FF5906;
+ }
+a:active {
+ background-color:transparent;
+ }
+a:hover {
+ text-decoration : underline;
+ }
+a.soft, a.soft:visited, a.soft:link {
+ TEXT-DECORATION: none;
+ COLOR: #000000;
+ }
+a.soft:hover {
+ TEXT-DECORATION: underline;
+ BACKGROUND-COLOR: transparent;
+ COLOR: #000000
+ }
+#header {
+ background-color: #FF7A22;
+ background-image: url("header_bg.jpg");
+ background-repeat: no-repeat;
+ background-position: 226px 0px;
+ width: 100%;
+ height: 80px;
+ }
+#header #banner {
+ float: right;
+ margin: 8px 5px 0px 0px;
+ }
+#logo {
+ position: absolute;
+ top: 4px;
+ left: 4px;
+ z-index: 200;
+}
+#services {
+ position: absolute;
+ top: 16px;
+ right: 10px;
+ z-index: 200;
+}
+#filter {
+ position: absolute;
+ top: 65px;
+ right: 30px;
+ z-index: 220;
+}
+#filter_label {
+ position: absolute;
+ top: 61px;
+ right: 215px;
+ z-index: 220;
+}
+#apply {
+ position: absolute;
+ top: -5px;
+ right: -30px;
+ z-index: 220;
+ border: none;
+}
+#navigation_bar {
+ background-color: #f0f0f0;
+ border-bottom: 1px dotted #999999;
+ height: 20px;
+ }
+#separator_bar {
+ background-color: #ffffff;
+ border-bottom: 1px dotted #999999;
+ height: 20px;
+ }
+#footer {
+ clear: both;
+ border-top: 1px dotted #999999;
+ }
+#footer_bar {
+ height: 20px;
+ width: 100%;
+ background-color: #FF7A22;
+ }
+.attribute_link a {
+ color: #606060;
+ text-decoration: none;
+ }
+.attribute_link a:hover {
+ color: #606060;
+ border-bottom: 1px dotted #999999;
+ }
+.hide {
+ display: none;
+ }
+.spacer {
+ clear: both;
+ }
+.spacer hr {
+ display: none;
+ }
+.center {
+ text-align: center;
+ }
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/style_master.css
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/style_master.css (rev 0)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2011-2908/jmx-console.war/style_master.css 2012-08-09 15:36:01 UTC (rev 8813)
@@ -0,0 +1,92 @@
+A{
+text-decoration:underline
+}
+A:LINK{
+color:#000099
+}
+A:VISITED{
+color:#880088
+}
+A:HOVER{
+color:#FF6600
+}
+A:ACTIVE{
+color:#FF0000
+}
+BODY{
+background-color:#FFFFFF;
+font-family:Tahoma,Verdana,sans-serif;
+font-size:8pt
+}
+H1{
+color:#000099;
+font-size:16pt;
+font-weight:bold
+}
+H2{
+margin:2px;
+padding:2px;
+font-size:12pt;
+font-weight:bold
+}
+H3{
+margin:2px;
+padding:2px;
+font-size:10pt;
+font-weight:normal
+}
+IMG{
+border:0
+}
+INPUT{
+font-family:Tahoma,Verdana,sans-serif;
+font-size:8pt
+}
+INPUT.readonly{
+border:1px solid #999999;
+background-color:#C0C0C0
+}
+INPUT.writable{
+border:1px solid #999999;
+background-color:#FFFFFF
+}
+TD{
+background-color:#E0E0E0;
+font-family:Tahoma,Verdana,sans-serif;
+font-size:8pt
+}
+TD.arg{
+background-color:#BBBBBB;
+font-family:Tahoma,Verdana,sans-serif;
+font-size:8pt
+}
+TD.param{
+color:#880000;
+font-size:8pt;
+font-weight:bold;
+font-family:Tahoma,Verdana,sans-serif
+}
+TH{
+cellspacing:2px;
+padding-bottom:1px;
+padding-left:4px;
+padding-right:4px;
+padding-top:1px;
+background-color:#999999;
+color:#000000;
+font-family:Tahoma,Verdana,sans-serif;
+font-size:8pt;
+font-weight:bold
+}
+pre {
+ white-space: pre-wrap; /* css-3 */
+ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
+ white-space: -pre-wrap; /* Opera 4-6 */
+ white-space: -o-pre-wrap; /* Opera 7 */
+ word-wrap: break-word; /* Internet Explorer 5.5+ */
+}
+* .error {
+ font-size: 8pt;
+ color: red;
+}
+
12 years, 4 months
gatein SVN: r8812 - in epp/portal/tags: EPP_5_2_2_ER04 and 110 other directories.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2012-08-06 18:12:44 -0400 (Mon, 06 Aug 2012)
New Revision: 8812
Added:
epp/portal/tags/EPP_5_2_2_ER04/
Modified:
epp/portal/tags/EPP_5_2_2_ER04/component/application-registry/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/component/common/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/component/identity/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/component/initializer/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/component/management/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/component/pc/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/component/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/component/portal/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/component/resources/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/component/scripting/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/component/test/core/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/component/test/jcr/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/component/test/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/component/web/api/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/component/web/controller/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/component/web/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/component/web/resources/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/component/web/security/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/component/web/server/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/distribution/jboss-epp/examples/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/distribution/jboss-epp/gatein-management/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/distribution/jboss-epp/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/distribution/jboss-epp/portletbridge/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/distribution/jboss-epp/serverAddon/integration.war/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/distribution/jboss-epp/serverAddon/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/exo-core/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/exo-doc/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/exo-jcr/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/exo-junit/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/exo-kernel/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/exo-parent/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/exo-ws/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-common/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-dep/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-examples/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-jon-plugin/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-management/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-mop/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-parent/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-pc/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-portal/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-shindig/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-simplecaptcha/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-sso/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-wci/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-wsrp/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/jboss-eppsp/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/jboss-picketlink-idm/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/jboss-portletbridge/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/mead.parent/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/distribution/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/examples/extension/config/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/examples/extension/ear/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/examples/extension/jar/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/examples/extension/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/examples/extension/war/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/examples/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/examples/portal/config/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/examples/portal/ear/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/examples/portal/jar/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/examples/portal/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/examples/portal/rest-war/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/examples/portal/war/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/examples/portlets/api/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/examples/portlets/jsfhellouser/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/examples/portlets/jsphellouser/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/examples/portlets/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/examples/portlets/simplesthelloworld/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/examples/portlets/struts-jpetstore/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/examples/skins/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/examples/skins/simpleskin/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/gadgets/core/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/gadgets/eXoGadgets/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/gadgets/gwtGadgets/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/gadgets/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/gadgets/server/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/portlet/dashboard/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/portlet/exoadmin/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/portlet/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/portlet/web/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/server/jboss/patch-ear/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/server/jboss/plugin/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/server/jboss/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/server/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/starter/ear/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/starter/jar/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/starter/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/starter/war/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/testsuite/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/testsuite/selenium-snifftests/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/testsuite/webuibasedsamples/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/web/eXoResources/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/web/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/web/portal/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/web/rest/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/webui/core/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/webui/dashboard/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/webui/eXo/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/webui/framework/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/webui/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/webui/portal/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/webui/portlet/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/wsrp-integration/extension-component/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/wsrp-integration/extension-config/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/wsrp-integration/extension-ear-as5/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/wsrp-integration/extension-ear/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/wsrp-integration/extension-war/pom.xml
epp/portal/tags/EPP_5_2_2_ER04/wsrp-integration/pom.xml
Log:
New release
Property changes on: epp/portal/tags/EPP_5_2_2_ER04
___________________________________________________________________
Added: svn:ignore
+ *.iml
.idea
.settings
.classpath
.project
Added: svn:mergeinfo
+ /epp/portal/branches/EPP_5_1_0_GA_JBEPP-795:5868
/portal/branches/branch-GTNPORTAL-1592:4868,4875,4894
/portal/branches/branch-GTNPORTAL-1643:5002,5063,5167
/portal/branches/branch-GTNPORTAL-1700:5348,5363,5402,5445
/portal/branches/branch-GTNPORTAL-1731:5622,5644,5668
/portal/branches/branch-GTNPORTAL-1745:5765
/portal/branches/branch-GTNPORTAL-1790:5871
/portal/branches/branch-GTNPORTAL-1822:5943,5952
/portal/branches/branch-GTNPORTAL-1832:6030,6063
/portal/branches/branch-GTNPORTAL-1872:6400,6551
/portal/branches/branch-GTNPORTAL-1921:6603,6771-6772,6774
/portal/branches/branch-GTNPORTAL-1963:6904,6915-6916
/portal/branches/decoupled-webos:6214-6243
/portal/branches/gatein-management:6920-6958
/portal/branches/global-portlet-metadata:6298-6384
/portal/branches/site-describability:6171-6235
/portal/branches/xss:7377-7595,7597
/portal/branches/xss-issues:7350-7351,7358
/portal/trunk:4876,4891,5269,5744,5822,5943,6168,6196,6201-6203,6205-6206,6223,6323,6437,6440,6449,6452,6573,6783-6784,6912-6913,6960,7042,7061,7085,7095,7117,7125,7132-7134,7186,7239,7262,7308,7326,7330-7334,7359,7367,7409,7412,7433,7450,7452,7454,7478,7497,7500,7552,7554-7555,7570-7571,7573,7577,7598,7614-7615,7695-7696,7701-7704,7741,7748,7773,7780,7857,7877,7900,7928,7938,8045,8053,8072
Modified: epp/portal/tags/EPP_5_2_2_ER04/component/application-registry/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/application-registry/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/component/application-registry/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_ER04/component/common/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/common/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/component/common/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>exo.portal.component.common</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_ER04/component/identity/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/identity/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/component/identity/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_ER04/component/initializer/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/initializer/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/component/initializer/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -3,7 +3,7 @@
<parent>
<artifactId>exo.portal.component</artifactId>
<groupId>org.exoplatform.portal</groupId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_ER04/component/management/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/management/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/component/management/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_ER04/component/pc/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/pc/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/component/pc/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_ER04/component/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/component/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<artifactId>exo.portal.component</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_ER04/component/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/portal/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/component/portal/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_ER04/component/resources/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/resources/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/component/resources/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_ER04/component/scripting/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/scripting/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/component/scripting/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_ER04/component/test/core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/test/core/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/component/test/core/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_ER04/component/test/jcr/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/test/jcr/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/component/test/jcr/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_ER04/component/test/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/test/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/component/test/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_ER04/component/web/api/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/web/api/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/component/web/api/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_ER04/component/web/controller/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/web/controller/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/component/web/controller/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_ER04/component/web/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/web/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/component/web/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_ER04/component/web/resources/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/web/resources/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/component/web/resources/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_ER04/component/web/security/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/web/security/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/component/web/security/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_ER04/component/web/server/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/web/server/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/component/web/server/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_ER04/distribution/jboss-epp/examples/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/examples/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/distribution/jboss-epp/examples/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/distribution/jboss-epp/gatein-management/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/gatein-management/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/distribution/jboss-epp/gatein-management/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/distribution/jboss-epp/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/distribution/jboss-epp/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<groupId>org.jboss.portal</groupId>
Modified: epp/portal/tags/EPP_5_2_2_ER04/distribution/jboss-epp/portletbridge/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/portletbridge/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/distribution/jboss-epp/portletbridge/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>gatein</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_ER04/distribution/jboss-epp/serverAddon/integration.war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/integration.war/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/distribution/jboss-epp/serverAddon/integration.war/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>integration</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_ER04/distribution/jboss-epp/serverAddon/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/distribution/jboss-epp/serverAddon/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/exo-core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-core/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/exo-core/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/exo-doc/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-doc/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/exo-doc/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/exo-jcr/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-jcr/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/exo-jcr/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/exo-junit/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-junit/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/exo-junit/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/exo-kernel/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-kernel/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/exo-kernel/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/exo-parent/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-parent/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/exo-parent/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/exo-ws/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-ws/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/exo-ws/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-common/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-common/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-common/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-dep/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-dep/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-dep/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-examples/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-examples/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-examples/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-jon-plugin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-jon-plugin/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-jon-plugin/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-management/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-management/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-management/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-mop/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-mop/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-mop/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-parent/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-parent/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-parent/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-pc/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-pc/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-pc/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-portal/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-portal/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-shindig/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-shindig/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-shindig/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-simplecaptcha/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-simplecaptcha/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-simplecaptcha/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-sso/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-sso/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-sso/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-wci/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-wci/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-wci/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-wsrp/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-wsrp/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/gatein-wsrp/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/jboss-eppsp/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/jboss-eppsp/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/jboss-eppsp/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
@@ -26,7 +26,7 @@
<scm.base>${git.base}</scm.base>
<scm.repo>${git.repo}</scm.repo>
<scm.path>epp/jboss-eppsp.git</scm.path>
- <scm.version>5.2.2.CR01-SNAPSHOT-exo-2.3.8-CR01</scm.version>
+ <scm.version>5.2.2.ER04-exo-2.3.8-CR01</scm.version>
<!--<scm.version>${org.jboss.eppsp.version}</scm.version>-->
<mead.build.profiles></mead.build.profiles>
Modified: epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/jboss-picketlink-idm/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/jboss-picketlink-idm/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/jboss-picketlink-idm/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/jboss-portletbridge/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/jboss-portletbridge/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/jboss-portletbridge/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/mead.parent/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/mead.parent/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/mead.parent/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<artifactId>mead-tools</artifactId>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/distribution/mead-tools/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<groupId>org.exoplatform.portal.mead</groupId>
@@ -55,7 +55,7 @@
</build>
<properties>
- <gatein.tag>EPP_5_2_2_ER02</gatein.tag>
+ <gatein.tag>EPP_5_2_2_ER04</gatein.tag>
<!-- Ant properties -->
<ant.build.file>build.xml</ant.build.file>
Modified: epp/portal/tags/EPP_5_2_2_ER04/distribution/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/distribution/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<artifactId>distribution.parent</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_ER04/examples/extension/config/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/extension/config/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/examples/extension/config/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/examples/extension/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/extension/ear/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/examples/extension/ear/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
@@ -38,17 +38,17 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.config</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.jar</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.api</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<scope>provided</scope>
<exclusions>
<exclusion>
@@ -76,7 +76,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.war</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<type>war</type>
</dependency>
<dependency>
Modified: epp/portal/tags/EPP_5_2_2_ER04/examples/extension/jar/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/extension/jar/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/examples/extension/jar/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/examples/extension/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/extension/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/examples/extension/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/examples/extension/war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/extension/war/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/examples/extension/war/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/examples/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/examples/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<artifactId>exo.portal.sample</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_ER04/examples/portal/config/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portal/config/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/examples/portal/config/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/examples/portal/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portal/ear/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/examples/portal/ear/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
@@ -38,17 +38,17 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.config</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.jar</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.api</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<scope>provided</scope>
<exclusions>
<exclusion>
@@ -76,13 +76,13 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.war</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.rest-war</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<type>war</type>
</dependency>
<dependency>
Modified: epp/portal/tags/EPP_5_2_2_ER04/examples/portal/jar/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portal/jar/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/examples/portal/jar/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/examples/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portal/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/examples/portal/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/examples/portal/rest-war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portal/rest-war/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/examples/portal/rest-war/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/examples/portal/war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portal/war/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/examples/portal/war/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/examples/portlets/api/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portlets/api/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/examples/portlets/api/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<artifactId>gatein-api</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_ER04/examples/portlets/jsfhellouser/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portlets/jsfhellouser/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/examples/portlets/jsfhellouser/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<artifactId>gatein-jsf-hellouser</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_ER04/examples/portlets/jsphellouser/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portlets/jsphellouser/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/examples/portlets/jsphellouser/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<artifactId>gatein-jsp-hellouser</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_ER04/examples/portlets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portlets/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/examples/portlets/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/examples/portlets/simplesthelloworld/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portlets/simplesthelloworld/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/examples/portlets/simplesthelloworld/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<artifactId>gatein-simplest-helloworld</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_ER04/examples/portlets/struts-jpetstore/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portlets/struts-jpetstore/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/examples/portlets/struts-jpetstore/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<artifactId>struts-jpetstore</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_ER04/examples/skins/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/skins/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/examples/skins/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/examples/skins/simpleskin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/skins/simpleskin/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/examples/skins/simpleskin/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.portal.examples.skins</groupId>
<artifactId>skins-parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<artifactId>gatein-sample-skin</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_ER04/gadgets/core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/gadgets/core/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/gadgets/core/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -14,7 +14,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<artifactId>exo.portal.gadgets-core</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_ER04/gadgets/eXoGadgets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/gadgets/eXoGadgets/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/gadgets/eXoGadgets/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_ER04/gadgets/gwtGadgets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/gadgets/gwtGadgets/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/gadgets/gwtGadgets/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<artifactId>exo.portal.gwtGadgets</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_ER04/gadgets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/gadgets/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/gadgets/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<artifactId>exo.portal.gadgets</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_ER04/gadgets/server/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/gadgets/server/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/gadgets/server/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<artifactId>exo.portal.gadgets-server</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_ER04/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -31,7 +31,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<packaging>pom</packaging>
<name>EPP GateIn - Portal - ${project.version}</name>
@@ -80,9 +80,9 @@
</properties>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/epp/portal/tags/EPP_5_2_2_CR01</connection>
- <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/epp/portal/tags/EPP_5_2_2_CR01</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/epp/portal/tags/EPP_5_2_2_CR01</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/epp/portal/tags/EPP_5_2_2_ER04</connection>
+ <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/epp/portal/tags/EPP_5_2_2_ER04</developerConnection>
+ <url>http://fisheye.jboss.org/browse/gatein/epp/portal/tags/EPP_5_2_2_ER04</url>
</scm>
<modules>
@@ -469,79 +469,79 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.common</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.controller</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.security</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.server</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.api</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.resources</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.pc</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.identity</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.identity</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.initializer</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.resources</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.application-registry</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
@@ -551,68 +551,68 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.scripting</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.management</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.framework</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portlet</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portal</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.eXo</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.core</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.dashboard</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets-core</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<type>test-jar</type>
</dependency>
<dependency>
@@ -629,7 +629,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss.plugin</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</dependency>
<!-- Chromattic -->
Modified: epp/portal/tags/EPP_5_2_2_ER04/portlet/dashboard/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/portlet/dashboard/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/portlet/dashboard/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_ER04/portlet/exoadmin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/portlet/exoadmin/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/portlet/exoadmin/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_ER04/portlet/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/portlet/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/portlet/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<artifactId>exo.portal.portlet</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_ER04/portlet/web/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/portlet/web/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/portlet/web/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_ER04/server/jboss/patch-ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/server/jboss/patch-ear/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/server/jboss/patch-ear/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_ER04/server/jboss/plugin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/server/jboss/plugin/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/server/jboss/plugin/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_ER04/server/jboss/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/server/jboss/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/server/jboss/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<artifactId>exo.portal.server.jboss</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_ER04/server/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/server/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/server/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<artifactId>exo.portal.server</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_ER04/starter/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/starter/ear/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/starter/ear/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.starter.war</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<type>war</type>
</dependency>
</dependencies>
Modified: epp/portal/tags/EPP_5_2_2_ER04/starter/jar/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/starter/jar/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/starter/jar/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_2_ER04/starter/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/starter/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/starter/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<artifactId>exo.portal.starter.root</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_ER04/starter/war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/starter/war/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/starter/war/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -51,7 +51,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.starter.jar</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</dependency>
</dependencies>
</project>
Modified: epp/portal/tags/EPP_5_2_2_ER04/testsuite/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/testsuite/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/testsuite/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<artifactId>exo.portal.testsuite</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_ER04/testsuite/selenium-snifftests/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/testsuite/selenium-snifftests/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/testsuite/selenium-snifftests/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<artifactId>exo.portal.selenium.snifftests</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_ER04/testsuite/webuibasedsamples/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/testsuite/webuibasedsamples/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/testsuite/webuibasedsamples/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<artifactId>exo.webui.based.samples</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_ER04/web/eXoResources/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/eXoResources/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/web/eXoResources/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_ER04/web/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/web/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<artifactId>exo.portal.web</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_ER04/web/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/portal/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/web/portal/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_ER04/web/rest/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/rest/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/web/rest/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_ER04/webui/core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/webui/core/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/webui/core/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_ER04/webui/dashboard/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/webui/dashboard/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/webui/dashboard/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_ER04/webui/eXo/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/webui/eXo/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/webui/eXo/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_ER04/webui/framework/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/webui/framework/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/webui/framework/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_ER04/webui/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/webui/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/webui/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<artifactId>exo.portal.webui</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_ER04/webui/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/webui/portal/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/webui/portal/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_ER04/webui/portlet/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/webui/portlet/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/webui/portlet/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_ER04/wsrp-integration/extension-component/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-component/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/wsrp-integration/extension-component/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -26,7 +26,7 @@
<parent>
<artifactId>gatein-wsrp-integration-parent</artifactId>
<groupId>org.gatein.integration</groupId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_2_ER04/wsrp-integration/extension-config/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-config/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/wsrp-integration/extension-config/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -26,7 +26,7 @@
<parent>
<artifactId>gatein-wsrp-integration-parent</artifactId>
<groupId>org.gatein.integration</groupId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<artifactId>extension-config</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_ER04/wsrp-integration/extension-ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-ear/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/wsrp-integration/extension-ear/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -28,7 +28,7 @@
<parent>
<artifactId>gatein-wsrp-integration-parent</artifactId>
<groupId>org.gatein.integration</groupId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<artifactId>extension-ear</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_ER04/wsrp-integration/extension-ear-as5/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-ear-as5/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/wsrp-integration/extension-ear-as5/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.gatein.integration</groupId>
<artifactId>gatein-wsrp-integration-parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<artifactId>extension-ear-as5</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_ER04/wsrp-integration/extension-war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-war/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/wsrp-integration/extension-war/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -27,7 +27,7 @@
<parent>
<artifactId>gatein-wsrp-integration-parent</artifactId>
<groupId>org.gatein.integration</groupId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<artifactId>extension-war</artifactId>
Modified: epp/portal/tags/EPP_5_2_2_ER04/wsrp-integration/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/wsrp-integration/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
+++ epp/portal/tags/EPP_5_2_2_ER04/wsrp-integration/pom.xml 2012-08-06 22:12:44 UTC (rev 8812)
@@ -34,7 +34,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.2.CR01-SNAPSHOT</version>
+ <version>5.2.2.ER04</version>
</parent>
<description>GateIn WSRP Integration extension parent</description>
12 years, 4 months
gatein SVN: r8811 - in epp/portal/branches/EPP_5_2_Branch: distribution/mead-tools/exo-jcr and 1 other directory.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2012-08-03 11:24:36 -0400 (Fri, 03 Aug 2012)
New Revision: 8811
Modified:
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-jcr/pom.xml
epp/portal/branches/EPP_5_2_Branch/pom.xml
Log:
Bug 845619 - Upgrade JCR and components
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-jcr/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-jcr/pom.xml 2012-08-03 08:15:11 UTC (rev 8810)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-jcr/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
@@ -26,7 +26,7 @@
<scm.version>${org.exoplatform.jcr.version}</scm.version>
<mead.build.profiles></mead.build.profiles>
- <mead.build.properties></mead.build.properties>
+ <mead.build.properties>skipTests=true</mead.build.properties>
<mead.patch.path>patches/org.exoplatform.core-exo-jcr/tags/1.14.2-GA</mead.patch.path>
<!-- mead.patch.path>patches/org.exoplatform.portal-exo.portal.parent/branches/EPP_5_1</mead.patch.path -->
Modified: epp/portal/branches/EPP_5_2_Branch/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/pom.xml 2012-08-03 08:15:11 UTC (rev 8810)
+++ epp/portal/branches/EPP_5_2_Branch/pom.xml 2012-08-03 15:24:36 UTC (rev 8811)
@@ -38,11 +38,11 @@
<properties>
<org.exoplatform.parent.version>9</org.exoplatform.parent.version>
- <org.exoplatform.kernel.version>2.3.8-CR01</org.exoplatform.kernel.version>
+ <org.exoplatform.kernel.version>2.3.8-GA</org.exoplatform.kernel.version>
<org.exoplatform.kernel.junit.version>1.2.1-GA</org.exoplatform.kernel.junit.version> <!-- from exo.kernel -->
- <org.exoplatform.core.version>2.4.8-CR01</org.exoplatform.core.version>
- <org.exoplatform.ws.version>2.2.8-CR01</org.exoplatform.ws.version>
- <org.exoplatform.jcr.version>1.14.8-CR02</org.exoplatform.jcr.version>
+ <org.exoplatform.core.version>2.4.8-GA</org.exoplatform.core.version>
+ <org.exoplatform.ws.version>2.2.8-GA</org.exoplatform.ws.version>
+ <org.exoplatform.jcr.version>1.14.8-GA</org.exoplatform.jcr.version>
<org.exoplatform.doc-style.version>1</org.exoplatform.doc-style.version>
<org.jibx.version>1.2.1</org.jibx.version>
<org.shindig.version>2.0.2-CP01</org.shindig.version>
12 years, 4 months
gatein SVN: r8810 - epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2012-08-03 04:15:11 -0400 (Fri, 03 Aug 2012)
New Revision: 8810
Modified:
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/idm-local-cache-config.xml
Log:
Bug 831445 - WSRP is failing when including OASIS WSRP WSDL
Modified: epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/idm-local-cache-config.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/idm-local-cache-config.xml 2012-08-02 07:46:25 UTC (rev 8809)
+++ epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/idm-local-cache-config.xml 2012-08-03 08:15:11 UTC (rev 8810)
@@ -38,6 +38,7 @@
<cache-config name="local-optimistic-entity">
<!-- Disable exposure of jmx stats for anonymous caches -->
<jmxStatistics enabled="false"/>
+ <attribute name="exposeManagementStatistics">false</attribute>
<!-- Node locking scheme -->
<attribute name="NodeLockingScheme">OPTIMISTIC</attribute>
@@ -118,6 +119,7 @@
<cache-config name="local-timestamps-cache">
<!-- Disable exposure of jmx stats for anonymous caches -->
<jmxStatistics enabled="false"/>
+ <attribute name="exposeManagementStatistics">false</attribute>
<!-- Node locking scheme -->
<attribute name="NodeLockingScheme">PESSIMISTIC</attribute>
12 years, 4 months
gatein SVN: r8809 - in epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/conf: META-INF and 1 other directories.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2012-08-02 03:46:25 -0400 (Thu, 02 Aug 2012)
New Revision: 8809
Added:
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/conf/META-INF/
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/conf/META-INF/jbossws-entities.properties
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/conf/META-INF/wsrp/
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/conf/META-INF/wsrp/wsrp.wsdl
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/conf/META-INF/wsrp/wsrp_v1_bindings.wsdl
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/conf/META-INF/wsrp/wsrp_v1_interfaces.wsdl
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/conf/META-INF/wsrp/wsrp_v1_interfaces.xsd
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/conf/META-INF/wsrp/wsrp_v1_types.xsd
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/conf/META-INF/wsrp/xml.xsd
Log:
Bug 831445 - WSRP is failing when including OASIS WSRP WSDL
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/conf/META-INF/jbossws-entities.properties
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/conf/META-INF/jbossws-entities.properties (rev 0)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/conf/META-INF/jbossws-entities.properties 2012-08-02 07:46:25 UTC (rev 8809)
@@ -0,0 +1,28 @@
+urn\:jboss\:jaxrpc-config\:2.0=schema/jaxrpc-config_2_0.xsd
+urn\:jboss\:jaxws-config\:2.0=schema/jaxws-config_2_0.xsd
+http\://www.jboss.com/ws-security/config=schema/jboss-ws-security_1_0.xsd
+http\://www.jboss.org/jbossws-tools=schema/jbossws-tool_1_0.xsd
+http\://java.sun.com/xml/ns/javaee=schema/javaee_web_services_1_2.xsd
+http\://www.w3.org/2005/08/addressing=schema/ws-addr.xsd
+http\://www.w3.org/2002/06/soap-encoding=schema/soap-encoding_200206.xsd
+http\://schemas.xmlsoap.org/soap/encoding/=schema/soap-encoding_1_1.xsd
+http\://www.ibm.com/webservices/xsd/j2ee_web_services_client_1_1.xsd=schema/j2ee_web_services_client_1_1.xsd
+http\://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd=schema/j2ee_web_services_1_1.xsd
+http\://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd=schema/j2ee_jaxrpc_mapping_1_1.xsd
+http\://ws-i.org/profiles/basic/1.1/xsd=schema/swaref.xsd
+http\://schemas.xmlsoap.org/wsdl/=schema/wsdl11.xsd
+http\://www.w3.org/2003/11/wsdl=schema/wsdl20.xsd
+http\://www.w3.org/2005/05/xmlmime=schema/xml-media-types.xsd
+#http\://www.w3.org/XML/1998/namespace=schema/xml.xsd
+http\://schemas.xmlsoap.org/ws/2004/09/policy=schema/policy_200409.xsd
+http\://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd=schema/oasis-200401-wss-wssecurity-secext-1.0.xsd
+http\://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd=schema/oasis-200401-wss-wssecurity-utility-1.0.xsd
+http\://www.w3.org/2000/09/xmldsig#=schema/xmldsig-core-schema.xsd
+http\://www.oasis-open.org/committees/wsrp/specifications/version1/wsrp_v1_bindings.wsdl=META-INF/wsrp/wsrp_v1_bindings.wsdl
+http\://www.oasis-open.org/committees/wsrp/specifications/version1/wsrp_v1_interfaces.wsdl=META-INF/wsrp/wsrp_v1_interfaces.wsdl
+http\://www.oasis-open.org/committees/wsrp/specifications/version1/wsrp_v1_types.xsd=META-INF/wsrp/wsrp_v1_types.xsd
+http\://www.w3.org/2001/xml.xsd=META-INF/wsrp/xml.xsd
+#http\://www.w3.org/2001/xml.xsd=schema/xml.xsd
+urn\:oasis\:names\:tc\:wsrp\:v1\:types=META-INF/wsrp/wsrp_v1_types.xsd
+http\://www.w3.org/XML/1998/namespace=META-INF/wsrp/xml.xsd
+urn\:oasis\:names\:tc\:wsrp\:v1\:intf=META-INF/wsrp/wsrp_v1_interfaces.xsd
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/conf/META-INF/wsrp/wsrp.wsdl
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/conf/META-INF/wsrp/wsrp.wsdl (rev 0)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/conf/META-INF/wsrp/wsrp.wsdl 2012-08-02 07:46:25 UTC (rev 8809)
@@ -0,0 +1,18 @@
+<?xml version = '1.0'?>
+<wsdl:definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:bind="urn:oasis:names:tc:wsrp:v1:bind" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="urn:oasis:names:tc:wsrp:v1:wsdl">
+ <import namespace="urn:oasis:names:tc:wsrp:v1:bind" location="http://www.oasis-open.org/committees/wsrp/specifications/version1/wsrp_v1..."/>
+ <wsdl:service name="WSRPService">
+ <wsdl:port binding="bind:WSRP_v1_Markup_Binding_SOAP" name="WSRPBaseService">
+ <soap:address location="http://wsrp.netunitysoftware.com:80/WSRPTestService/WSRPTestService.asmx"/>
+ </wsdl:port>
+ <wsdl:port binding="bind:WSRP_v1_ServiceDescription_Binding_SOAP" name="WSRPServiceDescriptionService">
+ <soap:address location="http://wsrp.netunitysoftware.com:80/WSRPTestService/WSRPTestService.asmx"/>
+ </wsdl:port>
+ <wsdl:port binding="bind:WSRP_v1_Registration_Binding_SOAP" name="WSRPRegistrationService">
+ <soap:address location="http://wsrp.netunitysoftware.com:80/WSRPTestService/WSRPTestService.asmx"/>
+ </wsdl:port>
+ <wsdl:port binding="bind:WSRP_v1_PortletManagement_Binding_SOAP" name="WSRPPortletManagementService">
+ <soap:address location="http://wsrp.netunitysoftware.com:80/WSRPTestService/WSRPTestService.asmx"/>
+ </wsdl:port>
+ </wsdl:service>
+</wsdl:definitions>
\ No newline at end of file
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/conf/META-INF/wsrp/wsrp_v1_bindings.wsdl
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/conf/META-INF/wsrp/wsrp_v1_bindings.wsdl (rev 0)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/conf/META-INF/wsrp/wsrp_v1_bindings.wsdl 2012-08-02 07:46:25 UTC (rev 8809)
@@ -0,0 +1,419 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<wsdl:definitions targetNamespace="urn:oasis:names:tc:wsrp:v1:bind"
+ xmlns:bind="urn:oasis:names:tc:wsrp:v1:bind"
+ xmlns:intf="urn:oasis:names:tc:wsrp:v1:intf"
+
+ xmlns="http://schemas.xmlsoap.org/wsdl/"
+
+ xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+ xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
+
+<!-- This file reflects v1.0 of the specification -->
+
+
+ <import namespace="urn:oasis:names:tc:wsrp:v1:intf"
+ location="wsrp_v1_interfaces.wsdl"/>
+
+ <wsdl:binding name="WSRP_v1_Markup_Binding_SOAP" type="intf:WSRP_v1_Markup_PortType">
+ <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
+
+ <wsdl:operation name="getMarkup">
+ <soap:operation soapAction="urn:oasis:names:tc:wsrp:v1:getMarkup"/>
+ <wsdl:input name="getMarkup">
+ <soap:body use="literal"/>
+ </wsdl:input>
+ <wsdl:output name="getMarkupResponse">
+ <soap:body use="literal"/>
+ </wsdl:output>
+ <wsdl:fault name="AccessDenied">
+ <soap:fault name="AccessDenied" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="InvalidUserCategory">
+ <soap:fault name="InvalidUserCategory" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="InconsistentParameters">
+ <soap:fault name="InconsistentParameters" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="InvalidRegistration">
+ <soap:fault name="InvalidRegistration" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="MissingParameters">
+ <soap:fault name="MissingParameters" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="OperationFailed">
+ <soap:fault name="OperationFailed" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="InvalidHandle">
+ <soap:fault name="InvalidHandle" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="InvalidCookie">
+ <soap:fault name="InvalidCookie" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="InvalidSession">
+ <soap:fault name="InvalidSession" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="UnsupportedMode">
+ <soap:fault name="UnsupportedMode" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="UnsupportedWindowState">
+ <soap:fault name="UnsupportedWindowState" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="UnsupportedLocale">
+ <soap:fault name="UnsupportedLocale" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="UnsupportedMimeType">
+ <soap:fault name="UnsupportedMimeType" use="literal"/>
+ </wsdl:fault>
+ </wsdl:operation>
+
+ <wsdl:operation name="performBlockingInteraction">
+ <soap:operation soapAction="urn:oasis:names:tc:wsrp:v1:performBlockingInteraction"/>
+ <wsdl:input name="performBlockingInteraction">
+ <soap:body use="literal"/>
+ </wsdl:input>
+ <wsdl:output name="performBlockingInteractionResponse">
+ <soap:body use="literal"/>
+ </wsdl:output>
+ <wsdl:fault name="AccessDenied">
+ <soap:fault name="AccessDenied" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="InvalidUserCategory">
+ <soap:fault name="InvalidUserCategory" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="InconsistentParameters">
+ <soap:fault name="InconsistentParameters" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="InvalidRegistration">
+ <soap:fault name="InvalidRegistration" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="MissingParameters">
+ <soap:fault name="MissingParameters" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="OperationFailed">
+ <soap:fault name="OperationFailed" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="InvalidHandle">
+ <soap:fault name="InvalidHandle" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="PortletStateChangeRequired">
+ <soap:fault name="PortletStateChangeRequired" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="InvalidCookie">
+ <soap:fault name="InvalidCookie" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="InvalidSession">
+ <soap:fault name="InvalidSession" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="UnsupportedMode">
+ <soap:fault name="UnsupportedMode" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="UnsupportedWindowState">
+ <soap:fault name="UnsupportedWindowState" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="UnsupportedLocale">
+ <soap:fault name="UnsupportedLocale" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="UnsupportedMimeType">
+ <soap:fault name="UnsupportedMimeType" use="literal"/>
+ </wsdl:fault>
+ </wsdl:operation>
+
+ <wsdl:operation name="releaseSessions">
+ <soap:operation soapAction="urn:oasis:names:tc:wsrp:v1:releaseSessions"/>
+ <wsdl:input name="releaseSessions">
+ <soap:body use="literal"/>
+ </wsdl:input>
+ <wsdl:output name="releaseSessionsResponse">
+ <soap:body use="literal"/>
+ </wsdl:output>
+ <wsdl:fault name="AccessDenied">
+ <soap:fault name="AccessDenied" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="InvalidRegistration">
+ <soap:fault name="InvalidRegistration" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="MissingParameters">
+ <soap:fault name="MissingParameters" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="OperationFailed">
+ <soap:fault name="OperationFailed" use="literal"/>
+ </wsdl:fault>
+ </wsdl:operation>
+
+ <wsdl:operation name="initCookie">
+ <soap:operation soapAction="urn:oasis:names:tc:wsrp:v1:initCookie"/>
+ <wsdl:input name="initCookie">
+ <soap:body use="literal"/>
+ </wsdl:input>
+ <wsdl:output name="initCookieResponse">
+ <soap:body use="literal"/>
+ </wsdl:output>
+ <wsdl:fault name="AccessDenied">
+ <soap:fault name="AccessDenied" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="InvalidRegistration">
+ <soap:fault name="InvalidRegistration" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="OperationFailed">
+ <soap:fault name="OperationFailed" use="literal"/>
+ </wsdl:fault>
+ </wsdl:operation>
+ </wsdl:binding>
+
+
+ <wsdl:binding name="WSRP_v1_ServiceDescription_Binding_SOAP" type="intf:WSRP_v1_ServiceDescription_PortType">
+ <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
+
+ <wsdl:operation name="getServiceDescription">
+ <soap:operation soapAction="urn:oasis:names:tc:wsrp:v1:getServiceDescription"/>
+ <wsdl:input name="getServiceDescription">
+ <soap:body use="literal"/>
+ </wsdl:input>
+ <wsdl:output name="getServiceDescriptionResponse">
+ <soap:body use="literal"/>
+ </wsdl:output>
+ <wsdl:fault name="InvalidRegistration">
+ <soap:fault name="InvalidRegistration" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="OperationFailed">
+ <soap:fault name="OperationFailed" use="literal"/>
+ </wsdl:fault>
+ </wsdl:operation>
+ </wsdl:binding>
+
+ <wsdl:binding name="WSRP_v1_PortletManagement_Binding_SOAP" type="intf:WSRP_v1_PortletManagement_PortType">
+ <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
+
+ <wsdl:operation name="getPortletDescription">
+ <soap:operation soapAction="urn:oasis:names:tc:wsrp:v1:getPortletDescription"/>
+ <wsdl:input name="getPortletDescription">
+ <soap:body use="literal"/>
+ </wsdl:input>
+ <wsdl:output name="getPortletDescriptionResponse">
+ <soap:body use="literal"/>
+ </wsdl:output>
+ <wsdl:fault name="AccessDenied">
+ <soap:fault name="AccessDenied" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="InvalidUserCategory">
+ <soap:fault name="InvalidUserCategory" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="InconsistentParameters">
+ <soap:fault name="InconsistentParameters" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="InvalidRegistration">
+ <soap:fault name="InvalidRegistration" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="MissingParameters">
+ <soap:fault name="MissingParameters" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="OperationFailed">
+ <soap:fault name="OperationFailed" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="InvalidHandle">
+ <soap:fault name="InvalidHandle" use="literal"/>
+ </wsdl:fault>
+ </wsdl:operation>
+
+ <wsdl:operation name="clonePortlet">
+ <soap:operation soapAction="urn:oasis:names:tc:wsrp:v1:clonePortlet"/>
+ <wsdl:input name="clonePortlet">
+ <soap:body use="literal"/>
+ </wsdl:input>
+ <wsdl:output name="clonePortletResponse">
+ <soap:body use="literal"/>
+ </wsdl:output>
+ <wsdl:fault name="AccessDenied">
+ <soap:fault name="AccessDenied" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="InvalidUserCategory">
+ <soap:fault name="InvalidUserCategory" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="InconsistentParameters">
+ <soap:fault name="InconsistentParameters" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="InvalidRegistration">
+ <soap:fault name="InvalidRegistration" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="MissingParameters">
+ <soap:fault name="MissingParameters" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="OperationFailed">
+ <soap:fault name="OperationFailed" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="InvalidHandle">
+ <soap:fault name="InvalidHandle" use="literal"/>
+ </wsdl:fault>
+ </wsdl:operation>
+
+ <wsdl:operation name="destroyPortlets">
+ <soap:operation soapAction="urn:oasis:names:tc:wsrp:v1:destroyPortlets"/>
+ <wsdl:input name="destroyPortlets">
+ <soap:body use="literal"/>
+ </wsdl:input>
+ <wsdl:output name="destroyPortletsResponse">
+ <soap:body use="literal"/>
+ </wsdl:output>
+ <wsdl:fault name="InconsistentParameters">
+ <soap:fault name="InconsistentParameters" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="InvalidRegistration">
+ <soap:fault name="InvalidRegistration" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="MissingParameters">
+ <soap:fault name="MissingParameters" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="OperationFailed">
+ <soap:fault name="OperationFailed" use="literal"/>
+ </wsdl:fault>
+ </wsdl:operation>
+
+ <wsdl:operation name="setPortletProperties">
+ <soap:operation soapAction="urn:oasis:names:tc:wsrp:v1:setPortletProperties"/>
+ <wsdl:input name="setPortletProperties">
+ <soap:body use="literal"/>
+ </wsdl:input>
+ <wsdl:output name="setPortletPropertiesResponse">
+ <soap:body use="literal"/>
+ </wsdl:output>
+ <wsdl:fault name="AccessDenied">
+ <soap:fault name="AccessDenied" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="InvalidUserCategory">
+ <soap:fault name="InvalidUserCategory" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="InconsistentParameters">
+ <soap:fault name="InconsistentParameters" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="InvalidRegistration">
+ <soap:fault name="InvalidRegistration" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="MissingParameters">
+ <soap:fault name="MissingParameters" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="OperationFailed">
+ <soap:fault name="OperationFailed" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="InvalidHandle">
+ <soap:fault name="InvalidHandle" use="literal"/>
+ </wsdl:fault>
+ </wsdl:operation>
+
+ <wsdl:operation name="getPortletProperties">
+ <soap:operation soapAction="urn:oasis:names:tc:wsrp:v1:getPortletProperties"/>
+ <wsdl:input name="getPortletProperties">
+ <soap:body use="literal"/>
+ </wsdl:input>
+ <wsdl:output name="getPortletPropertiesResponse">
+ <soap:body use="literal"/>
+ </wsdl:output>
+ <wsdl:fault name="AccessDenied">
+ <soap:fault name="AccessDenied" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="InvalidUserCategory">
+ <soap:fault name="InvalidUserCategory" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="InconsistentParameters">
+ <soap:fault name="InconsistentParameters" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="InvalidRegistration">
+ <soap:fault name="InvalidRegistration" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="MissingParameters">
+ <soap:fault name="MissingParameters" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="OperationFailed">
+ <soap:fault name="OperationFailed" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="InvalidHandle">
+ <soap:fault name="InvalidHandle" use="literal"/>
+ </wsdl:fault>
+ </wsdl:operation>
+
+ <wsdl:operation name="getPortletPropertyDescription">
+ <soap:operation soapAction="urn:oasis:names:tc:wsrp:v1:getPortletPropertyDescription"/>
+ <wsdl:input name="getPortletPropertyDescription">
+ <soap:body use="literal"/>
+ </wsdl:input>
+ <wsdl:output name="getPortletPropertyDescriptionResponse">
+ <soap:body use="literal"/>
+ </wsdl:output>
+ <wsdl:fault name="AccessDenied">
+ <soap:fault name="AccessDenied" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="InvalidUserCategory">
+ <soap:fault name="InvalidUserCategory" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="InconsistentParameters">
+ <soap:fault name="InconsistentParameters" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="InvalidRegistration">
+ <soap:fault name="InvalidRegistration" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="MissingParameters">
+ <soap:fault name="MissingParameters" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="OperationFailed">
+ <soap:fault name="OperationFailed" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="InvalidHandle">
+ <soap:fault name="InvalidHandle" use="literal"/>
+ </wsdl:fault>
+ </wsdl:operation>
+ </wsdl:binding>
+
+ <wsdl:binding name="WSRP_v1_Registration_Binding_SOAP" type="intf:WSRP_v1_Registration_PortType">
+ <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
+
+ <wsdl:operation name="register">
+ <soap:operation soapAction="urn:oasis:names:tc:wsrp:v1:register"/>
+ <wsdl:input name="register">
+ <soap:body use="literal"/>
+ </wsdl:input>
+ <wsdl:output name="registerResponse">
+ <soap:body use="literal"/>
+ </wsdl:output>
+ <wsdl:fault name="MissingParameters">
+ <soap:fault name="MissingParameters" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="OperationFailed">
+ <soap:fault name="OperationFailed" use="literal"/>
+ </wsdl:fault>
+ </wsdl:operation>
+
+ <wsdl:operation name="deregister">
+ <soap:operation soapAction="urn:oasis:names:tc:wsrp:v1:deregister"/>
+ <wsdl:input name="deregister">
+ <soap:body use="literal"/>
+ </wsdl:input>
+ <wsdl:output name="deregisterResponse">
+ <soap:body use="literal"/>
+ </wsdl:output>
+ <wsdl:fault name="InvalidRegistration">
+ <soap:fault name="InvalidRegistration" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="OperationFailed">
+ <soap:fault name="OperationFailed" use="literal"/>
+ </wsdl:fault>
+ </wsdl:operation>
+
+ <wsdl:operation name="modifyRegistration">
+ <soap:operation soapAction="urn:oasis:names:tc:wsrp:v1:modifyRegistration"/>
+ <wsdl:input name="modifyRegistration">
+ <soap:body use="literal"/>
+ </wsdl:input>
+ <wsdl:output name="modifyRegistrationResponse">
+ <soap:body use="literal"/>
+ </wsdl:output>
+ <wsdl:fault name="InvalidRegistration">
+ <soap:fault name="InvalidRegistration" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="MissingParameters">
+ <soap:fault name="MissingParameters" use="literal"/>
+ </wsdl:fault>
+ <wsdl:fault name="OperationFailed">
+ <soap:fault name="OperationFailed" use="literal"/>
+ </wsdl:fault>
+ </wsdl:operation>
+ </wsdl:binding>
+</wsdl:definitions>
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/conf/META-INF/wsrp/wsrp_v1_interfaces.wsdl
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/conf/META-INF/wsrp/wsrp_v1_interfaces.wsdl (rev 0)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/conf/META-INF/wsrp/wsrp_v1_interfaces.wsdl 2012-08-02 07:46:25 UTC (rev 8809)
@@ -0,0 +1,348 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<wsdl:definitions targetNamespace="urn:oasis:names:tc:wsrp:v1:intf"
+ xmlns:types="urn:oasis:names:tc:wsrp:v1:types"
+ xmlns:intf="urn:oasis:names:tc:wsrp:v1:intf"
+
+ xmlns="http://schemas.xmlsoap.org/wsdl/"
+
+ xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ >
+
+<!-- This file reflects v1.0 of the specification -->
+
+ <wsdl:types>
+ <schema targetNamespace="urn:oasis:names:tc:wsrp:v1:intf"
+ xmlns="http://www.w3.org/2001/XMLSchema"
+ elementFormDefault="qualified">
+
+ <import namespace="urn:oasis:names:tc:wsrp:v1:types" schemaLocation="wsrp_v1_types.xsd"/>
+
+ </schema>
+ </wsdl:types>
+
+
+<!-- - - - - - - - - -->
+<!-- fault messages -->
+<!-- - - - - - - - - -->
+
+ <wsdl:message name="AccessDenied">
+ <wsdl:part name="fault" element="types:AccessDenied"/>
+ </wsdl:message>
+
+ <wsdl:message name="InvalidUserCategory">
+ <wsdl:part name="fault" element="types:InvalidUserCategory"/>
+ </wsdl:message>
+
+ <wsdl:message name="InconsistentParameters">
+ <wsdl:part name="fault" element="types:InconsistentParameters"/>
+ </wsdl:message>
+
+ <wsdl:message name="InvalidRegistration">
+ <wsdl:part name="fault" element="types:InvalidRegistration"/>
+ </wsdl:message>
+
+ <wsdl:message name="MissingParameters">
+ <wsdl:part name="fault" element="types:MissingParameters"/>
+ </wsdl:message>
+
+ <wsdl:message name="OperationFailed">
+ <wsdl:part name="fault" element="types:OperationFailed"/>
+ </wsdl:message>
+
+ <wsdl:message name="InvalidHandle">
+ <wsdl:part name="fault" element="types:InvalidHandle"/>
+ </wsdl:message>
+
+ <wsdl:message name="PortletStateChangeRequired">
+ <wsdl:part name="fault" element="types:PortletStateChangeRequired"/>
+ </wsdl:message>
+
+ <wsdl:message name="InvalidCookie">
+ <wsdl:part name="fault" element="types:InvalidCookie"/>
+ </wsdl:message>
+
+ <wsdl:message name="InvalidSession">
+ <wsdl:part name="fault" element="types:InvalidSession"/>
+ </wsdl:message>
+
+ <wsdl:message name="UnsupportedMode">
+ <wsdl:part name="fault" element="types:UnsupportedMode"/>
+ </wsdl:message>
+
+ <wsdl:message name="UnsupportedWindowState">
+ <wsdl:part name="fault" element="types:UnsupportedWindowState"/>
+ </wsdl:message>
+
+ <wsdl:message name="UnsupportedLocale">
+ <wsdl:part name="fault" element="types:UnsupportedLocale"/>
+ </wsdl:message>
+
+ <wsdl:message name="UnsupportedMimeType">
+ <wsdl:part name="fault" element="types:UnsupportedMimeType"/>
+ </wsdl:message>
+
+
+<!-- - - - - - - - - - - -->
+<!-- Operations messages -->
+<!-- - - - - - - - - - - -->
+
+ <wsdl:message name="getMarkup">
+ <wsdl:part name="getMarkup" element="types:getMarkup"/>
+ </wsdl:message>
+ <wsdl:message name="getMarkupResponse">
+ <wsdl:part name="getMarkupResponse" element="types:getMarkupResponse"/>
+ </wsdl:message>
+
+ <wsdl:message name="performBlockingInteraction">
+ <wsdl:part name="performBlockingInteraction" element="types:performBlockingInteraction"/>
+ </wsdl:message>
+ <wsdl:message name="performBlockingInteractionResponse">
+ <wsdl:part name="performBlockingInteractionResponse" element="types:performBlockingInteractionResponse"/>
+ </wsdl:message>
+
+ <wsdl:message name="getServiceDescription">
+ <wsdl:part name="getServiceDescription" element="types:getServiceDescription"/>
+ </wsdl:message>
+ <wsdl:message name="getServiceDescriptionResponse">
+ <wsdl:part name="getServiceDescriptionResponse" element="types:getServiceDescriptionResponse"/>
+ </wsdl:message>
+
+ <wsdl:message name="register">
+ <wsdl:part name="register" element="types:register"/>
+ </wsdl:message>
+ <wsdl:message name="registerResponse">
+ <wsdl:part name="registerResponse" element="types:registerResponse"/>
+ </wsdl:message>
+
+ <wsdl:message name="deregister">
+ <wsdl:part name="deregister" element="types:deregister"/>
+ </wsdl:message>
+ <wsdl:message name="deregisterResponse">
+ <wsdl:part name="deregisterResponse" element="types:deregisterResponse"/>
+ </wsdl:message>
+
+ <wsdl:message name="modifyRegistration">
+ <wsdl:part name="modifyRegistration" element="types:modifyRegistration"/>
+ </wsdl:message>
+ <wsdl:message name="modifyRegistrationResponse">
+ <wsdl:part name="modifyRegistrationResponse" element="types:modifyRegistrationResponse"/>
+ </wsdl:message>
+
+ <wsdl:message name="getPortletDescription">
+ <wsdl:part name="getPortletDescription" element="types:getPortletDescription"/>
+ </wsdl:message>
+ <wsdl:message name="getPortletDescriptionResponse">
+ <wsdl:part name="getPortletDescriptionResponse" element="types:getPortletDescriptionResponse"/>
+ </wsdl:message>
+
+ <wsdl:message name="clonePortlet">
+ <wsdl:part name="clonePortlet" element="types:clonePortlet"/>
+ </wsdl:message>
+ <wsdl:message name="clonePortletResponse">
+ <wsdl:part name="clonePortletResponse" element="types:clonePortletResponse"/>
+ </wsdl:message>
+
+ <wsdl:message name="destroyPortlets">
+ <wsdl:part name="destroyPortlets" element="types:destroyPortlets"/>
+ </wsdl:message>
+ <wsdl:message name="destroyPortletsResponse">
+ <wsdl:part name="destroyPortletsResponse" element="types:destroyPortletsResponse"/>
+ </wsdl:message>
+
+ <wsdl:message name="setPortletProperties">
+ <wsdl:part name="setPortletProperties" element="types:setPortletProperties"/>
+ </wsdl:message>
+ <wsdl:message name="setPortletPropertiesResponse">
+ <wsdl:part name="setPortletPropertiesResponse" element="types:setPortletPropertiesResponse"/>
+ </wsdl:message>
+
+ <wsdl:message name="getPortletProperties">
+ <wsdl:part name="getPortletProperties" element="types:getPortletProperties"/>
+ </wsdl:message>
+ <wsdl:message name="getPortletPropertiesResponse">
+ <wsdl:part name="getPortletPropertiesResponse" element="types:getPortletPropertiesResponse"/>
+ </wsdl:message>
+
+ <wsdl:message name="getPortletPropertyDescription">
+ <wsdl:part name="getPortletPropertyDescription" element="types:getPortletPropertyDescription"/>
+ </wsdl:message>
+ <wsdl:message name="getPortletPropertyDescriptionResponse">
+ <wsdl:part name="getPortletPropertyDescriptionResponse" element="types:getPortletPropertyDescriptionResponse"/>
+ </wsdl:message>
+
+ <wsdl:message name="releaseSessions">
+ <wsdl:part name="releaseSessions" element="types:releaseSessions"/>
+ </wsdl:message>
+ <wsdl:message name="releaseSessionsResponse">
+ <wsdl:part name="releaseSessionsResponse" element="types:releaseSessionsResponse"/>
+ </wsdl:message>
+
+ <wsdl:message name="initCookie">
+ <wsdl:part name="initCookie" element="types:initCookie"/>
+ </wsdl:message>
+ <wsdl:message name="initCookieResponse">
+ <wsdl:part name="initCookieResponse" element="types:initCookieResponse"/>
+ </wsdl:message>
+
+ <wsdl:portType name="WSRP_v1_Markup_PortType">
+ <wsdl:operation name="getMarkup">
+ <wsdl:input message="intf:getMarkup" name="getMarkup"/>
+ <wsdl:output message="intf:getMarkupResponse" name="getMarkupResponse"/>
+ <wsdl:fault message="intf:AccessDenied" name="AccessDenied"/>
+ <wsdl:fault message="intf:InvalidUserCategory" name="InvalidUserCategory"/>
+ <wsdl:fault message="intf:InconsistentParameters" name="InconsistentParameters"/>
+ <wsdl:fault message="intf:InvalidRegistration" name="InvalidRegistration"/>
+ <wsdl:fault message="intf:MissingParameters" name="MissingParameters"/>
+ <wsdl:fault message="intf:OperationFailed" name="OperationFailed"/>
+ <wsdl:fault message="intf:InvalidHandle" name="InvalidHandle"/>
+ <wsdl:fault message="intf:InvalidCookie" name="InvalidCookie"/>
+ <wsdl:fault message="intf:InvalidSession" name="InvalidSession"/>
+ <wsdl:fault message="intf:UnsupportedMode" name="UnsupportedMode"/>
+ <wsdl:fault message="intf:UnsupportedWindowState" name="UnsupportedWindowState"/>
+ <wsdl:fault message="intf:UnsupportedLocale" name="UnsupportedLocale"/>
+ <wsdl:fault message="intf:UnsupportedMimeType" name="UnsupportedMimeType"/>
+ </wsdl:operation>
+
+ <wsdl:operation name="performBlockingInteraction">
+ <wsdl:input message="intf:performBlockingInteraction" name="performBlockingInteraction"/>
+ <wsdl:output message="intf:performBlockingInteractionResponse" name="performBlockingInteractionResponse"/>
+ <wsdl:fault message="intf:AccessDenied" name="AccessDenied"/>
+ <wsdl:fault message="intf:InvalidUserCategory" name="InvalidUserCategory"/>
+ <wsdl:fault message="intf:InconsistentParameters" name="InconsistentParameters"/>
+ <wsdl:fault message="intf:InvalidRegistration" name="InvalidRegistration"/>
+ <wsdl:fault message="intf:MissingParameters" name="MissingParameters"/>
+ <wsdl:fault message="intf:OperationFailed" name="OperationFailed"/>
+ <wsdl:fault message="intf:InvalidHandle" name="InvalidHandle"/>
+ <wsdl:fault message="intf:PortletStateChangeRequired" name="PortletStateChangeRequired"/>
+ <wsdl:fault message="intf:InvalidCookie" name="InvalidCookie"/>
+ <wsdl:fault message="intf:InvalidSession" name="InvalidSession"/>
+ <wsdl:fault message="intf:UnsupportedMode" name="UnsupportedMode"/>
+ <wsdl:fault message="intf:UnsupportedWindowState" name="UnsupportedWindowState"/>
+ <wsdl:fault message="intf:UnsupportedLocale" name="UnsupportedLocale"/>
+ <wsdl:fault message="intf:UnsupportedMimeType" name="UnsupportedMimeType"/>
+ </wsdl:operation>
+
+ <wsdl:operation name="releaseSessions">
+ <wsdl:input message="intf:releaseSessions" name="releaseSessions"/>
+ <wsdl:output message="intf:releaseSessionsResponse" name="releaseSessionsResponse"/>
+ <wsdl:fault message="intf:AccessDenied" name="AccessDenied"/>
+ <wsdl:fault message="intf:InvalidRegistration" name="InvalidRegistration"/>
+ <wsdl:fault message="intf:MissingParameters" name="MissingParameters"/>
+ <wsdl:fault message="intf:OperationFailed" name="OperationFailed"/>
+ </wsdl:operation>
+
+ <wsdl:operation name="initCookie">
+ <wsdl:input message="intf:initCookie" name="initCookie"/>
+ <wsdl:output message="intf:initCookieResponse" name="initCookieResponse"/>
+ <wsdl:fault message="intf:AccessDenied" name="AccessDenied"/>
+ <wsdl:fault message="intf:InvalidRegistration" name="InvalidRegistration"/>
+ <wsdl:fault message="intf:OperationFailed" name="OperationFailed"/>
+ </wsdl:operation>
+ </wsdl:portType>
+
+ <wsdl:portType name="WSRP_v1_ServiceDescription_PortType">
+ <wsdl:operation name="getServiceDescription">
+ <wsdl:input message="intf:getServiceDescription" name="getServiceDescription"/>
+ <wsdl:output message="intf:getServiceDescriptionResponse" name="getServiceDescriptionResponse"/>
+ <wsdl:fault message="intf:InvalidRegistration" name="InvalidRegistration"/>
+ <wsdl:fault message="intf:OperationFailed" name="OperationFailed"/>
+ </wsdl:operation>
+ </wsdl:portType>
+
+ <wsdl:portType name="WSRP_v1_Registration_PortType">
+ <wsdl:operation name="register">
+ <wsdl:input message="intf:register" name="register"/>
+ <wsdl:output message="intf:registerResponse" name="registerResponse"/>
+ <wsdl:fault message="intf:MissingParameters" name="MissingParameters"/>
+ <wsdl:fault message="intf:OperationFailed" name="OperationFailed"/>
+ </wsdl:operation>
+
+ <wsdl:operation name="deregister">
+ <wsdl:input message="intf:deregister" name="deregister"/>
+ <wsdl:output message="intf:deregisterResponse" name="deregisterResponse"/>
+ <wsdl:fault message="intf:InvalidRegistration" name="InvalidRegistration"/>
+ <wsdl:fault message="intf:OperationFailed" name="OperationFailed"/>
+ </wsdl:operation>
+
+ <wsdl:operation name="modifyRegistration">
+ <wsdl:input message="intf:modifyRegistration" name="modifyRegistration"/>
+ <wsdl:output message="intf:modifyRegistrationResponse" name="modifyRegistrationResponse"/>
+ <wsdl:fault message="intf:InvalidRegistration" name="InvalidRegistration"/>
+ <wsdl:fault message="intf:MissingParameters" name="MissingParameters"/>
+ <wsdl:fault message="intf:OperationFailed" name="OperationFailed"/>
+ </wsdl:operation>
+ </wsdl:portType>
+
+ <wsdl:portType name="WSRP_v1_PortletManagement_PortType">
+ <wsdl:operation name="getPortletDescription">
+ <wsdl:input message="intf:getPortletDescription" name="getPortletDescription"/>
+ <wsdl:output message="intf:getPortletDescriptionResponse" name="getPortletDescriptionResponse"/>
+ <wsdl:fault message="intf:AccessDenied" name="AccessDenied"/>
+ <wsdl:fault message="intf:InvalidUserCategory" name="InvalidUserCategory"/>
+ <wsdl:fault message="intf:InconsistentParameters" name="InconsistentParameters"/>
+ <wsdl:fault message="intf:InvalidRegistration" name="InvalidRegistration"/>
+ <wsdl:fault message="intf:MissingParameters" name="MissingParameters"/>
+ <wsdl:fault message="intf:OperationFailed" name="OperationFailed"/>
+ <wsdl:fault message="intf:InvalidHandle" name="InvalidHandle"/>
+ </wsdl:operation>
+
+ <wsdl:operation name="clonePortlet">
+ <wsdl:input message="intf:clonePortlet" name="clonePortlet"/>
+ <wsdl:output message="intf:clonePortletResponse" name="clonePortletResponse"/>
+ <wsdl:fault message="intf:AccessDenied" name="AccessDenied"/>
+ <wsdl:fault message="intf:InvalidUserCategory" name="InvalidUserCategory"/>
+ <wsdl:fault message="intf:InconsistentParameters" name="InconsistentParameters"/>
+ <wsdl:fault message="intf:InvalidRegistration" name="InvalidRegistration"/>
+ <wsdl:fault message="intf:MissingParameters" name="MissingParameters"/>
+ <wsdl:fault message="intf:OperationFailed" name="OperationFailed"/>
+ <wsdl:fault message="intf:InvalidHandle" name="InvalidHandle"/>
+ </wsdl:operation>
+
+ <wsdl:operation name="destroyPortlets">
+ <wsdl:input message="intf:destroyPortlets" name="destroyPortlets"/>
+ <wsdl:output message="intf:destroyPortletsResponse" name="destroyPortletsResponse"/>
+ <wsdl:fault message="intf:InconsistentParameters" name="InconsistentParameters"/>
+ <wsdl:fault message="intf:InvalidRegistration" name="InvalidRegistration"/>
+ <wsdl:fault message="intf:MissingParameters" name="MissingParameters"/>
+ <wsdl:fault message="intf:OperationFailed" name="OperationFailed"/>
+ </wsdl:operation>
+
+ <wsdl:operation name="setPortletProperties">
+ <wsdl:input message="intf:setPortletProperties" name="setPortletProperties"/>
+ <wsdl:output message="intf:setPortletPropertiesResponse" name="setPortletPropertiesResponse"/>
+ <wsdl:fault message="intf:AccessDenied" name="AccessDenied"/>
+ <wsdl:fault message="intf:InvalidUserCategory" name="InvalidUserCategory"/>
+ <wsdl:fault message="intf:InconsistentParameters" name="InconsistentParameters"/>
+ <wsdl:fault message="intf:InvalidRegistration" name="InvalidRegistration"/>
+ <wsdl:fault message="intf:MissingParameters" name="MissingParameters"/>
+ <wsdl:fault message="intf:OperationFailed" name="OperationFailed"/>
+ <wsdl:fault message="intf:InvalidHandle" name="InvalidHandle"/>
+ </wsdl:operation>
+
+ <wsdl:operation name="getPortletProperties">
+ <wsdl:input message="intf:getPortletProperties" name="getPortletProperties"/>
+ <wsdl:output message="intf:getPortletPropertiesResponse" name="getPortletPropertiesResponse"/>
+ <wsdl:fault message="intf:AccessDenied" name="AccessDenied"/>
+ <wsdl:fault message="intf:InvalidUserCategory" name="InvalidUserCategory"/>
+ <wsdl:fault message="intf:InconsistentParameters" name="InconsistentParameters"/>
+ <wsdl:fault message="intf:InvalidRegistration" name="InvalidRegistration"/>
+ <wsdl:fault message="intf:MissingParameters" name="MissingParameters"/>
+ <wsdl:fault message="intf:OperationFailed" name="OperationFailed"/>
+ <wsdl:fault message="intf:InvalidHandle" name="InvalidHandle"/>
+ </wsdl:operation>
+
+ <wsdl:operation name="getPortletPropertyDescription">
+ <wsdl:input message="intf:getPortletPropertyDescription" name="getPortletPropertyDescription"/>
+ <wsdl:output message="intf:getPortletPropertyDescriptionResponse" name="getPortletPropertyDescriptionResponse"/>
+ <wsdl:fault message="intf:AccessDenied" name="AccessDenied"/>
+ <wsdl:fault message="intf:InvalidUserCategory" name="InvalidUserCategory"/>
+ <wsdl:fault message="intf:InconsistentParameters" name="InconsistentParameters"/>
+ <wsdl:fault message="intf:InvalidRegistration" name="InvalidRegistration"/>
+ <wsdl:fault message="intf:MissingParameters" name="MissingParameters"/>
+ <wsdl:fault message="intf:OperationFailed" name="OperationFailed"/>
+ <wsdl:fault message="intf:InvalidHandle" name="InvalidHandle"/>
+ </wsdl:operation>
+ </wsdl:portType>
+</wsdl:definitions>
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/conf/META-INF/wsrp/wsrp_v1_interfaces.xsd
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/conf/META-INF/wsrp/wsrp_v1_interfaces.xsd (rev 0)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/conf/META-INF/wsrp/wsrp_v1_interfaces.xsd 2012-08-02 07:46:25 UTC (rev 8809)
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<schema targetNamespace="urn:oasis:names:tc:wsrp:v1:intf"
+ xmlns="http://www.w3.org/2001/XMLSchema"
+ elementFormDefault="qualified">
+ <import namespace="urn:oasis:names:tc:wsrp:v1:types" schemaLocation="wsrp_v1_types.xsd"/>
+</schema>
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/conf/META-INF/wsrp/wsrp_v1_types.xsd
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/conf/META-INF/wsrp/wsrp_v1_types.xsd (rev 0)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/conf/META-INF/wsrp/wsrp_v1_types.xsd 2012-08-02 07:46:25 UTC (rev 8809)
@@ -0,0 +1,850 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<schema targetNamespace="urn:oasis:names:tc:wsrp:v1:types"
+ xmlns:types="urn:oasis:names:tc:wsrp:v1:types"
+
+ xmlns="http://www.w3.org/2001/XMLSchema"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+
+ elementFormDefault="qualified">
+
+<!-- This file reflects v1.0 of the specification -->
+
+ <import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd" />
+
+<!-- - - - - - - - - - - - - - - - - -->
+<!-- General types used throughout -->
+<!-- - - - - - - - - - - - - - - - - -->
+
+<!-- This definition matches the WSRP v1 specification, but is not used throughout the
+ rest of these definitions as not all stacks are able to handle restrictions on strings
+-->
+ <simpleType name="Handle">
+ <restriction base="xsd:string">
+ <xsd:minLength value="1"/>
+ <xsd:maxLength value="255"/>
+ </restriction>
+ </simpleType>
+ <element name="Handle" type="types:Handle"/>
+
+<!-- This definition matches the WSRP v1 specification, but is not used throughout the
+ rest of these definitions as not all stacks are able to handle restrictions on strings
+-->
+ <simpleType name="ID">
+ <restriction base="xsd:string">
+ <xsd:minLength value="1"/>
+ <xsd:maxLength value="4096"/>
+ </restriction>
+ </simpleType>
+ <element name="ID" type="types:ID"/>
+
+<!-- This definition matches the WSRP v1 specification, but is not used throughout the
+ rest of these definitions as not all stacks are able to handle restrictions on strings
+-->
+ <simpleType name="Key">
+ <restriction base="xsd:string">
+ <xsd:minLength value="1"/>
+ <xsd:maxLength value="255"/>
+ </restriction>
+ </simpleType>
+ <element name="Key" type="types:Key"/>
+
+ <complexType name="Extension">
+ <sequence>
+ <any namespace="##other"/>
+ </sequence>
+ </complexType>
+
+ <complexType name="LocalizedString">
+ <sequence>
+ <element name="value" type="xsd:string"/>
+ </sequence>
+ <attribute ref="xml:lang" use="required"/>
+ <attribute name="resourceName" type="xsd:string"/>
+ </complexType>
+
+ <complexType name="ResourceList">
+ <sequence>
+ <element name="resources" type="types:Resource" maxOccurs="unbounded"/>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+
+ <complexType name="Resource">
+ <sequence>
+ <element name="values" type="types:ResourceValue" maxOccurs="unbounded"/>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ <attribute name="resourceName" type="xsd:string" use="required"/>
+ </complexType>
+
+ <complexType name="ResourceValue">
+ <sequence>
+ <element name="value" type="xsd:string"/>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ <attribute ref="xml:lang" use="required"/>
+ </complexType>
+
+ <complexType name="StringArray">
+ <sequence>
+ <element name="String" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+ <element name="StringArray" type="types:StringArray"/>
+
+ <complexType name="NamedString">
+ <sequence>
+ <element name="value" type="xsd:string"/>
+ </sequence>
+ <attribute name="name" type="xsd:string" use="required"/>
+ </complexType>
+
+ <complexType name="NamedStringArray">
+ <sequence>
+ <element name="NamedString" type="types:NamedString" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+ <element name="NamedStringArray" type="types:NamedStringArray"/>
+
+<!-- - - - - - - - - -->
+<!-- Producer types -->
+<!-- - - - - - - - - -->
+
+ <complexType name="RegistrationData">
+ <sequence>
+ <element name="consumerName" type="xsd:string"/>
+ <element name="consumerAgent" type="xsd:string"/>
+ <element name="methodGetSupported" type="xsd:boolean"/>
+ <element name="consumerModes" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
+ <element name="consumerWindowStates" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
+ <element name="consumerUserScopes" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
+ <element name="customUserProfileData" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
+ <element name="registrationProperties" type="types:Property" minOccurs="0" maxOccurs="unbounded"/>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+ <element name="RegistrationData" type="types:RegistrationData"/>
+
+ <complexType name="RegistrationState">
+ <sequence>
+ <element name="registrationState" type="xsd:base64Binary" minOccurs="0"/>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+ <element name="RegistrationState" type="types:RegistrationState"/>
+
+ <complexType name="RegistrationContext">
+ <sequence>
+ <!-- <element name="registrationHandle" type="types:Handle"/>
+ JAX-RPC RI doesn't handle restrictions on xsd:string
+ -->
+ <element name="registrationHandle" type="xsd:string"/>
+ <element name="registrationState" type="xsd:base64Binary" minOccurs="0"/>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+ <element name="RegistrationContext" type="types:RegistrationContext"/>
+
+ <complexType name="SessionContext">
+ <sequence>
+ <element name="sessionID" type="xsd:string"/>
+ <element name="expires" type="xsd:int"/>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+ <element name="SessionContext" type="types:SessionContext"/>
+
+ <complexType name="RuntimeContext">
+ <sequence>
+ <element name="userAuthentication" type="xsd:string"/>
+ <element name="portletInstanceKey" type="xsd:string" minOccurs="0"/>
+ <element name="namespacePrefix" type="xsd:string" minOccurs="0"/>
+ <element name="templates" type="types:Templates" minOccurs="0"/>
+ <element name="sessionID" type="xsd:string" minOccurs="0"/>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+ <element name="RuntimeContext" type="types:RuntimeContext"/>
+
+ <complexType name="ItemDescription">
+ <sequence>
+ <element name="description" type="types:LocalizedString"/>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ <attribute name="itemName" type="xsd:string" use="required"/>
+ </complexType>
+
+ <simpleType name="CookieProtocol">
+ <restriction base="xsd:string">
+ <enumeration value="none"/>
+ <enumeration value="perUser"/>
+ <enumeration value="perGroup"/>
+ </restriction>
+ </simpleType>
+
+ <complexType name="ServiceDescription">
+ <sequence>
+ <element name="requiresRegistration" type="xsd:boolean"/>
+ <element name="offeredPortlets" type="types:PortletDescription" minOccurs="0" maxOccurs="unbounded"/>
+ <element name="userCategoryDescriptions" type="types:ItemDescription" minOccurs="0" maxOccurs="unbounded"/>
+ <element name="customUserProfileItemDescriptions" type="types:ItemDescription" minOccurs="0" maxOccurs="unbounded"/>
+ <element name="customWindowStateDescriptions" type="types:ItemDescription" minOccurs="0" maxOccurs="unbounded"/>
+ <element name="customModeDescriptions" type="types:ItemDescription" minOccurs="0" maxOccurs="unbounded"/>
+ <element name="requiresInitCookie" type="types:CookieProtocol" default="none" minOccurs="0"/>
+ <element name="registrationPropertyDescription" type="types:ModelDescription" minOccurs="0"/>
+ <element name="locales" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
+ <element name="resourceList" type="types:ResourceList" minOccurs="0"/>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+ <element name="ServiceDescription" type="types:ServiceDescription"/>
+
+
+<!-- - - - - - - - - - - - - - - - - - - -->
+<!-- Portlet types (metadata and runtime) -->
+<!-- - - - - - - - - - - - - - - - - - - -->
+
+ <complexType name="MarkupType">
+ <sequence>
+ <element name="mimeType" type="xsd:string"/>
+ <element name="modes" type="xsd:string" maxOccurs="unbounded"/>
+ <element name="windowStates" type="xsd:string" maxOccurs="unbounded"/>
+ <element name="locales" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+
+ <complexType name="PortletDescription">
+ <sequence>
+ <!-- <element name="portletHandle" type="types:Handle"/> -->
+ <element name="portletHandle" type="xsd:string"/>
+ <element name="markupTypes" type="types:MarkupType" maxOccurs="unbounded"/>
+ <element name="groupID" type="xsd:string" minOccurs="0"/>
+ <element name="description" type="types:LocalizedString" minOccurs="0"/>
+ <element name="shortTitle" type="types:LocalizedString" minOccurs="0"/>
+ <element name="title" type="types:LocalizedString" minOccurs="0"/>
+ <element name="displayName" type="types:LocalizedString" minOccurs="0"/>
+ <element name="keywords" type="types:LocalizedString" minOccurs="0" maxOccurs="unbounded"/>
+ <element name="userCategories" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
+ <element name="userProfileItems" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
+ <element name="usesMethodGet" type="xsd:boolean" default="false" minOccurs="0"/>
+ <element name="defaultMarkupSecure" type="xsd:boolean" default="false" minOccurs="0"/>
+ <element name="onlySecure" type="xsd:boolean" default="false" minOccurs="0"/>
+ <element name="userContextStoredInSession" type="xsd:boolean" default="false" minOccurs="0"/>
+ <element name="templatesStoredInSession" type="xsd:boolean" default="false" minOccurs="0"/>
+ <element name="hasUserSpecificState" type="xsd:boolean" default="false" minOccurs="0"/>
+ <element name="doesUrlTemplateProcessing" type="xsd:boolean" default="false" minOccurs="0"/>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+
+ <complexType name="PortletDescriptionResponse">
+ <sequence>
+ <element name="portletDescription" type="types:PortletDescription"/>
+ <element name="resourceList" type="types:ResourceList" minOccurs="0"/>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+
+ <complexType name="PortletContext">
+ <sequence>
+ <!-- <element name="portletHandle" type="types:Handle"/> -->
+ <element name="portletHandle" type="xsd:string"/>
+ <element name="portletState" type="xsd:base64Binary" minOccurs="0"/>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+ <element name="PortletContext" type="types:PortletContext"/>
+
+ <complexType name="DestroyFailed">
+ <sequence>
+ <element name="portletHandle" type="xsd:string"/>
+ <element name="reason" type="xsd:string"/>
+ </sequence>
+ </complexType>
+
+<!-- - - - - - - - - - - - -->
+<!-- Markup oriented types -->
+<!-- - - - - - - - - - - - -->
+
+ <complexType name="ClientData">
+ <sequence>
+ <element name="userAgent" type="xsd:string" minOccurs="0"/>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+ <element name="ClientData" type="types:ClientData"/>
+
+ <complexType name="CacheControl">
+ <sequence>
+ <element name="expires" type="xsd:int"/>
+ <element name="userScope" type="xsd:string"/>
+ <element name="validateTag" type="xsd:string" minOccurs="0"/>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+
+ <complexType name="Templates">
+ <sequence>
+ <element name="defaultTemplate" type="xsd:string" nillable="true"/>
+ <element name="blockingActionTemplate" type="xsd:string" minOccurs="0"/>
+ <element name="renderTemplate" type="xsd:string" minOccurs="0"/>
+ <element name="resourceTemplate" type="xsd:string" minOccurs="0"/>
+ <element name="secureDefaultTemplate" type="xsd:string" nillable="true"/>
+ <element name="secureBlockingActionTemplate" type="xsd:string" minOccurs="0"/>
+ <element name="secureRenderTemplate" type="xsd:string" minOccurs="0"/>
+ <element name="secureResourceTemplate" type="xsd:string" minOccurs="0"/>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+ <element name="Templates" type="types:Templates"/>
+
+ <complexType name="MarkupParams">
+ <sequence>
+ <element name="secureClientCommunication" type="xsd:boolean"/>
+ <element name="locales" type="xsd:string" maxOccurs="unbounded"/>
+ <element name="mimeTypes" type="xsd:string" maxOccurs="unbounded"/>
+ <element name="mode" type="xsd:string"/>
+ <element name="windowState" type="xsd:string"/>
+ <element name="clientData" type="types:ClientData" minOccurs="0"/>
+ <element name="navigationalState" type="xsd:string" minOccurs="0"/>
+ <element name="markupCharacterSets" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
+ <element name="validateTag" type="xsd:string" minOccurs="0"/>
+ <element name="validNewModes" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
+ <element name="validNewWindowStates" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+ <element name="MarkupParams" type="types:MarkupParams"/>
+
+ <complexType name="MarkupResponse">
+ <sequence>
+ <element name="markupContext" type="types:MarkupContext"/>
+ <element name="sessionContext" type="types:SessionContext" minOccurs="0"/>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+
+ <complexType name="MarkupContext">
+ <sequence>
+ <element name="useCachedMarkup" type="xsd:boolean" default="false" minOccurs="0"/>
+ <element name="mimeType" type="xsd:string" minOccurs="0"/>
+ <element name="markupString" type="xsd:string" minOccurs="0"/>
+ <element name="markupBinary" type="xsd:base64Binary" minOccurs="0"/>
+ <element name="locale" type="xsd:string" minOccurs="0"/>
+ <element name="requiresUrlRewriting" type="xsd:boolean" default="false" minOccurs="0"/>
+ <element name="cacheControl" type="types:CacheControl" minOccurs="0"/>
+ <element name="preferredTitle" type="xsd:string" minOccurs="0"/>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+
+<!-- - - - - - - - - - - - - - - -->
+<!-- Interaction oriented types -->
+<!-- - - - - - - - - - - - - - - -->
+
+ <simpleType name="StateChange">
+ <restriction base="xsd:string">
+ <enumeration value="readWrite"/>
+ <enumeration value="cloneBeforeWrite"/>
+ <enumeration value="readOnly"/>
+ </restriction>
+ </simpleType>
+
+ <complexType name="UploadContext">
+ <sequence>
+ <element name="mimeType" type="xsd:string"/>
+ <element name="uploadData" type="xsd:base64Binary"/>
+ <element name="mimeAttributes" type="types:NamedString" minOccurs="0" maxOccurs="unbounded"/>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+
+ <complexType name="InteractionParams">
+ <sequence>
+ <element name="portletStateChange" type="types:StateChange"/>
+ <element name="interactionState" type="xsd:string" minOccurs="0"/>
+ <element name="formParameters" type="types:NamedString" minOccurs="0" maxOccurs="unbounded"/>
+ <element name="uploadContexts" type="types:UploadContext" minOccurs="0" maxOccurs="unbounded"/>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+ <element name="InteractionParams" type="types:InteractionParams"/>
+
+ <complexType name="UpdateResponse">
+ <sequence>
+ <element name="sessionContext" type="types:SessionContext" minOccurs="0"/>
+ <element name="portletContext" type="types:PortletContext" minOccurs="0"/>
+ <element name="markupContext" type="types:MarkupContext" minOccurs="0"/>
+ <element name="navigationalState" type="xsd:string" nillable="true"/>
+ <element name="newWindowState" type="xsd:string" minOccurs="0"/>
+ <element name="newMode" type="xsd:string" minOccurs="0"/>
+ </sequence>
+ </complexType>
+
+ <complexType name="BlockingInteractionResponse">
+ <sequence>
+ <!-- Would prefer this to be a choice ... Axis and JAX-RPC failed to handle that -->
+ <element name="updateResponse" type="types:UpdateResponse" minOccurs="0"/>
+ <element name="redirectURL" type="xsd:string" minOccurs="0"/>
+ <!-- end prefer this to be a choice -->
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+ <element name="BlockingInteractionResponse" type="types:BlockingInteractionResponse"/>
+
+<!-- - - - - - - - - - - -->
+<!-- User Profile types -->
+<!-- - - - - - - - - - - -->
+
+ <complexType name="Postal">
+ <sequence>
+ <element name="name" type="xsd:string" minOccurs="0"/>
+ <element name="street" type="xsd:string" minOccurs="0"/>
+ <element name="city" type="xsd:string" minOccurs="0"/>
+ <element name="stateprov" type="xsd:string" minOccurs="0"/>
+ <element name="postalcode" type="xsd:string" minOccurs="0"/>
+ <element name="country" type="xsd:string" minOccurs="0"/>
+ <element name="organization" type="xsd:string" minOccurs="0"/>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+
+ <complexType name="TelephoneNum">
+ <sequence>
+ <element name="intcode" type="xsd:string" minOccurs="0"/>
+ <element name="loccode" type="xsd:string" minOccurs="0"/>
+ <element name="number" type="xsd:string" minOccurs="0"/>
+ <element name="ext" type="xsd:string" minOccurs="0"/>
+ <element name="comment" type="xsd:string" minOccurs="0"/>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+
+ <complexType name="Telecom">
+ <sequence>
+ <element name="telephone" type="types:TelephoneNum" minOccurs="0"/>
+ <element name="fax" type="types:TelephoneNum" minOccurs="0"/>
+ <element name="mobile" type="types:TelephoneNum" minOccurs="0"/>
+ <element name="pager" type="types:TelephoneNum" minOccurs="0"/>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+
+ <complexType name="Online">
+ <sequence>
+ <element name="email" type="xsd:string" minOccurs="0"/>
+ <element name="uri" type="xsd:string" minOccurs="0"/>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+
+ <complexType name="Contact">
+ <sequence>
+ <element name="postal" type="types:Postal" minOccurs="0"/>
+ <element name="telecom" type="types:Telecom" minOccurs="0"/>
+ <element name="online" type="types:Online" minOccurs="0"/>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+ <element name="Contact" type="types:Contact"/>
+
+ <complexType name="EmployerInfo">
+ <sequence>
+ <element name="employer" type="xsd:string" minOccurs="0"/>
+ <element name="department" type="xsd:string" minOccurs="0"/>
+ <element name="jobtitle" type="xsd:string" minOccurs="0"/>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+
+ <complexType name="PersonName">
+ <sequence>
+ <element name="prefix" type="xsd:string" minOccurs="0"/>
+ <element name="given" type="xsd:string" minOccurs="0"/>
+ <element name="family" type="xsd:string" minOccurs="0"/>
+ <element name="middle" type="xsd:string" minOccurs="0"/>
+ <element name="suffix" type="xsd:string" minOccurs="0"/>
+ <element name="nickname" type="xsd:string" minOccurs="0"/>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+
+ <complexType name="UserProfile">
+ <sequence>
+ <element name="name" type="types:PersonName" minOccurs="0"/>
+ <element name="bdate" type="xsd:dateTime" minOccurs="0"/>
+ <element name="gender" type="xsd:string" minOccurs="0"/>
+ <element name="employerInfo" type="types:EmployerInfo" minOccurs="0"/>
+ <element name="homeInfo" type="types:Contact" minOccurs="0"/>
+ <element name="businessInfo" type="types:Contact" minOccurs="0"/>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+
+ <complexType name="UserContext">
+ <sequence>
+ <element name="userContextKey" type="xsd:string"/>
+ <element name="userCategories" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
+ <element name="profile" type="types:UserProfile" minOccurs="0"/>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+ <element name="UserContext" type="types:UserContext"/>
+
+<!-- - - - - - - - - -->
+<!-- Property types -->
+<!-- - - - - - - - - -->
+
+ <complexType name="Property">
+ <sequence>
+ <!-- Would prefer this to be a choice ... Axis and JAX-RPC failed to handle that -->
+ <element name="stringValue" type="xsd:string" minOccurs="0"/>
+ <any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
+ <!-- end prefer this to be a choice -->
+ </sequence>
+ <attribute name="name" type="xsd:string" use="required"/>
+ <attribute ref="xml:lang"/>
+ </complexType>
+
+ <complexType name="ResetProperty">
+ <sequence/>
+ <attribute name="name" type="xsd:string" use="required"/>
+ </complexType>
+
+ <complexType name="PropertyList">
+ <sequence>
+ <element name="properties" type="types:Property" minOccurs="0" maxOccurs="unbounded"/>
+ <element name="resetProperties" type="types:ResetProperty" minOccurs="0" maxOccurs="unbounded"/>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+ <element name="PropertyList" type="types:PropertyList"/>
+
+ <complexType name="PropertyDescription">
+ <sequence>
+ <element name="label" type="types:LocalizedString" minOccurs="0"/>
+ <element name="hint" type="types:LocalizedString" minOccurs="0"/>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ <attribute name="name" type="xsd:string" use="required"/>
+ <attribute name="type" type="xsd:QName" use="required"/>
+ </complexType>
+
+ <complexType name="ModelTypes">
+ <sequence>
+ <any namespace="##other"/>
+ </sequence>
+ </complexType>
+
+ <complexType name="ModelDescription">
+ <sequence>
+ <element name="propertyDescriptions" type="types:PropertyDescription" minOccurs="0" maxOccurs="unbounded"/>
+ <element name="modelTypes" type="types:ModelTypes" minOccurs="0"/>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+ <element name="ModelDescription" type="types:ModelDescription"/>
+
+ <complexType name="PortletPropertyDescriptionResponse">
+ <sequence>
+ <element name="modelDescription" type="types:ModelDescription" minOccurs="0"/>
+ <element name="resourceList" type="types:ResourceList" minOccurs="0"/>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+
+<!-- - - - - - - - - - - - - -->
+<!-- operation message types -->
+<!-- - - - - - - - - - - - - -->
+
+ <complexType name="ReturnAny">
+ <sequence>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+
+ <element name="getMarkup">
+ <complexType>
+ <sequence>
+ <element name="registrationContext" type="types:RegistrationContext" nillable="true"/>
+ <element name="portletContext" type="types:PortletContext"/>
+ <element name="runtimeContext" type="types:RuntimeContext"/>
+ <element name="userContext" type="types:UserContext" nillable="true"/>
+ <element name="markupParams" type="types:MarkupParams"/>
+ </sequence>
+ </complexType>
+ </element>
+ <element name="getMarkupResponse" type="types:MarkupResponse"/>
+
+ <element name="performBlockingInteraction">
+ <complexType>
+ <sequence>
+ <element name="registrationContext" type="types:RegistrationContext" nillable="true"/>
+ <element name="portletContext" type="types:PortletContext"/>
+ <element name="runtimeContext" type="types:RuntimeContext"/>
+ <element name="userContext" type="types:UserContext" nillable="true"/>
+ <element name="markupParams" type="types:MarkupParams"/>
+ <element name="interactionParams" type="types:InteractionParams"/>
+ </sequence>
+ </complexType>
+ </element>
+ <element name="performBlockingInteractionResponse" type="types:BlockingInteractionResponse"/>
+
+ <element name="getServiceDescription">
+ <complexType>
+ <sequence>
+ <element name="registrationContext" type="types:RegistrationContext" nillable="true"/>
+ <element name="desiredLocales" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+ </element>
+ <element name="getServiceDescriptionResponse" type="types:ServiceDescription"/>
+
+ <element name="register" type="types:RegistrationData"/>
+ <element name="registerResponse" type="types:RegistrationContext"/>
+
+ <element name="deregister" type="types:RegistrationContext"/>
+ <element name="deregisterResponse" type="types:ReturnAny"/>
+
+ <element name="modifyRegistration">
+ <complexType>
+ <sequence>
+ <element name="registrationContext" type="types:RegistrationContext" nillable="true"/>
+ <element name="registrationData" type="types:RegistrationData"/>
+ </sequence>
+ </complexType>
+ </element>
+ <element name="modifyRegistrationResponse" type="types:RegistrationState"/>
+
+ <element name="getPortletDescription">
+ <complexType>
+ <sequence>
+ <element name="registrationContext" type="types:RegistrationContext" nillable="true"/>
+ <element name="portletContext" type="types:PortletContext"/>
+ <element name="userContext" type="types:UserContext" nillable="true"/>
+ <element name="desiredLocales" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+ </element>
+ <element name="getPortletDescriptionResponse" type="types:PortletDescriptionResponse"/>
+
+ <element name="clonePortlet">
+ <complexType>
+ <sequence>
+ <element name="registrationContext" type="types:RegistrationContext" nillable="true"/>
+ <element name="portletContext" type="types:PortletContext"/>
+ <element name="userContext" type="types:UserContext" nillable="true"/>
+ </sequence>
+ </complexType>
+ </element>
+ <element name="clonePortletResponse" type="types:PortletContext"/>
+
+ <element name="destroyPortlets">
+ <complexType>
+ <sequence>
+ <element name="registrationContext" type="types:RegistrationContext" nillable="true"/>
+ <element name="portletHandles" type="xsd:string" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+ </element>
+ <complexType name="DestroyPortletsResponse">
+ <sequence>
+ <element name="destroyFailed" type="types:DestroyFailed" minOccurs="0" maxOccurs="unbounded"/>
+ <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+ <element name="destroyPortletsResponse" type="types:DestroyPortletsResponse"/>
+
+ <element name="setPortletProperties">
+ <complexType>
+ <sequence>
+ <element name="registrationContext" type="types:RegistrationContext" nillable="true"/>
+ <element name="portletContext" type="types:PortletContext"/>
+ <element name="userContext" type="types:UserContext" nillable="true"/>
+ <element name="propertyList" type="types:PropertyList"/>
+ </sequence>
+ </complexType>
+ </element>
+ <element name="setPortletPropertiesResponse" type="types:PortletContext"/>
+
+ <element name="getPortletProperties">
+ <complexType>
+ <sequence>
+ <element name="registrationContext" type="types:RegistrationContext" nillable="true"/>
+ <element name="portletContext" type="types:PortletContext"/>
+ <element name="userContext" type="types:UserContext" nillable="true"/>
+ <element name="names" type="xsd:string" nillable="true" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+ </element>
+ <element name="getPortletPropertiesResponse" type="types:PropertyList"/>
+
+ <element name="getPortletPropertyDescription">
+ <complexType>
+ <sequence>
+ <element name="registrationContext" type="types:RegistrationContext" nillable="true"/>
+ <element name="portletContext" type="types:PortletContext"/>
+ <element name="userContext" type="types:UserContext" nillable="true"/>
+ <element name="desiredLocales" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+ </element>
+ <element name="getPortletPropertyDescriptionResponse" type="types:PortletPropertyDescriptionResponse"/>
+
+ <element name="releaseSessions">
+ <complexType>
+ <sequence>
+ <element name="registrationContext" type="types:RegistrationContext" nillable="true"/>
+ <element name="sessionIDs" type="xsd:string" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+ </element>
+ <element name="releaseSessionsResponse" type="types:ReturnAny"/>
+
+ <element name="initCookie">
+ <complexType>
+ <sequence>
+ <element name="registrationContext" type="types:RegistrationContext" nillable="true"/>
+ </sequence>
+ </complexType>
+ </element>
+ <element name="initCookieResponse" type="types:ReturnAny"/>
+
+<!-- - - - - - - -->
+<!-- fault types -->
+<!-- - - - - - - -->
+
+ <complexType name="Fault">
+ <sequence/>
+ </complexType>
+
+ <complexType name="AccessDeniedFault">
+ <complexContent>
+ <extension base="types:Fault">
+ <sequence/>
+ </extension>
+ </complexContent>
+ </complexType>
+ <element name="AccessDenied" type="types:AccessDeniedFault"/>
+
+ <complexType name="InconsistentParametersFault">
+ <complexContent>
+ <extension base="types:Fault">
+ <sequence/>
+ </extension>
+ </complexContent>
+ </complexType>
+ <element name="InconsistentParameters" type="types:InconsistentParametersFault"/>
+
+ <complexType name="InvalidRegistrationFault">
+ <complexContent>
+ <extension base="types:Fault">
+ <sequence/>
+ </extension>
+ </complexContent>
+ </complexType>
+ <element name="InvalidRegistration" type="types:InvalidRegistrationFault"/>
+
+ <complexType name="MissingParametersFault">
+ <complexContent>
+ <extension base="types:Fault">
+ <sequence/>
+ </extension>
+ </complexContent>
+ </complexType>
+ <element name="MissingParameters" type="types:MissingParametersFault"/>
+
+ <complexType name="OperationFailedFault">
+ <complexContent>
+ <extension base="types:Fault">
+ <sequence/>
+ </extension>
+ </complexContent>
+ </complexType>
+ <element name="OperationFailed" type="types:OperationFailedFault"/>
+
+ <complexType name="InvalidHandleFault">
+ <complexContent>
+ <extension base="types:Fault">
+ <sequence/>
+ </extension>
+ </complexContent>
+ </complexType>
+ <element name="InvalidHandle" type="types:InvalidHandleFault"/>
+
+ <complexType name="InvalidUserCategoryFault">
+ <complexContent>
+ <extension base="types:Fault">
+ <sequence/>
+ </extension>
+ </complexContent>
+ </complexType>
+ <element name="InvalidUserCategory" type="types:InvalidUserCategoryFault"/>
+
+ <complexType name="PortletStateChangeRequiredFault">
+ <complexContent>
+ <extension base="types:Fault">
+ <sequence/>
+ </extension>
+ </complexContent>
+ </complexType>
+
+ <element name="PortletStateChangeRequired" type="types:PortletStateChangeRequiredFault"/>
+
+ <complexType name="InvalidCookieFault">
+ <complexContent>
+ <extension base="types:Fault">
+ <sequence/>
+ </extension>
+ </complexContent>
+ </complexType>
+
+ <element name="InvalidCookie" type="types:InvalidCookieFault"/>
+
+ <complexType name="InvalidSessionFault">
+ <complexContent>
+ <extension base="types:Fault">
+ <sequence/>
+ </extension>
+ </complexContent>
+ </complexType>
+
+ <element name="InvalidSession" type="types:InvalidSessionFault"/>
+
+ <complexType name="UnsupportedModeFault">
+ <complexContent>
+ <extension base="types:Fault">
+ <sequence/>
+ </extension>
+ </complexContent>
+ </complexType>
+ <element name="UnsupportedMode" type="types:UnsupportedModeFault"/>
+
+ <complexType name="UnsupportedWindowStateFault">
+ <complexContent>
+ <extension base="types:Fault">
+ <sequence/>
+ </extension>
+ </complexContent>
+ </complexType>
+ <element name="UnsupportedWindowState" type="types:UnsupportedWindowStateFault"/>
+
+ <complexType name="UnsupportedLocaleFault">
+ <complexContent>
+ <extension base="types:Fault">
+ <sequence/>
+ </extension>
+ </complexContent>
+ </complexType>
+ <element name="UnsupportedLocale" type="types:UnsupportedLocaleFault"/>
+
+ <complexType name="UnsupportedMimeTypeFault">
+ <complexContent>
+ <extension base="types:Fault">
+ <sequence/>
+ </extension>
+ </complexContent>
+ </complexType>
+ <element name="UnsupportedMimeType" type="types:UnsupportedMimeTypeFault"/>
+</schema>
Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/conf/META-INF/wsrp/xml.xsd
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/conf/META-INF/wsrp/xml.xsd (rev 0)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/conf/META-INF/wsrp/xml.xsd 2012-08-02 07:46:25 UTC (rev 8809)
@@ -0,0 +1,287 @@
+<?xml version='1.0'?>
+<?xml-stylesheet href="../2008/09/xsd.xsl" type="text/xsl"?>
+<xs:schema targetNamespace="http://www.w3.org/XML/1998/namespace"
+ xmlns:xs="http://www.w3.org/2001/XMLSchema"
+ xmlns ="http://www.w3.org/1999/xhtml"
+ xml:lang="en">
+
+ <xs:annotation>
+ <xs:documentation>
+ <div>
+ <h1>About the XML namespace</h1>
+
+ <div class="bodytext">
+ <p>
+ This schema document describes the XML namespace, in a form
+ suitable for import by other schema documents.
+ </p>
+ <p>
+ See <a href="http://www.w3.org/XML/1998/namespace.html">
+ http://www.w3.org/XML/1998/namespace.html</a> and
+ <a href="http://www.w3.org/TR/REC-xml">
+ http://www.w3.org/TR/REC-xml</a> for information
+ about this namespace.
+ </p>
+ <p>
+ Note that local names in this namespace are intended to be
+ defined only by the World Wide Web Consortium or its subgroups.
+ The names currently defined in this namespace are listed below.
+ They should not be used with conflicting semantics by any Working
+ Group, specification, or document instance.
+ </p>
+ <p>
+ See further below in this document for more information about <a
+ href="#usage">how to refer to this schema document from your own
+ XSD schema documents</a> and about <a href="#nsversioning">the
+ namespace-versioning policy governing this schema document</a>.
+ </p>
+ </div>
+ </div>
+ </xs:documentation>
+ </xs:annotation>
+
+ <xs:attribute name="lang">
+ <xs:annotation>
+ <xs:documentation>
+ <div>
+
+ <h3>lang (as an attribute name)</h3>
+ <p>
+ denotes an attribute whose value
+ is a language code for the natural language of the content of
+ any element; its value is inherited. This name is reserved
+ by virtue of its definition in the XML specification.</p>
+
+ </div>
+ <div>
+ <h4>Notes</h4>
+ <p>
+ Attempting to install the relevant ISO 2- and 3-letter
+ codes as the enumerated possible values is probably never
+ going to be a realistic possibility.
+ </p>
+ <p>
+ See BCP 47 at <a href="http://www.rfc-editor.org/rfc/bcp/bcp47.txt">
+ http://www.rfc-editor.org/rfc/bcp/bcp47.txt</a>
+ and the IANA language subtag registry at
+ <a href="http://www.iana.org/assignments/language-subtag-registry">
+ http://www.iana.org/assignments/language-subtag-registry</a>
+ for further information.
+ </p>
+ <p>
+ The union allows for the 'un-declaration' of xml:lang with
+ the empty string.
+ </p>
+ </div>
+ </xs:documentation>
+ </xs:annotation>
+ <xs:simpleType>
+ <xs:union memberTypes="xs:language">
+ <xs:simpleType>
+ <xs:restriction base="xs:string">
+ <xs:enumeration value=""/>
+ </xs:restriction>
+ </xs:simpleType>
+ </xs:union>
+ </xs:simpleType>
+ </xs:attribute>
+
+ <xs:attribute name="space">
+ <xs:annotation>
+ <xs:documentation>
+ <div>
+
+ <h3>space (as an attribute name)</h3>
+ <p>
+ denotes an attribute whose
+ value is a keyword indicating what whitespace processing
+ discipline is intended for the content of the element; its
+ value is inherited. This name is reserved by virtue of its
+ definition in the XML specification.</p>
+
+ </div>
+ </xs:documentation>
+ </xs:annotation>
+ <xs:simpleType>
+ <xs:restriction base="xs:NCName">
+ <xs:enumeration value="default"/>
+ <xs:enumeration value="preserve"/>
+ </xs:restriction>
+ </xs:simpleType>
+ </xs:attribute>
+
+ <xs:attribute name="base" type="xs:anyURI"> <xs:annotation>
+ <xs:documentation>
+ <div>
+
+ <h3>base (as an attribute name)</h3>
+ <p>
+ denotes an attribute whose value
+ provides a URI to be used as the base for interpreting any
+ relative URIs in the scope of the element on which it
+ appears; its value is inherited. This name is reserved
+ by virtue of its definition in the XML Base specification.</p>
+
+ <p>
+ See <a
+ href="http://www.w3.org/TR/xmlbase/">http://www.w3.org/TR/xmlbase/</a>
+ for information about this attribute.
+ </p>
+ </div>
+ </xs:documentation>
+ </xs:annotation>
+ </xs:attribute>
+
+ <xs:attribute name="id" type="xs:ID">
+ <xs:annotation>
+ <xs:documentation>
+ <div>
+
+ <h3>id (as an attribute name)</h3>
+ <p>
+ denotes an attribute whose value
+ should be interpreted as if declared to be of type ID.
+ This name is reserved by virtue of its definition in the
+ xml:id specification.</p>
+
+ <p>
+ See <a
+ href="http://www.w3.org/TR/xml-id/">http://www.w3.org/TR/xml-id/</a>
+ for information about this attribute.
+ </p>
+ </div>
+ </xs:documentation>
+ </xs:annotation>
+ </xs:attribute>
+
+ <xs:attributeGroup name="specialAttrs">
+ <xs:attribute ref="xml:base"/>
+ <xs:attribute ref="xml:lang"/>
+ <xs:attribute ref="xml:space"/>
+ <xs:attribute ref="xml:id"/>
+ </xs:attributeGroup>
+
+ <xs:annotation>
+ <xs:documentation>
+ <div>
+
+ <h3>Father (in any context at all)</h3>
+
+ <div class="bodytext">
+ <p>
+ denotes Jon Bosak, the chair of
+ the original XML Working Group. This name is reserved by
+ the following decision of the W3C XML Plenary and
+ XML Coordination groups:
+ </p>
+ <blockquote>
+ <p>
+ In appreciation for his vision, leadership and
+ dedication the W3C XML Plenary on this 10th day of
+ February, 2000, reserves for Jon Bosak in perpetuity
+ the XML name "xml:Father".
+ </p>
+ </blockquote>
+ </div>
+ </div>
+ </xs:documentation>
+ </xs:annotation>
+
+ <xs:annotation>
+ <xs:documentation>
+ <div xml:id="usage" id="usage">
+ <h2><a name="usage">About this schema document</a></h2>
+
+ <div class="bodytext">
+ <p>
+ This schema defines attributes and an attribute group suitable
+ for use by schemas wishing to allow <code>xml:base</code>,
+ <code>xml:lang</code>, <code>xml:space</code> or
+ <code>xml:id</code> attributes on elements they define.
+ </p>
+ <p>
+ To enable this, such a schema must import this schema for
+ the XML namespace, e.g. as follows:
+ </p>
+ <pre>
+ <schema . . .>
+ . . .
+ <import namespace="http://www.w3.org/XML/1998/namespace"
+ schemaLocation="http://www.w3.org/2001/xml.xsd"/>
+ </pre>
+ <p>
+ or
+ </p>
+ <pre>
+ <import namespace="http://www.w3.org/XML/1998/namespace"
+ schemaLocation="http://www.w3.org/2009/01/xml.xsd"/>
+ </pre>
+ <p>
+ Subsequently, qualified reference to any of the attributes or the
+ group defined below will have the desired effect, e.g.
+ </p>
+ <pre>
+ <type . . .>
+ . . .
+ <attributeGroup ref="xml:specialAttrs"/>
+ </pre>
+ <p>
+ will define a type which will schema-validate an instance element
+ with any of those attributes.
+ </p>
+ </div>
+ </div>
+ </xs:documentation>
+ </xs:annotation>
+
+ <xs:annotation>
+ <xs:documentation>
+ <div id="nsversioning" xml:id="nsversioning">
+ <h2><a name="nsversioning">Versioning policy for this schema document</a></h2>
+ <div class="bodytext">
+ <p>
+ In keeping with the XML Schema WG's standard versioning
+ policy, this schema document will persist at
+ <a href="http://www.w3.org/2009/01/xml.xsd">
+ http://www.w3.org/2009/01/xml.xsd</a>.
+ </p>
+ <p>
+ At the date of issue it can also be found at
+ <a href="http://www.w3.org/2001/xml.xsd">
+ http://www.w3.org/2001/xml.xsd</a>.
+ </p>
+ <p>
+ The schema document at that URI may however change in the future,
+ in order to remain compatible with the latest version of XML
+ Schema itself, or with the XML namespace itself. In other words,
+ if the XML Schema or XML namespaces change, the version of this
+ document at <a href="http://www.w3.org/2001/xml.xsd">
+ http://www.w3.org/2001/xml.xsd
+ </a>
+ will change accordingly; the version at
+ <a href="http://www.w3.org/2009/01/xml.xsd">
+ http://www.w3.org/2009/01/xml.xsd
+ </a>
+ will not change.
+ </p>
+ <p>
+ Previous dated (and unchanging) versions of this schema
+ document are at:
+ </p>
+ <ul>
+ <li><a href="http://www.w3.org/2009/01/xml.xsd">
+ http://www.w3.org/2009/01/xml.xsd</a></li>
+ <li><a href="http://www.w3.org/2007/08/xml.xsd">
+ http://www.w3.org/2007/08/xml.xsd</a></li>
+ <li><a href="http://www.w3.org/2004/10/xml.xsd">
+ http://www.w3.org/2004/10/xml.xsd</a></li>
+ <li><a href="http://www.w3.org/2001/03/xml.xsd">
+ http://www.w3.org/2001/03/xml.xsd</a></li>
+ </ul>
+ </div>
+ </div>
+ </xs:documentation>
+ </xs:annotation>
+
+</xs:schema>
+
12 years, 4 months