You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by bu...@apache.org on 2020/05/31 19:13:35 UTC

svn commit: r1061327 [7/8] - in /websites/production/geronimo/content: GMOxDEV/ GMOxDOC10/ GMOxDOC11/ GMOxDOC12/ GMOxDOC20/ GMOxDOC20ja/ GMOxDOC21/ GMOxDOC22/ GMOxDOC30/ GMOxKB/ GMOxPMGT/ GMOxSBOX/ cache/ doc/ gshell/

Modified: websites/production/geronimo/content/GMOxDOC30/configuring-run-as-and-default-subjects-and-principal-role-mapping.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/configuring-run-as-and-default-subjects-and-principal-role-mapping.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/configuring-run-as-and-default-subjects-and-principal-role-mapping.html Sun May 31 19:13:32 2020
@@ -116,7 +116,7 @@ under the License.
 
       <div class="pagecontent">
         <div class="wiki-content">
-          <div class="wiki-content maincontent"><h1 id="Configuringrun-asandDefaultSubjects,andprincipal-rolemapping-Introduction">Introduction</h1>
+          <div class="wiki-content maincontent"><h1 id="ConfiguringrunasandDefaultSubjects,andprincipalrolemapping-Introduction">Introduction</h1>
 
 <p>Starting from version 2.0.1, Geronimo adopts the basic principle that all security flows from Subjects that result from logging in to a security realm.  In previous Geronimo releases, security information for run-as and default subjects was constructed entirely outside any security realm.  As a result of following the new principle, run-as and default identities can now participate fully in security using such features as named credentials to access such external systems as connectors and web services, and the JACC system is now more fully pluggable.</p>
 
@@ -124,7 +124,7 @@ under the License.
 
 <p>Each application can choose to use a default, global, credential store or specify a specific store, perhaps specific to that application.</p>
 
-<h1 id="Configuringrun-asandDefaultSubjects,andprincipal-rolemapping-ConfiguringaSimpleCredentialStoreImpl">Configuring a SimpleCredentialStoreImpl</h1>
+<h1 id="ConfiguringrunasandDefaultSubjects,andprincipalrolemapping-ConfiguringaSimpleCredentialStoreImpl">Configuring a SimpleCredentialStoreImpl</h1>
 
 <p>For each Subject accessible through a credential store, you need to specify an id, the realm to log in to, and credentials, which depend on the security realm requirements but are typically the name and password.  The schema is as follows:</p>
 
@@ -184,7 +184,7 @@ under the License.
 
 <p>Again, note that the PasswordCallbackHandler value element contains a plain text password for the user.</p>
 
-<h1 id="Configuringrun-asandDefaultSubjects,andprincipal-rolemapping-ConfiguringyourapplicationtouseaparticularCredentialStore">Configuring your application to use a particular CredentialStore</h1>
+<h1 id="ConfiguringrunasandDefaultSubjects,andprincipalrolemapping-ConfiguringyourapplicationtouseaparticularCredentialStore">Configuring your application to use a particular CredentialStore</h1>
 
 <p>Note that this aspect of Geronimo security is completely pluggable and only the default implementation is described here.</p>
 

Modified: websites/production/geronimo/content/GMOxDOC30/configuring-the-osgi-environment.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/configuring-the-osgi-environment.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/configuring-the-osgi-environment.html Sun May 31 19:13:32 2020
@@ -118,7 +118,7 @@ under the License.
         <div class="wiki-content">
           <div class="wiki-content maincontent">
 
-<p>Geronimo provides two OSGi frameworks: <a shape="rect" class="external-link" href="http://www.eclipse.org/equinox/" rel="nofollow" title="Eclipse Equinox">Eclipse Equinox</a> and <a shape="rect" class="external-link" href="http://felix.apache.org/" title="Apache Felix">Apache Felix</a>. You can easily configure which OSGi framework is used at runtime by updating the <code>etc/onfig.properties</code> configuration file. By default, Geronimo server uses Equinox as its default OSGi runtime. The following example show how to configure Geronimo to use Felix as its OSGi framework.</p>
+<p>Geronimo provides two OSGi frameworks: <a shape="rect" class="external-link" href="http://www.eclipse.org/equinox/" title="Eclipse Equinox" rel="nofollow">Eclipse Equinox</a> and <a shape="rect" class="external-link" href="http://felix.apache.org/" title="Apache Felix">Apache Felix</a>. You can easily configure which OSGi framework is used at runtime by updating the <code>etc/onfig.properties</code> configuration file. By default, Geronimo server uses Equinox as its default OSGi runtime. The following example show how to configure Geronimo to use Felix as its OSGi framework.</p>
 
 <ul><li><a shape="rect" href="configuring-the-osgi-environment.html">Changing the OSGi runtime</a></li></ul>
 

Modified: websites/production/geronimo/content/GMOxDOC30/converting-applications-into-plugins-using-the-administration-console.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/converting-applications-into-plugins-using-the-administration-console.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/converting-applications-into-plugins-using-the-administration-console.html Sun May 31 19:13:32 2020
@@ -125,11 +125,11 @@ under the License.
 <p>The Application client referred to in this tutorial is actually a Web Application Client.</p></div></div>
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1590497825718 {padding: 0px;}
-div.rbtoc1590497825718 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1590497825718 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1590952129697 {padding: 0px;}
+div.rbtoc1590952129697 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1590952129697 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1590497825718">
+/*]]>*/</style><div class="toc-macro rbtoc1590952129697">
 <ul class="toc-indentation"><li><a shape="rect" href="#ConvertingapplicationsintopluginsusingtheAdministrationConsole-Convertingtheapplicationintoapluginviaconsole">Converting the application into a plugin via console</a></li><li><a shape="rect" href="#ConvertingapplicationsintopluginsusingtheAdministrationConsole-Exportingandimportingpluginsviaconsole">Exporting and importing plugins via console</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#ConvertingapplicationsintopluginsusingtheAdministrationConsole-Exportingtheapplicationasaplugin">Exporting the application as a plugin</a></li><li><a shape="rect" href="#ConvertingapplicationsintopluginsusingtheAdministrationConsole-CreateacustomrepositoryfromGeronimoAdministrativeConsole">Create a custom repository from Geronimo Administrative Console</a></li><li><a shape="rect" href="#ConvertingapplicationsintopluginsusingtheAdministrationConsole-Importingtheplugin">Importing the plugin</a></li></ul>
 </li></ul>

Modified: websites/production/geronimo/content/GMOxDOC30/creating-deployment-plans-for-java-persistence-api.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/creating-deployment-plans-for-java-persistence-api.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/creating-deployment-plans-for-java-persistence-api.html Sun May 31 19:13:32 2020
@@ -124,11 +124,11 @@ under the License.
 
 <p>The document is organized as follows.</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1590497832633 {padding: 0px;}
-div.rbtoc1590497832633 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1590497832633 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1590952148041 {padding: 0px;}
+div.rbtoc1590952148041 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1590952148041 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1590497832633">
+/*]]>*/</style><div class="toc-macro rbtoc1590952148041">
 <ul class="toc-indentation"><li><a shape="rect" href="#CreatingdeploymentplansforJavaPersistenceAPI-JavaPersistenceAPI">Java Persistence API</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#CreatingdeploymentplansforJavaPersistenceAPI-ShareAccountsample">ShareAccount sample</a></li><li><a shape="rect" href="#CreatingdeploymentplansforJavaPersistenceAPI-Inheritancerelationshipinentities">Inheritance relationship in entities</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#CreatingdeploymentplansforJavaPersistenceAPI-Singledatabasetableperclasshierarchy">Single database table per class hierarchy</a></li></ul>

Modified: websites/production/geronimo/content/GMOxDOC30/creating-deployment-plans-for-web-applications.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/creating-deployment-plans-for-web-applications.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/creating-deployment-plans-for-web-applications.html Sun May 31 19:13:32 2020
@@ -123,11 +123,11 @@ In the <code>geronimo-web.xml</code> fil
 <p>The <code>geronimo-web.xml</code> uses XML elements from <a shape="rect" class="external-link" href="http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1">http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1</a> namespace and one or more namespaces mentioned in <a shape="rect" href="configuring-resources-in-the-application-scope.html">Configuring resources in the application scope</a> section earlier in the document. </p>
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1590497833198 {padding: 0px;}
-div.rbtoc1590497833198 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1590497833198 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1590952149522 {padding: 0px;}
+div.rbtoc1590952149522 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1590952149522 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1590497833198">
+/*]]>*/</style><div class="toc-macro rbtoc1590952149522">
 <ul class="toc-indentation"><li><a shape="rect" href="#CreatingdeploymentplansforWebapplications-SampleplanforaWebapplication">Sample plan for a Web application</a></li><li><a shape="rect" href="#CreatingdeploymentplansforWebapplications-Containerspecificconfigurationinawebapplication">Container specific configuration in a web application</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#CreatingdeploymentplansforWebapplications-Thecontainer-configelement">The container-config element</a></li></ul>
 </li></ul>

Modified: websites/production/geronimo/content/GMOxDOC30/deploying-and-running-ejb-application-clients.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/deploying-and-running-ejb-application-clients.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/deploying-and-running-ejb-application-clients.html Sun May 31 19:13:32 2020
@@ -127,11 +127,11 @@ under the License.
 
 <p>Details on installing eclipse are provided in the <a shape="rect" href="development-environment.html">Development environment</a> section. This tutorial is organized in the following sections:</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1590497784783 {padding: 0px;}
-div.rbtoc1590497784783 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1590497784783 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1590952000556 {padding: 0px;}
+div.rbtoc1590952000556 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1590952000556 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1590497784783">
+/*]]>*/</style><div class="toc-macro rbtoc1590952000556">
 <ul class="toc-indentation"><li><a shape="rect" href="#DeployingandrunningEJBapplicationclients-SettingupEclipseIDEforEJBapplicationdevelopment">Setting up Eclipse IDE for EJB application development</a></li><li><a shape="rect" href="#DeployingandrunningEJBapplicationclients-DevelopingEJBlocalinterface,EJBremoteinterfaceandBeanclass">Developing EJB local interface, EJB remote interface and Bean class</a></li><li><a shape="rect" href="#DeployingandrunningEJBapplicationclients-DevelopingaJavaClient">Developing a Java Client</a></li><li><a shape="rect" href="#DeployingandrunningEJBapplicationclients-Deployandrun">Deploy and run</a></li></ul>
 </div>
 <p>Let us briefly understand this application. This application will take you through creating a simple Stateless Session EJB. Later we will develop a Java Application client to access this EJB. EJB development will make use of annotations which are introduced in Java EE5.</p>

Modified: websites/production/geronimo/content/GMOxDOC30/deploying-and-undeploying-applications.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/deploying-and-undeploying-applications.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/deploying-and-undeploying-applications.html Sun May 31 19:13:32 2020
@@ -121,11 +121,11 @@ under the License.
 
 <p>There are several alternatives available for Deploying and undeploying applications:</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1590497822623 {padding: 0px;}
-div.rbtoc1590497822623 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1590497822623 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1590952118583 {padding: 0px;}
+div.rbtoc1590952118583 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1590952118583 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1590497822623">
+/*]]>*/</style><div class="toc-macro rbtoc1590952118583">
 <ul class="toc-indentation"><li><a shape="rect" href="#Deployingandundeployingapplications-ViaGeronimoAdministrationConsoleGACdeploy">Via Geronimo Administration Console</a></li><li><a shape="rect" href="#Deployingandundeployingapplications-ViahotdeploymentHotdeploy">Via hot deployment</a></li><li><a shape="rect" href="#Deployingandundeployingapplications-ViaDeployertooldeployertool">Via Deployer tool</a></li><li><a shape="rect" href="#Deployingandundeployingapplications-Viagogocommandgogodeploy">Via gogo command</a></li><li><a shape="rect" href="#Deployingandundeployingapplications-ViaGEPGEPdeploy">Via GEP</a></li><li><a shape="rect" href="#Deployingandundeployingapplications-ViaClusteringWADIdeploy">Via Clustering</a></li></ul>
 </div>
 

Modified: websites/production/geronimo/content/GMOxDOC30/developing-a-hello-world-blueprint-application.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/developing-a-hello-world-blueprint-application.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/developing-a-hello-world-blueprint-application.html Sun May 31 19:13:32 2020
@@ -129,11 +129,11 @@ under the License.
 <p>Details on installing Eclipse are provided in the <a shape="rect" href="development-environment.html">Development environment</a> section. This tutorial is organized in the following sections:</p>
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1590497853137 {padding: 0px;}
-div.rbtoc1590497853137 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1590497853137 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1590952198118 {padding: 0px;}
+div.rbtoc1590952198118 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1590952198118 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1590497853137">
+/*]]>*/</style><div class="toc-macro rbtoc1590952198118">
 <ul class="toc-indentation"><li><a shape="rect" href="#DevelopingaHelloWorldBlueprintapplication-CreatinganOSGiEnterpriseApplicationusingEclipse">Creating an OSGi Enterprise Application using Eclipse</a></li><li><a shape="rect" href="#DevelopingaHelloWorldBlueprintapplication-Addingaclasstotheapiproject">Adding a class to the api project</a></li><li><a shape="rect" href="#DevelopingaHelloWorldBlueprintapplication-ImplementingtheHelloWorldServiceinteface">Implementing the HelloWorldService inteface</a></li><li><a shape="rect" href="#DevelopingaHelloWorldBlueprintapplication-Creatingtheclienttoconsumetheservices">Creating the client to consume the services</a></li><li><a shape="rect" href="#DevelopingaHelloWorldBlueprintapplication-Runanddeploy">Run and deploy</a></li></ul>
 </div>
 

Modified: websites/production/geronimo/content/GMOxDOC30/developing-a-hello-world-web-application.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/developing-a-hello-world-web-application.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/developing-a-hello-world-web-application.html Sun May 31 19:13:32 2020
@@ -130,11 +130,11 @@ under the License.
 
 <p>Details on installing eclipse are provided in the <a shape="rect" href="development-environment.html">Development environment</a> section. This tutorial is organized in the following sections:</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1590497791067 {padding: 0px;}
-div.rbtoc1590497791067 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1590497791067 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1590952021372 {padding: 0px;}
+div.rbtoc1590952021372 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1590952021372 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1590497791067">
+/*]]>*/</style><div class="toc-macro rbtoc1590952021372">
 <ul class="toc-indentation"><li><a shape="rect" href="#DevelopingaHelloWorldWebapplication-CreatingadynamicWebprojectusingEclipse">Creating a dynamic Web project using Eclipse</a></li><li><a shape="rect" href="#DevelopingaHelloWorldWebapplication-AddingaJSPtotheproject">Adding a JSP to the project</a></li><li><a shape="rect" href="#DevelopingaHelloWorldWebapplication-Makinghellp.jspthewelcomefile">Making hellp.jsp the welcome file</a></li><li><a shape="rect" href="#DevelopingaHelloWorldWebapplication-Runanddeploy">Run and deploy</a></li></ul>
 </div>
 

Modified: websites/production/geronimo/content/GMOxDOC30/developing-container-managed-persistence-with-jpa.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/developing-container-managed-persistence-with-jpa.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/developing-container-managed-persistence-with-jpa.html Sun May 31 19:13:32 2020
@@ -135,15 +135,15 @@ under the License.
 
 <p>The tutorial is divided into the following sections.</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1590497796636 {padding: 0px;}
-div.rbtoc1590497796636 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1590497796636 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1590952016671 {padding: 0px;}
+div.rbtoc1590952016671 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1590952016671 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1590497796636">
+/*]]>*/</style><div class="toc-macro rbtoc1590952016671">
 <ul class="toc-indentation"><li><a shape="rect" href="#DevelopingcontainermanagedpersistencewithJPA-SettingtheEclipseenvironment">Setting the Eclipse environment</a></li><li><a shape="rect" href="#DevelopingcontainermanagedpersistencewithJPA-Creatingejbapplicationwithentities">Creating ejb application with entities</a></li><li><a shape="rect" href="#DevelopingcontainermanagedpersistencewithJPA-Creatingwebapplication">Creating web application</a></li><li><a shape="rect" href="#DevelopingcontainermanagedpersistencewithJPA-SettingupthedatabasetablesandtheDatasource">Setting up the database tables and the Datasource</a></li><li><a shape="rect" href="#DevelopingcontainermanagedpersistencewithJPA-Deployingthe(ear)application">Deploying the (ear) application</a></li></ul>
 </div>
 
-<p>The entire application can be downloaded from this <a shape="rect" href="developing-container-managed-persistence-with-jpa.data/ContainerManagedJPA-EAR.ear?version=1&amp;modificationDate=1213308862000&amp;api=v2" data-linked-resource-id="20873760" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="ContainerManagedJPA-EAR.ear" data-nice-type="Java Archive" data-linked-resource-content-type="application/octet-stream" data-linked-resource-container-id="20645262" data-linked-resource-container-version="65">link</a>.</p>
+<p>The entire application can be downloaded from this <a shape="rect" href="developing-container-managed-persistence-with-jpa.data/ContainerManagedJPA-EAR.ear?version=1&amp;modificationDate=1213308862000&amp;api=v2" data-linked-resource-id="20873760" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="ContainerManagedJPA-EAR.ear" data-nice-type="Java Archive" data-linked-resource-content-type="application/octet-stream" data-linked-resource-container-id="20645262" data-linked-resource-container-version="70">link</a>.</p>
 
 <h2 id="DevelopingcontainermanagedpersistencewithJPA-SettingtheEclipseenvironment">Setting the Eclipse environment</h2>
 

Modified: websites/production/geronimo/content/GMOxDOC30/developing-ejb-applications.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/developing-ejb-applications.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/developing-ejb-applications.html Sun May 31 19:13:32 2020
@@ -127,11 +127,11 @@ under the License.
 <p>This document is organized in the following sections:</p>
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1590497777010 {padding: 0px;}
-div.rbtoc1590497777010 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1590497777010 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1590951981857 {padding: 0px;}
+div.rbtoc1590951981857 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1590951981857 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1590497777010">
+/*]]>*/</style><div class="toc-macro rbtoc1590951981857">
 <ul class="toc-indentation"><li><a shape="rect" href="#DevelopingEJBapplications-EJB2VsEJB3">EJB2 Vs EJB3</a></li><li><a shape="rect" href="#DevelopingEJBapplications-TypesofBeans">Types of Beans</a></li><li><a shape="rect" href="#DevelopingEJBapplications-EJBtutorials">EJB tutorials</a></li></ul>
 </div>
 
@@ -167,10 +167,10 @@ div.rbtoc1590497777010 li {margin-left:
               <a href="javascript:hideChildren()">Hide Children</a></span>
           </div>
           <div class="greybox" id="children" style="display: none;">
-                                      <a href="https://cwiki.apache.org/confluence/display/GMOxDOC30/JMS+application+with+Message-Driven+Bean" title="JMS application with Message-Driven Bean">JMS application with Message-Driven Bean</a>
+                                      <a href="https://cwiki.apache.org/confluence/display/GMOxDOC30/Referring+to+an+EJB+from+outside+its+EAR" title="Referring to an EJB from outside its EAR">Referring to an EJB from outside its EAR</a>
               <span class="smalltext">(Apache Geronimo v3.0)</span>
               <br>
-                          <a href="https://cwiki.apache.org/confluence/display/GMOxDOC30/Referring+to+an+EJB+from+outside+its+EAR" title="Referring to an EJB from outside its EAR">Referring to an EJB from outside its EAR</a>
+                          <a href="https://cwiki.apache.org/confluence/display/GMOxDOC30/JMS+application+with+Message-Driven+Bean" title="JMS application with Message-Driven Bean">JMS application with Message-Driven Bean</a>
               <span class="smalltext">(Apache Geronimo v3.0)</span>
               <br>
                           <a href="https://cwiki.apache.org/confluence/display/GMOxDOC30/Stateless+Session+Bean" title="Stateless Session Bean">Stateless Session Bean</a>

Modified: websites/production/geronimo/content/GMOxDOC30/developing-persistence-for-jsf-applications-with-jpa.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/developing-persistence-for-jsf-applications-with-jpa.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/developing-persistence-for-jsf-applications-with-jpa.html Sun May 31 19:13:32 2020
@@ -124,7 +124,7 @@ under the License.
 
 <p>Below tutorial explains developing a JSF (JavaServerFaces) application using JPA for persistence. The application has an ejb application and a web application. The ejb application uses JPA to manipulate entities in the database. The web application uses JSF to look up ejbs that trigger operations on the entities. The database being used is the embedded derby database shipped with geronimo. The web application displays a list of currencies of various countries along with the corresponding USD conversion rate. The web interface allows user to add a new currency, edit the existing currency and delete a currency etc. </p>
 
-<p>The application can be downloaded from this <a shape="rect" href="developing-persistence-for-jsf-applications-with-jpa.data/JPA-JSFApp.ear?version=1&amp;modificationDate=1212445244000&amp;api=v2" data-linked-resource-id="20873757" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="JPA-JSFApp.ear" data-nice-type="Java Archive" data-linked-resource-content-type="application/octet-stream" data-linked-resource-container-id="20645260" data-linked-resource-container-version="66">link</a>.</p>
+<p>The application can be downloaded from this <a shape="rect" href="developing-persistence-for-jsf-applications-with-jpa.data/JPA-JSFApp.ear?version=1&amp;modificationDate=1212445244000&amp;api=v2" data-linked-resource-id="20873757" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="JPA-JSFApp.ear" data-nice-type="Java Archive" data-linked-resource-content-type="application/octet-stream" data-linked-resource-container-id="20645260" data-linked-resource-container-version="71">link</a>.</p>
 
 <p>In order to develop, deploy and run the application, the following environment is required.</p>
 

Modified: websites/production/geronimo/content/GMOxDOC30/developing-user-interface-with-jsf.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/developing-user-interface-with-jsf.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/developing-user-interface-with-jsf.html Sun May 31 19:13:32 2020
@@ -125,11 +125,11 @@ under the License.
 
 <p>The tutorial is divided into the following sections.</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1590497799788 {padding: 0px;}
-div.rbtoc1590497799788 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1590497799788 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1590952057392 {padding: 0px;}
+div.rbtoc1590952057392 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1590952057392 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1590497799788">
+/*]]>*/</style><div class="toc-macro rbtoc1590952057392">
 <ul class="toc-indentation"><li><a shape="rect" href="#DevelopinguserinterfacewithJSF-SettinguptheEclipseenvironment">Setting up the Eclipse environment</a></li><li><a shape="rect" href="#DevelopinguserinterfacewithJSF-CreatingWEBapplicationwithentities">Creating WEB application with entities</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#DevelopinguserinterfacewithJSF-CreatingadynamicWebprojectanddefiningJSFcapabilities">Creating a dynamic Web project and defining JSF capabilities</a></li><li><a shape="rect" href="#DevelopinguserinterfacewithJSF-Implementingpersistencefortheapplication">Implementing persistence for the application</a></li><li><a shape="rect" href="#DevelopinguserinterfacewithJSF-DefiningUIcomponents">Defining UI components</a></li><li><a shape="rect" href="#DevelopinguserinterfacewithJSF-ConfiguringJSFmanagedbeansandassociatingmanagedbeanactionstoevents">Configuring JSF managed beans and associating managed bean actions to events</a></li></ul>
 </li><li><a shape="rect" href="#DevelopinguserinterfacewithJSF-SettingupthedatabasetablesandtheDatasource">Setting up the database tables and the Datasource</a></li><li><a shape="rect" href="#DevelopinguserinterfacewithJSF-Deployingthe(war)application">Deploying the (war) application</a></li><li><a shape="rect" href="#DevelopinguserinterfacewithJSF-Runningtheapplication">Running the application</a></li></ul>
@@ -141,7 +141,7 @@ div.rbtoc1590497799788 li {margin-left:
 
 
 
-<p>The entire application can be downloaded from this <a shape="rect" href="developing-user-interface-with-jsf.data/EmployeeWEB.war?version=1&amp;modificationDate=1214966340000&amp;api=v2" data-linked-resource-id="20873958" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="EmployeeWEB.war" data-nice-type="Java Archive" data-linked-resource-content-type="application/octet-stream" data-linked-resource-container-id="20645271" data-linked-resource-container-version="65">link</a>.</p>
+<p>The entire application can be downloaded from this <a shape="rect" href="developing-user-interface-with-jsf.data/EmployeeWEB.war?version=1&amp;modificationDate=1214966340000&amp;api=v2" data-linked-resource-id="20873958" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="EmployeeWEB.war" data-nice-type="Java Archive" data-linked-resource-content-type="application/octet-stream" data-linked-resource-container-id="20645271" data-linked-resource-container-version="70">link</a>.</p>
 
 <h2 id="DevelopinguserinterfacewithJSF-SettinguptheEclipseenvironment">Setting up the Eclipse environment</h2>
 

Modified: websites/production/geronimo/content/GMOxDOC30/ejb-failover.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/ejb-failover.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/ejb-failover.html Sun May 31 19:13:32 2020
@@ -122,11 +122,11 @@ under the License.
 <p>In Geronimo, you can configure <a shape="rect" class="external-link" href="http://openejb.apache.org/3.0/failover.html" title="OpenEJB failover">OpenEJB for failover scenarios</a>, such as multipoint and multicast. Further more, Geronimo uses WADI to support failover for Stateful Session Bean (SFSB) in a unicast way.</p>
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1590497847976 {padding: 0px;}
-div.rbtoc1590497847976 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1590497847976 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1590952184662 {padding: 0px;}
+div.rbtoc1590952184662 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1590952184662 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1590497847976">
+/*]]>*/</style><div class="toc-macro rbtoc1590952184662">
 <ul class="toc-indentation"><li><a shape="rect" href="#EJBfailover-Enablingmultipoint/multicastfailover">Enabling multipoint/multicast failover</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#EJBfailover-Developingtheclient">Developing the client</a></li><li><a shape="rect" href="#EJBfailover-failoverstrategies">failover strategies</a></li></ul>
 </li><li><a shape="rect" href="#EJBfailover-Enablingunicastfailover">Enabling unicast failover</a>

Modified: websites/production/geronimo/content/GMOxDOC30/how-to-build-geronimo-eclipse-plugin-from-source.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/how-to-build-geronimo-eclipse-plugin-from-source.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/how-to-build-geronimo-eclipse-plugin-from-source.html Sun May 31 19:13:32 2020
@@ -124,11 +124,11 @@ under the License.
 <p>You can also change the default location of m2repo by modifying &lt;MAVEN_HOME&gt;/conf/settings.xml and modify the following tag<br clear="none">
 &lt;localRepository&gt;C:\m2repo&lt;/localRepository&gt;</p></div></div>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1590497804374 {padding: 0px;}
-div.rbtoc1590497804374 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1590497804374 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1590952078163 {padding: 0px;}
+div.rbtoc1590952078163 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1590952078163 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1590497804374">
+/*]]>*/</style><div class="toc-macro rbtoc1590952078163">
 <ul class="toc-indentation"><li><a shape="rect" href="#HowtoBuildGeronimoEclipsePluginfromSource-Gettingthesourcecode">Getting the source code</a></li><li><a shape="rect" href="#HowtoBuildGeronimoEclipsePluginfromSource-BuildingSource">Building Source</a></li><li><a shape="rect" href="#HowtoBuildGeronimoEclipsePluginfromSource-OtherMavenoptions">Other Maven options</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#HowtoBuildGeronimoEclipsePluginfromSource-SkipTest">Skip Test</a></li></ul>
 </li></ul>

Modified: websites/production/geronimo/content/GMOxDOC30/how-to-develop-geronimo-eclipse-plugin-in-eclipse.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/how-to-develop-geronimo-eclipse-plugin-in-eclipse.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/how-to-develop-geronimo-eclipse-plugin-in-eclipse.html Sun May 31 19:13:32 2020
@@ -120,11 +120,11 @@ under the License.
           <div class="wiki-content maincontent">
 <ol><li>Build GEP using Maven.  See <a shape="rect" href="how-to-build-geronimo-eclipse-plugin-from-source.html">How to Build Geronimo Eclipse Plugin from Source</a> for details.  The projects are now ready to be imported into your Eclipse workspace.</li><li>Launch a clean installation of Eclipse Helios SR1 (See <a shape="rect" class="external-link" href="http://cwiki.apache.org/confluence/display/GMOxDOC21/Apache+Geronimo+Development+Tools+Project#ApacheGeronimoDevelopmentToolsProject-Prerequisites">this page</a> for details).</li><li>Follow these steps blow to complete the configuration of Eclipse for GEP development:
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1590497805820 {padding: 0px;}
-div.rbtoc1590497805820 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1590497805820 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1590952070680 {padding: 0px;}
+div.rbtoc1590952070680 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1590952070680 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1590497805820">
+/*]]>*/</style><div class="toc-macro rbtoc1590952070680">
 <ul class="toc-indentation"><li><a shape="rect" href="#HowtoDevelopGeronimoEclipsePlugininEclipse-SetJavaInstalledJREtoJava6">Set Java Installed JRE to Java 6</a></li><li><a shape="rect" href="#HowtoDevelopGeronimoEclipsePlugininEclipse-SettheClassPathvariable">Set the ClassPath variable</a></li><li><a shape="rect" href="#HowtoDevelopGeronimoEclipsePlugininEclipse-Setthetargetplatform">Set the target platform</a></li><li><a shape="rect" href="#HowtoDevelopGeronimoEclipsePlugininEclipse-ImportthesourcecodeinyourEclipseWorkspace">Import the source code in your Eclipse Workspace</a></li><li><a shape="rect" href="#HowtoDevelopGeronimoEclipsePlugininEclipse-RunandDebugConfigurations">Run and Debug Configurations</a></li></ul>
 </div></li></ol>
 
@@ -171,7 +171,7 @@ and add them to your target platform by
 <span class="confluence-embedded-file-wrapper"><img class="confluence-embedded-image" src="how-to-develop-geronimo-eclipse-plugin-in-eclipse.data/figure8.png"></span><br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline"></li><li>On the next window select <strong>General-&gt;Existing Projects into Workspace</strong>. Select <strong>Next</strong>.<br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline">
 <span class="confluence-embedded-file-wrapper"><img class="confluence-embedded-image" src="how-to-develop-geronimo-eclipse-plugin-in-eclipse.data/figure9.png"></span><br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline"></li><li>On the import projects window Browse to <strong>&lt;GEP_Source_Home&gt;/trunk</strong>. Select Finish.<br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline">
 <span class="confluence-embedded-file-wrapper"><img class="confluence-embedded-image" src="how-to-develop-geronimo-eclipse-plugin-in-eclipse.data/figure10.png"></span><br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline">
-In case there are some errors try fixing those (consider it as your first step towards working with GEP! <img class="emoticon emoticon-smile" src="https://cwiki.apache.org/confluence/s/-7iq2vk/8301/13280cd41a592ca5883bbc1ae415b58671505365/_/images/icons/emoticons/smile.svg" data-emoticon-name="smile" alt="(smile)"> ) or else use the <a shape="rect" class="external-link" href="http://geronimo.apache.org/mailing-lists.html">Geronimo mailing lists</a>.  See <a shape="rect" href="how-to-open-a-bug-for-geronimo-eclipse-plugin.html">How to open a bug for Geronimo Eclipse Plugin</a> for details.</li></ol>
+In case there are some errors try fixing those (consider it as your first step towards working with GEP! <img class="emoticon emoticon-smile" src="https://cwiki.apache.org/confluence/s/962fig/8501/fded9f91818631c3677be93247bf5ae6723a1c8d/_/images/icons/emoticons/smile.svg" data-emoticon-name="smile" alt="(smile)"> ) or else use the <a shape="rect" class="external-link" href="http://geronimo.apache.org/mailing-lists.html">Geronimo mailing lists</a>.  See <a shape="rect" href="how-to-open-a-bug-for-geronimo-eclipse-plugin.html">How to open a bug for Geronimo Eclipse Plugin</a> for details.</li></ol>
 
 
 <h3 id="HowtoDevelopGeronimoEclipsePlugininEclipse-RunandDebugConfigurations">Run and Debug Configurations</h3>

Modified: websites/production/geronimo/content/GMOxDOC30/how-to-open-a-bug-for-geronimo-eclipse-plugin.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/how-to-open-a-bug-for-geronimo-eclipse-plugin.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/how-to-open-a-bug-for-geronimo-eclipse-plugin.html Sun May 31 19:13:32 2020
@@ -131,11 +131,11 @@ Other questions pertaining to Eclipse, W
 <p>Search the <a shape="rect" class="external-link" href="http://issues.apache.org/jira/browse/GERONIMODEVTOOLS">GERONIMODEVTOOLS JIRA issue tracking database</a> to see if your bug has already been reported, or maybe even fixed. You may be able to add additional information to a previously reported bug.</p></div></div>
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1590497836506 {padding: 0px;}
-div.rbtoc1590497836506 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1590497836506 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1590952157656 {padding: 0px;}
+div.rbtoc1590952157656 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1590952157656 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1590497836506">
+/*]]>*/</style><div class="toc-macro rbtoc1590952157656">
 <ul class="toc-indentation"><li><a shape="rect" href="#HowtoopenabugforGeronimoEclipsePlugin-ReportingaGEPbug">Reporting a GEP bug</a></li></ul>
 </div>
 <h1 id="HowtoopenabugforGeronimoEclipsePlugin-ReportingaGEPbug">Reporting a GEP bug</h1>

Modified: websites/production/geronimo/content/GMOxDOC30/inventory-simple-database-access-application.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/inventory-simple-database-access-application.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/inventory-simple-database-access-application.html Sun May 31 19:13:32 2020
@@ -122,18 +122,18 @@ under the License.
 
 <p>This article is organized in to following sections.</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1590497828552 {padding: 0px;}
-div.rbtoc1590497828552 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1590497828552 li {margin-left: 0px;padding-left: 0px;}
-
-/*]]>*/</style><div class="toc-macro rbtoc1590497828552">
-<ul class="toc-indentation"><li><a shape="rect" href="#inventory-SimpleDatabaseAccessApplication-ApplicationOverview">Application Overview</a>
-<ul class="toc-indentation"><li><a shape="rect" href="#inventory-SimpleDatabaseAccessApplication-Applicationcontents">Application contents</a>
-<ul class="toc-indentation"><li><a shape="rect" href="#inventory-SimpleDatabaseAccessApplication-SampleDatabase">Sample Database</a></li></ul>
+div.rbtoc1590952138172 {padding: 0px;}
+div.rbtoc1590952138172 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1590952138172 li {margin-left: 0px;padding-left: 0px;}
+
+/*]]>*/</style><div class="toc-macro rbtoc1590952138172">
+<ul class="toc-indentation"><li><a shape="rect" href="#inventorySimpleDatabaseAccessApplication-ApplicationOverview">Application Overview</a>
+<ul class="toc-indentation"><li><a shape="rect" href="#inventorySimpleDatabaseAccessApplication-Applicationcontents">Application contents</a>
+<ul class="toc-indentation"><li><a shape="rect" href="#inventorySimpleDatabaseAccessApplication-SampleDatabase">Sample Database</a></li></ul>
 </li></ul>
-</li><li><a shape="rect" href="#inventory-SimpleDatabaseAccessApplication-TestingoftheSampleApplication">Testing of the Sample Application</a></li></ul>
+</li><li><a shape="rect" href="#inventorySimpleDatabaseAccessApplication-TestingoftheSampleApplication">Testing of the Sample Application</a></li></ul>
 </div>
-<h1 id="inventory-SimpleDatabaseAccessApplication-ApplicationOverview">Application Overview</h1>
+<h1 id="inventorySimpleDatabaseAccessApplication-ApplicationOverview">Application Overview</h1>
 
 <p>The Inventory application in this article only supports three basic usecases of such applications.</p>
 <ol><li>Add Items to the Stock</li><li>Receive Items</li><li>Issue Items<br clear="none">
@@ -149,7 +149,7 @@ The application workflow starts with add
 
 <p>Welcome page of the application acting as a notice board which displays current stock of each item. Through the Welcome page users can access Add Item, Receive Goods or Issue Goods Pages. Upon successful completion of each activity, the page will be redirected back to the Welcome page with updated stock information. Add Item helps to define items in the stock, then 0 number of items will be added to the stock. Receive and Issue Goods pages represent Goods Receiving and Issuing activities of the application respectively.</p>
 
-<h2 id="inventory-SimpleDatabaseAccessApplication-Applicationcontents">Application contents</h2>
+<h2 id="inventorySimpleDatabaseAccessApplication-Applicationcontents">Application contents</h2>
 <p>The Inventory application consist of following list of packages and classes.</p>
 <ul><li>org.apache.geronimo.samples.inventory
 	<ul><li>Item - represents Item in the Inventory.</li></ul>
@@ -280,7 +280,7 @@ The application workflow starts with add
 </div></div>
 
 
-<h3 id="inventory-SimpleDatabaseAccessApplication-SampleDatabase">Sample Database</h3>
+<h3 id="inventorySimpleDatabaseAccessApplication-SampleDatabase">Sample Database</h3>
 <p>The sample database that is being used to demonstrate this application is in-built Derby database. The name of the sample database is <strong>InventoryDB</strong> and it consists of two tables, namely ITEM and ITEM_MASTER. The fields for each of these tables are described below.  </p>
 
 <div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Table Name	</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p> Fields		</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>ITEM		</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>ITEM_ID (PRIMARY KEY)<br clear="none" class="atl-forced-newline">
@@ -292,7 +292,7 @@ The application workflow starts with add
 <p>The <strong>ITEM</strong> table stores the data related to the items while <strong>ITEM_MASTER</strong> stores the quantity in hand of each item.</p>
 
 
-<h1 id="inventory-SimpleDatabaseAccessApplication-TestingoftheSampleApplication">Testing of the Sample Application</h1>
+<h1 id="inventorySimpleDatabaseAccessApplication-TestingoftheSampleApplication">Testing of the Sample Application</h1>
 
 <p>To test the sample application, open a browser and type <a shape="rect" class="external-link" href="http://localhost:8080/inventory" rel="nofollow">http://localhost:8080/inventory</a>. The Welcome page of Inventory application which is acts as a notice board will be loaded.</p>
 

Modified: websites/production/geronimo/content/GMOxDOC30/jaxws-tools.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/jaxws-tools.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/jaxws-tools.html Sun May 31 19:13:32 2020
@@ -137,7 +137,7 @@ under the License.
 </pre>
 </div></div>
 
-<h2 id="jaxws-tools-wsgen">wsgen </h2>
+<h2 id="jaxwstools-wsgen">wsgen </h2>
 
 <p>The <strong>jaxws-tools</strong> uses the <strong><a shape="rect" class="external-link" href="http://java.sun.com/javase/6/docs/technotes/tools/share/wsgen.html" rel="nofollow">wsgen</a></strong> tool provided by Sun to generate the portable artifacts from Java class. The <strong>wsgen</strong> tools has the following syntax:</p>
 
@@ -185,7 +185,7 @@ Specifies the Port name to use in the ge
 </pre>
 </div></div>
 
-<h2 id="jaxws-tools-wsimport">wsimport</h2>
+<h2 id="jaxwstools-wsimport">wsimport</h2>
 
 <p>The <strong>jaxws-tools</strong> uses the <strong><a shape="rect" class="external-link" href="http://java.sun.com/javase/6/docs/technotes/tools/share/wsimport.html" rel="nofollow">wsimport</a></strong> tool provided by Sun to generate the portable artifacts from WSDL. The <strong>wsimport</strong> has the following syntax:</p>
 

Modified: websites/production/geronimo/content/GMOxDOC30/ldap-realm.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/ldap-realm.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/ldap-realm.html Sun May 31 19:13:32 2020
@@ -124,11 +124,11 @@ under the License.
 <p>This document is organized in the following sections:</p>
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1590497841288 {padding: 0px;}
-div.rbtoc1590497841288 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1590497841288 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1590952170724 {padding: 0px;}
+div.rbtoc1590952170724 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1590952170724 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1590497841288">
+/*]]>*/</style><div class="toc-macro rbtoc1590952170724">
 <ul class="toc-indentation"><li><a shape="rect" href="#LDAPRealm-InstallingApacheDSplugin(optional)">Installing ApacheDS plugin (optional)</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#LDAPRealm-InstallthepluginfromtheGeronimoAdministrationConsole">Install the plugin from the Geronimo Administration Console</a></li><li><a shape="rect" href="#LDAPRealm-Installthepluginfromthecommandline">Install the plugin from the command line</a></li></ul>
 </li><li><a shape="rect" href="#LDAPRealm-DeployingLDAPRealms">Deploying LDAP Realms</a>

Modified: websites/production/geronimo/content/GMOxDOC30/managing-osgi-bundles.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/managing-osgi-bundles.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/managing-osgi-bundles.html Sun May 31 19:13:32 2020
@@ -124,11 +124,11 @@ under the License.
 <p>This document is organized into the following sections:</p>
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1590497851745 {padding: 0px;}
-div.rbtoc1590497851745 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1590497851745 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1590952199422 {padding: 0px;}
+div.rbtoc1590952199422 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1590952199422 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1590497851745">
+/*]]>*/</style><div class="toc-macro rbtoc1590952199422">
 <ul class="toc-indentation"><li><a shape="rect" href="#ManagingOSGiBundles-InstallinganOSGiBundle">Installing an OSGi Bundle</a></li><li><a shape="rect" href="#ManagingOSGiBundles-ManagingtheStatusofOSGiBundles">Managing the Status of OSGi Bundles</a></li><li><a shape="rect" href="#ManagingOSGiBundles-ViewingDifferentGroupsofBundles">Viewing Different Groups of Bundles</a></li><li><a shape="rect" href="#ManagingOSGiBundles-ViewingthePackageofOSGiBundles">Viewing the Package of OSGi Bundles</a></li><li><a shape="rect" href="#ManagingOSGiBundles-ViewingtheInformationofOSGiBundles">Viewing the Information of OSGi Bundles</a></li></ul>
 </div>
 
@@ -170,7 +170,7 @@ div.rbtoc1590497851745 li {margin-left:
 
 
 
-<p>For more information about the OSGi Bundles, see the <a shape="rect" class="external-link" href="http://www.osgi.org/Specifications/HomePage" rel="nofollow" title="OSGi Specification">OSGi Specifications</a>. </p></div>
+<p>For more information about the OSGi Bundles, see the <a shape="rect" class="external-link" href="http://www.osgi.org/Specifications/HomePage" title="OSGi Specification" rel="nofollow">OSGi Specifications</a>. </p></div>
         </div>
 
               </div>

Modified: websites/production/geronimo/content/GMOxDOC30/replacing-default-realm-in-geronimo.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/replacing-default-realm-in-geronimo.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/replacing-default-realm-in-geronimo.html Sun May 31 19:13:32 2020
@@ -123,11 +123,11 @@ under the License.
 
 <p>By default, Geronimo is using a .properties file realm for authentication named <code>geronimo-admin</code>, which is used by JMX server, Administration Console, Online-deploy and MEJB applications. However, you may not want to use it for production use. Alternatively, you can use database or LDAP realms in a production environment. To demonstrate how to replace the default realm, we will use two samples as followed:</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1590497841799 {padding: 0px;}
-div.rbtoc1590497841799 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1590497841799 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1590952169461 {padding: 0px;}
+div.rbtoc1590952169461 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1590952169461 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1590497841799">
+/*]]>*/</style><div class="toc-macro rbtoc1590952169461">
 <ul class="toc-indentation"><li><a shape="rect" href="#ReplacingdefaultRealminGeronimo-Withadatabase-basedrealm">With a database-based realm</a></li><li><a shape="rect" href="#ReplacingdefaultRealminGeronimo-WithaLDAP-basedrealm">With a LDAP-based realm</a></li></ul>
 </div>
 

Modified: websites/production/geronimo/content/GMOxDOC30/starting-and-stopping-applications.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/starting-and-stopping-applications.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/starting-and-stopping-applications.html Sun May 31 19:13:32 2020
@@ -120,11 +120,11 @@ under the License.
 <p>There are several alternatives available for starting and stopping applications:</p>
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1590497820534 {padding: 0px;}
-div.rbtoc1590497820534 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1590497820534 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1590952117047 {padding: 0px;}
+div.rbtoc1590952117047 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1590952117047 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1590497820534">
+/*]]>*/</style><div class="toc-macro rbtoc1590952117047">
 <ul class="toc-indentation"><li><a shape="rect" href="#Startingandstoppingapplications-ViaGeronimoAdministrationConsole">Via Geronimo Administration Console</a></li><li><a shape="rect" href="#Startingandstoppingapplications-ViaDeployertool">Via Deployer tool</a></li><li><a shape="rect" href="#Startingandstoppingapplications-ViaGShell">Via GShell</a></li></ul>
 </div>
 

Modified: websites/production/geronimo/content/GMOxDOC30/stateless-session-bean.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/stateless-session-bean.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/stateless-session-bean.html Sun May 31 19:13:32 2020
@@ -152,11 +152,11 @@ System.out.println("This is a stateless
 <p>Details on installing eclipse are provided in the <a shape="rect" href="development-environment.html">Development environment</a> section. <br clear="none">
 This tutorial is organized in the following sections:</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1590497779996 {padding: 0px;}
-div.rbtoc1590497779996 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1590497779996 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1590951991505 {padding: 0px;}
+div.rbtoc1590951991505 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1590951991505 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1590497779996">
+/*]]>*/</style><div class="toc-macro rbtoc1590951991505">
 <ul class="toc-indentation"><li><a shape="rect" href="#StatelessSessionBean-CreatingaStatelessSessionEJBproject">Creating a Stateless Session EJB project</a></li><li><a shape="rect" href="#StatelessSessionBean-Creatingadatabaseusingtheadministrativeconsole">Creating a database using the administrative console</a></li><li><a shape="rect" href="#StatelessSessionBean-CreatingadatasourceusingAdministrativeConsole">Creating a datasource using Administrative Console</a></li><li><a shape="rect" href="#StatelessSessionBean-Creatingapplicationclient">Creating application client</a></li><li><a shape="rect" href="#StatelessSessionBean-Fewmoreconfigurations">Few more configurations</a></li><li><a shape="rect" href="#StatelessSessionBean-DeployandRun">Deploy and Run</a></li></ul>
 </div>
 

Modified: websites/production/geronimo/content/GMOxDOC30/tomcat-native-clustering.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/tomcat-native-clustering.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/tomcat-native-clustering.html Sun May 31 19:13:32 2020
@@ -121,11 +121,11 @@ under the License.
 <p>The Tomcat Web container provides a native clustering solution that can be configured through Geronimo by using gbean definitions within <code>config.xml</code> or by using <code>server.xml</code> starting from v2.2 just like you did for a standalone Tomcat server.  This document will go through the available GBeans and how to configure them for clustering in a Geronimo server with a tomcat web container.</p>
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1590497839358 {padding: 0px;}
-div.rbtoc1590497839358 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1590497839358 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1590952162250 {padding: 0px;}
+div.rbtoc1590952162250 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1590952162250 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1590497839358">
+/*]]>*/</style><div class="toc-macro rbtoc1590952162250">
 <ul class="toc-indentation"><li><a shape="rect" href="#TomcatNativeClustering-ClusterConfigurationElements">Cluster Configuration Elements</a></li><li><a shape="rect" href="#TomcatNativeClustering-Settingupaclusteringenvironment">Setting up a clustering environment</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#TomcatNativeClustering-Planningyourcluster">Planning your cluster</a></li><li><a shape="rect" href="#TomcatNativeClustering-PreparingyourWebapplication">Preparing your Web application</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#TomcatNativeClustering-Enablingsessionaffinity">Enabling session affinity</a></li></ul>

Modified: websites/production/geronimo/content/GMOxDOC30/using-spnego-in-geronimo.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/using-spnego-in-geronimo.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/using-spnego-in-geronimo.html Sun May 31 19:13:32 2020
@@ -119,13 +119,13 @@ under the License.
         <div class="wiki-content">
           <div class="wiki-content maincontent">
 
-<p>Using the <a shape="rect" class="external-link" href="ftp://ftp.isi.edu/in-notes/rfc2478.txt" rel="nofollow" title="SPNEGO">Simple and Protected GSS-API Negotiation Mechanism(SPNEGO)</a> in Geronimo allows HTTP users to log in and authenticate only once in their desktop, then they can receive automatic authentication from the Geronimo server. </p>
+<p>Using the <a shape="rect" class="external-link" href="ftp://ftp.isi.edu/in-notes/rfc2478.txt" title="SPNEGO" rel="nofollow">Simple and Protected GSS-API Negotiation Mechanism(SPNEGO)</a> in Geronimo allows HTTP users to log in and authenticate only once in their desktop, then they can receive automatic authentication from the Geronimo server. </p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1590497846935 {padding: 0px;}
-div.rbtoc1590497846935 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1590497846935 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1590952183358 {padding: 0px;}
+div.rbtoc1590952183358 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1590952183358 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1590497846935">
+/*]]>*/</style><div class="toc-macro rbtoc1590952183358">
 <ul class="toc-indentation"><li><a shape="rect" href="#UsingSPNEGOinGeronimo-Prerequisite">Prerequisite</a></li><li><a shape="rect" href="#UsingSPNEGOinGeronimo-Procedure">Procedure</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#UsingSPNEGOinGeronimo-SettinguptheDomainControllerMachine">Setting up the Domain Controller Machine</a></li><li><a shape="rect" href="#UsingSPNEGOinGeronimo-SettinguptheClientApplicationMachine">Setting up the Client Application Machine</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#UsingSPNEGOinGeronimo-EnableSPNEGOauthenticationinMicrosoftInternetExplorerbrowser">Enable SPNEGO authentication in Microsoft Internet Explorer browser</a></li><li><a shape="rect" href="#UsingSPNEGOinGeronimo-EnableSPNEGOauthenticationinFirefox">Enable SPNEGO authentication in Firefox</a></li></ul>
@@ -142,13 +142,13 @@ div.rbtoc1590497846935 li {margin-left:
 
 <h1 id="UsingSPNEGOinGeronimo-Procedure">Procedure</h1>
 <h2 id="UsingSPNEGOinGeronimo-SettinguptheDomainControllerMachine">Setting up the Domain Controller Machine</h2>
-<ol><li>Create a user account in the active directory. Make sure that the user you create is unique and not listed in Computers or domain controllers. This account will be eventually mapped to the Kerberoes service principal name(SPN).</li><li>Map the user account to the SPN with the command <strong>setspn</strong>. Typically, A SPN looks like <em>HTTP/&lt;Fully_Qualified_Host_Name&gt;</em>. Make sure that you do not have the same SPNs mapping to more than one Microsoft user account. If you map the same SPN to more than one user account, the web browser client can send a <a shape="rect" class="external-link" href="http://en.wikipedia.org/wiki/NTLM" rel="nofollow" title="NTLM">NT LAN Manager(NTLM)</a> authentication request instead of SPNEGO token to Geronimo server. See <a shape="rect" class="external-link" href="http://www.microsoft.com/technet/prodtechnol/windowsserver2003/library/TechRef/b3a029a1-7ff0-4f6f-87d2-f2e70294a576.mspx" rel="nofollow" title="setspn command">Windows 2003
  Technical Reference (setspn command)</a> for more usages of the command.
+<ol><li>Create a user account in the active directory. Make sure that the user you create is unique and not listed in Computers or domain controllers. This account will be eventually mapped to the Kerberoes service principal name(SPN).</li><li>Map the user account to the SPN with the command <strong>setspn</strong>. Typically, A SPN looks like <em>HTTP/&lt;Fully_Qualified_Host_Name&gt;</em>. Make sure that you do not have the same SPNs mapping to more than one Microsoft user account. If you map the same SPN to more than one user account, the web browser client can send a <a shape="rect" class="external-link" href="http://en.wikipedia.org/wiki/NTLM" title="NTLM" rel="nofollow">NT LAN Manager(NTLM)</a> authentication request instead of SPNEGO token to Geronimo server. See <a shape="rect" class="external-link" href="http://www.microsoft.com/technet/prodtechnol/windowsserver2003/library/TechRef/b3a029a1-7ff0-4f6f-87d2-f2e70294a576.mspx" title="setspn command" rel="nofollow">Windows 2003
  Technical Reference (setspn command)</a> for more usages of the command.
 <div class="panel" style="border-width: 1px;"><div class="panelContent">
 <p>setspn -A HTTP/test.xyz.com testuser.</p>
 </div></div>
 Where 
 	<ul><li><em>testuser</em> is the user account created in step1</li><li><em>HTTP/test.xyz.com</em> is the unique SPN mapped with <em>testuser</em>, <em>test.xyz.com</em> is the host name of Geronimo server.</li></ul>
-	</li><li>Create the Kereros keytab file(<code>krb5.keytab</code>) with the command <strong>ktpass</strong> and make the file available to Geronimo server by copying it from the Domain Controller to the Geronimo server. See <a shape="rect" class="external-link" href="http://www.microsoft.com/technet/prodtechnol/windowsserver2003/library/TechRef/64042138-9a5a-4981-84e9-d576a8db0d05.mspx" rel="nofollow" title="ktpass">Windows 2003 Technical Reference (ktpass command)</a> for more usages of the command.
+	</li><li>Create the Kereros keytab file(<code>krb5.keytab</code>) with the command <strong>ktpass</strong> and make the file available to Geronimo server by copying it from the Domain Controller to the Geronimo server. See <a shape="rect" class="external-link" href="http://www.microsoft.com/technet/prodtechnol/windowsserver2003/library/TechRef/64042138-9a5a-4981-84e9-d576a8db0d05.mspx" title="ktpass" rel="nofollow">Windows 2003 Technical Reference (ktpass command)</a> for more usages of the command.
 <div class="panel" style="border-width: 1px;"><div class="panelContent">
 <p>ktpass -out c:\winnt\krb5.keytab -princ HTTP/test.xyz.com@XYZ.COM -mapUser testuser -mapOp set -pass testuser123 -crypto RC4-HMAC-NT -pType KRB5_NT_PRINCIPAL</p>
 </div></div>

Modified: websites/production/geronimo/content/GMOxKB/general.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/general.html (original)
+++ websites/production/geronimo/content/GMOxKB/general.html Sun May 31 19:13:32 2020
@@ -111,13 +111,13 @@
                                       <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=13403" title="Can my company use Geronimo? Are there any restrictions?">Can my company use Geronimo? Are there any restrictions?</a>
               <span class="smalltext">(Apache Geronimo Knowledge Base)</span>
               <br>
-                          <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=89043" title="Where can I get the latest builds of Geronimo?">Where can I get the latest builds of Geronimo?</a>
+                          <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=7541" title="Where is the mailing list, and how can I subscribe?">Where is the mailing list, and how can I subscribe?</a>
               <span class="smalltext">(Apache Geronimo Knowledge Base)</span>
               <br>
                           <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=13404" title="How is Geronimo designed? Do I need to learn lots of custom config stuff?">How is Geronimo designed? Do I need to learn lots of custom config stuff?</a>
               <span class="smalltext">(Apache Geronimo Knowledge Base)</span>
               <br>
-                          <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=7541" title="Where is the mailing list, and how can I subscribe?">Where is the mailing list, and how can I subscribe?</a>
+                          <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=89043" title="Where can I get the latest builds of Geronimo?">Where can I get the latest builds of Geronimo?</a>
               <span class="smalltext">(Apache Geronimo Knowledge Base)</span>
               <br>
                           <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=13609" title="Does this project use a wiki?">Does this project use a wiki?</a>

Modified: websites/production/geronimo/content/GMOxKB/geronimo-developer-questions.html
==============================================================================
--- websites/production/geronimo/content/GMOxKB/geronimo-developer-questions.html (original)
+++ websites/production/geronimo/content/GMOxKB/geronimo-developer-questions.html Sun May 31 19:13:32 2020
@@ -108,10 +108,10 @@
               <a href="javascript:hideChildren()">Hide Children</a></span>
           </div>
           <div class="greybox" id="children" style="display: none;">
-                                      <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=51124" title="What format should I use for SVN Commit messages?">What format should I use for SVN Commit messages?</a>
+                                      <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=13444" title="How do I get the latest version?">How do I get the latest version?</a>
               <span class="smalltext">(Apache Geronimo Knowledge Base)</span>
               <br>
-                          <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=13444" title="How do I get the latest version?">How do I get the latest version?</a>
+                          <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=51124" title="What format should I use for SVN Commit messages?">What format should I use for SVN Commit messages?</a>
               <span class="smalltext">(Apache Geronimo Knowledge Base)</span>
               <br>
                           <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=13449" title="What on Earth is a GBean? Why are they different from MBeans?">What on Earth is a GBean? Why are they different from MBeans?</a>

Modified: websites/production/geronimo/content/GMOxPMGT/apache-geronimo-board-report-2007-04-april.html
==============================================================================
--- websites/production/geronimo/content/GMOxPMGT/apache-geronimo-board-report-2007-04-april.html (original)
+++ websites/production/geronimo/content/GMOxPMGT/apache-geronimo-board-report-2007-04-april.html Sun May 31 19:13:32 2020
@@ -97,43 +97,43 @@
         <div class="wiki-content">
           <div class="wiki-content maincontent">
 
-<h1 id="ApacheGeronimoBoardReport-2007-04-April-ApacheGeronimoBoardReport">Apache Geronimo Board Report</h1>
+<h1 id="ApacheGeronimoBoardReport200704April-ApacheGeronimoBoardReport">Apache Geronimo Board Report</h1>
 <p>The Apache Geronimo Project has been mostly focusing on achieving Java EE 5 functionality for its 2.0 release.  We have been refining our release procedures and as a result have been fairly consistent at releasing monthly Milestones to make our work in progress available to users.</p>
 
 <p>Version 1.2 is nearing its readiness to release but has been delayed due to external dependencies that have not been fulfilled.</p>
 
 <p>Collaboration with several other projects in Apache is going on which includes Axis 2, OpenJPA, OpenEJB, CXF and Yoko.</p>
 
-<h3 id="ApacheGeronimoBoardReport-2007-04-April-Releases">Releases</h3>
+<h3 id="ApacheGeronimoBoardReport200704April-Releases">Releases</h3>
 <ul><li><strong>Geronimo</strong><br clear="none">
 2.0-M2 and 2.0-M3 were released in January and February respectively.<br clear="none">
 Continuing the "Drive to 5" and hope to have a developer release by May.</li><li><strong>Geronimo Javamail</strong><br clear="none">
 New release of the javamail jars were released.  The new versions are geronimo-javamail_1.3.1_mail-1.1, geronimo-javamail_1.3.1_provider-1.1, and geronimo-javamail_1.3.1_spec-1.3.  </li></ul>
 
 
-<h4 id="ApacheGeronimoBoardReport-2007-04-April-Devtools">Devtools</h4>
+<h4 id="ApacheGeronimoBoardReport200704April-Devtools">Devtools</h4>
 
-<h4 id="ApacheGeronimoBoardReport-2007-04-April-Xbean">Xbean</h4>
+<h4 id="ApacheGeronimoBoardReport200704April-Xbean">Xbean</h4>
 
-<h3 id="ApacheGeronimoBoardReport-2007-04-April-Website">Website</h3>
+<h3 id="ApacheGeronimoBoardReport200704April-Website">Website</h3>
 <p>Migrated the authoring of the website to Confluence. GMOxSITE space can be updated by Geronimo committers only and uses autoexport plugin to create the HTML version that is served from minotaur.<br clear="none">
 Some content on the website such as plugin repo lists, schemas, images are still maintained via the original svn repo.</p>
 
-<h3 id="ApacheGeronimoBoardReport-2007-04-April-JUGsandConferences">JUGs and Conferences</h3>
+<h3 id="ApacheGeronimoBoardReport200704April-JUGsandConferences">JUGs and Conferences</h3>
 <ul><li>Apache Geronimo v2 - a Java EE 5 application server by Jacek Laskowski at Studencki Festiwal Informatyczny (SFI) - Krakow, Poland March 8-10, 2007</li><li>More, faster, easier with Java EE 5 and Apache Geronimo v2 by Jacek Laskowski at Software Development GigaCon 2007 - Warszawa, Poland, March 22-23, 2007</li></ul>
 
 
-<h3 id="ApacheGeronimoBoardReport-2007-04-April-PolicyChanges">Policy Changes</h3>
+<h3 id="ApacheGeronimoBoardReport200704April-PolicyChanges">Policy Changes</h3>
 <ul><li><strong>TCK Access</strong><br clear="none">
 The PMC approved a policy allowing read access to our TCK framework for any Apache committer that has signed the NDA for access to the Sun TCK.  There is a 72-hour waiting period for non-Geronimo committers so the PMC membership can comment.  Non-committers are granted read-only access (and can earn karma) while Geronimo committers are granted Read / Write access.</li></ul>
 
 
-<h3 id="ApacheGeronimoBoardReport-2007-04-April-Subprojects">Subprojects</h3>
+<h3 id="ApacheGeronimoBoardReport200704April-Subprojects">Subprojects</h3>
 <ul><li><strong>DayTrader</strong><br clear="none">
 Currently working on development to provide an EJB 3.0 version of this benchmark</li><li><strong>DevTools</strong></li><li><strong>XBean</strong></li></ul>
 
 
-<h3 id="ApacheGeronimoBoardReport-2007-04-April-Community">Community</h3>
+<h3 id="ApacheGeronimoBoardReport200704April-Community">Community</h3>
 
 <p><strong>New Committers:</strong></p>
 <ul><li>Jarek Gawor</li><li>Rakesh Midha</li><li>Donald Woods</li></ul>

Modified: websites/production/geronimo/content/GMOxPMGT/apache-geronimo-board-report-2009-10-october.html
==============================================================================
--- websites/production/geronimo/content/GMOxPMGT/apache-geronimo-board-report-2009-10-october.html (original)
+++ websites/production/geronimo/content/GMOxPMGT/apache-geronimo-board-report-2009-10-october.html Sun May 31 19:13:32 2020
@@ -97,42 +97,42 @@
         <div class="wiki-content">
           <div class="wiki-content maincontent">
 
-<h1 id="ApacheGeronimoBoardReport-2009-10-October-ApacheGeronimoBoardReport">Apache Geronimo Board Report</h1>
+<h1 id="ApacheGeronimoBoardReport200910October-ApacheGeronimoBoardReport">Apache Geronimo Board Report</h1>
 
-<h2 id="ApacheGeronimoBoardReport-2009-10-October-Releases">Releases</h2>
+<h2 id="ApacheGeronimoBoardReport200910October-Releases">Releases</h2>
 <p>Active development has begun to spin down on branches/2.2 in order to prepare for a release.</p>
 
-<h3 id="ApacheGeronimoBoardReport-2009-10-October-Server">Server</h3>
+<h3 id="ApacheGeronimoBoardReport200910October-Server">Server</h3>
 <ul><li>Trunk has been moved into branches/2.2 in order to hold the JavaEE 5/Java 1.5 compatible server development tree.</li><li>Trunk has begun preparations to hold the new JavaEE 6 compatible server development tree.  Using OSGi as the framework for Geronimo has been discussed and work has begun in sandbox to develop a working model.</li></ul>
 
 
-<h3 id="ApacheGeronimoBoardReport-2009-10-October-Plugins">Plugins</h3>
+<h3 id="ApacheGeronimoBoardReport200910October-Plugins">Plugins</h3>
 
-<h3 id="ApacheGeronimoBoardReport-2009-10-October-Components">Components</h3>
+<h3 id="ApacheGeronimoBoardReport200910October-Components">Components</h3>
 <ul><li>JASPI 1.0 - released Sept. 15</li><li>TXManager 2.1.3 - released Sept. 16</li><li>Blueprint 1.0.0 - released Sept. 16.  The implementation of the OSGi Blueprint specification that has been developed has been contributed to the new Aries podling on Sept. 28.  It is expected that it as well as the other bundles developed within Aries will be used within a future version of the Geronimo server.</li></ul>
 
 
-<h3 id="ApacheGeronimoBoardReport-2009-10-October-DayTrader">DayTrader</h3>
+<h3 id="ApacheGeronimoBoardReport200910October-DayTrader">DayTrader</h3>
 <ul><li>Work has begun to get DayTrader ready for a 2.2 release.</li></ul>
 
 
-<h3 id="ApacheGeronimoBoardReport-2009-10-October-DevTools">DevTools</h3>
+<h3 id="ApacheGeronimoBoardReport200910October-DevTools">DevTools</h3>
 <ul><li>In the Geronimo Eclipse Plugin (GEP) a number of bugs have been corrected and new enhancements added.  The current development is targeting Eclipse Galileo - but there is not yet an official release.</li></ul>
 
 
-<h3 id="ApacheGeronimoBoardReport-2009-10-October-Genesis">Genesis</h3>
+<h3 id="ApacheGeronimoBoardReport200910October-Genesis">Genesis</h3>
 
-<h3 id="ApacheGeronimoBoardReport-2009-10-October-GShell">GShell</h3>
+<h3 id="ApacheGeronimoBoardReport200910October-GShell">GShell</h3>
 
-<h3 id="ApacheGeronimoBoardReport-2009-10-October-XBean">XBean</h3>
+<h3 id="ApacheGeronimoBoardReport200910October-XBean">XBean</h3>
 <ul><li>XBean 3.6 was released in September.</li></ul>
 
 
-<h3 id="ApacheGeronimoBoardReport-2009-10-October-Samples">Samples</h3>
+<h3 id="ApacheGeronimoBoardReport200910October-Samples">Samples</h3>
 
-<h3 id="ApacheGeronimoBoardReport-2009-10-October-Javamail">Javamail</h3>
+<h3 id="ApacheGeronimoBoardReport200910October-Javamail">Javamail</h3>
 
-<h3 id="ApacheGeronimoBoardReport-2009-10-October-Specs">Specs</h3>
+<h3 id="ApacheGeronimoBoardReport200910October-Specs">Specs</h3>
 <p>A number of spec updates were released:</p>
 <ul><li>geronimo-jpa_1.0_spec-1.1.2 - released Sept. 18</li><li>geronimo-jacc_1.1_spec-1.0.2 - released Sept. 15</li></ul>
 
@@ -142,32 +142,32 @@
 
 
 
-<h3 id="ApacheGeronimoBoardReport-2009-10-October-External">External</h3>
+<h3 id="ApacheGeronimoBoardReport200910October-External">External</h3>
 <p>A patched build of Tomcat 6.0.20 was created and released on Spet. 21 as org.apache.geronimo.ext.tomcat-6.0.20.0</p>
 
-<h3 id="ApacheGeronimoBoardReport-2009-10-October-Sandbox">Sandbox</h3>
+<h3 id="ApacheGeronimoBoardReport200910October-Sandbox">Sandbox</h3>
 <p>There has been some progress at getting Geronimo to run within Apache Karaf - this work is ongoing though.</p>
 
-<h2 id="ApacheGeronimoBoardReport-2009-10-October-JUGsandConferences">JUGs and Conferences</h2>
+<h2 id="ApacheGeronimoBoardReport200910October-JUGsandConferences">JUGs and Conferences</h2>
 <p>In preparation for ApacheCon in November, work has begun on a half day presentation track to discuss where Geronimo is now and where it may be going in the near future.</p>
 
-<h2 id="ApacheGeronimoBoardReport-2009-10-October-PolicyChanges">Policy Changes</h2>
+<h2 id="ApacheGeronimoBoardReport200910October-PolicyChanges">Policy Changes</h2>
 
-<h2 id="ApacheGeronimoBoardReport-2009-10-October-Community">Community</h2>
+<h2 id="ApacheGeronimoBoardReport200910October-Community">Community</h2>
 <p>The user and developer community have gained a number of new names (as evidenced by an increase of activity on both the user and dev lists).  Several people have been asked to become committers and one to join the PMC.</p>
 
-<h2 id="ApacheGeronimoBoardReport-2009-10-October-Security">Security</h2>
+<h2 id="ApacheGeronimoBoardReport200910October-Security">Security</h2>
 <p>There have been no new security flaws found in Geronimo since the last board report.</p>
 
-<h2 id="ApacheGeronimoBoardReport-2009-10-October-NewPMCMembers">New PMC Members</h2>
+<h2 id="ApacheGeronimoBoardReport200910October-NewPMCMembers">New PMC Members</h2>
 <ul><li>Ivan Xu</li></ul>
 
 
-<h2 id="ApacheGeronimoBoardReport-2009-10-October-NewCommitters">New Committers</h2>
+<h2 id="ApacheGeronimoBoardReport200910October-NewCommitters">New Committers</h2>
 <ul><li>Xuan "Delos" Dai</li><li>Lin "Shawn" Quan Jian</li><li>Lei "Rex" Wang</li></ul>
 
 
-<h2 id="ApacheGeronimoBoardReport-2009-10-October-OtherIssuesandNews">Other Issues and News</h2>
+<h2 id="ApacheGeronimoBoardReport200910October-OtherIssuesandNews">Other Issues and News</h2>
 <p>The Java EE 6 TCK has been received from Sun.</p>
 
 <p>The Geronimo sources have been mirrored to git.apache.org for checkout (read-only).

Modified: websites/production/geronimo/content/GMOxPMGT/apache-geronimo-board-report-2010-04-april.html
==============================================================================
--- websites/production/geronimo/content/GMOxPMGT/apache-geronimo-board-report-2010-04-april.html (original)
+++ websites/production/geronimo/content/GMOxPMGT/apache-geronimo-board-report-2010-04-april.html Sun May 31 19:13:32 2020
@@ -97,59 +97,59 @@
         <div class="wiki-content">
           <div class="wiki-content maincontent">
 
-<h1 id="ApacheGeronimoBoardReport-2010-04-April-ApacheGeronimoBoardReport">Apache Geronimo Board Report</h1>
+<h1 id="ApacheGeronimoBoardReport201004April-ApacheGeronimoBoardReport">Apache Geronimo Board Report</h1>
 
 <p>No Major issues to report. The community has been active on the dev and user mailing lists. There have been multiple releases from the community. The community is actively developing Geronimo 3.0, while maintaining our 2.1.x and 2.2.x branches.</p>
 
-<h2 id="ApacheGeronimoBoardReport-2010-04-April-Releases">Releases </h2>
+<h2 id="ApacheGeronimoBoardReport201004April-Releases">Releases </h2>
 
-<h3 id="ApacheGeronimoBoardReport-2010-04-April-Server">Server</h3>
+<h3 id="ApacheGeronimoBoardReport201004April-Server">Server</h3>
 
 <p>Geronimo 2.1.5 was released in April. Preparations for a Geronimo 3.0 Milestone release are underway.</p>
 
-<h3 id="ApacheGeronimoBoardReport-2010-04-April-Plugins">Plugins</h3>
+<h3 id="ApacheGeronimoBoardReport201004April-Plugins">Plugins</h3>
 
 <p>A Geronimo plugin for OpenJPA 2.0.0-beta was released in February.</p>
 
-<h3 id="ApacheGeronimoBoardReport-2010-04-April-Components">Components</h3>
+<h3 id="ApacheGeronimoBoardReport201004April-Components">Components</h3>
 
 <p>Geronimo TXManager 2.1.4 was released in March. Geronimo Tomcat 6.0.26 was released in April.</p>
 
-<h3 id="ApacheGeronimoBoardReport-2010-04-April-DayTrader">DayTrader</h3>
+<h3 id="ApacheGeronimoBoardReport201004April-DayTrader">DayTrader</h3>
 
-<h3 id="ApacheGeronimoBoardReport-2010-04-April-DevTools">DevTools</h3>
+<h3 id="ApacheGeronimoBoardReport201004April-DevTools">DevTools</h3>
 
 <p>Geronimo Eclipse Plugin (GEP) 2.2 was released in January. <br clear="none">
 A release vote has been started for a Geronimo Eclipse Plugin 2.1.5 release. </p>
 
-<h3 id="ApacheGeronimoBoardReport-2010-04-April-XBean">XBean</h3>
+<h3 id="ApacheGeronimoBoardReport201004April-XBean">XBean</h3>
 
-<h3 id="ApacheGeronimoBoardReport-2010-04-April-Samples">Samples</h3>
+<h3 id="ApacheGeronimoBoardReport201004April-Samples">Samples</h3>
 
 <p>Geronimo Samples 2.2 was released in January. </p>
 
-<h3 id="ApacheGeronimoBoardReport-2010-04-April-Specs">Specs</h3>
+<h3 id="ApacheGeronimoBoardReport201004April-Specs">Specs</h3>
 
 <p>There were releases of geronimo-validation, geronimo-el, geronimo-atinject, geronimo-interceptor, geronimo-jcdi specs. Many specs required for the Geronimo 3.0 Milestone release are currently up for vote.</p>
 
-<h3 id="ApacheGeronimoBoardReport-2010-04-April-External">External</h3>
+<h3 id="ApacheGeronimoBoardReport201004April-External">External</h3>
 
-<h2 id="ApacheGeronimoBoardReport-2010-04-April-JUGsandConferences">JUGs and Conferences</h2>
+<h2 id="ApacheGeronimoBoardReport201004April-JUGsandConferences">JUGs and Conferences</h2>
 
-<h2 id="ApacheGeronimoBoardReport-2010-04-April-PolicyChanges">Policy Changes</h2>
+<h2 id="ApacheGeronimoBoardReport201004April-PolicyChanges">Policy Changes</h2>
 
-<h2 id="ApacheGeronimoBoardReport-2010-04-April-Community">Community</h2>
+<h2 id="ApacheGeronimoBoardReport201004April-Community">Community</h2>
 
-<h2 id="ApacheGeronimoBoardReport-2010-04-April-NewPMCMembers">New PMC Members</h2>
+<h2 id="ApacheGeronimoBoardReport201004April-NewPMCMembers">New PMC Members</h2>
 
-<h2 id="ApacheGeronimoBoardReport-2010-04-April-NewCommitters">New Committers</h2>
+<h2 id="ApacheGeronimoBoardReport201004April-NewCommitters">New Committers</h2>
 <ul><li>Ming Xia (Forrest) was added as a committer in March.</li><li>Ashish Jain was added as a committer in March.</li></ul>
 
 
-<h2 id="ApacheGeronimoBoardReport-2010-04-April-Security">Security</h2>
+<h2 id="ApacheGeronimoBoardReport201004April-Security">Security</h2>
 <p>There have been no new security flaws found in Geronimo since the last board report.</p>
 
-<h2 id="ApacheGeronimoBoardReport-2010-04-April-OtherIssuesandNews">Other Issues and News</h2>
+<h2 id="ApacheGeronimoBoardReport201004April-OtherIssuesandNews">Other Issues and News</h2>
 <p><br clear="none" class="atl-forced-newline"></p></div>
         </div>
 

Modified: websites/production/geronimo/content/GMOxPMGT/apache-geronimo-board-report-2010-07-july.html
==============================================================================
--- websites/production/geronimo/content/GMOxPMGT/apache-geronimo-board-report-2010-07-july.html (original)
+++ websites/production/geronimo/content/GMOxPMGT/apache-geronimo-board-report-2010-07-july.html Sun May 31 19:13:32 2020
@@ -97,58 +97,58 @@
         <div class="wiki-content">
           <div class="wiki-content maincontent">
 
-<h1 id="ApacheGeronimoBoardReport-2010-07-July-ApacheGeronimoBoardReport">Apache Geronimo Board Report</h1>
+<h1 id="ApacheGeronimoBoardReport201007July-ApacheGeronimoBoardReport">Apache Geronimo Board Report</h1>
 
 <p>No Major issues to report. The community has been active on the dev and user mailing lists. There have been multiple releases from the community (Geronimo Server, Eclipse Plugin, Java EE Specs, XBean, etc). The community continues to actively work on Geronimo 3.0 development while maintaining our 2.1.x and 2.2.x Server branches.</p>
 
-<h2 id="ApacheGeronimoBoardReport-2010-07-July-Releases">Releases </h2>
+<h2 id="ApacheGeronimoBoardReport201007July-Releases">Releases </h2>
 
-<h3 id="ApacheGeronimoBoardReport-2010-07-July-Server">Server</h3>
+<h3 id="ApacheGeronimoBoardReport201007July-Server">Server</h3>
 
 <p>Geronimo 3.0-M1, our first Java EE 6-based release, was released in June. Geronimo 2.1.6 was released in July to address security vulnerabilities that were uncovered in Axis2 and CXF. The community has also been making progress towards a new 2.2.1 release.</p>
 
-<h3 id="ApacheGeronimoBoardReport-2010-07-July-DevTools">DevTools</h3>
+<h3 id="ApacheGeronimoBoardReport201007July-DevTools">DevTools</h3>
 
 <p>Geronimo Eclipse Plugin (GEP) 2.1.5, 2.1.6 and 3.0-M1 were released.  </p>
 
-<h3 id="ApacheGeronimoBoardReport-2010-07-July-Plugins">Plugins</h3>
+<h3 id="ApacheGeronimoBoardReport201007July-Plugins">Plugins</h3>
 
 <p>A Geronimo plugin for OpenJPA 2.0.0 was released in April.</p>
 
-<h3 id="ApacheGeronimoBoardReport-2010-07-July-Components">Components</h3>
+<h3 id="ApacheGeronimoBoardReport201007July-Components">Components</h3>
 
 <p>Geronimo TXManager 3.0 and JASPI 1.1 were released.</p>
 
-<h3 id="ApacheGeronimoBoardReport-2010-07-July-DayTrader">DayTrader</h3>
+<h3 id="ApacheGeronimoBoardReport201007July-DayTrader">DayTrader</h3>
 
-<h3 id="ApacheGeronimoBoardReport-2010-07-July-XBean">XBean</h3>
+<h3 id="ApacheGeronimoBoardReport201007July-XBean">XBean</h3>
 
 <p>XBean 3.7 was released in May.</p>
 
-<h3 id="ApacheGeronimoBoardReport-2010-07-July-Samples">Samples</h3>
+<h3 id="ApacheGeronimoBoardReport201007July-Samples">Samples</h3>
 
 <p>Geronimo Samples 3.0-M1 was released in July. </p>
 
-<h3 id="ApacheGeronimoBoardReport-2010-07-July-Specs">Specs</h3>
+<h3 id="ApacheGeronimoBoardReport201007July-Specs">Specs</h3>
 
 <p>A number of Geronimo spec jars were released April to support our Java EE6 development efforts.</p>
 
-<h2 id="ApacheGeronimoBoardReport-2010-07-July-JUGsandConferences">JUGs and Conferences</h2>
+<h2 id="ApacheGeronimoBoardReport201007July-JUGsandConferences">JUGs and Conferences</h2>
 
 <p>A Geronimo track has been planned for ApacheCon.</p>
 
-<h2 id="ApacheGeronimoBoardReport-2010-07-July-PolicyChanges">Policy Changes</h2>
+<h2 id="ApacheGeronimoBoardReport201007July-PolicyChanges">Policy Changes</h2>
 
-<h2 id="ApacheGeronimoBoardReport-2010-07-July-Community">Community</h2>
+<h2 id="ApacheGeronimoBoardReport201007July-Community">Community</h2>
 
-<h2 id="ApacheGeronimoBoardReport-2010-07-July-NewPMCMembers">New PMC Members</h2>
+<h2 id="ApacheGeronimoBoardReport201007July-NewPMCMembers">New PMC Members</h2>
 
-<h2 id="ApacheGeronimoBoardReport-2010-07-July-NewCommitters">New Committers</h2>
+<h2 id="ApacheGeronimoBoardReport201007July-NewCommitters">New Committers</h2>
 
-<h2 id="ApacheGeronimoBoardReport-2010-07-July-Security">Security</h2>
+<h2 id="ApacheGeronimoBoardReport201007July-Security">Security</h2>
 <p>Geronimo 2.1.6 was released to pick up security fixes in CXF and Axis2.</p>
 
-<h2 id="ApacheGeronimoBoardReport-2010-07-July-OtherIssuesandNews">Other Issues and News</h2></div>
+<h2 id="ApacheGeronimoBoardReport201007July-OtherIssuesandNews">Other Issues and News</h2></div>
         </div>