svn commit: r1077540 [2/3] - in /websites/production/geronimo/content: ./ GMOxDEV/ GMOxDOC10/ GMOxDOC11/ GMOxDOC12/ GMOxDOC20/ GMOxDOC20ja/ GMOxDOC21/ GMOxDOC22/ GMOxDOC30/ GMOxKB/ cache/ doc/ gshell/
[email protected] Sat, 11 Dec 2021 01:14:46 -0000
| Newsgroups | gmane.comp.java.geronimo.cvs |
|---|---|
| Message-ID | <[email protected]> |
Modified: websites/production/geronimo/content/GMOxDOC21/developing-an-application-client-to-access-ejb.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/developing-an-application-client-to-access-ejb.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/developing-an-application-client-to-access-ejb.html Sat Dec 11 01:14:46 2021
@@ -107,11 +107,11 @@
<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.rbtoc1636333397668 {padding: 0px;}
-div.rbtoc1636333397668 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1636333397668 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1639184596871 {padding: 0px;}
+div.rbtoc1639184596871 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1639184596871 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1636333397668">
+/*]]>*/</style><div class="toc-macro rbtoc1639184596871">
<ul class="toc-indentation"><li><a shape="rect" href="#DevelopinganApplicationClienttoaccessEJB-SettingupEclipseIDEforEJBapplicationdevelopment.">Setting up Eclipse IDE for EJB application development.</a></li><li><a shape="rect" href="#DevelopinganApplicationClienttoaccessEJB-DevelopingEJBLocalinterface,EJBRemoteInterfaceandBeanClass">Developing EJB Local interface, EJB Remote Interface and Bean Class</a></li><li><a shape="rect" href="#DevelopinganApplicationClienttoaccessEJB-DevelopingaJavaClient">Developing a Java Client</a></li><li><a shape="rect" href="#DevelopinganApplicationClienttoaccessEJB-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/GMOxDOC21/ejb-applications.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/ejb-applications.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/ejb-applications.html Sat Dec 11 01:14:46 2021
@@ -111,11 +111,11 @@
<p>This document is organized in the following sections:</p>
<style type="text/css">/*<![CDATA[*/
-div.rbtoc1636333399377 {padding: 0px;}
-div.rbtoc1636333399377 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1636333399377 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1639184600609 {padding: 0px;}
+div.rbtoc1639184600609 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1639184600609 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1636333399377">
+/*]]>*/</style><div class="toc-macro rbtoc1639184600609">
<ul class="toc-indentation"><li><a shape="rect" href="#EJBapplications-EJB2VsEJB3">EJB2 Vs EJB3</a></li><li><a shape="rect" href="#EJBapplications-TypesofBeans">Types of Beans</a></li><li><a shape="rect" href="#EJBapplications-StatelessSessionBean">Stateless Session Bean</a></li><li><a shape="rect" href="#EJBapplications-EJBtutorials">EJB tutorials</a></li></ul>
</div>
Modified: websites/production/geronimo/content/GMOxDOC21/gshell.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/gshell.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/gshell.html Sat Dec 11 01:14:46 2021
@@ -132,11 +132,11 @@ Deck.memoryPath = "/confluence/";
<p>This document is organized in the following sections:</p>
<style type="text/css">/*<![CDATA[*/
-div.rbtoc1636333372018 {padding: 0px;}
-div.rbtoc1636333372018 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1636333372018 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1639184573452 {padding: 0px;}
+div.rbtoc1639184573452 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1639184573452 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1636333372018">
+/*]]>*/</style><div class="toc-macro rbtoc1639184573452">
<ul class="toc-indentation"><li><a shape="rect" href="#GShell-RunningGShell">Running GShell</a></li><li><a shape="rect" href="#GShell-GeronimoGShellCommands">Geronimo GShell Commands</a></li><li><a shape="rect" href="#GShell-StartingandStoppingGeronimoinGshell">Starting and Stopping Geronimo in Gshell</a></li><li><a shape="rect" href="#GShell-ConnectingtoanAlreadyRunningGeronimoInstance">Connecting to an Already Running Geronimo Instance</a></li><li><a shape="rect" href="#GShell-DeployinganApplicationtoaServerInstance">Deploying an Application to a Server Instance</a>
<ul class="toc-indentation"><li><a shape="rect" href="#GShell-Deploy">Deploy</a></li><li><a shape="rect" href="#GShell-Redeploy">Redeploy</a></li><li><a shape="rect" href="#GShell-Undeploy">Undeploy</a></li><li><a shape="rect" href="#GShell-Distribute">Distribute</a></li></ul>
</li></ul>
Modified: websites/production/geronimo/content/GMOxDOC21/using-eclipse-xml-tools-in-apache-geronimo.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/using-eclipse-xml-tools-in-apache-geronimo.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/using-eclipse-xml-tools-in-apache-geronimo.html Sat Dec 11 01:14:46 2021
@@ -112,11 +112,11 @@
<p>This tutorial will take you with the following steps:</p>
<style type="text/css">/*<![CDATA[*/
-div.rbtoc1636333460933 {padding: 0px;}
-div.rbtoc1636333460933 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1636333460933 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1639184660819 {padding: 0px;}
+div.rbtoc1639184660819 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1639184660819 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1636333460933">
+/*]]>*/</style><div class="toc-macro rbtoc1639184660819">
<ul class="toc-indentation"><li><a shape="rect" href="#UsingEclipseXMLtoolsinApacheGeronimo-ConfiguringEclipseforgeronimoschema">Configuring Eclipse for geronimo schema</a></li><li><a shape="rect" href="#UsingEclipseXMLtoolsinApacheGeronimo-Usingtheconfigurationinapplicationdevelopment">Using the configuration in application development</a></li></ul>
</div>
<h1 id="UsingEclipseXMLtoolsinApacheGeronimo-ConfiguringEclipseforgeronimoschema">Configuring Eclipse for geronimo schema</h1>
Modified: websites/production/geronimo/content/GMOxDOC21/using-spnego-in-geronimo.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/using-spnego-in-geronimo.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/using-spnego-in-geronimo.html Sat Dec 11 01:14:46 2021
@@ -105,11 +105,11 @@
<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. Note that the feature is only supported in Geronimo 2.1.5 or later versions</p>
<style type="text/css">/*<![CDATA[*/
-div.rbtoc1636333466543 {padding: 0px;}
-div.rbtoc1636333466543 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1636333466543 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1639184669498 {padding: 0px;}
+div.rbtoc1639184669498 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1639184669498 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1636333466543">
+/*]]>*/</style><div class="toc-macro rbtoc1639184669498">
<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>
Modified: websites/production/geronimo/content/GMOxDOC21/web-application-for-ejb-access.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/web-application-for-ejb-access.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/web-application-for-ejb-access.html Sat Dec 11 01:14:46 2021
@@ -110,11 +110,11 @@
<p>The application development will take you through the following:</p>
<style type="text/css">/*<![CDATA[*/
-div.rbtoc1636333441483 {padding: 0px;}
-div.rbtoc1636333441483 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1636333441483 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1639184642239 {padding: 0px;}
+div.rbtoc1639184642239 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1639184642239 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1636333441483">
+/*]]>*/</style><div class="toc-macro rbtoc1639184642239">
<ul class="toc-indentation"><li><a shape="rect" href="#WebApplicationforEJBaccess-DefineNewGeronimoServerRuntime">Define New Geronimo Server Runtime</a></li><li><a shape="rect" href="#WebApplicationforEJBaccess-CreatingaEJBProject">Creating a EJB Project</a></li><li><a shape="rect" href="#WebApplicationforEJBaccess-CreatingaDynamicWebProject">Creating a Dynamic Web Project</a></li><li><a shape="rect" href="#WebApplicationforEJBaccess-AddingcodetoEJBProject">Adding code to EJB Project</a></li><li><a shape="rect" href="#WebApplicationforEJBaccess-AddingcodetoWebProject">Adding code to Web Project</a></li><li><a shape="rect" href="#WebApplicationforEJBaccess-Somemoreconfigurations">Some more configurations</a></li><li><a shape="rect" href="#WebApplicationforEJBaccess-DeployandRun">Deploy and
Run</a></li></ul>
</div>
Modified: websites/production/geronimo/content/GMOxDOC21/web-application-for-jdbc-access.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/web-application-for-jdbc-access.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/web-application-for-jdbc-access.html Sat Dec 11 01:14:46 2021
@@ -112,11 +112,11 @@
<p>The application development will take you through the following</p>
<style type="text/css">/*<![CDATA[*/
-div.rbtoc1636333430484 {padding: 0px;}
-div.rbtoc1636333430484 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1636333430484 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1639184630430 {padding: 0px;}
+div.rbtoc1639184630430 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1639184630430 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1636333430484">
+/*]]>*/</style><div class="toc-macro rbtoc1639184630430">
<ul class="toc-indentation"><li><a shape="rect" href="#WebApplicationforJDBCaccess-CreatingaDynamicWebProject">Creating a Dynamic Web Project</a></li><li><a shape="rect" href="#WebApplicationforJDBCaccess-CreatingadatabaseusingAdministrativeConsole">Creating a database using Administrative Console</a></li><li><a shape="rect" href="#WebApplicationforJDBCaccess-CreatingadatasourceusingAdministrativeConsole">Creating a datasource using Administrative Console</a></li><li><a shape="rect" href="#WebApplicationforJDBCaccess-AddingcodeforImageUploadtoderbydatabase">Adding code for Image Upload to derby database</a></li><li><a shape="rect" href="#WebApplicationforJDBCaccess-Codetoretrievetheimagefromderbydatabase">Code to retrieve the image from derby database</a></li><li><a shape="rect" href="#We
bApplicationforJDBCaccess-Modifyingdeploymentplan">Modifying deployment plan</a></li><li><a shape="rect" href="#WebApplicationforJDBCaccess-DeployandRun">Deploy and Run</a></li></ul>
</div>
Modified: websites/production/geronimo/content/GMOxDOC21/web-application-for-jms-access.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC21/web-application-for-jms-access.html (original)
+++ websites/production/geronimo/content/GMOxDOC21/web-application-for-jms-access.html Sat Dec 11 01:14:46 2021
@@ -112,11 +112,11 @@
<p>The application development will take you through the following</p>
<style type="text/css">/*<![CDATA[*/
-div.rbtoc1636333421426 {padding: 0px;}
-div.rbtoc1636333421426 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1636333421426 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1639184622942 {padding: 0px;}
+div.rbtoc1639184622942 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1639184622942 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1636333421426">
+/*]]>*/</style><div class="toc-macro rbtoc1639184622942">
<ul class="toc-indentation"><li><a shape="rect" href="#WebApplicationforJMSaccess-CreatingaDynamicWebProject">Creating a Dynamic Web Project</a></li><li><a shape="rect" href="#WebApplicationforJMSaccess-CreatingConnectionFactoryandDestination">Creating Connection Factory and Destination</a></li><li><a shape="rect" href="#WebApplicationforJMSaccess-Addingproducer,consumerandUIcodetotheapplication">Adding producer, consumer and UI code to the application</a></li><li><a shape="rect" href="#WebApplicationforJMSaccess-Modifyingthedeploymentplan">Modifying the deployment plan</a></li><li><a shape="rect" href="#WebApplicationforJMSaccess-DeployandRun">Deploy and Run</a></li></ul>
</div>
<h1 id="WebApplicationforJMSaccess-CreatingaDynamicWebProject">Creating a Dynamic Web Project</h1>
Modified: websites/production/geronimo/content/GMOxDOC22/configuring-a-mysql-datasource.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC22/configuring-a-mysql-datasource.html (original)
+++ websites/production/geronimo/content/GMOxDOC22/configuring-a-mysql-datasource.html Sat Dec 11 01:14:46 2021
@@ -108,7 +108,7 @@
<h1 id="ConfiguringaMySQLdatasource-CreatingadatasourceanddeployingitasastandaloneJEEconnectormodule">Creating a datasource and deploying it as a standalone JEE connector module</h1>
-<ol><li>Refer to the attachment <a shape="rect" href="configuring-a-mysql-datasource.data/sample-mysql-xa-ds-plan-standalone.xml?version=1&modificationDate=1232485735000&api=v2" data-linked-resource-id="9609" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="sample-mysql-xa-ds-plan-standalone.xml" data-nice-type="XML File" data-linked-resource-content-type="text/xml" data-linked-resource-container-id="108022" data-linked-resource-container-version="91">sample-mysql-xa-ds-plan-standalone.xml</a> to create a standalone JEE connector deployment plan</li><li>Install the mysql jdbc driver to geronimo repository via the adminitrative console, and ensure its Module ID is the same as the defined one in the sample plan. In this exam
ple, the Module ID of mysql JDBC driver is <code>mysql/mysql-connector-java/5.1.7/jar</code>.</li><li>Use <a shape="rect" href="deploying-and-undeploying-applications.html">command line</a> to deplo
y it. Here is the sample command for mysql xa datasource:
+<ol><li>Refer to the attachment <a shape="rect" href="configuring-a-mysql-datasource.data/sample-mysql-xa-ds-plan-standalone.xml?version=1&modificationDate=1232485735000&api=v2" data-linked-resource-id="9609" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="sample-mysql-xa-ds-plan-standalone.xml" data-nice-type="XML File" data-linked-resource-content-type="text/xml" data-linked-resource-container-id="108022" data-linked-resource-container-version="92">sample-mysql-xa-ds-plan-standalone.xml</a> to create a standalone JEE connector deployment plan</li><li>Install the mysql jdbc driver to geronimo repository via the adminitrative console, and ensure its Module ID is the same as the defined one in the sample plan. In this exam
ple, the Module ID of mysql JDBC driver is <code>mysql/mysql-connector-java/5.1.7/jar</code>.</li><li>Use <a shape="rect" href="deploying-and-undeploying-applications.html">command line</a> to deplo
y it. Here is the sample command for mysql xa datasource:
<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre><geronimo_home>/bin/deploy.sh -u system -p manager deploy
<GERONIMO_HOME>/repository/org/tranql/tranql-connector-mysql-xa/1.2/tranql-connector-mysql-xa-1.2.rar sample-mysql-xa-ds-plan-standalone.xml
@@ -118,7 +118,7 @@ where <em><geronimo_home></em> is
<h1 id="ConfiguringaMySQLdatasource-Embeddingadatasourcedefinitioninanapplicationdeploymentplan">Embedding a datasource definition in an application deployment plan</h1>
-<ol><li>Refer to the attachment <a shape="rect" href="configuring-a-mysql-datasource.data/sample-mysql-xa-ds-plan-embeded.xml?version=1&modificationDate=1232485735000&api=v2" data-linked-resource-id="9610" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="sample-mysql-xa-ds-plan-embeded.xml" data-nice-type="XML File" data-linked-resource-content-type="text/xml" data-linked-resource-container-id="108022" data-linked-resource-container-version="91">sample-mysql-xa-ds-plan-embeded.xml</a> to create an application deployment plan, replace web module and ejb module according to your application.</li><li>Install the mysql jdbc driver to geronimo repository via the adminitrative console, and ensure its Module ID is the same as the
defined one in the sample plan. In this example, the Module ID of mysql JDBC driver is <code>mysql/mysql-connector-java/5.1.7/jar</code>.</li><li>Use command line or adminitrative console to <a sha
pe="rect" href="deploying-and-undeploying-applications.html">deploy</a> your application with the plan. For example, the command line as follows:
+<ol><li>Refer to the attachment <a shape="rect" href="configuring-a-mysql-datasource.data/sample-mysql-xa-ds-plan-embeded.xml?version=1&modificationDate=1232485735000&api=v2" data-linked-resource-id="9610" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="sample-mysql-xa-ds-plan-embeded.xml" data-nice-type="XML File" data-linked-resource-content-type="text/xml" data-linked-resource-container-id="108022" data-linked-resource-container-version="92">sample-mysql-xa-ds-plan-embeded.xml</a> to create an application deployment plan, replace web module and ejb module according to your application.</li><li>Install the mysql jdbc driver to geronimo repository via the adminitrative console, and ensure its Module ID is the same as the
defined one in the sample plan. In this example, the Module ID of mysql JDBC driver is <code>mysql/mysql-connector-java/5.1.7/jar</code>.</li><li>Use command line or adminitrative console to <a sha
pe="rect" href="deploying-and-undeploying-applications.html">deploy</a> your application with the plan. For example, the command line as follows:
<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre><geronimo_home>/bin/deploy.sh -u system -p manager deploy yourapp.ear sample-mysql-xa-ds-plan-embeded.xml
</pre>
Modified: websites/production/geronimo/content/GMOxDOC22/creating-deployment-plans-for-web-applications.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC22/creating-deployment-plans-for-web-applications.html (original)
+++ websites/production/geronimo/content/GMOxDOC22/creating-deployment-plans-for-web-applications.html Sat Dec 11 01:14:46 2021
@@ -105,11 +105,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.rbtoc1636333513566 {padding: 0px;}
-div.rbtoc1636333513566 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1636333513566 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1639184710509 {padding: 0px;}
+div.rbtoc1639184710509 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1639184710509 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1636333513566">
+/*]]>*/</style><div class="toc-macro rbtoc1639184710509">
<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/GMOxDOC22/replacing-default-realm-in-geronimo.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC22/replacing-default-realm-in-geronimo.html (original)
+++ websites/production/geronimo/content/GMOxDOC22/replacing-default-realm-in-geronimo.html Sat Dec 11 01:14:46 2021
@@ -105,11 +105,11 @@
<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(SQL) or LDAP realms in a production environment. To demonstrate how to replace the default realm, we will use 2 samples as followed:</p>
<style type="text/css">/*<![CDATA[*/
-div.rbtoc1636333528230 {padding: 0px;}
-div.rbtoc1636333528230 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1636333528230 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1639184719832 {padding: 0px;}
+div.rbtoc1639184719832 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1639184719832 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1636333528230">
+/*]]>*/</style><div class="toc-macro rbtoc1639184719832">
<ul class="toc-indentation"><li><a shape="rect" href="#ReplacingdefaultRealminGeronimo-Withadatabase(SQL)realm">With a database(SQL) realm</a></li><li><a shape="rect" href="#ReplacingdefaultRealminGeronimo-WithaLDAPrealm">With a LDAP realm</a></li></ul>
</div>
Modified: websites/production/geronimo/content/GMOxDOC22/using-spnego-in-geronimo.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC22/using-spnego-in-geronimo.html (original)
+++ websites/production/geronimo/content/GMOxDOC22/using-spnego-in-geronimo.html Sat Dec 11 01:14:46 2021
@@ -104,11 +104,11 @@
<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. Note that the feature is only supported in Geronimo 2.2.1 or later versions.</p>
<style type="text/css">/*<![CDATA[*/
-div.rbtoc1591578683769 {padding: 0px;}
-div.rbtoc1591578683769 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1591578683769 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1639184731742 {padding: 0px;}
+div.rbtoc1639184731742 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1639184731742 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1591578683769">
+/*]]>*/</style><div class="toc-macro rbtoc1639184731742">
<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>
Modified: websites/production/geronimo/content/GMOxDOC30/accessing-ejb-in-web-applications.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/accessing-ejb-in-web-applications.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/accessing-ejb-in-web-applications.html Sat Dec 11 01:14:46 2021
@@ -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.rbtoc1636333588694 {padding: 0px;}
-div.rbtoc1636333588694 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1636333588694 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1639184785699 {padding: 0px;}
+div.rbtoc1639184785699 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1639184785699 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1636333588694">
+/*]]>*/</style><div class="toc-macro rbtoc1639184785699">
<ul class="toc-indentation"><li><a shape="rect" href="#AccessingEJBinWebapplications-DefineanewGeronimoServerRuntime">Define a new Geronimo Server Runtime</a></li><li><a shape="rect" href="#AccessingEJBinWebapplications-CreatingaEJBProject">Creating a EJB Project</a></li><li><a shape="rect" href="#AccessingEJBinWebapplications-CreatingaDynamicWebProject">Creating a Dynamic Web Project</a></li><li><a shape="rect" href="#AccessingEJBinWebapplications-AddingcodetoEJBProject">Adding code to EJB Project</a></li><li><a shape="rect" href="#AccessingEJBinWebapplications-AddingcodetoWebProject">Adding code to Web Project</a></li><li><a shape="rect" href="#AccessingEJBinWebapplications-Somemoreconfigurations">Some more configurations</a></li><li><a shape="rect" href="#AccessingEJBinWebapplications-
DeployandRun">Deploy and Run</a></li></ul>
</div>
Modified: websites/production/geronimo/content/GMOxDOC30/accessing-jdbc-in-web-applications.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/accessing-jdbc-in-web-applications.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/accessing-jdbc-in-web-applications.html Sat Dec 11 01:14:46 2021
@@ -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.rbtoc1608772078763 {padding: 0px;}
-div.rbtoc1608772078763 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1608772078763 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1639184800350 {padding: 0px;}
+div.rbtoc1639184800350 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1639184800350 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1608772078763">
+/*]]>*/</style><div class="toc-macro rbtoc1639184800350">
<ul class="toc-indentation"><li><a shape="rect" href="#AccessingJDBCinWebapplications-CreatingadynamicWebproject">Creating a dynamic Web project</a></li><li><a shape="rect" href="#AccessingJDBCinWebapplications-Creatingadatabaseusingtheadministrativeconsole">Creating a database using the administrative console</a></li><li><a shape="rect" href="#AccessingJDBCinWebapplications-Creatingadatasourceusingtheadministrativeconsole">Creating a datasource using the administrative console</a></li><li><a shape="rect" href="#AccessingJDBCinWebapplications-Addingcodeforimageuploadtoderbydatabase">Adding code for image upload to derby database</a></li><li><a shape="rect" href="#AccessingJDBCinWebapplications-Codetoretrievetheimagefromderbydatabase">Code to retrieve the image from derby database</a></li>
<li><a shape="rect" href="#AccessingJDBCinWebapplications-Modifyingdeploymentplan">Modifying deployment plan</a></li><li><a shape="rect" href="#AccessingJDBCinWebapplications-Deployandrun">Deploy an
d run</a></li></ul>
</div>
Modified: websites/production/geronimo/content/GMOxDOC30/assembling-a-server-via-console.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/assembling-a-server-via-console.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/assembling-a-server-via-console.html Sat Dec 11 01:14:46 2021
@@ -124,11 +124,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.rbtoc1636333627460 {padding: 0px;}
-div.rbtoc1636333627460 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1636333627460 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1639184836021 {padding: 0px;}
+div.rbtoc1639184836021 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1639184836021 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1636333627460">
+/*]]>*/</style><div class="toc-macro rbtoc1639184836021">
<ul class="toc-indentation"><li><a shape="rect" href="#AssemblingaserverviaConsole-Identifyingthefunctionalcomponentsrequiredbyourserver">Identifying the functional components required by our server</a></li><li><a shape="rect" href="#AssemblingaserverviaConsole-Assemblingacustomserver">Assembling a custom server</a></li></ul>
</div>
<h1 id="AssemblingaserverviaConsole-Identifyingthefunctionalcomponentsrequiredbyourserver">Identifying the functional components required by our server</h1>
Modified: websites/production/geronimo/content/GMOxDOC30/building-geronimo-from-eclipse.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/building-geronimo-from-eclipse.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/building-geronimo-from-eclipse.html Sat Dec 11 01:14:46 2021
@@ -185,7 +185,7 @@ and on windows its usually at
<div class="confluence-information-macro confluence-information-macro-information"><p class="title">Info:</p><span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"></span><div class="confluence-information-macro-body">
<ul><li>If you plan on contributing code or patches to the project, you have to configure eclipse to not use tabs. Select <strong>Window > Preferences > Java > Code Style > Formatter > Java Conventions <code>[built-in]</code></strong>, and click on <strong>Edit</strong>. Under Indentation select Tab policy as "space only". Enter a new name for this profile and click <strong>OK</strong>.</li><li>You might want to configure the Geronimo development environment by importing the Geronimo formatter and code template files.
- <ul><li>Click <strong>Window > Preferences > Java > Code Style > Formatter > Import</strong>, and specify local path of <a shape="rect" href="building-geronimo-from-eclipse.data/Geronimo-template-formatter.xml?version=1&modificationDate=1244676755000&api=v2" data-linked-resource-id="20874045" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="Geronimo-template-formatter.xml" data-nice-type="XML File" data-linked-resource-content-type="text/xml" data-linked-resource-container-id="20645292" data-linked-resource-container-version="83">Geronimo-template-formatter.xml</a>.</li><li>Click <strong>Window > Preferences > Java > Code Style > Code Templates > Import</strong>, and specify the path of <a s
hape="rect" href="building-geronimo-from-eclipse.data/Geronimo-template-code.xml?version=1&modificationDate=1244676755000&api=v2" data-linked-resource-id="20874046" data-linked-resource-vers
ion="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="Geronimo-template-code.xml" data-nice-type="XML File" data-linked-resource-content-type="text/xml" data-linked-resource-container-id="20645292" data-linked-resource-container-version="83">Geronimo-template-code.xml</a>.</li></ul>
+ <ul><li>Click <strong>Window > Preferences > Java > Code Style > Formatter > Import</strong>, and specify local path of <a shape="rect" href="building-geronimo-from-eclipse.data/Geronimo-template-formatter.xml?version=1&modificationDate=1244676755000&api=v2" data-linked-resource-id="20874045" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="Geronimo-template-formatter.xml" data-nice-type="XML File" data-linked-resource-content-type="text/xml" data-linked-resource-container-id="20645292" data-linked-resource-container-version="84">Geronimo-template-formatter.xml</a>.</li><li>Click <strong>Window > Preferences > Java > Code Style > Code Templates > Import</strong>, and specify the path of <a s
hape="rect" href="building-geronimo-from-eclipse.data/Geronimo-template-code.xml?version=1&modificationDate=1244676755000&api=v2" data-linked-resource-id="20874046" data-linked-resource-vers
ion="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="Geronimo-template-code.xml" data-nice-type="XML File" data-linked-resource-content-type="text/xml" data-linked-resource-container-id="20645292" data-linked-resource-container-version="84">Geronimo-template-code.xml</a>.</li></ul>
</li></ul>
</div></div></div>
</div>
Modified: websites/production/geronimo/content/GMOxDOC30/configure-apache-httpd-with-jakarta-tomcat-connector-modjk.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/configure-apache-httpd-with-jakarta-tomcat-connector-modjk.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/configure-apache-httpd-with-jakarta-tomcat-connector-modjk.html Sat Dec 11 01:14:46 2021
@@ -126,7 +126,7 @@ under the License.
<p>In addition to <strong>mod_jk</strong>, you will require a <code>workers.properties</code> file, also available with the Apache Tomcat source distribution. This properties file tells the <strong>mod_jk</strong> plugin how to connect to the Geronimo server. For a detailed explanation on all the available options for configuring the Jakarta Tomcat Connector, visit <a shape="rect" class="external-link" href="http://tomcat.apache.org/connectors-doc/config/workers.html">http://tomcat.apache.org/connectors-doc/config/workers.html</a>.</p>
-<div class="confluence-information-macro confluence-information-macro-information"><span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"></span><div class="confluence-information-macro-body"><p>For practical purposes, the module <a shape="rect" href="configure-apache-httpd-with-jakarta-tomcat-connector-modjk.data/mod_jk-apache-2.2.3.so?version=1&modificationDate=1203494952000&api=v2" data-linked-resource-id="20874112" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="mod_jk-apache-2.2.3.so" data-linked-resource-content-type="application/octet-stream" data-linked-resource-container-id="20645305" data-linked-resource-container-version="84">mod_jk-apache-2.2.3.so</a> for Windows and the <a s
hape="rect" href="configure-apache-httpd-with-jakarta-tomcat-connector-modjk.data/workers.properties?version=1&modificationDate=1203494952000&api=v2" data-linked-resource-id="20874113" data-
linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="workers.properties" data-linked-resource-content-type="application/octet-stream" data-linked-resource-container-id="20645305" data-linked-resource-container-version="84">workers.properties</a> are included in the <strong>Attachments</strong> section in this article.</p></div></div>
+<div class="confluence-information-macro confluence-information-macro-information"><span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"></span><div class="confluence-information-macro-body"><p>For practical purposes, the module <a shape="rect" href="configure-apache-httpd-with-jakarta-tomcat-connector-modjk.data/mod_jk-apache-2.2.3.so?version=1&modificationDate=1203494952000&api=v2" data-linked-resource-id="20874112" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="mod_jk-apache-2.2.3.so" data-linked-resource-content-type="application/octet-stream" data-linked-resource-container-id="20645305" data-linked-resource-container-version="85">mod_jk-apache-2.2.3.so</a> for Windows and the <a s
hape="rect" href="configure-apache-httpd-with-jakarta-tomcat-connector-modjk.data/workers.properties?version=1&modificationDate=1203494952000&api=v2" data-linked-resource-id="20874113" data-
linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="workers.properties" data-linked-resource-content-type="application/octet-stream" data-linked-resource-container-id="20645305" data-linked-resource-container-version="85">workers.properties</a> are included in the <strong>Attachments</strong> section in this article.</p></div></div>
<p><a shape="rect" href="configure-apache-httpd-with-jakarta-tomcat-connector-modjk.html">Back to Top</a></p>
Modified: websites/production/geronimo/content/GMOxDOC30/configuring-a-mysql-datasource.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/configuring-a-mysql-datasource.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/configuring-a-mysql-datasource.html Sat Dec 11 01:14:46 2021
@@ -126,7 +126,7 @@ under the License.
<h1 id="ConfiguringaMySQLdatasource-CreatingadatasourceanddeployingitasastandaloneJEEconnectormodule">Creating a datasource and deploying it as a standalone JEE connector module</h1>
-<ol><li>See the attachment <a shape="rect" href="configuring-a-mysql-datasource.data/sample-mysql-xa-ds-plan-standalone.xml?version=1&modificationDate=1232485735000&api=v2" data-linked-resource-id="20874158" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="sample-mysql-xa-ds-plan-standalone.xml" data-nice-type="XML File" data-linked-resource-content-type="text/xml" data-linked-resource-container-id="20645327" data-linked-resource-container-version="72">sample-mysql-xa-ds-plan-standalone.xml</a> to create a standalone Java EE connector deployment plan.</li><li>Install the mysql jdbc driver to the Geronimo repository by using the adminitration console, and ensure its Module ID is the same as the one defined in the sample pla
n. In this example, the Module ID of mysql JDBC driver is <code>mysql/mysql-connector-java/5.1.7/jar</code>.</li><li>Use <a shape="rect" href="deploying-and-undeploying-applications.html">command li
ne</a> to deploy the datasource. Here is the sample command for deploying mysql xa datasource:
+<ol><li>See the attachment <a shape="rect" href="configuring-a-mysql-datasource.data/sample-mysql-xa-ds-plan-standalone.xml?version=1&modificationDate=1232485735000&api=v2" data-linked-resource-id="20874158" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="sample-mysql-xa-ds-plan-standalone.xml" data-nice-type="XML File" data-linked-resource-content-type="text/xml" data-linked-resource-container-id="20645327" data-linked-resource-container-version="73">sample-mysql-xa-ds-plan-standalone.xml</a> to create a standalone Java EE connector deployment plan.</li><li>Install the mysql jdbc driver to the Geronimo repository by using the adminitration console, and ensure its Module ID is the same as the one defined in the sample pla
n. In this example, the Module ID of mysql JDBC driver is <code>mysql/mysql-connector-java/5.1.7/jar</code>.</li><li>Use <a shape="rect" href="deploying-and-undeploying-applications.html">command li
ne</a> to deploy the datasource. Here is the sample command for deploying mysql xa datasource:
<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre><geronimo_home>/bin/deploy.sh -u system -p manager deploy
<GERONIMO_HOME>/repository/org/tranql/tranql-connector-mysql-xa/1.2/tranql-connector-mysql-xa-1.2.rar sample-mysql-xa-ds-plan-standalone.xml
@@ -136,7 +136,7 @@ where <em><geronimo_home></em> is
<h1 id="ConfiguringaMySQLdatasource-Embeddingadatasourcedefinitioninanapplicationdeploymentplan">Embedding a datasource definition in an application deployment plan</h1>
-<ol><li>See the attachment <a shape="rect" href="configuring-a-mysql-datasource.data/sample-mysql-xa-ds-plan-embeded.xml?version=1&modificationDate=1232485735000&api=v2" data-linked-resource-id="20874159" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="sample-mysql-xa-ds-plan-embeded.xml" data-nice-type="XML File" data-linked-resource-content-type="text/xml" data-linked-resource-container-id="20645327" data-linked-resource-container-version="72">sample-mysql-xa-ds-plan-embeded.xml</a> to create an application deployment plan, and replace the web module and the ejb module according to your application.</li><li>Install the mysql jdbc driver to the Geronimo repository by using the adminitration console, and ensure its Module
ID is the same as the one defined in the sample plan. In this example, the Module ID of mysql JDBC driver is <code>mysql/mysql-connector-java/5.1.7/jar</code>.</li><li>Use command line or adminitra
tive console to <a shape="rect" href="deploying-and-undeploying-applications.html">deploy</a> your application with the deployment plan. For example, use the following command line:
+<ol><li>See the attachment <a shape="rect" href="configuring-a-mysql-datasource.data/sample-mysql-xa-ds-plan-embeded.xml?version=1&modificationDate=1232485735000&api=v2" data-linked-resource-id="20874159" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="sample-mysql-xa-ds-plan-embeded.xml" data-nice-type="XML File" data-linked-resource-content-type="text/xml" data-linked-resource-container-id="20645327" data-linked-resource-container-version="73">sample-mysql-xa-ds-plan-embeded.xml</a> to create an application deployment plan, and replace the web module and the ejb module according to your application.</li><li>Install the mysql jdbc driver to the Geronimo repository by using the adminitration console, and ensure its Module
ID is the same as the one defined in the sample plan. In this example, the Module ID of mysql JDBC driver is <code>mysql/mysql-connector-java/5.1.7/jar</code>.</li><li>Use command line or adminitra
tive console to <a shape="rect" href="deploying-and-undeploying-applications.html">deploy</a> your application with the deployment plan. For example, use the following command line:
<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre><geronimo_home>/bin/deploy.sh -u system -p manager deploy yourapp.ear sample-mysql-xa-ds-plan-embeded.xml
</pre>
Modified: websites/production/geronimo/content/GMOxDOC30/configuring-datasources.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/configuring-datasources.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/configuring-datasources.html Sat Dec 11 01:14:46 2021
@@ -146,10 +146,10 @@ under the License.
<a href="https://cwiki.apache.org/confluence/display/GMOxDOC30/Import+database+pools+from+WebLogic+8.1" title="Import database pools from WebLogic 8.1">Import database pools from WebLogic 8.1</a>
<span class="smalltext">(Apache Geronimo v3.0)</span>
<br>
- <a href="https://cwiki.apache.org/confluence/display/GMOxDOC30/Removing+database+pools" title="Removing database pools">Removing database pools</a>
+ <a href="https://cwiki.apache.org/confluence/display/GMOxDOC30/Executing+SQL+statements+at+deployment+time" title="Executing SQL statements at deployment time">Executing SQL statements at deployment time</a>
<span class="smalltext">(Apache Geronimo v3.0)</span>
<br>
- <a href="https://cwiki.apache.org/confluence/display/GMOxDOC30/Executing+SQL+statements+at+deployment+time" title="Executing SQL statements at deployment time">Executing SQL statements at deployment time</a>
+ <a href="https://cwiki.apache.org/confluence/display/GMOxDOC30/Removing+database+pools" title="Removing database pools">Removing database pools</a>
<span class="smalltext">(Apache Geronimo v3.0)</span>
<br>
<a href="https://cwiki.apache.org/confluence/display/GMOxDOC30/Using+the+Geronimo+database+pool+wizard" title="Using the Geronimo database pool wizard">Using the Geronimo database pool wizard</a>
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 Sat Dec 11 01:14:46 2021
@@ -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.rbtoc1636333685785 {padding: 0px;}
-div.rbtoc1636333685785 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1636333685785 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1639184892265 {padding: 0px;}
+div.rbtoc1639184892265 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1639184892265 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1636333685785">
+/*]]>*/</style><div class="toc-macro rbtoc1639184892265">
<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 Sat Dec 11 01:14:46 2021
@@ -124,11 +124,11 @@ under the License.
<p>The document is organized as follows.</p>
<style type="text/css">/*<![CDATA[*/
-div.rbtoc1636333705135 {padding: 0px;}
-div.rbtoc1636333705135 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1636333705135 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1639184908583 {padding: 0px;}
+div.rbtoc1639184908583 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1639184908583 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1636333705135">
+/*]]>*/</style><div class="toc-macro rbtoc1639184908583">
<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 Sat Dec 11 01:14:46 2021
@@ -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.rbtoc1636333706774 {padding: 0px;}
-div.rbtoc1636333706774 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1636333706774 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1639184910110 {padding: 0px;}
+div.rbtoc1639184910110 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1639184910110 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1636333706774">
+/*]]>*/</style><div class="toc-macro rbtoc1639184910110">
<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/deploy.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/deploy.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/deploy.html Sat Dec 11 01:14:46 2021
@@ -557,14 +557,14 @@ deploy --user myadmin --password mypassw
<p>where </p>
-<div class="indent0 inline" style="margin-left: 0px;"><style type="text/css">div.inline p:first-child { display: inline; }</style><p><strong><em>generalOptions</em></strong></p></div>
-<div class="indent20 inline" style="margin-left: 20px;"><style type="text/css">div.inline p:first-child { display: inline; }</style><p>are <a shape="rect" href="#deploy-deploy" rel="nofollow">common options</a> that apply to all commands. Note that you can only run the <code>install-bundle</code> command on the local server.</p></div>
-<div class="indent0 inline" style="margin-left: 0px;"><style type="text/css">div.inline p:first-child { display: inline; }</style><p><strong><em>groupId</em></strong></p></div>
-<div class="indent20 inline" style="margin-left: 20px;"><style type="text/css">div.inline p:first-child { display: inline; }</style><p>is optionally used to specifie the groupId for installed bundle, the default value is <strong>default</strong>.</p></div>
-<div class="indent0 inline" style="margin-left: 0px;"><style type="text/css">div.inline p:first-child { display: inline; }</style><p><strong><em>number</em></strong></p></div>
-<div class="indent20 inline" style="margin-left: 20px;"><style type="text/css">div.inline p:first-child { display: inline; }</style><p>is optionally used to specifies the start level of installed bundle. The default value is 60.</p></div>
-<div class="indent0 inline" style="margin-left: 0px;"><style type="text/css">div.inline p:first-child { display: inline; }</style><p>--start</p></div>
-<div class="indent20 inline" style="margin-left: 20px;"><style type="text/css">div.inline p:first-child { display: inline; }</style><p>specifies whether to start the installed bundle automatically. The bundle will be in <strong>Resolved</strong> state if you did not specify this argument.</p></div>
+<div class="indent0 inline" style="margin-left: 0px;"><style type="text/css">div.inline p:first-child { display: inline; }</style><p><strong><em>generalOptions</em></strong></p></div>
+<div class="indent20 inline" style="margin-left: 20px;"><style type="text/css">div.inline p:first-child { display: inline; }</style><p>are <a href="#deploy-deploy">common options</a> that apply to all commands. Note that you can only run the <code>install-bundle</code> command on the local server.</p></div>
+<div class="indent0 inline" style="margin-left: 0px;"><style type="text/css">div.inline p:first-child { display: inline; }</style><p><strong><em>groupId</em></strong></p></div>
+<div class="indent20 inline" style="margin-left: 20px;"><style type="text/css">div.inline p:first-child { display: inline; }</style><p>is optionally used to specifie the groupId for installed bundle, the default value is <strong>default</strong>.</p></div>
+<div class="indent0 inline" style="margin-left: 0px;"><style type="text/css">div.inline p:first-child { display: inline; }</style><p><strong><em>number</em></strong></p></div>
+<div class="indent20 inline" style="margin-left: 20px;"><style type="text/css">div.inline p:first-child { display: inline; }</style><p>is optionally used to specifies the start level of installed bundle. The default value is 60.</p></div>
+<div class="indent0 inline" style="margin-left: 0px;"><style type="text/css">div.inline p:first-child { display: inline; }</style><p>--start</p></div>
+<div class="indent20 inline" style="margin-left: 20px;"><style type="text/css">div.inline p:first-child { display: inline; }</style><p>specifies whether to start the installed bundle automatically. The bundle will be in <strong>Resolved</strong> state if you did not specify this argument.</p></div>
</div></div>
<p>In the server repository, all modules are stored in a maven-style structure directory. After an OSGi bundle is installed, its maven artifact name is <em>groupId/Bundle-SymbolicName/Bundle-Version/jar</em>.</p>
@@ -580,9 +580,9 @@ deploy --user myadmin --password mypassw
<p>where </p>
-<div class="indent0 inline" style="margin-left: 0px;"><style type="text/css">div.inline p:first-child { display: inline; }</style><p><strong><em>generalOptions</em></strong></p></div>
-<div class="indent20 inline" style="margin-left: 20px;"><style type="text/css">div.inline p:first-child { display: inline; }</style><p>are <a shape="rect" href="#deploy-deploy" rel="nofollow">common options</a> that apply to all commands. Note that you can only run the <code>uninstall-bundle</code> command on the local server.</p></div><div class="indent20 inline" style="margin-left: 20px;"><style type="text/css">div.inline p:first-child { display: inline; }</style><p></p><div class="indent0 inline" style="margin-left: 0px;"><style type="text/css">div.inline p:first-child { display: inline; }</style></div>*<em>bundleId</em>*<p></p></div>
-<div class="indent20 inline" style="margin-left: 20px;"><style type="text/css">div.inline p:first-child { display: inline; }</style><p>is the bundle Id of OSGi bundle to be removed completely.</p></div>
+<div class="indent0 inline" style="margin-left: 0px;"><style type="text/css">div.inline p:first-child { display: inline; }</style><p><strong><em>generalOptions</em></strong></p></div>
+<div class="indent20 inline" style="margin-left: 20px;"><style type="text/css">div.inline p:first-child { display: inline; }</style><p>are <a href="#deploy-deploy">common options</a> that apply to all commands. Note that you can only run the <code>uninstall-bundle</code> command on the local server.</p></div><div class="indent20 inline" style="margin-left: 20px;"><style type="text/css">div.inline p:first-child { display: inline; }</style><p><div class="indent0 inline" style="margin-left: 0px;"><style type="text/css">div.inline p:first-child { display: inline; }</style></div>*<em>bundleId</em>*</p></div>
+<div class="indent20 inline" style="margin-left: 20px;"><style type="text/css">div.inline p:first-child { display: inline; }</style><p>is the bundle Id of OSGi bundle to be removed completely.</p></div>
</div></div>
<p><strong>Note:</strong> The <code>uninstall-bundle</code> command does not support </p>
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 Sat Dec 11 01:14:46 2021
@@ -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.rbtoc1636333567551 {padding: 0px;}
-div.rbtoc1636333567551 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1636333567551 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1639184761070 {padding: 0px;}
+div.rbtoc1639184761070 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1639184761070 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1636333567551">
+/*]]>*/</style><div class="toc-macro rbtoc1639184761070">
<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 Sat Dec 11 01:14:46 2021
@@ -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.rbtoc1636333687683 {padding: 0px;}
-div.rbtoc1636333687683 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1636333687683 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1639184881031 {padding: 0px;}
+div.rbtoc1639184881031 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1639184881031 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1636333687683">
+/*]]>*/</style><div class="toc-macro rbtoc1639184881031">
<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 Sat Dec 11 01:14:46 2021
@@ -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.rbtoc1636333739750 {padding: 0px;}
-div.rbtoc1636333739750 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1636333739750 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1639184956994 {padding: 0px;}
+div.rbtoc1639184956994 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1639184956994 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1636333739750">
+/*]]>*/</style><div class="toc-macro rbtoc1639184956994">
<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 Sat Dec 11 01:14:46 2021
@@ -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.rbtoc1608772102949 {padding: 0px;}
-div.rbtoc1608772102949 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1608772102949 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1639184774506 {padding: 0px;}
+div.rbtoc1639184774506 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1639184774506 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1608772102949">
+/*]]>*/</style><div class="toc-macro rbtoc1639184774506">
<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 Sat Dec 11 01:14:46 2021
@@ -135,15 +135,15 @@ under the License.
<p>The tutorial is divided into the following sections.</p>
<style type="text/css">/*<![CDATA[*/
-div.rbtoc1608772071154 {padding: 0px;}
-div.rbtoc1608772071154 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1608772071154 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1639184792885 {padding: 0px;}
+div.rbtoc1639184792885 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1639184792885 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1608772071154">
+/*]]>*/</style><div class="toc-macro rbtoc1639184792885">
<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&modificationDate=1213308862000&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="84">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&modificationDate=1213308862000&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="85">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 Sat Dec 11 01:14:46 2021
@@ -127,11 +127,11 @@ under the License.
<p>This document is organized in the following sections:</p>
<style type="text/css">/*<![CDATA[*/
-div.rbtoc1636333549619 {padding: 0px;}
-div.rbtoc1636333549619 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1636333549619 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1639184744543 {padding: 0px;}
+div.rbtoc1639184744543 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1639184744543 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1636333549619">
+/*]]>*/</style><div class="toc-macro rbtoc1639184744543">
<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.rbtoc1636333549619 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-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 Sat Dec 11 01:14:46 2021
@@ -125,11 +125,11 @@ under the License.
<p>The tutorial is divided into the following sections.</p>
<style type="text/css">/*<![CDATA[*/
-div.rbtoc1636333599042 {padding: 0px;}
-div.rbtoc1636333599042 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1636333599042 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1639184812660 {padding: 0px;}
+div.rbtoc1639184812660 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1639184812660 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1636333599042">
+/*]]>*/</style><div class="toc-macro rbtoc1639184812660">
<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.rbtoc1636333599042 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&modificationDate=1214966340000&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="84">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&modificationDate=1214966340000&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="85">link</a>.</p>
<h2 id="DevelopinguserinterfacewithJSF-SettinguptheEclipseenvironment">Setting up the Eclipse environment</h2>
Modified: websites/production/geronimo/content/GMOxDOC30/extensible-administration-console.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/extensible-administration-console.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/extensible-administration-console.html Sat Dec 11 01:14:46 2021
@@ -117,11 +117,11 @@ under the License.
<div class="wiki-content">
<div class="wiki-content maincontent"><p>This document contains the following sections:</p>
<style type="text/css">/*<![CDATA[*/
-div.rbtoc1636333670482 {padding: 0px;}
-div.rbtoc1636333670482 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1636333670482 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1639184876754 {padding: 0px;}
+div.rbtoc1639184876754 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1639184876754 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1636333670482">
+/*]]>*/</style><div class="toc-macro rbtoc1639184876754">
<ul class="toc-indentation"><li><a shape="rect" href="#ExtensibleAdministrationConsole-Introduction">Introduction</a></li><li><a shape="rect" href="#ExtensibleAdministrationConsole-InstallationPlanning">Installation Planning</a></li><li><a shape="rect" href="#ExtensibleAdministrationConsole-InstallingtheExtensibleAdministrationConsole">Installing the Extensible Administration Console</a></li><li><a shape="rect" href="#ExtensibleAdministrationConsole-InstallinganAdministrationConsoleExtensionin.carformatfromarepository">Installing an Administration Console Extension in .car format from a repository</a></li><li><a shape="rect" href="#ExtensibleAdministrationConsole-Examples">Examples</a></li><li><a shape="rect" href="#ExtensibleAdministrationConsole-Customization">Customization</a></li><li>
<a shape="rect" href="#ExtensibleAdministrationConsole-Architecture">Architecture</a></li><li><a shape="rect" href="#ExtensibleAdministrationConsole-Class/DependencyStructure">Class/Dependency Struc
ture</a></li><li><a shape="rect" href="#ExtensibleAdministrationConsole-HowtoDevelopanAdministratorConsoleExtension(ACE)">How to Develop an Administrator Console Extension (ACE)</a></li><li><a shape="rect" href="#ExtensibleAdministrationConsole-SampleExtension">Sample Extension</a></li></ul>
</div>
@@ -234,7 +234,7 @@ Prerequisites</p>
<p>This is an example of a simple ACE file. It is not attached to any components - it simply adds a new "Hello World" portlet to the Extensible Administration Console.</p>
-<p>1. Download example-extension-new.war <a shape="rect" href="extensible-administration-console.data/example_extension_new.war?version=1&modificationDate=1235001591000&api=v2" data-linked-resource-id="20874237" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="example_extension_new.war" data-nice-type="Java Archive" data-linked-resource-content-type="application/octet-stream" data-linked-resource-container-id="20645341" data-linked-resource-container-version="28">example_extension_new.war</a><br clear="none">
+<p>1. Download example-extension-new.war <a shape="rect" href="extensible-administration-console.data/example_extension_new.war?version=1&modificationDate=1235001591000&api=v2" data-linked-resource-id="20874237" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="example_extension_new.war" data-nice-type="Java Archive" data-linked-resource-content-type="application/octet-stream" data-linked-resource-container-id="20645341" data-linked-resource-container-version="29">example_extension_new.war</a><br clear="none">
2. Access the Extensible Administration Console by pointing your web browser to <a shape="rect" class="external-link" href="http://localhost:8080/console" rel="nofollow">http://localhost:8080/console</a>.<br clear="none">
3. Select Deploy New on the left navigation bar.<br clear="none">
4. Click browse next to Archive and select the example-extension-new.war file. Leave the Plan box blank, Start app after install checked, and Redeploy application unchecked.<br clear="none">
@@ -418,7 +418,7 @@ Example:
<h2 id="ExtensibleAdministrationConsole-SampleExtension">Sample Extension</h2>
<p>This is a working simple example of an Administration Console Extension.<br clear="none">
-<a shape="rect" href="extensible-administration-console.data/example_extension.war?version=1&modificationDate=1212646675000&api=v2" data-linked-resource-id="20874233" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="example_extension.war" data-nice-type="Java Archive" data-linked-resource-content-type="application/octet-stream" data-linked-resource-container-id="20645341" data-linked-resource-container-version="28">Download the example WAR</a></p>
+<a shape="rect" href="extensible-administration-console.data/example_extension.war?version=1&modificationDate=1212646675000&api=v2" data-linked-resource-id="20874233" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="example_extension.war" data-nice-type="Java Archive" data-linked-resource-content-type="application/octet-stream" data-linked-resource-container-id="20645341" data-linked-resource-container-version="29">Download the example WAR</a></p>
<div class="code panel pdl" style="border-style: solid;border-width: 1px;"><div class="codeHeader panelHeader pdl" style="border-bottom-width: 1px;border-bottom-style: solid;"><b>HelloWorldPortlet.java</b></div><div class="codeContent panelContent pdl">
<pre class="brush: java; gutter: false; theme: Default">
package org.apache.pluto.examples;
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 Sat Dec 11 01:14:46 2021
@@ -124,11 +124,11 @@ under the License.
<p>You can also change the default location of m2repo by modifying <MAVEN_HOME>/conf/settings.xml and modify the following tag<br clear="none">
<localRepository>C:\m2repo</localRepository></p></div></div>
<style type="text/css">/*<![CDATA[*/
-div.rbtoc1636333617338 {padding: 0px;}
-div.rbtoc1636333617338 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1636333617338 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1639184822723 {padding: 0px;}
+div.rbtoc1639184822723 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1639184822723 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1636333617338">
+/*]]>*/</style><div class="toc-macro rbtoc1639184822723">
<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 Sat Dec 11 01:14:46 2021
@@ -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.rbtoc1636333623773 {padding: 0px;}
-div.rbtoc1636333623773 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1636333623773 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1639184830299 {padding: 0px;}
+div.rbtoc1639184830299 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1639184830299 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1636333623773">
+/*]]>*/</style><div class="toc-macro rbtoc1639184830299">
<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>
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 Sat Dec 11 01:14:46 2021
@@ -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.rbtoc1608772193956 {padding: 0px;}
-div.rbtoc1608772193956 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1608772193956 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1639184917813 {padding: 0px;}
+div.rbtoc1639184917813 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1639184917813 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1608772193956">
+/*]]>*/</style><div class="toc-macro rbtoc1639184917813">
<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 Sat Dec 11 01:14:46 2021
@@ -122,11 +122,11 @@ under the License.
<p>This article is organized in to following sections.</p>
<style type="text/css">/*<![CDATA[*/
-div.rbtoc1636333694063 {padding: 0px;}
-div.rbtoc1636333694063 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1636333694063 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1639184898319 {padding: 0px;}
+div.rbtoc1639184898319 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1639184898319 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style><div class="toc-macro rbtoc1636333694063">
+/*]]>*/</style><div class="toc-macro rbtoc1639184898319">
<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>