Seam SVN: r9999 - trunk/src/test/ftest/examples/wicket.
by seam-commits@lists.jboss.org
Author: jharting
Date: 2009-02-02 10:10:41 -0500 (Mon, 02 Feb 2009)
New Revision: 9999
Modified:
trunk/src/test/ftest/examples/wicket/build.xml
Log:
JBSEAM-3805
Modified: trunk/src/test/ftest/examples/wicket/build.xml
===================================================================
--- trunk/src/test/ftest/examples/wicket/build.xml 2009-02-02 13:26:00 UTC (rev 9998)
+++ trunk/src/test/ftest/examples/wicket/build.xml 2009-02-02 15:10:41 UTC (rev 9999)
@@ -27,4 +27,58 @@
<property name="jboss.example.ready.check.url" value="seam-wicket/home.seam"/>
<import file="../build.xml" />
+
+ <target name="test" depends="build" description="Run Tests">
+ <!-- clean example -->
+ <ant antfile="${seam.dir}/examples/${example.name}/build.xml" target="clean" inheritall="false" dir="${seam.dir}/examples/${example.name}" />
+ <!-- deploy the example-->
+ <antcall target="deploy.example.${container}" />
+ <!-- execute testng tests -->
+ <antcall target="selenium.test" />
+ <!-- undeploy the example -->
+ <antcall target="undeploy.example.${container}" />
+
+ <!-- run second time with runtime instrumentation -->
+ <!-- clean example -->
+ <ant antfile="${seam.dir}/examples/${example.name}/build.xml" target="clean" inheritall="false" dir="${seam.dir}/examples/${example.name}" />
+ <!-- deploy the example-->
+ <antcall target="deploy.example.${container}.runtime" />
+ <!-- execute testng tests -->
+ <antcall target="selenium.test.runtime"/>
+ <!-- undeploy the example -->
+ <antcall target="undeploy.example.${container}" />
+
+ </target>
+
+ <target name="deploy.example.jboss.runtime">
+ <echo>Deploying JBoss Example - ${example.name} with runtime instrumentation</echo>
+ <ant antfile="${seam.dir}/examples/${example.name}/build.xml" target="${jboss.deploy.target}" inheritall="false" dir="${seam.dir}/examples/${example.name}" >
+ <property name="instrumentAtRunTime" value="true"/>
+ </ant>
+ <!-- wait for the application to be active -->
+ <!-- TODO is there a better way? -->
+ <waitfor maxwait="${jboss.deploy.waittime}" maxwaitunit="second">
+ <and>
+ <!-- wait for the application to not throw 404 -->
+ <http url="${selenium.browser.url}/${jboss.example.ready.check.url}" errorsBeginAt="404" />
+ </and>
+ </waitfor>
+ </target>
+
+ <target name="selenium.test.runtime" depends="build" description="Run Tests">
+ <taskdef resource="testngtasks" classpathref="classpath.test" />
+ <mkdir dir="${test.output.dir}" />
+
+ <!-- execute testng tests -->
+ <testng haltonfailure="false" outputdir="${test.output.dir}" classpathref="classpath.test">
+ <xmlfileset file="${container}-runtime.xml" />
+ <sysproperty key="selenium.server.port" value="${selenium.server.port}" />
+ <sysproperty key="selenium.host" value="${selenium.host}" />
+ <sysproperty key="selenium.browser" value="${selenium.browser}" />
+ <sysproperty key="selenium.browser.url" value="${selenium.browser.url}" />
+ <sysproperty key="selenium.speed" value="${selenium.speed}" />
+ <sysproperty key="selenium.timeout" value="${selenium.timeout}" />
+ </testng>
+ </target>
+
</project>
16 years
Seam SVN: r9997 - in trunk/doc/Seam_Reference_Guide: bn-IN and 22 other directories.
by seam-commits@lists.jboss.org
Author: nico.ben
Date: 2009-02-01 16:42:48 -0500 (Sun, 01 Feb 2009)
New Revision: 9997
Modified:
trunk/doc/Seam_Reference_Guide/as-IN/Excel.po
trunk/doc/Seam_Reference_Guide/as-IN/Itext.po
trunk/doc/Seam_Reference_Guide/as-IN/Websphere.po
trunk/doc/Seam_Reference_Guide/bn-IN/Excel.po
trunk/doc/Seam_Reference_Guide/bn-IN/Itext.po
trunk/doc/Seam_Reference_Guide/bn-IN/Websphere.po
trunk/doc/Seam_Reference_Guide/de-DE/Excel.po
trunk/doc/Seam_Reference_Guide/de-DE/Itext.po
trunk/doc/Seam_Reference_Guide/de-DE/Websphere.po
trunk/doc/Seam_Reference_Guide/es-ES/Excel.po
trunk/doc/Seam_Reference_Guide/es-ES/Itext.po
trunk/doc/Seam_Reference_Guide/es-ES/Websphere.po
trunk/doc/Seam_Reference_Guide/es-MX/Excel.po
trunk/doc/Seam_Reference_Guide/es-MX/Itext.po
trunk/doc/Seam_Reference_Guide/es-MX/Websphere.po
trunk/doc/Seam_Reference_Guide/fr-FR/Excel.po
trunk/doc/Seam_Reference_Guide/fr-FR/Itext.po
trunk/doc/Seam_Reference_Guide/fr-FR/Websphere.po
trunk/doc/Seam_Reference_Guide/gu-IN/Excel.po
trunk/doc/Seam_Reference_Guide/gu-IN/Itext.po
trunk/doc/Seam_Reference_Guide/gu-IN/Websphere.po
trunk/doc/Seam_Reference_Guide/hi-IN/Excel.po
trunk/doc/Seam_Reference_Guide/hi-IN/Itext.po
trunk/doc/Seam_Reference_Guide/hi-IN/Websphere.po
trunk/doc/Seam_Reference_Guide/ja-JP/Excel.po
trunk/doc/Seam_Reference_Guide/ja-JP/Itext.po
trunk/doc/Seam_Reference_Guide/ja-JP/Websphere.po
trunk/doc/Seam_Reference_Guide/kn-IN/Excel.po
trunk/doc/Seam_Reference_Guide/kn-IN/Itext.po
trunk/doc/Seam_Reference_Guide/kn-IN/Websphere.po
trunk/doc/Seam_Reference_Guide/ko-KR/Excel.po
trunk/doc/Seam_Reference_Guide/ko-KR/Itext.po
trunk/doc/Seam_Reference_Guide/ko-KR/Websphere.po
trunk/doc/Seam_Reference_Guide/ml-IN/Excel.po
trunk/doc/Seam_Reference_Guide/ml-IN/Itext.po
trunk/doc/Seam_Reference_Guide/ml-IN/Websphere.po
trunk/doc/Seam_Reference_Guide/mr-IN/Excel.po
trunk/doc/Seam_Reference_Guide/mr-IN/Itext.po
trunk/doc/Seam_Reference_Guide/mr-IN/Websphere.po
trunk/doc/Seam_Reference_Guide/or-IN/Excel.po
trunk/doc/Seam_Reference_Guide/or-IN/Itext.po
trunk/doc/Seam_Reference_Guide/or-IN/Websphere.po
trunk/doc/Seam_Reference_Guide/pa-IN/Excel.po
trunk/doc/Seam_Reference_Guide/pa-IN/Itext.po
trunk/doc/Seam_Reference_Guide/pa-IN/Websphere.po
trunk/doc/Seam_Reference_Guide/pot/Annotations.pot
trunk/doc/Seam_Reference_Guide/pot/Author_Group.pot
trunk/doc/Seam_Reference_Guide/pot/Book_Info.pot
trunk/doc/Seam_Reference_Guide/pot/Cache.pot
trunk/doc/Seam_Reference_Guide/pot/Components.pot
trunk/doc/Seam_Reference_Guide/pot/Concepts.pot
trunk/doc/Seam_Reference_Guide/pot/Configuration.pot
trunk/doc/Seam_Reference_Guide/pot/Controls.pot
trunk/doc/Seam_Reference_Guide/pot/Conversations.pot
trunk/doc/Seam_Reference_Guide/pot/Dependencies.pot
trunk/doc/Seam_Reference_Guide/pot/Drools.pot
trunk/doc/Seam_Reference_Guide/pot/Elenhancements.pot
trunk/doc/Seam_Reference_Guide/pot/Events.pot
trunk/doc/Seam_Reference_Guide/pot/Excel.pot
trunk/doc/Seam_Reference_Guide/pot/Feedback.pot
trunk/doc/Seam_Reference_Guide/pot/Framework.pot
trunk/doc/Seam_Reference_Guide/pot/Getting_Started_With_JBoss_Tools.pot
trunk/doc/Seam_Reference_Guide/pot/Gettingstarted.pot
trunk/doc/Seam_Reference_Guide/pot/Glassfish.pot
trunk/doc/Seam_Reference_Guide/pot/Groovy.pot
trunk/doc/Seam_Reference_Guide/pot/Gwt.pot
trunk/doc/Seam_Reference_Guide/pot/Hsearch.pot
trunk/doc/Seam_Reference_Guide/pot/I18n.pot
trunk/doc/Seam_Reference_Guide/pot/Itext.pot
trunk/doc/Seam_Reference_Guide/pot/Jbpm.pot
trunk/doc/Seam_Reference_Guide/pot/Jms.pot
trunk/doc/Seam_Reference_Guide/pot/Mail.pot
trunk/doc/Seam_Reference_Guide/pot/Performance.pot
trunk/doc/Seam_Reference_Guide/pot/Persistence.pot
trunk/doc/Seam_Reference_Guide/pot/Preface.pot
trunk/doc/Seam_Reference_Guide/pot/Remoting.pot
trunk/doc/Seam_Reference_Guide/pot/Revision_History.pot
trunk/doc/Seam_Reference_Guide/pot/Rss.pot
trunk/doc/Seam_Reference_Guide/pot/Security.pot
trunk/doc/Seam_Reference_Guide/pot/Spring.pot
trunk/doc/Seam_Reference_Guide/pot/Testing.pot
trunk/doc/Seam_Reference_Guide/pot/Text.pot
trunk/doc/Seam_Reference_Guide/pot/Tools.pot
trunk/doc/Seam_Reference_Guide/pot/Tutorial.pot
trunk/doc/Seam_Reference_Guide/pot/Validation.pot
trunk/doc/Seam_Reference_Guide/pot/Weblogic.pot
trunk/doc/Seam_Reference_Guide/pot/Webservices.pot
trunk/doc/Seam_Reference_Guide/pot/Websphere.pot
trunk/doc/Seam_Reference_Guide/pot/Wicket.pot
trunk/doc/Seam_Reference_Guide/pot/Xml.pot
trunk/doc/Seam_Reference_Guide/pt-BR/Excel.po
trunk/doc/Seam_Reference_Guide/pt-BR/Itext.po
trunk/doc/Seam_Reference_Guide/pt-BR/Websphere.po
trunk/doc/Seam_Reference_Guide/ru-RU/Excel.po
trunk/doc/Seam_Reference_Guide/ru-RU/Itext.po
trunk/doc/Seam_Reference_Guide/ru-RU/Websphere.po
trunk/doc/Seam_Reference_Guide/si-LK/Excel.po
trunk/doc/Seam_Reference_Guide/si-LK/Itext.po
trunk/doc/Seam_Reference_Guide/si-LK/Websphere.po
trunk/doc/Seam_Reference_Guide/sl-SL/Excel.po
trunk/doc/Seam_Reference_Guide/sl-SL/Itext.po
trunk/doc/Seam_Reference_Guide/sl-SL/Websphere.po
trunk/doc/Seam_Reference_Guide/ta-IN/Excel.po
trunk/doc/Seam_Reference_Guide/ta-IN/Itext.po
trunk/doc/Seam_Reference_Guide/ta-IN/Websphere.po
trunk/doc/Seam_Reference_Guide/te-IN/Excel.po
trunk/doc/Seam_Reference_Guide/te-IN/Itext.po
trunk/doc/Seam_Reference_Guide/te-IN/Websphere.po
trunk/doc/Seam_Reference_Guide/zh-CN/Excel.po
trunk/doc/Seam_Reference_Guide/zh-CN/Itext.po
trunk/doc/Seam_Reference_Guide/zh-CN/Websphere.po
trunk/doc/Seam_Reference_Guide/zh-TW/Excel.po
trunk/doc/Seam_Reference_Guide/zh-TW/Itext.po
trunk/doc/Seam_Reference_Guide/zh-TW/Websphere.po
Log:
Regenerated POT and updated all POs
Modified: trunk/doc/Seam_Reference_Guide/as-IN/Excel.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/as-IN/Excel.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/as-IN/Excel.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: Seam_Reference_Guide \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-10-14 11:38+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -46,7 +46,7 @@
"&excel; JSF controls, which are used to construct views that can render the "
"document, and the DocumentStore component, which serves the rendered "
"document to the user. To include &excel; support in your application, "
-"included <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
+"include <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
"lib</literal> directory along with the <literal>jxl.jar</literal> JAR file. "
"Furthermore, you need to configure the DocumentStore servlet in your web.xml"
msgstr ""
@@ -247,9 +247,9 @@
msgid ""
"<literal>arrayGrowSize</literal> — The amount of memory by which to "
"increase the amount of memory allocated to storing the workbook data. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 1 megabyte. The value is a "
-"number (bytes)."
+"processes reading many small workbooks inside a WAS it might be necessary to "
+"reduce the default size. Default value is 1 megabyte. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -332,10 +332,10 @@
#, no-c-format
msgid ""
"<literal>initialFileSize</literal> — The initial amount of memory "
-"allocated to store the workbook data when reading a worksheet. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 5 megabytes. The value is a "
-"number (bytes)."
+"allocated to store the workbook data when reading a worksheet. For processes "
+"reading many small workbooks inside a WAS it might be necessary to reduce "
+"the default size. Default value is 5 megabytes. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -428,7 +428,7 @@
#, no-c-format
msgid ""
"<literal>filename</literal> — The filename to use for the download. "
-"The value is a string. Please not that if you map the DocumentServlet to "
+"The value is a string. Please note that if you map the DocumentServlet to "
"some pattern, this file extension must also match."
msgstr ""
@@ -442,11 +442,9 @@
msgstr ""
#. Tag: emphasis
-#: Excel.xml:322 Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081
-#: Excel.xml:1157 Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537
-#: Excel.xml:1595 Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#: Excel.xml:322 Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
#, no-c-format
-msgid "Child elemenents"
+msgid "Child elements"
msgstr ""
#. Tag: para
@@ -516,7 +514,7 @@
#, no-c-format
msgid ""
"Worksheets are the children of workbooks and the parent of columns and "
-"worksheet commands They can also contain explicitly placed cells, formulas, "
+"worksheet commands. They can also contain explicitly placed cells, formulas, "
"images and hyperlinks. They are the pages that make up the workbook."
msgstr ""
@@ -542,14 +540,14 @@
#, no-c-format
msgid ""
"<literal>var</literal> — The current row iterator variable name that "
-"can later be referenced in cell value attributes. The value is a string"
+"can later be referenced in cell value attributes. The value is a string."
msgstr ""
#. Tag: para
#: Excel.xml:401
#, no-c-format
msgid ""
-"<literal>name</literal> — The name of the worksheet. The valus is a "
+"<literal>name</literal> — The name of the worksheet. The value is a "
"string. Defaults to Sheet# where # is the worksheet index. If the given "
"worksheet name exists, that sheet is selected. This can be used for merging "
"several data sets into a single worksheet, just define the same name for "
@@ -590,7 +588,7 @@
#, no-c-format
msgid ""
"<literal>bottomMargin</literal> — The bottom margin. The value is a "
-"number (inches)"
+"number (inches)."
msgstr ""
#. Tag: para
@@ -709,7 +707,7 @@
#: Excel.xml:551
#, no-c-format
msgid ""
-"<literal>normalMagnification</literal> — The normal magnificaton "
+"<literal>normalMagnification</literal> — The normal magnification "
"factor (not zoom or scale factor). The value is a number (percentage)."
msgstr ""
@@ -727,7 +725,7 @@
#, no-c-format
msgid ""
"<literal>pageBreakPreviewMagnification</literal> — The page break "
-"preview magnificaton factor (not zoom or scale factors). the value is a "
+"preview magnification factor (not zoom or scale factors). The value is a "
"number (percentage)."
msgstr ""
@@ -803,7 +801,8 @@
#, no-c-format
msgid ""
"<literal>recalculateFormulasBeforeSave</literal> — Should the formulas "
-"be re-calculated when the sheet is saved? The value is a boolean. false"
+"be re-calculated when the sheet is saved? The value is a boolean. Default "
+"value is false."
msgstr ""
#. Tag: para
@@ -874,11 +873,19 @@
#: Excel.xml:698
#, no-c-format
msgid ""
-"<literal>zoomFactor</literal> — T zoom factor. Do not confuse zoom "
+"<literal>zoomFactor</literal> — The zoom factor. Do not confuse zoom "
"factor (which relates to the on screen view) with scale factor (which refers "
-"to the scale factor when printing). The value is a number (percentage."
+"to the scale factor when printing). The value is a number (percentage)."
msgstr ""
+#. Tag: emphasis
+#: Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081 Excel.xml:1157
+#: Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537 Excel.xml:1595
+#: Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#, no-c-format
+msgid "Child elemenents"
+msgstr ""
+
#. Tag: para
#: Excel.xml:712
#, no-c-format
@@ -900,7 +907,7 @@
#, no-c-format
msgid ""
"<literal><e:headerFooter/></literal> — Zero or more header/"
-"footer definitions ((see <xref linkend=\"excel.headersfooters\"/> ))."
+"footer definitions (see <xref linkend=\"excel.headersfooters\"/> )."
msgstr ""
#. Tag: para
@@ -916,7 +923,7 @@
#, no-c-format
msgid ""
"<literal>header</literal>— Contents that will be placed at the top of "
-"the data block, above the column headers (if any)"
+"the data block, above the column headers (if any)."
msgstr ""
#. Tag: para
@@ -924,7 +931,7 @@
#, no-c-format
msgid ""
"<literal>footer</literal>— Contents that will be placed at the bottom "
-"of the data block, below the column footers (if any)"
+"of the data block, below the column footers (if any)."
msgstr ""
#. Tag: programlisting
@@ -1062,7 +1069,7 @@
"Cells are nested within columns (for iteration) or inside worksheets (for "
"direct placement using the <literal>column</literal> and <literal>row</"
"literal> attributes) and are responsible for outputting the value (usually "
-"though en EL-expression involving the <literal>var</literal>-attribute of "
+"through an EL-expression involving the <literal>var</literal>-attribute of "
"the datatable. See"
msgstr ""
@@ -1495,7 +1502,7 @@
#: Excel.xml:1360
#, no-c-format
msgid ""
-"The formula of the cell in placed in the <literal>value</literal> -attribute "
+"The formula of the cell is placed in the <literal>value</literal> -attribute "
"as a normal &excel; notation. Note that when doing cross-sheet formulas, the "
"worksheets must exist before referencing a formula against them. The value "
"is a string."
@@ -2123,12 +2130,6 @@
"initially? The value is a boolean."
msgstr ""
-#. Tag: emphasis
-#: Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
-#, no-c-format
-msgid "Child elements"
-msgstr ""
-
#. Tag: literal
#: Excel.xml:2046
#, no-c-format
@@ -2171,7 +2172,7 @@
#: Excel.xml:2105
#, no-c-format
msgid ""
-"groups rows 5 trough 10 and columns 5 through 10 so that the rows are "
+"groups rows 5 through 10 and columns 5 through 10 so that the rows are "
"initially collapsed (but not the columns)."
msgstr ""
@@ -2382,7 +2383,7 @@
"The CSS attributes cascade down from parent to children and within one tag "
"cascades over the CSS classes referenced in the <literal>styleClass</"
"literal> attributes and finally over the CSS attributes defined in the "
-"<literal>style</literal>attribute. You can place them pretty much anywhere "
+"<literal>style</literal> attribute. You can place them pretty much anywhere "
"but e.g. placing a column width setting in a cell nested within that column "
"makes little sense."
msgstr ""
@@ -2579,7 +2580,7 @@
#. Tag: para
#: Excel.xml:2475
#, no-c-format
-msgid "This group of XLS-CSS attributes define the borders of the cell"
+msgid "This group of XLS-CSS attributes defines the borders of the cell"
msgstr ""
#. Tag: para
@@ -2667,7 +2668,7 @@
#, no-c-format
msgid ""
"A shorthand for setting line style and color of the top edge of the cell, e."
-"g style=\"xls-border-left: red thick\""
+"g style=\"xls-border-top: red thick\""
msgstr ""
#. Tag: para
@@ -2781,7 +2782,7 @@
#. Tag: para
#: Excel.xml:2668
#, no-c-format
-msgid "This group of XLS-CSS attributes define the background of the cell"
+msgid "This group of XLS-CSS attributes defines the background of the cell"
msgstr ""
#. Tag: para
@@ -2837,7 +2838,7 @@
#. Tag: para
#: Excel.xml:2722
#, no-c-format
-msgid "This group of XLS-CSS attributes define the column widths etc."
+msgid "This group of XLS-CSS attributes defines the column widths etc."
msgstr ""
#. Tag: para
@@ -2910,7 +2911,7 @@
#. Tag: para
#: Excel.xml:2783
#, no-c-format
-msgid "This group of XLS-CSS attributes define the cell properties"
+msgid "This group of XLS-CSS attributes defines the cell properties"
msgstr ""
#. Tag: para
@@ -3084,7 +3085,7 @@
#, no-c-format
msgid ""
"When using .xhtml documents, stylesheets must be referenced through the "
-"<literal><e:link> tag</literal>"
+"<literal><e:link></literal> tag"
msgstr ""
#. Tag: para
@@ -3106,8 +3107,9 @@
#, no-c-format
msgid ""
"The core of the &excel; functionality is based on the excellent JExcelAPI "
-"library which can be found on http://jexcelapi.sourceforge.net/ and most "
-"features and possible limitations are inherited from here."
+"library which can be found on <ulink url=\"http://jexcelapi.sourceforge.net"
+"\">http://jexcelapi.sourceforge.net/</ulink> and most features and possible "
+"limitations are inherited from here."
msgstr ""
#. Tag: para
Modified: trunk/doc/Seam_Reference_Guide/as-IN/Itext.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/as-IN/Itext.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/as-IN/Itext.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -41,10 +41,10 @@
"iText support is provided by <literal>jboss-seam-pdf.jar</literal>. This JAR "
"contains the iText JSF controls, which are used to construct views that can "
"render to PDF, and the DocumentStore component, which serves the rendered "
-"documents to the user. To include PDF support in your application, included "
+"documents to the user. To include PDF support in your application, put "
"<literal>jboss-seam-pdf.jar</literal> in your <literal>WEB-INF/lib</literal> "
"directory along with the iText JAR file. There is no further configuration "
-"needed to use Seam's iText supportfon."
+"needed to use Seam's iText support."
msgstr ""
#. Tag: para
@@ -251,7 +251,7 @@
"for generating suitable PDF content. Tags like <literal><p:image></"
"literal> and <literal><p:paragraph></literal> are the basic "
"foundations of simple documents. Tags like <literal><p:font></literal> "
-"provide style information to all the content surrounging them."
+"provide style information to all the content surrounding them."
msgstr ""
#. Tag: literal
@@ -492,7 +492,7 @@
#, no-c-format
msgid ""
"<literal>p:image</literal> inserts an image into the document. Images can be "
-"be loaded from the classpath or from the web application context using the "
+"loaded from the classpath or from the web application context using the "
"<literal>value</literal> attribute."
msgstr ""
@@ -626,7 +626,7 @@
msgid ""
"<literal>reference</literal> — The destination the link refers to. "
"Links to other points in the document should begin with a \"#\". For "
-"example, \"#link1\" to refer to an anchor postion with a <literal>name</"
+"example, \"#link1\" to refer to an anchor position with a <literal>name</"
"literal> of <literal>link1</literal>. Links may also be a full URL to point "
"to a resource outside of the document."
msgstr ""
@@ -704,7 +704,7 @@
#: Itext.xml:631
#, no-c-format
msgid ""
-"<literal>borderWidth</literal> — The width of the border. Inidvidual "
+"<literal>borderWidth</literal> — The width of the border. Individual "
"border sides can be specified using <literal>borderWidthLeft</literal>, "
"<literal>borderWidthRight</literal>, <literal>borderWidthTop</literal> and "
"<literal>borderWidthBottom</literal>."
@@ -792,7 +792,7 @@
msgid ""
"<literal>numberDepth</literal> — The depth of numbering for section. "
"All sections are numbered relative to their surrounding chapter/sections. "
-"The fourth section of of the first section of chapter three would be section "
+"The fourth section of the first section of chapter three would be section "
"3.1.4, if displayed at the default number depth of three. To omit the "
"chapter number, a number depth of 2 should be used. In that case, the "
"section number would be displayed as 1.4."
@@ -839,7 +839,7 @@
msgid ""
"List structures can be displayed using the <literal>p:list</literal> and "
"<literal>p:listItem</literal> tags. Lists may contain arbitrarily-nested "
-"sublists. List items may not be used outside of a list. he following "
+"sublists. List items may not be used outside of a list. The following "
"document uses the <literal>ui:repeat</literal> tag to to display a list of "
"values retrieved from a Seam component."
msgstr ""
@@ -1391,7 +1391,7 @@
#, no-c-format
msgid ""
"<literal>domainGridlineStroke</literal> — The stroke style of the "
-"domain gridleines, if visible."
+"domain gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1493,7 +1493,7 @@
#, no-c-format
msgid ""
"<literal>plotOutlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1531,7 +1531,7 @@
#, no-c-format
msgid ""
"<literal>rangeGridlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1946,8 +1946,8 @@
#: Itext.xml:1893
#, no-c-format
msgid ""
-"<literal>seriesVisibleInLegend</literal> — A boolean indiciating if "
-"the series should be listed in the legend."
+"<literal>seriesVisibleInLegend</literal> — A boolean indicating if the "
+"series should be listed in the legend."
msgstr ""
#. Tag: programlisting
@@ -2149,7 +2149,7 @@
#, no-c-format
msgid ""
"<literal>dashPhase</literal> — The dash phase indicates the offset "
-"into the dash pattern that the the line should be drawn with."
+"into the dash pattern that the line should be drawn with."
msgstr ""
#. Tag: programlisting
@@ -2303,7 +2303,7 @@
#, no-c-format
msgid ""
"If you have a complex, pre-generated PDF with named fields, you can easily "
-"fill in the values from you application and present it to the user."
+"fill in the values from your application and present it to the user."
msgstr ""
#. Tag: literal
Modified: trunk/doc/Seam_Reference_Guide/as-IN/Websphere.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/as-IN/Websphere.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/as-IN/Websphere.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-11-06 00:24+0000\n"
+"POT-Creation-Date: 2009-02-01 21:20+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,190 +16,80 @@
#. Tag: title
#: Websphere.xml:2
#, no-c-format
-msgid "Seam on IBM's Websphere"
+msgid "Seam on IBM's Websphere AS"
msgstr ""
#. Tag: para
#: Websphere.xml:4
#, no-c-format
msgid ""
-"Websphere 6.1.x is IBM's application server offering. The latest release is "
-"6.1.0.19 which does not have <literal>EJB3</literal> or <literal>JEE5</"
-"literal> support. There is a recently released (Nov 07) <literal>EJB3</"
-"literal> feature pack which provides some support for <literal>EJB3</"
-"literal> and <literal>JPA</literal>. Currently there is no true "
-"<literal>JEE5</literal> offering from IBM. This causes some issues with Seam "
-"integration with applications that use EJB3."
+"Websphere AS V7 is IBM's application server offering. This release is fully "
+"Java EE 5 certified."
msgstr ""
#. Tag: para
-#: Websphere.xml:12
+#: Websphere.xml:7
#, no-c-format
msgid ""
-"First we will go over some basic information about the Websphere environment "
-"that we used for these examples. After a good deal of research and work we "
-"were able to get EJB3 applications to function correctly. We will go over "
-"the details of those steps with the jee5 example. We will also deploy the "
-"JPA example application."
+"First we will go over some basic information about the Websphere AS "
+"environment that we used for these examples. We will go over the details of "
+"those steps with the JEE5 booking example. We will also deploy the JPA "
+"example application."
msgstr ""
#. Tag: title
-#: Websphere.xml:19
+#: Websphere.xml:13
#, no-c-format
-msgid "Websphere environment and deployment information"
+msgid "Websphere AS environment and deployment information"
msgstr ""
#. Tag: para
-#: Websphere.xml:21
+#: Websphere.xml:15
#, no-c-format
msgid ""
-"Websphere is a commercial product and so we will not discuss the details of "
-"its installation other than to say follow the directions provided by your "
+"Websphere AS is a commercial product and so we will not discuss the details "
+"of its installation other than to say follow the directions provided by your "
"particular installation type and license. This section will detail the exact "
"server versions used, installation tips, and some custom properties that are "
"needed for all of the examples."
msgstr ""
#. Tag: title
-#: Websphere.xml:29
+#: Websphere.xml:23
#, no-c-format
-msgid "Installation versions and tips"
+msgid "Installation versions"
msgstr ""
#. Tag: para
-#: Websphere.xml:30
+#: Websphere.xml:24
#, no-c-format
msgid ""
"All of the examples and information in this chapter are based on the version "
-"6.1 of Websphere at the time of this writing."
+"V7 of Websphere AS at the time of this writing."
msgstr ""
#. Tag: ulink
-#: Websphere.xml:35
+#: Websphere.xml:29
#, no-c-format
-msgid "Websphere Application Server 6.1"
+msgid "Websphere Application Server V7"
msgstr ""
-#. Tag: ulink
-#: Websphere.xml:40
-#, no-c-format
-msgid ""
-"Feature Pack for EJB 3.0 for Websphere Application Server V6.1 (6.1.0.13)"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:46
-#, no-c-format
-msgid "Fix Pack for Websphere Application Server V6.1 (6.1.0.19)"
-msgstr ""
-
#. Tag: para
-#: Websphere.xml:52
+#: Websphere.xml:34
#, no-c-format
msgid ""
-"The EJB3 feature pack that we installed came with the 6.1.0.13 patch version "
-"of Websphere. Installing the feature pack does not ensure that your server "
-"will have the proper environment for EJB3 applications. Be sure that as part "
-"of the installation of the feature pack you follow the instructions to "
-"create a new server profile with the EJB3 feature pack enabled, or augment "
-"one of your existing ones. This can also be done after the installation by "
-"running the profile management tool."
+"After installing Websphere AS, create server profile with Profile Management "
+"Tool, if you didn't create profile in installation process."
msgstr ""
-#. Tag: para
-#: Websphere.xml:60
-#, no-c-format
-msgid ""
-"It is highly recommended to patch Websphere by latest fix pack, at the time "
-"of this writing it is 6.1.0.19"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:63
+#: Websphere.xml:42
#, no-c-format
-msgid "A note about restarting the server"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:64
-#, no-c-format
-msgid ""
-"There are times that restarting the server will be required after deploying "
-"or changes the examples in this chapter. Its does not seem like every change "
-"requires a restart. If you get errors or exceptions after modifying a "
-"property or deploying an application try to restart the server."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:72
-#, no-c-format
-msgid "Required custom properties"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:73
-#, no-c-format
-msgid ""
-"There are a couple of Websphere custom properties that are required for Seam "
-"integration. These properties are not needed specifically for Seam, but work "
-"around some issues with Websphere. These are set following the instructions "
-"here : <ulink url=\"http://www-1.ibm.com/support/docview.wss?rss=180&"
-"uid=swg21284395\"> Setting web container custom properties</ulink>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:82
-#, no-c-format
-msgid ""
-"<literal>prependSlashToResource = \"true\"</literal> — This solves a "
-"fairly common issue with Websphere where applications are not using a "
-"leading \"/\" when attempting to access resources. If this is not set then a "
-"<literal>java.net.MalformedURLException</literal> will be thrown. With this "
-"property set you will still see warnings, but the resources will be "
-"retrieved as expected."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:90 Websphere.xml:108
-#, no-c-format
-msgid "Detailed can be found at:"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:92
-#, no-c-format
-msgid "SRVE0238E: Resource paths must have a leading slash"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:97
-#, no-c-format
-msgid ""
-"<literal>com.ibm.ws.webcontainer.invokefilterscompatibility = \"true\"</"
-"literal> — This solves an issue with Websphere where it throws a "
-"<literal>FileNotFoundException</literal> when a web application attempts to "
-"access a file resource that does not actually exist on disk. This is a "
-"common practice in modern web applications where filters or servlets are "
-"used to process resource requests like these. This issue manifests itself as "
-"failures to retrieve JavaScript, CSS, images, etc... when requesting a web "
-"page."
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:110
-#, no-c-format
-msgid ""
-"PK33090; 6.1: A filter that serves a file does not pop-up an alert message"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:119
-#, no-c-format
msgid "The <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:121
+#: Websphere.xml:44
#, no-c-format
msgid ""
"The <literal>jee5/booking</literal> example is based on the Hotel Booking "
@@ -208,45 +98,36 @@
"located in the <literal>$SEAM_DIST/examples/jee5/booking</literal> directory."
msgstr ""
-#. Tag: para
-#: Websphere.xml:128
-#, no-c-format
-msgid ""
-"As stated before the <literal>EJB3</literal> feature pack does not provide a "
-"full <literal>jee5</literal> implementation. This means that there are some "
-"tricks to getting an application deployed and functioning."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:134 Websphere.xml:927
+#: Websphere.xml:52 Websphere.xml:710
#, no-c-format
msgid "<title>Configuration file changes</title>"
msgstr ""
#. Tag: para
-#: Websphere.xml:136
+#: Websphere.xml:54
#, no-c-format
msgid ""
"Below are the configuration file changes that are need to the base example."
msgstr ""
#. Tag: literal
-#: Websphere.xml:142 Websphere.xml:1001
+#: Websphere.xml:60 Websphere.xml:784
#, no-c-format
msgid "resources/WEB-INF/components.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:145
+#: Websphere.xml:63
#, no-c-format
msgid ""
-"We need to change the way that we look up EJBs for Websphere. We need to "
-"remove the <literal>/local</literal> from the end of the <literal>jndi-"
-"pattern</literal> attribute. It should look like this:"
+"We need to change the way that we look up EJBs for WAS. We need to remove "
+"the <literal>/local</literal> from the end of the <literal>jndi-pattern</"
+"literal> attribute. It should look like this:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:152
+#: Websphere.xml:70
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -256,133 +137,119 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:156 Websphere.xml:1033
+#: Websphere.xml:76
#, no-c-format
-msgid "resources/WEB-INF/web.xml"
+msgid "resources/META-INF/ejb-jar.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:159
+#: Websphere.xml:79
#, no-c-format
msgid ""
-"This is the first place that we notice an unexpected change because this is "
-"not full <literal>jee5</literal> implementation."
+"We need to replace the /local string from <literal>ejb-ref-name</literal>. "
+"See at the following final code:"
msgstr ""
-#. Tag: para
-#: Websphere.xml:162
+#. Tag: programlisting
+#: Websphere.xml:82
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it requires "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
+"<![CDATA[\n"
+" <enterprise-beans>\n"
+" <!-- EJB reference required when one Seam EJB component references "
+"another Seam EJB component using @In -->\n"
+" <!-- Not required if you inject using @EJB, but then you lose state "
+"management and client-side interceptors (e.g., security) -->\n"
+" <session>\n"
+" <ejb-name>RegisterAction</ejb-name>\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
+"name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref>\n"
+" </session>\n"
+" </enterprise-beans>]]>"
msgstr ""
-#. Tag: programlisting
-#: Websphere.xml:169
+#. Tag: literal
+#: Websphere.xml:88 Websphere.xml:816
#, no-c-format
-msgid ""
-"<![CDATA[<xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
+msgid "resources/WEB-INF/web.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:170
+#: Websphere.xml:91
#, no-c-format
msgid ""
-"Next, we have to make some changes to the EJB references in the <literal>web."
-"xml</literal>. These changes are what will allow Websphere to bind the EJB2 "
-"references in the web module to the the actual EJB3 beans in the EAR module. "
-"Replace all of the <literal>ejb-local-refs</literal> when the values below."
+"We have to make some changes to the EJB references in the <literal>web.xml</"
+"literal>. These changes are what will allow WAS to bind automatically the "
+"EJB3 references in the web module to the the actual EJB3 beans in the EAR "
+"module. Replace all of the /local strings in <literal>ejb-local-refs</"
+"literal> when the values below."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:179
+#: Websphere.xml:100
#, no-c-format
msgid ""
"<![CDATA[\n"
" <!-- JEE5 EJB3 names -->\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Authenticator</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.BookingList</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Register</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.ChangePassword</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.HotelBooking</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.HotelSearching</local> \n"
-" </ejb-local-ref> \n"
-" \n"
" <ejb-local-ref>\n"
-" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name> \n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-name>\n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref> \n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.BookingList</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Register</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.ChangePassword</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelBooking</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelSearching</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:181
+#: Websphere.xml:102
#, no-c-format
msgid ""
-"The important change is that there is an empty <literal>local-home</literal> "
-"element for each EJB. This tells Websphere to make the correct bindings "
-"between the web module and the EJB3 beans. The <literal>ejb-link</literal> "
-"element is simply not used."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:187
-#, no-c-format
-msgid ""
"Note also that <literal>EjbSynchronizations</literal> is a built-in Seam EJB "
"and not part of the Hotel Booking example. This means that if your "
"application's <literal>components.xml</literal> specifies "
-"<literal>transaction:ejb-transaction</literal> , then you must include:"
+"<literal>transaction:ejb-transaction</literal>, then you must include:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:192
+#: Websphere.xml:107
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -395,34 +262,34 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:193
+#: Websphere.xml:108
#, no-c-format
msgid ""
"in your web.xml. If you don't include it, you'll get the following error:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:194
+#: Websphere.xml:109
#, no-c-format
msgid "Name comp/env/myapp/EjbSynchronizations not found in context java:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:199
+#: Websphere.xml:114
#, no-c-format
msgid "resources/META-INF/persistence.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:202
+#: Websphere.xml:117
#, no-c-format
msgid ""
"For this example we will be using the default datasource that comes with "
-"Websphere. To do this change the <literal>jta-data-source</literal> element:"
+"WAS. To do this change the <literal>jta-data-source</literal> element:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:205
+#: Websphere.xml:120
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -431,7 +298,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:206
+#: Websphere.xml:121
#, no-c-format
msgid ""
"Then we need to adjust some of the hibernate properties. First comment out "
@@ -439,7 +306,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:211
+#: Websphere.xml:126
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -455,25 +322,25 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:215
+#: Websphere.xml:130
#, no-c-format
msgid ""
"<literal>hibernate.transaction.manager_lookup_class</literal> — "
-"Standard Hibernate transaction manager property for Websphere 6.X"
+"Standard Hibernate transaction manager property for WAS 6.X and 7"
msgstr ""
#. Tag: para
-#: Websphere.xml:221
+#: Websphere.xml:136
#, no-c-format
msgid ""
"<literal>hibernate.transaction.flush_before_completion</literal> — "
"This is commented out because we want the container to manage the "
"transactions. Also if this is set to <literal>true</literal> an exception "
-"will be thrown by Websphere when the EJBContext is looked up."
+"will be thrown by WAS when the EJBContext is looked up."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:230
+#: Websphere.xml:145
#, no-c-format
msgid ""
"<![CDATA[com.ibm.wsspi.injectionengine.InjectionException: \n"
@@ -482,55 +349,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:233
+#: Websphere.xml:148
#, no-c-format
msgid ""
"<literal>hibernate.dialect</literal> — From WAS 6.1.0.9 on the "
-"embedded DB was switched to the same Derby DB in Glassfish."
+"embedded DB was switched to the same Derby DB as is in Glassfish v2."
msgstr ""
#. Tag: literal
-#: Websphere.xml:243 Websphere.xml:967
+#: Websphere.xml:158 Websphere.xml:750
#, no-c-format
-msgid "resources/GlassfishDerbyDialect.class"
+msgid "src/GlassfishDerbyDialect.java"
msgstr ""
#. Tag: para
-#: Websphere.xml:246
+#: Websphere.xml:161
#, no-c-format
msgid ""
-"You will need to get the <literal>GlassfishDerbyDialect.class</literal> and "
-"copy it into the <literal>/resources</literal> directory. The class exists "
-"in the JPA example and can be copied using the command below assuming you "
-"are in <literal>jee5/booking</literal> directory:"
+"You will need to get the <literal>GlassfishDerbyDialect.java</literal> and "
+"copy it into the <literal>/src</literal> directory. The java class exists in "
+"the JPA example source directory and can be copied using the command below "
+"assuming you are in <literal>jee5/booking</literal> directory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:254
+#: Websphere.xml:169
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/WEB-INF/classes/GlassfishDerbyDialect."
-"class\n"
-" ./resources]]>"
+"cp ../../jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:255
+#: Websphere.xml:170
#, no-c-format
msgid ""
-"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file "
-"using changes to the build.xml discussed later."
+"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file."
msgstr ""
#. Tag: literal
-#: Websphere.xml:261
+#: Websphere.xml:175
#, no-c-format
msgid "resources/import.sql"
msgstr ""
#. Tag: para
-#: Websphere.xml:264
+#: Websphere.xml:178
#, no-c-format
msgid ""
"This file must also be copied from the JPA example because either the Derby "
@@ -540,201 +405,91 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:271
+#: Websphere.xml:185
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/import.sql ./resources]]>"
+"cp ../../jpa/resources-websphere7/import.sql ./resources]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:280
+#: Websphere.xml:194
#, no-c-format
msgid "Building the <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:283
+#: Websphere.xml:197
#, no-c-format
msgid ""
"In order to get the changes we have made into our application we need to "
"make some changes to the <literal>build.xml</literal>. There are also some "
"additional jars that are required by our application in order to work with "
-"Websphere. This section will cover what changes are needed to the "
-"<literal>build.xml</literal>."
+"WAS. This section will cover what changes are needed to the <literal>build."
+"xml</literal>."
msgstr ""
#. Tag: title
-#: Websphere.xml:290
+#: Websphere.xml:204
#, no-c-format
-msgid "New libraries dependencies"
+msgid "Library dependency changes"
msgstr ""
#. Tag: para
-#: Websphere.xml:294
+#: Websphere.xml:205
#, no-c-format
msgid ""
-"JSF libraries — Websphere 6.1 comes with its own version of JSF 1.1 "
-"(Seam requires JSF 1.2). So we must add these jars to our application:"
+"We remove the <literal>log4j.jar</literal> so that all of the log output "
+"from our application will be added to the WAS log. Additional steps are "
+"required to fully configure log4j and those are outside of the scope of this "
+"document."
msgstr ""
-#. Tag: literal
-#: Websphere.xml:299 Websphere.xml:836
-#, no-c-format
-msgid "jsf-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:303 Websphere.xml:841
-#, no-c-format
-msgid "jsf-impl.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:309
-#, no-c-format
-msgid ""
-"Since Websphere is not a fully compliant <literal>JEE5</literal> "
-"implementation we need to add these EL libraries:"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:314 Websphere.xml:849
-#, no-c-format
-msgid "el-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:318 Websphere.xml:845
-#, no-c-format
-msgid "el-ri.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:324
-#, no-c-format
-msgid ""
-"<literal>jboss-seam.jar</literal> — for some reason when deploying the "
-"application through the Websphere administration console it can not find the "
-"<literal>jboss-seam.jar</literal> at the base of the EAR archive. This means "
-"that we need to add it to the <literal>/lib</literal> of the EAR."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:332
-#, no-c-format
-msgid ""
-"Finally we remove the <literal>log4j.jar</literal> so that all of the log "
-"output from our application will be added to the Websphere log. Additional "
-"steps are required to fully configure log4j and those are outside of the "
-"scope of this document."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:343
+#: Websphere.xml:213
#, no-c-format
msgid "Updating the <literal>build.xml</literal> file"
msgstr ""
#. Tag: para
-#: Websphere.xml:345
+#: Websphere.xml:215
#, no-c-format
msgid ""
"Add the following entry to the bottom of the <literal>build.xml</literal> "
"file. This overrides the default fileset that is used to populate the "
-"<literal>jboss-seam-jee5.jar</literal>. The primary change is the addition "
-"of the <literal>GlassfishDerbyDialect.class</literal>:"
+"<literal>jboss-seam-jee5.jar</literal>. :"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:354
+#: Websphere.xml:223
#, no-c-format
msgid ""
"<![CDATA[\n"
" <fileset id=\"jar.resources\" dir=\"${resources.dir}\">\n"
" <include name=\"import.sql\" />\n"
" <include name=\"seam.properties\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
" <include name=\"META-INF/persistence.xml\" />\n"
" <include name=\"META-INF/ejb-jar.xml\" />\n"
" </fileset>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:357
+#: Websphere.xml:225
#, no-c-format
msgid ""
-"Next we need to add the library dependencies discussed above. For this add "
-"the following to bottom of the <literal>ear.lib.extras</literal> fileset "
-"entry:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:363
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!--<include name=\"lib/log4j.jar\" />-->\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" />\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:365
-#, no-c-format
-msgid ""
-"We also need to add richfaces-api.jar, jsf-impl.jar and el-ri.jar into WEB-"
-"INF/lib of the war file. Add the following fileset after <literal>ear.lib."
-"extras</literal> fileset."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:368
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <fileset id=\"war.lib.extras\" dir=\"${seam.dir}\"> \n"
-" <include name=\"lib/richfaces-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" /> \n"
-" </fileset>]]>"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:370
-#, no-c-format
-msgid "A note about copying JSF and EL jars"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:371
-#, no-c-format
-msgid ""
-"There is a class loading issue with WebSphere, which causes the jars from "
-"ear lib directory to not be available when the web module is initialized."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:376
-#, no-c-format
-msgid ""
"Now all that is left is to execute the <literal>ant archive</literal> task "
"and the built application will be in the <literal>jee5/booking/dist</"
"literal> directory."
msgstr ""
#. Tag: title
-#: Websphere.xml:385
+#: Websphere.xml:234
#, no-c-format
msgid "Deploying the application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:387
+#: Websphere.xml:236
#, no-c-format
msgid ""
"So now we have everything we need in place. All that is left is to deploy it "
@@ -742,7 +497,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:389
+#: Websphere.xml:238
#, no-c-format
msgid ""
"For this we will use Websphere's administration console. As before there are "
@@ -750,52 +505,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:392
+#: Websphere.xml:241
#, no-c-format
msgid ""
-"The steps below are for the Websphere version stated above, yours may be "
-"slightly different."
+"The steps below are for the WAS version stated above. The ports are default "
+"values, if you changed them substitute your values."
msgstr ""
#. Tag: para
-#: Websphere.xml:396
+#: Websphere.xml:245
#, no-c-format
-msgid "Log in to the administration console"
+msgid ""
+"Log in to the administration console <programlisting><![CDATA[https://"
+"localhost:9043/admin]]></programlisting> or"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:399
+#: Websphere.xml:250
#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"https://localhost:9043/ibm/console]]>"
+msgid "<![CDATA[http://localhost:9060/admin]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:403
+#: Websphere.xml:254
#, no-c-format
msgid ""
-"Access the <literal>Enterprise Application</literal> menu option under the "
-"<literal>Applications</literal> top menu."
+"Access the <literal>Websphere enterprise applications</literal> menu option "
+"under the <literal>Applications --> Application Type</literal> left side "
+"menu."
msgstr ""
#. Tag: para
-#: Websphere.xml:408
+#: Websphere.xml:259
#, no-c-format
msgid ""
-"At the top of the <literal>Enterprise Application</literal> table select "
+"At the top of the <literal>Enterprise Applications</literal> table select "
"<literal>Install</literal>. Below are installation wizard pages and what "
"needs to done on each:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:414 Websphere.xml:674
+#: Websphere.xml:265 Websphere.xml:461
#, no-c-format
msgid "Preparing for the application installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:418
+#: Websphere.xml:269
#, no-c-format
msgid ""
"Browse to the <literal>examples/jee5/booking/dist/jboss-seam-jee5.ear</"
@@ -803,102 +559,81 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:424 Websphere.xml:442 Websphere.xml:475 Websphere.xml:689
+#: Websphere.xml:275 Websphere.xml:285 Websphere.xml:304 Websphere.xml:476
+#: Websphere.xml:496
#, no-c-format
msgid "Select the <literal>Next</literal> button."
msgstr ""
+#. Tag: para
+#: Websphere.xml:280 Websphere.xml:471
+#, no-c-format
+msgid "Select the <literal>Fast Path</literal> button."
+msgstr ""
+
#. Tag: literal
-#: Websphere.xml:431
+#: Websphere.xml:292
#, no-c-format
msgid "Select installation options"
msgstr ""
#. Tag: para
-#: Websphere.xml:435
+#: Websphere.xml:296
#, no-c-format
msgid ""
-"Select the <literal>Deploy enterprise beans</literal> check box. This is "
-"needed unless you used a Websphere tool to package the application."
+"Select the <literal>Deploy enterprise beans</literal> and <literal>Allow EJB "
+"reference targets to resolve automatically</literal> check boxes. This is "
+"needed unless you used a Websphere AS tool to package the application."
msgstr ""
#. Tag: literal
-#: Websphere.xml:449
+#: Websphere.xml:313
#, no-c-format
msgid "Map modules to servers"
msgstr ""
#. Tag: para
-#: Websphere.xml:453
+#: Websphere.xml:317
#, no-c-format
msgid ""
"No changes needed here as we only have one server. Select the <literal>Next</"
"literal> button."
msgstr ""
-#. Tag: para
-#: Websphere.xml:461
-#, no-c-format
-msgid ""
-"<literal>Map EJB references to beans</literal> This page will list all of "
-"the beans that we entered in the web.xml."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:466
-#, no-c-format
-msgid ""
-"Make sure that <literal>Allow EJB reference targets to resolve "
-"automatically</literal> check box is selected. This will tell Websphere to "
-"bind our EJB3 beans to the EJB references in the web module."
-msgstr ""
-
#. Tag: literal
-#: Websphere.xml:482
+#: Websphere.xml:325
#, no-c-format
-msgid "Map virtual hosts for Web modules"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:486
-#, no-c-format
-msgid "No changes needed here. Select the <literal>Next</literal> button."
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:493
-#, no-c-format
msgid "Summary"
msgstr ""
#. Tag: para
-#: Websphere.xml:496
+#: Websphere.xml:328
#, no-c-format
msgid "No changes needed here. Select the <literal>Finish</literal> button."
msgstr ""
#. Tag: literal
-#: Websphere.xml:503
+#: Websphere.xml:335
#, no-c-format
msgid "Installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:506
+#: Websphere.xml:338
#, no-c-format
msgid "Now you will see it installing and deploying your application."
msgstr ""
#. Tag: para
-#: Websphere.xml:511
+#: Websphere.xml:343
#, no-c-format
msgid ""
-"When if finishes select the <literal>Save</literal> link and you will be "
+"When it finishes select the <literal>Save</literal> link and you will be "
"returned to the <literal>Enterprise Applications</literal> table."
msgstr ""
#. Tag: para
-#: Websphere.xml:523
+#: Websphere.xml:355
#, no-c-format
msgid ""
"Now that we have our application installed we need to make some adjustments "
@@ -906,7 +641,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:527
+#: Websphere.xml:359
#, no-c-format
msgid ""
"Starting from the <literal>Enterprise Applications</literal> table select "
@@ -914,40 +649,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:533
+#: Websphere.xml:365
#, no-c-format
msgid "Select the <literal>Manage Modules</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:537
+#: Websphere.xml:369
#, no-c-format
-msgid "Select the <literal>jboss-seam-jee5.war</literal> link."
+msgid "Select the <literal>jboss-seam-jee5-booking.war</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:542
+#: Websphere.xml:374
#, no-c-format
msgid ""
"Change the <literal>Class loader order</literal> combo box to "
-"<literal>Classes loaded with application class loader first</literal>."
+"<literal>Classes loaded with application class loader first (parent last)</"
+"literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:548 Websphere.xml:573
+#: Websphere.xml:380 Websphere.xml:397
#, no-c-format
msgid ""
"Select <literal>Apply</literal> and then <literal>Save</literal> options."
msgstr ""
#. Tag: para
-#: Websphere.xml:552
+#: Websphere.xml:384
#, no-c-format
-msgid "Return the <literal>Seam Booking</literal> page."
+msgid "Return to the <literal>Seam Booking</literal> page."
msgstr ""
#. Tag: para
-#: Websphere.xml:556
+#: Websphere.xml:387
#, no-c-format
msgid ""
"On this page select the <literal>Class loading and update detection</"
@@ -955,7 +691,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:561
+#: Websphere.xml:392
#, no-c-format
msgid ""
"Select the radio button for <literal>Classes loaded with application class "
@@ -963,117 +699,40 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:566
+#: Websphere.xml:403
#, no-c-format
msgid ""
-"Even though we are not enabling class reload you must also enter a valid "
-"number in the <literal>Polling interval for updated files</literal> text "
-"area (zero works fine)."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:577
-#, no-c-format
-msgid ""
-"You should verify that the change you just made has been remembered. We have "
-"had problems with the last class loader change not taking effect - even "
-"after a restart. If the change did not take you will need to do it manually, "
-"following these directions:"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:585
-#, no-c-format
-msgid "Open the following file in a text editor of your choice:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:589
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"$WebSphereInstall/$yourServerName/profiles/$yourProfileName/config/cells/\n"
-" $yourCellName/applications/Seam Booking.ear/deployments/\n"
-" Seam Booking/deployment.xml]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:593
-#, no-c-format
-msgid ""
-"Modify the following line so that <literal>PARENT_FIRST</literal> is now "
-"<literal>PARENT_LAST</literal>:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:599
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<classloader xmi:id=\"Classloader_#######\" mode=\"PARENT_FIRST\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:603
-#, no-c-format
-msgid ""
-"Save the file and now when go to the <literal>Class loading and update "
-"detection</literal> page you should see <literal>Classes loaded with "
-"application class loader first</literal> selected."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:615
-#, no-c-format
-msgid ""
"To start the application return to the <literal>Enterprise Applications</"
"literal> table and select our application in the list. Then choose the "
"<literal>Start</literal> button at the top of the table."
msgstr ""
#. Tag: para
-#: Websphere.xml:622
+#: Websphere.xml:410
#, no-c-format
msgid ""
"You can now access the application at <literal>http://localhost:9080/seam-"
-"jee5/</literal> ."
+"jee5-booking/index.html</literal> ."
msgstr ""
#. Tag: title
-#: Websphere.xml:628
+#: Websphere.xml:431
#, no-c-format
-msgid "A note about Websphere Stateful bean timeouts"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:629
-#, no-c-format
-msgid ""
-"The default timeout period for a Websphere 6.1 Stateful EJB is 10 minutes. "
-"This means that you may see some EJB timeout exceptions after some idle "
-"time. It is possible to adjust the timeout of the Stateful EJBs on an "
-"individual basis, but that is beyond the scope of this document. See the "
-"Websphere documentation for details."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:643
-#, no-c-format
msgid "The <literal>jpa</literal> booking example"
msgstr ""
#. Tag: para
-#: Websphere.xml:644
+#: Websphere.xml:432
#, no-c-format
msgid ""
"Thankfully getting the <literal>jpa</literal> example to work is much easier "
"than the <literal>jee5</literal> example. This is the Hotel Booking example "
"implemented in Seam POJOs and using Hibernate JPA with JPA transactions. It "
-"does not require EJB3 support to run."
+"does not use EJB3."
msgstr ""
#. Tag: para
-#: Websphere.xml:650
+#: Websphere.xml:437
#, no-c-format
msgid ""
"The example already has a breakout of configurations and build scripts for "
@@ -1081,7 +740,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:653
+#: Websphere.xml:440
#, no-c-format
msgid ""
"First thing we are going to do is build and deploy that example. Then we'll "
@@ -1089,29 +748,29 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:657
+#: Websphere.xml:444
#, no-c-format
msgid "Building the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:658
+#: Websphere.xml:445
#, no-c-format
msgid ""
"Building it only requires running the correct ant command: "
-"<programlisting>ant websphere61</programlisting> This will create container "
+"<programlisting>ant websphere7</programlisting> This will create container "
"specific distribution and exploded archive directories with the "
-"<literal>websphere61</literal> label."
+"<literal>websphere7</literal> label."
msgstr ""
#. Tag: title
-#: Websphere.xml:664
+#: Websphere.xml:451
#, no-c-format
msgid "Deploying the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:665
+#: Websphere.xml:452
#, no-c-format
msgid ""
"This is similar to the <literal>jee5</literal> example at <xref linkend="
@@ -1119,7 +778,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:670
+#: Websphere.xml:457
#, no-c-format
msgid ""
"From the <literal>Enterprise Applications</literal> table select the "
@@ -1127,37 +786,43 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:678
+#: Websphere.xml:465
#, no-c-format
msgid ""
-"Browse to the <literal>examples/jpa/dist-websphere61/jboss-seam-jpa.war</"
+"Browse to the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
"literal> file using the file upload widget."
msgstr ""
#. Tag: para
-#: Websphere.xml:684
+#: Websphere.xml:483
#, no-c-format
msgid ""
-"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
-"jpa</literal>."
+"Select the <literal>Next</literal> button for the next three pages, no "
+"changes are needed."
msgstr ""
+#. Tag: literal
+#: Websphere.xml:488
+#, no-c-format
+msgid "Map context roots for Web modules"
+msgstr ""
+
#. Tag: para
-#: Websphere.xml:695
+#: Websphere.xml:491
#, no-c-format
msgid ""
-"Select the <literal>Next</literal> button for the next three pages, no "
-"changes are needed."
+"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
+"jpa</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:700
+#: Websphere.xml:502
#, no-c-format
msgid "<literal>Summary</literal> page"
msgstr ""
#. Tag: para
-#: Websphere.xml:703
+#: Websphere.xml:505
#, no-c-format
msgid ""
"Review the settings if you wish and select the <literal>Finish</literal> "
@@ -1167,17 +832,17 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:716
+#: Websphere.xml:519
#, no-c-format
msgid ""
"As with the <literal>jee5</literal> example there are some class loader "
"changes needed before we start the application. Follow the instructions at "
"<xref linkend=\"websphere-app-adj-after-install\"/> but exchange "
-"<literal>jboss-seam-jpa</literal> for <literal>Seam Booking</literal>."
+"<literal>jboss-seam-jpa_war</literal> for <literal>Seam Booking</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:723
+#: Websphere.xml:526
#, no-c-format
msgid ""
"Finally start the application by selecting it in the <literal>Enterprise "
@@ -1186,7 +851,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:729
+#: Websphere.xml:532
#, no-c-format
msgid ""
"You can now access the application at the <literal>http://localhost:9080/"
@@ -1194,187 +859,186 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:737
+#: Websphere.xml:540
#, no-c-format
-msgid "Whats different for Websphere 6.1"
+msgid "What's different for Websphere AS V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:738
+#: Websphere.xml:541
#, no-c-format
msgid ""
"The differences between the JPA examples that deploys to JBoss 4.2 and "
-"Websphere 6.1 are mostly expected; library and configuration file changes."
+"Websphere AS V7 are mostly expected; library and configuration file changes."
msgstr ""
#. Tag: para
-#: Websphere.xml:743
+#: Websphere.xml:546
#, no-c-format
msgid "<para>Configuration file changes</para>"
msgstr ""
#. Tag: para
-#: Websphere.xml:746
+#: Websphere.xml:549
#, no-c-format
msgid ""
-"<literal>WEB-INF/web.xml</literal> — the only significant change is "
-"that Websphere 6.1 only support <literal>Servlet 2.4</literal> so the top of "
-"this file was changed."
+"<literal>META-INF/persistence.xml</literal> — the main changes here "
+"are for the datasource JNDI path, switching to the Websphere transaction "
+"manager look up class, and changing the hibernate dialect to be "
+"<literal>GlassfishDerbyDialect</literal> ."
msgstr ""
#. Tag: para
-#: Websphere.xml:753
+#: Websphere.xml:559
#, no-c-format
msgid ""
-"<literal>META-INF/persistence.xml</literal> — the main changes here "
-"are for the datasource JNDI path, switching to the Websphere 6.1 transaction "
-"manager look up class, and changing the hibernate dialect to be "
-"<literal>GlassfishDerbyDialect</literal> ."
+"<literal>WEB-INF/components.xml</literal> — the change here is "
+"<literal>jndi-pattern</literal> without /local string."
msgstr ""
#. Tag: para
-#: Websphere.xml:763
+#: Websphere.xml:565
#, no-c-format
msgid ""
-"<literal>WEB-INF/classes/GlassfishDerbyDialect.class </literal> — this "
-"class is needed for the hibernate dialect change to "
-"<literal>GlassfishDerbyDialect</literal>"
+"<literal>META-INF/ejb-jar.xml</literal> — the same change in "
+"<literal>ejb-ref-name</literal>, where is replace /local string in "
+"<literal>jboss-seam-jee5/AuthenticatorAction</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:771
+#: Websphere.xml:572
#, no-c-format
msgid ""
+"<literal>src/GlassfishDerbyDialect.java </literal> — this class is "
+"needed for the hibernate dialect change to <literal>GlassfishDerbyDialect</"
+"literal>"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:580
+#, no-c-format
+msgid ""
"<literal>import.sql</literal> — either for the dialect or Derby DB the "
"<literal>ID</literal> column can not be populated by this file and was "
"removed."
msgstr ""
#. Tag: para
-#: Websphere.xml:780
+#: Websphere.xml:589
#, no-c-format
msgid "Changes for dependent libraries"
msgstr ""
#. Tag: para
-#: Websphere.xml:781
+#: Websphere.xml:590
#, no-c-format
msgid ""
-"<literal>WEB-INF/lib</literal> — The Websphere version requires "
-"several library packages because they are not included as they are with "
-"JBoss AS. These are primarily for hibernate, JSF-RI support and their "
-"dependencies. Below are listed only the additional jars needed above and "
-"beyond the JBoss <literal>JPA</literal> example."
+"The Websphere version requires several library packages because they are not "
+"included as they are with JBoss AS. These are primarily for hibernate and "
+"their dependencies. Below are listed only the additional jars needed above "
+"and beyond the JBoss <literal>JPA</literal> example."
msgstr ""
#. Tag: para
-#: Websphere.xml:789
+#: Websphere.xml:597
#, no-c-format
msgid "To use Hibernate as your JPA provider you need the following jars:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:794
+#: Websphere.xml:602
#, no-c-format
msgid "hibernate.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:799
+#: Websphere.xml:607
#, no-c-format
msgid "hibernate-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:804
+#: Websphere.xml:612
#, no-c-format
msgid "hibernate-commons-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:809
+#: Websphere.xml:617
#, no-c-format
msgid "hibernate-entitymanager.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:814
+#: Websphere.xml:622
#, no-c-format
msgid "hibernate-validator.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:819
+#: Websphere.xml:627
#, no-c-format
msgid "commons-collections.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:824
+#: Websphere.xml:632
#, no-c-format
msgid "jboss-common-core.jar"
msgstr ""
#. Tag: para
-#: Websphere.xml:830
+#: Websphere.xml:638
#, no-c-format
-msgid ""
-"Seam requires JSF 1.2 and these are the jars needed for that. Websphere 6.1 "
-"ships with its own implementation of JSF 1.1."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:855
-#, no-c-format
msgid "Various third party jars that Websphere needs:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:858
+#: Websphere.xml:641
#, no-c-format
msgid "antlr.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:862
+#: Websphere.xml:645
#, no-c-format
msgid "cglib.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:866
+#: Websphere.xml:649
#, no-c-format
msgid "asm.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:870
+#: Websphere.xml:653
#, no-c-format
msgid "dom4j.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:875
+#: Websphere.xml:658
#, no-c-format
msgid "javassist.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:880
+#: Websphere.xml:663
#, no-c-format
msgid "concurrent.jar"
msgstr ""
#. Tag: title
-#: Websphere.xml:895
+#: Websphere.xml:678
#, no-c-format
msgid ""
"Deploying an application created using <literal>seam-gen</literal> on "
-"Websphere 6.1.0.13"
+"Websphere V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:898
+#: Websphere.xml:681
#, no-c-format
msgid ""
"<literal>seam-gen</literal> is a very useful tool for developers to quickly "
@@ -1387,13 +1051,13 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:908
+#: Websphere.xml:691
#, no-c-format
msgid "Running <literal>seam-gen</literal> Setup"
msgstr ""
#. Tag: para
-#: Websphere.xml:909
+#: Websphere.xml:692
#, no-c-format
msgid ""
"The first step is setting up <literal>seam-gen</literal> to construct the "
@@ -1403,7 +1067,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:915
+#: Websphere.xml:698
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1499,7 +1163,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:917
+#: Websphere.xml:700
#, no-c-format
msgid ""
"Type <literal>./seam new-project</literal> to create your project and "
@@ -1508,25 +1172,25 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:924
+#: Websphere.xml:707
#, no-c-format
msgid "Changes needed for deployment to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:925
+#: Websphere.xml:708
#, no-c-format
msgid "We now need to make some changes to the generated project."
msgstr ""
#. Tag: literal
-#: Websphere.xml:931
+#: Websphere.xml:714
#, no-c-format
msgid "resources/META-INF/persistence-dev.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:936
+#: Websphere.xml:719
#, no-c-format
msgid ""
"Alter the <literal>jta-data-source</literal> to be "
@@ -1535,7 +1199,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:943
+#: Websphere.xml:726
#, no-c-format
msgid ""
"Add or change the properties below. These are described in detail at <xref "
@@ -1543,7 +1207,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:948
+#: Websphere.xml:731
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1559,14 +1223,14 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:951
+#: Websphere.xml:734
#, no-c-format
msgid ""
"Remove the JBoss AS specific method of exposing the EntityManagerFactory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:954
+#: Websphere.xml:737
#, no-c-format
msgid ""
"<![CDATA[<property \n"
@@ -1575,7 +1239,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:957
+#: Websphere.xml:740
#, no-c-format
msgid ""
"You'll need to alter <literal>persistence-prod.xml</literal> as well if you "
@@ -1583,32 +1247,31 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:970
+#: Websphere.xml:753
#, no-c-format
msgid ""
-"As with other examples we need to include this class for DB support. It can "
-"be copied from the <literal>jpa</literal> example into the "
-"<literal>websphere_example/resources</literal> directory."
+"As with other examples we need to include this java class for DB support. It "
+"can be copied from the <literal>jpa</literal> example into the "
+"<literal>websphere_example/src</literal> directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:976
+#: Websphere.xml:759
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp $SEAM/examples/jpa/resources-websphere61/WEB-INF/classes/"
-"GlassfishDerbyDialect.class\n"
-" ./resources]]>"
+"cp $SEAM/examples/jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: literal
-#: Websphere.xml:982
+#: Websphere.xml:765
#, no-c-format
msgid "resources/META-INF/jboss-app.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:985
+#: Websphere.xml:768
#, no-c-format
msgid ""
"You can delete this file as we aren't deploying to JBoss AS ( <literal>jboss-"
@@ -1616,13 +1279,13 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:991
+#: Websphere.xml:774
#, no-c-format
msgid "resources/*-ds.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:994
+#: Websphere.xml:777
#, no-c-format
msgid ""
"You can delete these file as we aren't deploying to JBoss AS (these files "
@@ -1630,7 +1293,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1006
+#: Websphere.xml:789
#, no-c-format
msgid ""
"Enable container managed transaction integration - add the <literal> <"
@@ -1640,7 +1303,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1015
+#: Websphere.xml:798
#, no-c-format
msgid ""
"Alter the <literal>jndi-pattern</literal> to <literal> java:comp/env/"
@@ -1648,7 +1311,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1021
+#: Websphere.xml:804
#, no-c-format
msgid ""
"We do not need <literal>managed-persistence-context</literal> for this "
@@ -1656,7 +1319,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1027
+#: Websphere.xml:810
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1667,67 +1330,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1036
+#: Websphere.xml:819
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it required "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1042
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1044
-#, no-c-format
-msgid ""
"As with the <literal>jee5/booking</literal> example we need to add EJB "
-"references to the web.xml. These references require the empty <literal>local-"
-"home</literal> to flag them for Websphere to perform the proper binding."
+"references to the web.xml. These references require replacing /local string "
+"in <literal>ejb-ref-name</literal> to flag them for Websphere to perform the "
+"proper binding."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1051
+#: Websphere.xml:826
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local> \n"
-" </ejb-local-ref>\n"
+"<![CDATA[ \n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local>\n"
+" </ejb-local-ref> \n"
" \n"
" <ejb-local-ref>\n"
" <ejb-ref-name>websphere_example/EjbSynchronizations</ejb-ref-name> \n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:1057
+#: Websphere.xml:832
#, no-c-format
msgid "Creating the <literal>AuthenticatorAction</literal> EJB"
msgstr ""
#. Tag: para
-#: Websphere.xml:1059
+#: Websphere.xml:834
#, no-c-format
msgid ""
"We want to take the existing <literal>Authenticator</literal> Seam POJO "
@@ -1735,13 +1372,19 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1065
+#: Websphere.xml:837
#, no-c-format
+msgid "Change the generated Authenticator class"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:840
+#, no-c-format
msgid "Rename the class to <literal>AuthenticatorAction</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1069
+#: Websphere.xml:844
#, no-c-format
msgid ""
"Add the <literal>@Stateless</literal> annotation to the new "
@@ -1749,7 +1392,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1075
+#: Websphere.xml:850
#, no-c-format
msgid ""
"Create an interface called <literal>Authenticator</literal> which "
@@ -1761,7 +1404,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1088
+#: Websphere.xml:863
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1770,7 +1413,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1091
+#: Websphere.xml:866
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1780,7 +1423,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1094
+#: Websphere.xml:869
#, no-c-format
msgid ""
"We've already added its reference to the <literal>web.xml</literal> file so "
@@ -1788,14 +1431,14 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:1100
+#: Websphere.xml:875
#, no-c-format
msgid ""
"Extra jar dependencies and other changes to the <literal>build.xml</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1102
+#: Websphere.xml:877
#, no-c-format
msgid ""
"This application has similar requirements as the <literal>jee5/booking</"
@@ -1803,7 +1446,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1107
+#: Websphere.xml:882
#, no-c-format
msgid ""
"Change the default target to <literal>archive</literal> (we aren't going to "
@@ -1811,7 +1454,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1113
+#: Websphere.xml:888
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1819,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1117
+#: Websphere.xml:892
#, no-c-format
msgid ""
"Websphere looks for the drools <literal>/security.drl</literal> file in the "
@@ -1832,7 +1475,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1128
+#: Websphere.xml:903
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1844,93 +1487,16 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1131
+#: Websphere.xml:906
#, no-c-format
msgid ""
-"We need to ge the <literal>GlassfishDerbyDialect.class</literal> into our "
-"application jar. To do that find the <literal>jar</literal> task and modify "
-"the top of it so that it looks like this:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1139
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"jar\" depends=\"compile,copyclasses\" \n"
-" description=\"Build the distribution .jar file\">\n"
-" <copy todir=\"${jar.dir}\">\n"
-" <fileset dir=\"${basedir}/resources\">\n"
-" <include name=\"seam.properties\" />\n"
-" <include name=\"*.drl\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
-" </fileset>\n"
-" </copy>\n"
-"...]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1142
-#, no-c-format
-msgid ""
-"Next we need to get the <literal>jboss-seam.jar</literal> into the base of "
-"the <literal>EAR</literal> file. For deployment Websphere requires this jar "
-"to be in both the <literal>/lib</literal> directory and at the base of the "
-"<literal>EAR</literal>. You must add the following to the <literal>archive</"
-"literal> task:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1151
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1152
-#, no-c-format
-msgid "So that the whole <literal>archive</literal> task looks like:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1156
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"archive\" depends=\"jar,war,ear\" \n"
-" description=\"Package the archives\">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.jar\" basedir=\"${jar.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.war\" basedir=\"${war.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.ear\">\n"
-" <fileset dir=\"${ear.dir}\"/>\n"
-" <fileset dir=\"${dist.dir}\">\n"
-" <include name=\"${project.name}.jar\"/>\n"
-" <include name=\"${project.name}.war\"/>\n"
-" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
-" </jar>\n"
-"</target>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1159
-#, no-c-format
-msgid ""
"Now we need to get extra jars into the <literal>build.xml</literal>. Look "
"for the <literal><fileset dir=\"${basedir}\"></literal> section of the "
"task below. Add the new includes at the bottom of the fileset."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1167
+#: Websphere.xml:914
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1941,9 +1507,7 @@
" <include name=\"*hibernate.cfg.xml\" />\n"
" <include name=\"jbpm.cfg.xml\" />\n"
" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
+"\n"
" <fileset dir=\"${basedir}\">\n"
" <include name=\"lib/jbpm*.jar\" />\n"
" <include name=\"lib/jboss-el.jar\" />\n"
@@ -1965,13 +1529,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1170
+#: Websphere.xml:917
#, no-c-format
msgid "Hibernate dependencies"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1171
+#: Websphere.xml:918
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1985,33 +1549,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1174
+#: Websphere.xml:921
#, no-c-format
-msgid ""
-"JSF dependencies. You will need to copy the <literal>el-ri.jar</literal> "
-"from the <literal>$SEAM/examples/jpa/lib</literal> directory."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1177
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1180
-#, no-c-format
msgid "Third party dependencies."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1181
+#: Websphere.xml:922
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2028,15 +1572,15 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1184
+#: Websphere.xml:925
#, no-c-format
msgid ""
-"<literal>jboss-seam.jar</literal> - this is needed in both the <literal>ear</"
-"literal> base and <literal>/lib</literal> directory."
+"<literal>jboss-seam.jar</literal> - this is needed in the <literal>ear</"
+"literal> base directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1188
+#: Websphere.xml:928
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2045,13 +1589,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1192
+#: Websphere.xml:932
#, no-c-format
msgid "You should end up with something like:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1193
+#: Websphere.xml:933
#, no-c-format
msgid ""
"<![CDATA[<fileset dir=\"${basedir}\">\n"
@@ -2072,13 +1616,7 @@
" <include name=\"lib/hibernate-entitymanager.jar\"/>\n"
" <include name=\"lib/hibernate-validator.jar\"/>\n"
" <include name=\"lib/jboss-common-core.jar\" />\n"
-" \n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>\n"
-" \n"
+"\n"
" <!-- 3rd party and supporting jars -->\n"
" <include name=\"lib/javassist.jar\"/>\n"
" <include name=\"lib/dom4j.jar\" />\n"
@@ -2095,38 +1633,14 @@
"</fileset>]]>"
msgstr ""
-#. Tag: para
-#: Websphere.xml:1195
-#, no-c-format
-msgid ""
-"The last step is to add <literal>jsf-impl.jar</literal> and <literal>el-ri."
-"jar</literal> to the war target. Look for <literal>copy todir=\"${war.dir}/"
-"WEB-INF/lib\"</literal> and add the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1199
-#, no-c-format
-msgid ""
-"<![CDATA[<copy todir=\"${war.dir}/WEB-INF/lib\">\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <includesfile name=\"deployed-jars-war.list"
-"\" />\n"
-" <include name=\"jsf-impl.jar\" />\n"
-" <include name=\"el-ri.jar\" /> \n"
-" <exclude name=\"jboss-seam-gen.jar\" />\n"
-" </fileset>\n"
-"</copy>]]>"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:1206
+#: Websphere.xml:940
#, no-c-format
msgid "Building and deploying the seam-gen'd application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:1212
+#: Websphere.xml:945
#, no-c-format
msgid ""
"Build your application by calling <literal>ant</literal> in the base "
@@ -2136,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1221
+#: Websphere.xml:954
#, no-c-format
msgid ""
"To deploy the application follow the instructions here : <xref linkend="
@@ -2146,7 +1660,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1227
+#: Websphere.xml:960
#, no-c-format
msgid ""
"Checkout the app at: <literal>http://localhost:9080/websphere_example/index."
Modified: trunk/doc/Seam_Reference_Guide/bn-IN/Excel.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/bn-IN/Excel.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/bn-IN/Excel.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: Seam_Reference_Guide \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-10-14 11:38+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -46,7 +46,7 @@
"&excel; JSF controls, which are used to construct views that can render the "
"document, and the DocumentStore component, which serves the rendered "
"document to the user. To include &excel; support in your application, "
-"included <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
+"include <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
"lib</literal> directory along with the <literal>jxl.jar</literal> JAR file. "
"Furthermore, you need to configure the DocumentStore servlet in your web.xml"
msgstr ""
@@ -247,9 +247,9 @@
msgid ""
"<literal>arrayGrowSize</literal> — The amount of memory by which to "
"increase the amount of memory allocated to storing the workbook data. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 1 megabyte. The value is a "
-"number (bytes)."
+"processes reading many small workbooks inside a WAS it might be necessary to "
+"reduce the default size. Default value is 1 megabyte. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -332,10 +332,10 @@
#, no-c-format
msgid ""
"<literal>initialFileSize</literal> — The initial amount of memory "
-"allocated to store the workbook data when reading a worksheet. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 5 megabytes. The value is a "
-"number (bytes)."
+"allocated to store the workbook data when reading a worksheet. For processes "
+"reading many small workbooks inside a WAS it might be necessary to reduce "
+"the default size. Default value is 5 megabytes. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -428,7 +428,7 @@
#, no-c-format
msgid ""
"<literal>filename</literal> — The filename to use for the download. "
-"The value is a string. Please not that if you map the DocumentServlet to "
+"The value is a string. Please note that if you map the DocumentServlet to "
"some pattern, this file extension must also match."
msgstr ""
@@ -442,11 +442,9 @@
msgstr ""
#. Tag: emphasis
-#: Excel.xml:322 Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081
-#: Excel.xml:1157 Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537
-#: Excel.xml:1595 Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#: Excel.xml:322 Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
#, no-c-format
-msgid "Child elemenents"
+msgid "Child elements"
msgstr ""
#. Tag: para
@@ -516,7 +514,7 @@
#, no-c-format
msgid ""
"Worksheets are the children of workbooks and the parent of columns and "
-"worksheet commands They can also contain explicitly placed cells, formulas, "
+"worksheet commands. They can also contain explicitly placed cells, formulas, "
"images and hyperlinks. They are the pages that make up the workbook."
msgstr ""
@@ -542,14 +540,14 @@
#, no-c-format
msgid ""
"<literal>var</literal> — The current row iterator variable name that "
-"can later be referenced in cell value attributes. The value is a string"
+"can later be referenced in cell value attributes. The value is a string."
msgstr ""
#. Tag: para
#: Excel.xml:401
#, no-c-format
msgid ""
-"<literal>name</literal> — The name of the worksheet. The valus is a "
+"<literal>name</literal> — The name of the worksheet. The value is a "
"string. Defaults to Sheet# where # is the worksheet index. If the given "
"worksheet name exists, that sheet is selected. This can be used for merging "
"several data sets into a single worksheet, just define the same name for "
@@ -590,7 +588,7 @@
#, no-c-format
msgid ""
"<literal>bottomMargin</literal> — The bottom margin. The value is a "
-"number (inches)"
+"number (inches)."
msgstr ""
#. Tag: para
@@ -709,7 +707,7 @@
#: Excel.xml:551
#, no-c-format
msgid ""
-"<literal>normalMagnification</literal> — The normal magnificaton "
+"<literal>normalMagnification</literal> — The normal magnification "
"factor (not zoom or scale factor). The value is a number (percentage)."
msgstr ""
@@ -727,7 +725,7 @@
#, no-c-format
msgid ""
"<literal>pageBreakPreviewMagnification</literal> — The page break "
-"preview magnificaton factor (not zoom or scale factors). the value is a "
+"preview magnification factor (not zoom or scale factors). The value is a "
"number (percentage)."
msgstr ""
@@ -803,7 +801,8 @@
#, no-c-format
msgid ""
"<literal>recalculateFormulasBeforeSave</literal> — Should the formulas "
-"be re-calculated when the sheet is saved? The value is a boolean. false"
+"be re-calculated when the sheet is saved? The value is a boolean. Default "
+"value is false."
msgstr ""
#. Tag: para
@@ -874,11 +873,19 @@
#: Excel.xml:698
#, no-c-format
msgid ""
-"<literal>zoomFactor</literal> — T zoom factor. Do not confuse zoom "
+"<literal>zoomFactor</literal> — The zoom factor. Do not confuse zoom "
"factor (which relates to the on screen view) with scale factor (which refers "
-"to the scale factor when printing). The value is a number (percentage."
+"to the scale factor when printing). The value is a number (percentage)."
msgstr ""
+#. Tag: emphasis
+#: Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081 Excel.xml:1157
+#: Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537 Excel.xml:1595
+#: Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#, no-c-format
+msgid "Child elemenents"
+msgstr ""
+
#. Tag: para
#: Excel.xml:712
#, no-c-format
@@ -900,7 +907,7 @@
#, no-c-format
msgid ""
"<literal><e:headerFooter/></literal> — Zero or more header/"
-"footer definitions ((see <xref linkend=\"excel.headersfooters\"/> ))."
+"footer definitions (see <xref linkend=\"excel.headersfooters\"/> )."
msgstr ""
#. Tag: para
@@ -916,7 +923,7 @@
#, no-c-format
msgid ""
"<literal>header</literal>— Contents that will be placed at the top of "
-"the data block, above the column headers (if any)"
+"the data block, above the column headers (if any)."
msgstr ""
#. Tag: para
@@ -924,7 +931,7 @@
#, no-c-format
msgid ""
"<literal>footer</literal>— Contents that will be placed at the bottom "
-"of the data block, below the column footers (if any)"
+"of the data block, below the column footers (if any)."
msgstr ""
#. Tag: programlisting
@@ -1062,7 +1069,7 @@
"Cells are nested within columns (for iteration) or inside worksheets (for "
"direct placement using the <literal>column</literal> and <literal>row</"
"literal> attributes) and are responsible for outputting the value (usually "
-"though en EL-expression involving the <literal>var</literal>-attribute of "
+"through an EL-expression involving the <literal>var</literal>-attribute of "
"the datatable. See"
msgstr ""
@@ -1495,7 +1502,7 @@
#: Excel.xml:1360
#, no-c-format
msgid ""
-"The formula of the cell in placed in the <literal>value</literal> -attribute "
+"The formula of the cell is placed in the <literal>value</literal> -attribute "
"as a normal &excel; notation. Note that when doing cross-sheet formulas, the "
"worksheets must exist before referencing a formula against them. The value "
"is a string."
@@ -2123,12 +2130,6 @@
"initially? The value is a boolean."
msgstr ""
-#. Tag: emphasis
-#: Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
-#, no-c-format
-msgid "Child elements"
-msgstr ""
-
#. Tag: literal
#: Excel.xml:2046
#, no-c-format
@@ -2171,7 +2172,7 @@
#: Excel.xml:2105
#, no-c-format
msgid ""
-"groups rows 5 trough 10 and columns 5 through 10 so that the rows are "
+"groups rows 5 through 10 and columns 5 through 10 so that the rows are "
"initially collapsed (but not the columns)."
msgstr ""
@@ -2382,7 +2383,7 @@
"The CSS attributes cascade down from parent to children and within one tag "
"cascades over the CSS classes referenced in the <literal>styleClass</"
"literal> attributes and finally over the CSS attributes defined in the "
-"<literal>style</literal>attribute. You can place them pretty much anywhere "
+"<literal>style</literal> attribute. You can place them pretty much anywhere "
"but e.g. placing a column width setting in a cell nested within that column "
"makes little sense."
msgstr ""
@@ -2579,7 +2580,7 @@
#. Tag: para
#: Excel.xml:2475
#, no-c-format
-msgid "This group of XLS-CSS attributes define the borders of the cell"
+msgid "This group of XLS-CSS attributes defines the borders of the cell"
msgstr ""
#. Tag: para
@@ -2667,7 +2668,7 @@
#, no-c-format
msgid ""
"A shorthand for setting line style and color of the top edge of the cell, e."
-"g style=\"xls-border-left: red thick\""
+"g style=\"xls-border-top: red thick\""
msgstr ""
#. Tag: para
@@ -2781,7 +2782,7 @@
#. Tag: para
#: Excel.xml:2668
#, no-c-format
-msgid "This group of XLS-CSS attributes define the background of the cell"
+msgid "This group of XLS-CSS attributes defines the background of the cell"
msgstr ""
#. Tag: para
@@ -2837,7 +2838,7 @@
#. Tag: para
#: Excel.xml:2722
#, no-c-format
-msgid "This group of XLS-CSS attributes define the column widths etc."
+msgid "This group of XLS-CSS attributes defines the column widths etc."
msgstr ""
#. Tag: para
@@ -2910,7 +2911,7 @@
#. Tag: para
#: Excel.xml:2783
#, no-c-format
-msgid "This group of XLS-CSS attributes define the cell properties"
+msgid "This group of XLS-CSS attributes defines the cell properties"
msgstr ""
#. Tag: para
@@ -3084,7 +3085,7 @@
#, no-c-format
msgid ""
"When using .xhtml documents, stylesheets must be referenced through the "
-"<literal><e:link> tag</literal>"
+"<literal><e:link></literal> tag"
msgstr ""
#. Tag: para
@@ -3106,8 +3107,9 @@
#, no-c-format
msgid ""
"The core of the &excel; functionality is based on the excellent JExcelAPI "
-"library which can be found on http://jexcelapi.sourceforge.net/ and most "
-"features and possible limitations are inherited from here."
+"library which can be found on <ulink url=\"http://jexcelapi.sourceforge.net"
+"\">http://jexcelapi.sourceforge.net/</ulink> and most features and possible "
+"limitations are inherited from here."
msgstr ""
#. Tag: para
Modified: trunk/doc/Seam_Reference_Guide/bn-IN/Itext.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/bn-IN/Itext.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/bn-IN/Itext.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -41,10 +41,10 @@
"iText support is provided by <literal>jboss-seam-pdf.jar</literal>. This JAR "
"contains the iText JSF controls, which are used to construct views that can "
"render to PDF, and the DocumentStore component, which serves the rendered "
-"documents to the user. To include PDF support in your application, included "
+"documents to the user. To include PDF support in your application, put "
"<literal>jboss-seam-pdf.jar</literal> in your <literal>WEB-INF/lib</literal> "
"directory along with the iText JAR file. There is no further configuration "
-"needed to use Seam's iText supportfon."
+"needed to use Seam's iText support."
msgstr ""
#. Tag: para
@@ -251,7 +251,7 @@
"for generating suitable PDF content. Tags like <literal><p:image></"
"literal> and <literal><p:paragraph></literal> are the basic "
"foundations of simple documents. Tags like <literal><p:font></literal> "
-"provide style information to all the content surrounging them."
+"provide style information to all the content surrounding them."
msgstr ""
#. Tag: literal
@@ -492,7 +492,7 @@
#, no-c-format
msgid ""
"<literal>p:image</literal> inserts an image into the document. Images can be "
-"be loaded from the classpath or from the web application context using the "
+"loaded from the classpath or from the web application context using the "
"<literal>value</literal> attribute."
msgstr ""
@@ -626,7 +626,7 @@
msgid ""
"<literal>reference</literal> — The destination the link refers to. "
"Links to other points in the document should begin with a \"#\". For "
-"example, \"#link1\" to refer to an anchor postion with a <literal>name</"
+"example, \"#link1\" to refer to an anchor position with a <literal>name</"
"literal> of <literal>link1</literal>. Links may also be a full URL to point "
"to a resource outside of the document."
msgstr ""
@@ -704,7 +704,7 @@
#: Itext.xml:631
#, no-c-format
msgid ""
-"<literal>borderWidth</literal> — The width of the border. Inidvidual "
+"<literal>borderWidth</literal> — The width of the border. Individual "
"border sides can be specified using <literal>borderWidthLeft</literal>, "
"<literal>borderWidthRight</literal>, <literal>borderWidthTop</literal> and "
"<literal>borderWidthBottom</literal>."
@@ -792,7 +792,7 @@
msgid ""
"<literal>numberDepth</literal> — The depth of numbering for section. "
"All sections are numbered relative to their surrounding chapter/sections. "
-"The fourth section of of the first section of chapter three would be section "
+"The fourth section of the first section of chapter three would be section "
"3.1.4, if displayed at the default number depth of three. To omit the "
"chapter number, a number depth of 2 should be used. In that case, the "
"section number would be displayed as 1.4."
@@ -839,7 +839,7 @@
msgid ""
"List structures can be displayed using the <literal>p:list</literal> and "
"<literal>p:listItem</literal> tags. Lists may contain arbitrarily-nested "
-"sublists. List items may not be used outside of a list. he following "
+"sublists. List items may not be used outside of a list. The following "
"document uses the <literal>ui:repeat</literal> tag to to display a list of "
"values retrieved from a Seam component."
msgstr ""
@@ -1391,7 +1391,7 @@
#, no-c-format
msgid ""
"<literal>domainGridlineStroke</literal> — The stroke style of the "
-"domain gridleines, if visible."
+"domain gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1493,7 +1493,7 @@
#, no-c-format
msgid ""
"<literal>plotOutlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1531,7 +1531,7 @@
#, no-c-format
msgid ""
"<literal>rangeGridlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1946,8 +1946,8 @@
#: Itext.xml:1893
#, no-c-format
msgid ""
-"<literal>seriesVisibleInLegend</literal> — A boolean indiciating if "
-"the series should be listed in the legend."
+"<literal>seriesVisibleInLegend</literal> — A boolean indicating if the "
+"series should be listed in the legend."
msgstr ""
#. Tag: programlisting
@@ -2149,7 +2149,7 @@
#, no-c-format
msgid ""
"<literal>dashPhase</literal> — The dash phase indicates the offset "
-"into the dash pattern that the the line should be drawn with."
+"into the dash pattern that the line should be drawn with."
msgstr ""
#. Tag: programlisting
@@ -2303,7 +2303,7 @@
#, no-c-format
msgid ""
"If you have a complex, pre-generated PDF with named fields, you can easily "
-"fill in the values from you application and present it to the user."
+"fill in the values from your application and present it to the user."
msgstr ""
#. Tag: literal
Modified: trunk/doc/Seam_Reference_Guide/bn-IN/Websphere.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/bn-IN/Websphere.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/bn-IN/Websphere.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-11-06 00:24+0000\n"
+"POT-Creation-Date: 2009-02-01 21:20+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,190 +16,80 @@
#. Tag: title
#: Websphere.xml:2
#, no-c-format
-msgid "Seam on IBM's Websphere"
+msgid "Seam on IBM's Websphere AS"
msgstr ""
#. Tag: para
#: Websphere.xml:4
#, no-c-format
msgid ""
-"Websphere 6.1.x is IBM's application server offering. The latest release is "
-"6.1.0.19 which does not have <literal>EJB3</literal> or <literal>JEE5</"
-"literal> support. There is a recently released (Nov 07) <literal>EJB3</"
-"literal> feature pack which provides some support for <literal>EJB3</"
-"literal> and <literal>JPA</literal>. Currently there is no true "
-"<literal>JEE5</literal> offering from IBM. This causes some issues with Seam "
-"integration with applications that use EJB3."
+"Websphere AS V7 is IBM's application server offering. This release is fully "
+"Java EE 5 certified."
msgstr ""
#. Tag: para
-#: Websphere.xml:12
+#: Websphere.xml:7
#, no-c-format
msgid ""
-"First we will go over some basic information about the Websphere environment "
-"that we used for these examples. After a good deal of research and work we "
-"were able to get EJB3 applications to function correctly. We will go over "
-"the details of those steps with the jee5 example. We will also deploy the "
-"JPA example application."
+"First we will go over some basic information about the Websphere AS "
+"environment that we used for these examples. We will go over the details of "
+"those steps with the JEE5 booking example. We will also deploy the JPA "
+"example application."
msgstr ""
#. Tag: title
-#: Websphere.xml:19
+#: Websphere.xml:13
#, no-c-format
-msgid "Websphere environment and deployment information"
+msgid "Websphere AS environment and deployment information"
msgstr ""
#. Tag: para
-#: Websphere.xml:21
+#: Websphere.xml:15
#, no-c-format
msgid ""
-"Websphere is a commercial product and so we will not discuss the details of "
-"its installation other than to say follow the directions provided by your "
+"Websphere AS is a commercial product and so we will not discuss the details "
+"of its installation other than to say follow the directions provided by your "
"particular installation type and license. This section will detail the exact "
"server versions used, installation tips, and some custom properties that are "
"needed for all of the examples."
msgstr ""
#. Tag: title
-#: Websphere.xml:29
+#: Websphere.xml:23
#, no-c-format
-msgid "Installation versions and tips"
+msgid "Installation versions"
msgstr ""
#. Tag: para
-#: Websphere.xml:30
+#: Websphere.xml:24
#, no-c-format
msgid ""
"All of the examples and information in this chapter are based on the version "
-"6.1 of Websphere at the time of this writing."
+"V7 of Websphere AS at the time of this writing."
msgstr ""
#. Tag: ulink
-#: Websphere.xml:35
+#: Websphere.xml:29
#, no-c-format
-msgid "Websphere Application Server 6.1"
+msgid "Websphere Application Server V7"
msgstr ""
-#. Tag: ulink
-#: Websphere.xml:40
-#, no-c-format
-msgid ""
-"Feature Pack for EJB 3.0 for Websphere Application Server V6.1 (6.1.0.13)"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:46
-#, no-c-format
-msgid "Fix Pack for Websphere Application Server V6.1 (6.1.0.19)"
-msgstr ""
-
#. Tag: para
-#: Websphere.xml:52
+#: Websphere.xml:34
#, no-c-format
msgid ""
-"The EJB3 feature pack that we installed came with the 6.1.0.13 patch version "
-"of Websphere. Installing the feature pack does not ensure that your server "
-"will have the proper environment for EJB3 applications. Be sure that as part "
-"of the installation of the feature pack you follow the instructions to "
-"create a new server profile with the EJB3 feature pack enabled, or augment "
-"one of your existing ones. This can also be done after the installation by "
-"running the profile management tool."
+"After installing Websphere AS, create server profile with Profile Management "
+"Tool, if you didn't create profile in installation process."
msgstr ""
-#. Tag: para
-#: Websphere.xml:60
-#, no-c-format
-msgid ""
-"It is highly recommended to patch Websphere by latest fix pack, at the time "
-"of this writing it is 6.1.0.19"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:63
+#: Websphere.xml:42
#, no-c-format
-msgid "A note about restarting the server"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:64
-#, no-c-format
-msgid ""
-"There are times that restarting the server will be required after deploying "
-"or changes the examples in this chapter. Its does not seem like every change "
-"requires a restart. If you get errors or exceptions after modifying a "
-"property or deploying an application try to restart the server."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:72
-#, no-c-format
-msgid "Required custom properties"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:73
-#, no-c-format
-msgid ""
-"There are a couple of Websphere custom properties that are required for Seam "
-"integration. These properties are not needed specifically for Seam, but work "
-"around some issues with Websphere. These are set following the instructions "
-"here : <ulink url=\"http://www-1.ibm.com/support/docview.wss?rss=180&"
-"uid=swg21284395\"> Setting web container custom properties</ulink>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:82
-#, no-c-format
-msgid ""
-"<literal>prependSlashToResource = \"true\"</literal> — This solves a "
-"fairly common issue with Websphere where applications are not using a "
-"leading \"/\" when attempting to access resources. If this is not set then a "
-"<literal>java.net.MalformedURLException</literal> will be thrown. With this "
-"property set you will still see warnings, but the resources will be "
-"retrieved as expected."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:90 Websphere.xml:108
-#, no-c-format
-msgid "Detailed can be found at:"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:92
-#, no-c-format
-msgid "SRVE0238E: Resource paths must have a leading slash"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:97
-#, no-c-format
-msgid ""
-"<literal>com.ibm.ws.webcontainer.invokefilterscompatibility = \"true\"</"
-"literal> — This solves an issue with Websphere where it throws a "
-"<literal>FileNotFoundException</literal> when a web application attempts to "
-"access a file resource that does not actually exist on disk. This is a "
-"common practice in modern web applications where filters or servlets are "
-"used to process resource requests like these. This issue manifests itself as "
-"failures to retrieve JavaScript, CSS, images, etc... when requesting a web "
-"page."
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:110
-#, no-c-format
-msgid ""
-"PK33090; 6.1: A filter that serves a file does not pop-up an alert message"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:119
-#, no-c-format
msgid "The <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:121
+#: Websphere.xml:44
#, no-c-format
msgid ""
"The <literal>jee5/booking</literal> example is based on the Hotel Booking "
@@ -208,45 +98,36 @@
"located in the <literal>$SEAM_DIST/examples/jee5/booking</literal> directory."
msgstr ""
-#. Tag: para
-#: Websphere.xml:128
-#, no-c-format
-msgid ""
-"As stated before the <literal>EJB3</literal> feature pack does not provide a "
-"full <literal>jee5</literal> implementation. This means that there are some "
-"tricks to getting an application deployed and functioning."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:134 Websphere.xml:927
+#: Websphere.xml:52 Websphere.xml:710
#, no-c-format
msgid "<title>Configuration file changes</title>"
msgstr ""
#. Tag: para
-#: Websphere.xml:136
+#: Websphere.xml:54
#, no-c-format
msgid ""
"Below are the configuration file changes that are need to the base example."
msgstr ""
#. Tag: literal
-#: Websphere.xml:142 Websphere.xml:1001
+#: Websphere.xml:60 Websphere.xml:784
#, no-c-format
msgid "resources/WEB-INF/components.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:145
+#: Websphere.xml:63
#, no-c-format
msgid ""
-"We need to change the way that we look up EJBs for Websphere. We need to "
-"remove the <literal>/local</literal> from the end of the <literal>jndi-"
-"pattern</literal> attribute. It should look like this:"
+"We need to change the way that we look up EJBs for WAS. We need to remove "
+"the <literal>/local</literal> from the end of the <literal>jndi-pattern</"
+"literal> attribute. It should look like this:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:152
+#: Websphere.xml:70
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -256,133 +137,119 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:156 Websphere.xml:1033
+#: Websphere.xml:76
#, no-c-format
-msgid "resources/WEB-INF/web.xml"
+msgid "resources/META-INF/ejb-jar.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:159
+#: Websphere.xml:79
#, no-c-format
msgid ""
-"This is the first place that we notice an unexpected change because this is "
-"not full <literal>jee5</literal> implementation."
+"We need to replace the /local string from <literal>ejb-ref-name</literal>. "
+"See at the following final code:"
msgstr ""
-#. Tag: para
-#: Websphere.xml:162
+#. Tag: programlisting
+#: Websphere.xml:82
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it requires "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
+"<![CDATA[\n"
+" <enterprise-beans>\n"
+" <!-- EJB reference required when one Seam EJB component references "
+"another Seam EJB component using @In -->\n"
+" <!-- Not required if you inject using @EJB, but then you lose state "
+"management and client-side interceptors (e.g., security) -->\n"
+" <session>\n"
+" <ejb-name>RegisterAction</ejb-name>\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
+"name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref>\n"
+" </session>\n"
+" </enterprise-beans>]]>"
msgstr ""
-#. Tag: programlisting
-#: Websphere.xml:169
+#. Tag: literal
+#: Websphere.xml:88 Websphere.xml:816
#, no-c-format
-msgid ""
-"<![CDATA[<xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
+msgid "resources/WEB-INF/web.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:170
+#: Websphere.xml:91
#, no-c-format
msgid ""
-"Next, we have to make some changes to the EJB references in the <literal>web."
-"xml</literal>. These changes are what will allow Websphere to bind the EJB2 "
-"references in the web module to the the actual EJB3 beans in the EAR module. "
-"Replace all of the <literal>ejb-local-refs</literal> when the values below."
+"We have to make some changes to the EJB references in the <literal>web.xml</"
+"literal>. These changes are what will allow WAS to bind automatically the "
+"EJB3 references in the web module to the the actual EJB3 beans in the EAR "
+"module. Replace all of the /local strings in <literal>ejb-local-refs</"
+"literal> when the values below."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:179
+#: Websphere.xml:100
#, no-c-format
msgid ""
"<![CDATA[\n"
" <!-- JEE5 EJB3 names -->\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Authenticator</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.BookingList</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Register</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.ChangePassword</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.HotelBooking</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.HotelSearching</local> \n"
-" </ejb-local-ref> \n"
-" \n"
" <ejb-local-ref>\n"
-" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name> \n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-name>\n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref> \n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.BookingList</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Register</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.ChangePassword</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelBooking</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelSearching</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:181
+#: Websphere.xml:102
#, no-c-format
msgid ""
-"The important change is that there is an empty <literal>local-home</literal> "
-"element for each EJB. This tells Websphere to make the correct bindings "
-"between the web module and the EJB3 beans. The <literal>ejb-link</literal> "
-"element is simply not used."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:187
-#, no-c-format
-msgid ""
"Note also that <literal>EjbSynchronizations</literal> is a built-in Seam EJB "
"and not part of the Hotel Booking example. This means that if your "
"application's <literal>components.xml</literal> specifies "
-"<literal>transaction:ejb-transaction</literal> , then you must include:"
+"<literal>transaction:ejb-transaction</literal>, then you must include:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:192
+#: Websphere.xml:107
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -395,34 +262,34 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:193
+#: Websphere.xml:108
#, no-c-format
msgid ""
"in your web.xml. If you don't include it, you'll get the following error:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:194
+#: Websphere.xml:109
#, no-c-format
msgid "Name comp/env/myapp/EjbSynchronizations not found in context java:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:199
+#: Websphere.xml:114
#, no-c-format
msgid "resources/META-INF/persistence.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:202
+#: Websphere.xml:117
#, no-c-format
msgid ""
"For this example we will be using the default datasource that comes with "
-"Websphere. To do this change the <literal>jta-data-source</literal> element:"
+"WAS. To do this change the <literal>jta-data-source</literal> element:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:205
+#: Websphere.xml:120
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -431,7 +298,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:206
+#: Websphere.xml:121
#, no-c-format
msgid ""
"Then we need to adjust some of the hibernate properties. First comment out "
@@ -439,7 +306,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:211
+#: Websphere.xml:126
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -455,25 +322,25 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:215
+#: Websphere.xml:130
#, no-c-format
msgid ""
"<literal>hibernate.transaction.manager_lookup_class</literal> — "
-"Standard Hibernate transaction manager property for Websphere 6.X"
+"Standard Hibernate transaction manager property for WAS 6.X and 7"
msgstr ""
#. Tag: para
-#: Websphere.xml:221
+#: Websphere.xml:136
#, no-c-format
msgid ""
"<literal>hibernate.transaction.flush_before_completion</literal> — "
"This is commented out because we want the container to manage the "
"transactions. Also if this is set to <literal>true</literal> an exception "
-"will be thrown by Websphere when the EJBContext is looked up."
+"will be thrown by WAS when the EJBContext is looked up."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:230
+#: Websphere.xml:145
#, no-c-format
msgid ""
"<![CDATA[com.ibm.wsspi.injectionengine.InjectionException: \n"
@@ -482,55 +349,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:233
+#: Websphere.xml:148
#, no-c-format
msgid ""
"<literal>hibernate.dialect</literal> — From WAS 6.1.0.9 on the "
-"embedded DB was switched to the same Derby DB in Glassfish."
+"embedded DB was switched to the same Derby DB as is in Glassfish v2."
msgstr ""
#. Tag: literal
-#: Websphere.xml:243 Websphere.xml:967
+#: Websphere.xml:158 Websphere.xml:750
#, no-c-format
-msgid "resources/GlassfishDerbyDialect.class"
+msgid "src/GlassfishDerbyDialect.java"
msgstr ""
#. Tag: para
-#: Websphere.xml:246
+#: Websphere.xml:161
#, no-c-format
msgid ""
-"You will need to get the <literal>GlassfishDerbyDialect.class</literal> and "
-"copy it into the <literal>/resources</literal> directory. The class exists "
-"in the JPA example and can be copied using the command below assuming you "
-"are in <literal>jee5/booking</literal> directory:"
+"You will need to get the <literal>GlassfishDerbyDialect.java</literal> and "
+"copy it into the <literal>/src</literal> directory. The java class exists in "
+"the JPA example source directory and can be copied using the command below "
+"assuming you are in <literal>jee5/booking</literal> directory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:254
+#: Websphere.xml:169
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/WEB-INF/classes/GlassfishDerbyDialect."
-"class\n"
-" ./resources]]>"
+"cp ../../jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:255
+#: Websphere.xml:170
#, no-c-format
msgid ""
-"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file "
-"using changes to the build.xml discussed later."
+"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file."
msgstr ""
#. Tag: literal
-#: Websphere.xml:261
+#: Websphere.xml:175
#, no-c-format
msgid "resources/import.sql"
msgstr ""
#. Tag: para
-#: Websphere.xml:264
+#: Websphere.xml:178
#, no-c-format
msgid ""
"This file must also be copied from the JPA example because either the Derby "
@@ -540,201 +405,91 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:271
+#: Websphere.xml:185
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/import.sql ./resources]]>"
+"cp ../../jpa/resources-websphere7/import.sql ./resources]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:280
+#: Websphere.xml:194
#, no-c-format
msgid "Building the <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:283
+#: Websphere.xml:197
#, no-c-format
msgid ""
"In order to get the changes we have made into our application we need to "
"make some changes to the <literal>build.xml</literal>. There are also some "
"additional jars that are required by our application in order to work with "
-"Websphere. This section will cover what changes are needed to the "
-"<literal>build.xml</literal>."
+"WAS. This section will cover what changes are needed to the <literal>build."
+"xml</literal>."
msgstr ""
#. Tag: title
-#: Websphere.xml:290
+#: Websphere.xml:204
#, no-c-format
-msgid "New libraries dependencies"
+msgid "Library dependency changes"
msgstr ""
#. Tag: para
-#: Websphere.xml:294
+#: Websphere.xml:205
#, no-c-format
msgid ""
-"JSF libraries — Websphere 6.1 comes with its own version of JSF 1.1 "
-"(Seam requires JSF 1.2). So we must add these jars to our application:"
+"We remove the <literal>log4j.jar</literal> so that all of the log output "
+"from our application will be added to the WAS log. Additional steps are "
+"required to fully configure log4j and those are outside of the scope of this "
+"document."
msgstr ""
-#. Tag: literal
-#: Websphere.xml:299 Websphere.xml:836
-#, no-c-format
-msgid "jsf-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:303 Websphere.xml:841
-#, no-c-format
-msgid "jsf-impl.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:309
-#, no-c-format
-msgid ""
-"Since Websphere is not a fully compliant <literal>JEE5</literal> "
-"implementation we need to add these EL libraries:"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:314 Websphere.xml:849
-#, no-c-format
-msgid "el-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:318 Websphere.xml:845
-#, no-c-format
-msgid "el-ri.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:324
-#, no-c-format
-msgid ""
-"<literal>jboss-seam.jar</literal> — for some reason when deploying the "
-"application through the Websphere administration console it can not find the "
-"<literal>jboss-seam.jar</literal> at the base of the EAR archive. This means "
-"that we need to add it to the <literal>/lib</literal> of the EAR."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:332
-#, no-c-format
-msgid ""
-"Finally we remove the <literal>log4j.jar</literal> so that all of the log "
-"output from our application will be added to the Websphere log. Additional "
-"steps are required to fully configure log4j and those are outside of the "
-"scope of this document."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:343
+#: Websphere.xml:213
#, no-c-format
msgid "Updating the <literal>build.xml</literal> file"
msgstr ""
#. Tag: para
-#: Websphere.xml:345
+#: Websphere.xml:215
#, no-c-format
msgid ""
"Add the following entry to the bottom of the <literal>build.xml</literal> "
"file. This overrides the default fileset that is used to populate the "
-"<literal>jboss-seam-jee5.jar</literal>. The primary change is the addition "
-"of the <literal>GlassfishDerbyDialect.class</literal>:"
+"<literal>jboss-seam-jee5.jar</literal>. :"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:354
+#: Websphere.xml:223
#, no-c-format
msgid ""
"<![CDATA[\n"
" <fileset id=\"jar.resources\" dir=\"${resources.dir}\">\n"
" <include name=\"import.sql\" />\n"
" <include name=\"seam.properties\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
" <include name=\"META-INF/persistence.xml\" />\n"
" <include name=\"META-INF/ejb-jar.xml\" />\n"
" </fileset>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:357
+#: Websphere.xml:225
#, no-c-format
msgid ""
-"Next we need to add the library dependencies discussed above. For this add "
-"the following to bottom of the <literal>ear.lib.extras</literal> fileset "
-"entry:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:363
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!--<include name=\"lib/log4j.jar\" />-->\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" />\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:365
-#, no-c-format
-msgid ""
-"We also need to add richfaces-api.jar, jsf-impl.jar and el-ri.jar into WEB-"
-"INF/lib of the war file. Add the following fileset after <literal>ear.lib."
-"extras</literal> fileset."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:368
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <fileset id=\"war.lib.extras\" dir=\"${seam.dir}\"> \n"
-" <include name=\"lib/richfaces-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" /> \n"
-" </fileset>]]>"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:370
-#, no-c-format
-msgid "A note about copying JSF and EL jars"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:371
-#, no-c-format
-msgid ""
-"There is a class loading issue with WebSphere, which causes the jars from "
-"ear lib directory to not be available when the web module is initialized."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:376
-#, no-c-format
-msgid ""
"Now all that is left is to execute the <literal>ant archive</literal> task "
"and the built application will be in the <literal>jee5/booking/dist</"
"literal> directory."
msgstr ""
#. Tag: title
-#: Websphere.xml:385
+#: Websphere.xml:234
#, no-c-format
msgid "Deploying the application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:387
+#: Websphere.xml:236
#, no-c-format
msgid ""
"So now we have everything we need in place. All that is left is to deploy it "
@@ -742,7 +497,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:389
+#: Websphere.xml:238
#, no-c-format
msgid ""
"For this we will use Websphere's administration console. As before there are "
@@ -750,52 +505,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:392
+#: Websphere.xml:241
#, no-c-format
msgid ""
-"The steps below are for the Websphere version stated above, yours may be "
-"slightly different."
+"The steps below are for the WAS version stated above. The ports are default "
+"values, if you changed them substitute your values."
msgstr ""
#. Tag: para
-#: Websphere.xml:396
+#: Websphere.xml:245
#, no-c-format
-msgid "Log in to the administration console"
+msgid ""
+"Log in to the administration console <programlisting><![CDATA[https://"
+"localhost:9043/admin]]></programlisting> or"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:399
+#: Websphere.xml:250
#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"https://localhost:9043/ibm/console]]>"
+msgid "<![CDATA[http://localhost:9060/admin]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:403
+#: Websphere.xml:254
#, no-c-format
msgid ""
-"Access the <literal>Enterprise Application</literal> menu option under the "
-"<literal>Applications</literal> top menu."
+"Access the <literal>Websphere enterprise applications</literal> menu option "
+"under the <literal>Applications --> Application Type</literal> left side "
+"menu."
msgstr ""
#. Tag: para
-#: Websphere.xml:408
+#: Websphere.xml:259
#, no-c-format
msgid ""
-"At the top of the <literal>Enterprise Application</literal> table select "
+"At the top of the <literal>Enterprise Applications</literal> table select "
"<literal>Install</literal>. Below are installation wizard pages and what "
"needs to done on each:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:414 Websphere.xml:674
+#: Websphere.xml:265 Websphere.xml:461
#, no-c-format
msgid "Preparing for the application installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:418
+#: Websphere.xml:269
#, no-c-format
msgid ""
"Browse to the <literal>examples/jee5/booking/dist/jboss-seam-jee5.ear</"
@@ -803,102 +559,81 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:424 Websphere.xml:442 Websphere.xml:475 Websphere.xml:689
+#: Websphere.xml:275 Websphere.xml:285 Websphere.xml:304 Websphere.xml:476
+#: Websphere.xml:496
#, no-c-format
msgid "Select the <literal>Next</literal> button."
msgstr ""
+#. Tag: para
+#: Websphere.xml:280 Websphere.xml:471
+#, no-c-format
+msgid "Select the <literal>Fast Path</literal> button."
+msgstr ""
+
#. Tag: literal
-#: Websphere.xml:431
+#: Websphere.xml:292
#, no-c-format
msgid "Select installation options"
msgstr ""
#. Tag: para
-#: Websphere.xml:435
+#: Websphere.xml:296
#, no-c-format
msgid ""
-"Select the <literal>Deploy enterprise beans</literal> check box. This is "
-"needed unless you used a Websphere tool to package the application."
+"Select the <literal>Deploy enterprise beans</literal> and <literal>Allow EJB "
+"reference targets to resolve automatically</literal> check boxes. This is "
+"needed unless you used a Websphere AS tool to package the application."
msgstr ""
#. Tag: literal
-#: Websphere.xml:449
+#: Websphere.xml:313
#, no-c-format
msgid "Map modules to servers"
msgstr ""
#. Tag: para
-#: Websphere.xml:453
+#: Websphere.xml:317
#, no-c-format
msgid ""
"No changes needed here as we only have one server. Select the <literal>Next</"
"literal> button."
msgstr ""
-#. Tag: para
-#: Websphere.xml:461
-#, no-c-format
-msgid ""
-"<literal>Map EJB references to beans</literal> This page will list all of "
-"the beans that we entered in the web.xml."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:466
-#, no-c-format
-msgid ""
-"Make sure that <literal>Allow EJB reference targets to resolve "
-"automatically</literal> check box is selected. This will tell Websphere to "
-"bind our EJB3 beans to the EJB references in the web module."
-msgstr ""
-
#. Tag: literal
-#: Websphere.xml:482
+#: Websphere.xml:325
#, no-c-format
-msgid "Map virtual hosts for Web modules"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:486
-#, no-c-format
-msgid "No changes needed here. Select the <literal>Next</literal> button."
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:493
-#, no-c-format
msgid "Summary"
msgstr ""
#. Tag: para
-#: Websphere.xml:496
+#: Websphere.xml:328
#, no-c-format
msgid "No changes needed here. Select the <literal>Finish</literal> button."
msgstr ""
#. Tag: literal
-#: Websphere.xml:503
+#: Websphere.xml:335
#, no-c-format
msgid "Installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:506
+#: Websphere.xml:338
#, no-c-format
msgid "Now you will see it installing and deploying your application."
msgstr ""
#. Tag: para
-#: Websphere.xml:511
+#: Websphere.xml:343
#, no-c-format
msgid ""
-"When if finishes select the <literal>Save</literal> link and you will be "
+"When it finishes select the <literal>Save</literal> link and you will be "
"returned to the <literal>Enterprise Applications</literal> table."
msgstr ""
#. Tag: para
-#: Websphere.xml:523
+#: Websphere.xml:355
#, no-c-format
msgid ""
"Now that we have our application installed we need to make some adjustments "
@@ -906,7 +641,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:527
+#: Websphere.xml:359
#, no-c-format
msgid ""
"Starting from the <literal>Enterprise Applications</literal> table select "
@@ -914,40 +649,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:533
+#: Websphere.xml:365
#, no-c-format
msgid "Select the <literal>Manage Modules</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:537
+#: Websphere.xml:369
#, no-c-format
-msgid "Select the <literal>jboss-seam-jee5.war</literal> link."
+msgid "Select the <literal>jboss-seam-jee5-booking.war</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:542
+#: Websphere.xml:374
#, no-c-format
msgid ""
"Change the <literal>Class loader order</literal> combo box to "
-"<literal>Classes loaded with application class loader first</literal>."
+"<literal>Classes loaded with application class loader first (parent last)</"
+"literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:548 Websphere.xml:573
+#: Websphere.xml:380 Websphere.xml:397
#, no-c-format
msgid ""
"Select <literal>Apply</literal> and then <literal>Save</literal> options."
msgstr ""
#. Tag: para
-#: Websphere.xml:552
+#: Websphere.xml:384
#, no-c-format
-msgid "Return the <literal>Seam Booking</literal> page."
+msgid "Return to the <literal>Seam Booking</literal> page."
msgstr ""
#. Tag: para
-#: Websphere.xml:556
+#: Websphere.xml:387
#, no-c-format
msgid ""
"On this page select the <literal>Class loading and update detection</"
@@ -955,7 +691,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:561
+#: Websphere.xml:392
#, no-c-format
msgid ""
"Select the radio button for <literal>Classes loaded with application class "
@@ -963,117 +699,40 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:566
+#: Websphere.xml:403
#, no-c-format
msgid ""
-"Even though we are not enabling class reload you must also enter a valid "
-"number in the <literal>Polling interval for updated files</literal> text "
-"area (zero works fine)."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:577
-#, no-c-format
-msgid ""
-"You should verify that the change you just made has been remembered. We have "
-"had problems with the last class loader change not taking effect - even "
-"after a restart. If the change did not take you will need to do it manually, "
-"following these directions:"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:585
-#, no-c-format
-msgid "Open the following file in a text editor of your choice:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:589
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"$WebSphereInstall/$yourServerName/profiles/$yourProfileName/config/cells/\n"
-" $yourCellName/applications/Seam Booking.ear/deployments/\n"
-" Seam Booking/deployment.xml]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:593
-#, no-c-format
-msgid ""
-"Modify the following line so that <literal>PARENT_FIRST</literal> is now "
-"<literal>PARENT_LAST</literal>:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:599
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<classloader xmi:id=\"Classloader_#######\" mode=\"PARENT_FIRST\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:603
-#, no-c-format
-msgid ""
-"Save the file and now when go to the <literal>Class loading and update "
-"detection</literal> page you should see <literal>Classes loaded with "
-"application class loader first</literal> selected."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:615
-#, no-c-format
-msgid ""
"To start the application return to the <literal>Enterprise Applications</"
"literal> table and select our application in the list. Then choose the "
"<literal>Start</literal> button at the top of the table."
msgstr ""
#. Tag: para
-#: Websphere.xml:622
+#: Websphere.xml:410
#, no-c-format
msgid ""
"You can now access the application at <literal>http://localhost:9080/seam-"
-"jee5/</literal> ."
+"jee5-booking/index.html</literal> ."
msgstr ""
#. Tag: title
-#: Websphere.xml:628
+#: Websphere.xml:431
#, no-c-format
-msgid "A note about Websphere Stateful bean timeouts"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:629
-#, no-c-format
-msgid ""
-"The default timeout period for a Websphere 6.1 Stateful EJB is 10 minutes. "
-"This means that you may see some EJB timeout exceptions after some idle "
-"time. It is possible to adjust the timeout of the Stateful EJBs on an "
-"individual basis, but that is beyond the scope of this document. See the "
-"Websphere documentation for details."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:643
-#, no-c-format
msgid "The <literal>jpa</literal> booking example"
msgstr ""
#. Tag: para
-#: Websphere.xml:644
+#: Websphere.xml:432
#, no-c-format
msgid ""
"Thankfully getting the <literal>jpa</literal> example to work is much easier "
"than the <literal>jee5</literal> example. This is the Hotel Booking example "
"implemented in Seam POJOs and using Hibernate JPA with JPA transactions. It "
-"does not require EJB3 support to run."
+"does not use EJB3."
msgstr ""
#. Tag: para
-#: Websphere.xml:650
+#: Websphere.xml:437
#, no-c-format
msgid ""
"The example already has a breakout of configurations and build scripts for "
@@ -1081,7 +740,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:653
+#: Websphere.xml:440
#, no-c-format
msgid ""
"First thing we are going to do is build and deploy that example. Then we'll "
@@ -1089,29 +748,29 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:657
+#: Websphere.xml:444
#, no-c-format
msgid "Building the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:658
+#: Websphere.xml:445
#, no-c-format
msgid ""
"Building it only requires running the correct ant command: "
-"<programlisting>ant websphere61</programlisting> This will create container "
+"<programlisting>ant websphere7</programlisting> This will create container "
"specific distribution and exploded archive directories with the "
-"<literal>websphere61</literal> label."
+"<literal>websphere7</literal> label."
msgstr ""
#. Tag: title
-#: Websphere.xml:664
+#: Websphere.xml:451
#, no-c-format
msgid "Deploying the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:665
+#: Websphere.xml:452
#, no-c-format
msgid ""
"This is similar to the <literal>jee5</literal> example at <xref linkend="
@@ -1119,7 +778,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:670
+#: Websphere.xml:457
#, no-c-format
msgid ""
"From the <literal>Enterprise Applications</literal> table select the "
@@ -1127,37 +786,43 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:678
+#: Websphere.xml:465
#, no-c-format
msgid ""
-"Browse to the <literal>examples/jpa/dist-websphere61/jboss-seam-jpa.war</"
+"Browse to the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
"literal> file using the file upload widget."
msgstr ""
#. Tag: para
-#: Websphere.xml:684
+#: Websphere.xml:483
#, no-c-format
msgid ""
-"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
-"jpa</literal>."
+"Select the <literal>Next</literal> button for the next three pages, no "
+"changes are needed."
msgstr ""
+#. Tag: literal
+#: Websphere.xml:488
+#, no-c-format
+msgid "Map context roots for Web modules"
+msgstr ""
+
#. Tag: para
-#: Websphere.xml:695
+#: Websphere.xml:491
#, no-c-format
msgid ""
-"Select the <literal>Next</literal> button for the next three pages, no "
-"changes are needed."
+"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
+"jpa</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:700
+#: Websphere.xml:502
#, no-c-format
msgid "<literal>Summary</literal> page"
msgstr ""
#. Tag: para
-#: Websphere.xml:703
+#: Websphere.xml:505
#, no-c-format
msgid ""
"Review the settings if you wish and select the <literal>Finish</literal> "
@@ -1167,17 +832,17 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:716
+#: Websphere.xml:519
#, no-c-format
msgid ""
"As with the <literal>jee5</literal> example there are some class loader "
"changes needed before we start the application. Follow the instructions at "
"<xref linkend=\"websphere-app-adj-after-install\"/> but exchange "
-"<literal>jboss-seam-jpa</literal> for <literal>Seam Booking</literal>."
+"<literal>jboss-seam-jpa_war</literal> for <literal>Seam Booking</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:723
+#: Websphere.xml:526
#, no-c-format
msgid ""
"Finally start the application by selecting it in the <literal>Enterprise "
@@ -1186,7 +851,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:729
+#: Websphere.xml:532
#, no-c-format
msgid ""
"You can now access the application at the <literal>http://localhost:9080/"
@@ -1194,187 +859,186 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:737
+#: Websphere.xml:540
#, no-c-format
-msgid "Whats different for Websphere 6.1"
+msgid "What's different for Websphere AS V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:738
+#: Websphere.xml:541
#, no-c-format
msgid ""
"The differences between the JPA examples that deploys to JBoss 4.2 and "
-"Websphere 6.1 are mostly expected; library and configuration file changes."
+"Websphere AS V7 are mostly expected; library and configuration file changes."
msgstr ""
#. Tag: para
-#: Websphere.xml:743
+#: Websphere.xml:546
#, no-c-format
msgid "<para>Configuration file changes</para>"
msgstr ""
#. Tag: para
-#: Websphere.xml:746
+#: Websphere.xml:549
#, no-c-format
msgid ""
-"<literal>WEB-INF/web.xml</literal> — the only significant change is "
-"that Websphere 6.1 only support <literal>Servlet 2.4</literal> so the top of "
-"this file was changed."
+"<literal>META-INF/persistence.xml</literal> — the main changes here "
+"are for the datasource JNDI path, switching to the Websphere transaction "
+"manager look up class, and changing the hibernate dialect to be "
+"<literal>GlassfishDerbyDialect</literal> ."
msgstr ""
#. Tag: para
-#: Websphere.xml:753
+#: Websphere.xml:559
#, no-c-format
msgid ""
-"<literal>META-INF/persistence.xml</literal> — the main changes here "
-"are for the datasource JNDI path, switching to the Websphere 6.1 transaction "
-"manager look up class, and changing the hibernate dialect to be "
-"<literal>GlassfishDerbyDialect</literal> ."
+"<literal>WEB-INF/components.xml</literal> — the change here is "
+"<literal>jndi-pattern</literal> without /local string."
msgstr ""
#. Tag: para
-#: Websphere.xml:763
+#: Websphere.xml:565
#, no-c-format
msgid ""
-"<literal>WEB-INF/classes/GlassfishDerbyDialect.class </literal> — this "
-"class is needed for the hibernate dialect change to "
-"<literal>GlassfishDerbyDialect</literal>"
+"<literal>META-INF/ejb-jar.xml</literal> — the same change in "
+"<literal>ejb-ref-name</literal>, where is replace /local string in "
+"<literal>jboss-seam-jee5/AuthenticatorAction</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:771
+#: Websphere.xml:572
#, no-c-format
msgid ""
+"<literal>src/GlassfishDerbyDialect.java </literal> — this class is "
+"needed for the hibernate dialect change to <literal>GlassfishDerbyDialect</"
+"literal>"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:580
+#, no-c-format
+msgid ""
"<literal>import.sql</literal> — either for the dialect or Derby DB the "
"<literal>ID</literal> column can not be populated by this file and was "
"removed."
msgstr ""
#. Tag: para
-#: Websphere.xml:780
+#: Websphere.xml:589
#, no-c-format
msgid "Changes for dependent libraries"
msgstr ""
#. Tag: para
-#: Websphere.xml:781
+#: Websphere.xml:590
#, no-c-format
msgid ""
-"<literal>WEB-INF/lib</literal> — The Websphere version requires "
-"several library packages because they are not included as they are with "
-"JBoss AS. These are primarily for hibernate, JSF-RI support and their "
-"dependencies. Below are listed only the additional jars needed above and "
-"beyond the JBoss <literal>JPA</literal> example."
+"The Websphere version requires several library packages because they are not "
+"included as they are with JBoss AS. These are primarily for hibernate and "
+"their dependencies. Below are listed only the additional jars needed above "
+"and beyond the JBoss <literal>JPA</literal> example."
msgstr ""
#. Tag: para
-#: Websphere.xml:789
+#: Websphere.xml:597
#, no-c-format
msgid "To use Hibernate as your JPA provider you need the following jars:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:794
+#: Websphere.xml:602
#, no-c-format
msgid "hibernate.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:799
+#: Websphere.xml:607
#, no-c-format
msgid "hibernate-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:804
+#: Websphere.xml:612
#, no-c-format
msgid "hibernate-commons-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:809
+#: Websphere.xml:617
#, no-c-format
msgid "hibernate-entitymanager.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:814
+#: Websphere.xml:622
#, no-c-format
msgid "hibernate-validator.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:819
+#: Websphere.xml:627
#, no-c-format
msgid "commons-collections.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:824
+#: Websphere.xml:632
#, no-c-format
msgid "jboss-common-core.jar"
msgstr ""
#. Tag: para
-#: Websphere.xml:830
+#: Websphere.xml:638
#, no-c-format
-msgid ""
-"Seam requires JSF 1.2 and these are the jars needed for that. Websphere 6.1 "
-"ships with its own implementation of JSF 1.1."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:855
-#, no-c-format
msgid "Various third party jars that Websphere needs:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:858
+#: Websphere.xml:641
#, no-c-format
msgid "antlr.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:862
+#: Websphere.xml:645
#, no-c-format
msgid "cglib.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:866
+#: Websphere.xml:649
#, no-c-format
msgid "asm.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:870
+#: Websphere.xml:653
#, no-c-format
msgid "dom4j.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:875
+#: Websphere.xml:658
#, no-c-format
msgid "javassist.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:880
+#: Websphere.xml:663
#, no-c-format
msgid "concurrent.jar"
msgstr ""
#. Tag: title
-#: Websphere.xml:895
+#: Websphere.xml:678
#, no-c-format
msgid ""
"Deploying an application created using <literal>seam-gen</literal> on "
-"Websphere 6.1.0.13"
+"Websphere V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:898
+#: Websphere.xml:681
#, no-c-format
msgid ""
"<literal>seam-gen</literal> is a very useful tool for developers to quickly "
@@ -1387,13 +1051,13 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:908
+#: Websphere.xml:691
#, no-c-format
msgid "Running <literal>seam-gen</literal> Setup"
msgstr ""
#. Tag: para
-#: Websphere.xml:909
+#: Websphere.xml:692
#, no-c-format
msgid ""
"The first step is setting up <literal>seam-gen</literal> to construct the "
@@ -1403,7 +1067,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:915
+#: Websphere.xml:698
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1499,7 +1163,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:917
+#: Websphere.xml:700
#, no-c-format
msgid ""
"Type <literal>./seam new-project</literal> to create your project and "
@@ -1508,25 +1172,25 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:924
+#: Websphere.xml:707
#, no-c-format
msgid "Changes needed for deployment to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:925
+#: Websphere.xml:708
#, no-c-format
msgid "We now need to make some changes to the generated project."
msgstr ""
#. Tag: literal
-#: Websphere.xml:931
+#: Websphere.xml:714
#, no-c-format
msgid "resources/META-INF/persistence-dev.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:936
+#: Websphere.xml:719
#, no-c-format
msgid ""
"Alter the <literal>jta-data-source</literal> to be "
@@ -1535,7 +1199,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:943
+#: Websphere.xml:726
#, no-c-format
msgid ""
"Add or change the properties below. These are described in detail at <xref "
@@ -1543,7 +1207,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:948
+#: Websphere.xml:731
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1559,14 +1223,14 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:951
+#: Websphere.xml:734
#, no-c-format
msgid ""
"Remove the JBoss AS specific method of exposing the EntityManagerFactory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:954
+#: Websphere.xml:737
#, no-c-format
msgid ""
"<![CDATA[<property \n"
@@ -1575,7 +1239,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:957
+#: Websphere.xml:740
#, no-c-format
msgid ""
"You'll need to alter <literal>persistence-prod.xml</literal> as well if you "
@@ -1583,32 +1247,31 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:970
+#: Websphere.xml:753
#, no-c-format
msgid ""
-"As with other examples we need to include this class for DB support. It can "
-"be copied from the <literal>jpa</literal> example into the "
-"<literal>websphere_example/resources</literal> directory."
+"As with other examples we need to include this java class for DB support. It "
+"can be copied from the <literal>jpa</literal> example into the "
+"<literal>websphere_example/src</literal> directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:976
+#: Websphere.xml:759
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp $SEAM/examples/jpa/resources-websphere61/WEB-INF/classes/"
-"GlassfishDerbyDialect.class\n"
-" ./resources]]>"
+"cp $SEAM/examples/jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: literal
-#: Websphere.xml:982
+#: Websphere.xml:765
#, no-c-format
msgid "resources/META-INF/jboss-app.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:985
+#: Websphere.xml:768
#, no-c-format
msgid ""
"You can delete this file as we aren't deploying to JBoss AS ( <literal>jboss-"
@@ -1616,13 +1279,13 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:991
+#: Websphere.xml:774
#, no-c-format
msgid "resources/*-ds.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:994
+#: Websphere.xml:777
#, no-c-format
msgid ""
"You can delete these file as we aren't deploying to JBoss AS (these files "
@@ -1630,7 +1293,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1006
+#: Websphere.xml:789
#, no-c-format
msgid ""
"Enable container managed transaction integration - add the <literal> <"
@@ -1640,7 +1303,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1015
+#: Websphere.xml:798
#, no-c-format
msgid ""
"Alter the <literal>jndi-pattern</literal> to <literal> java:comp/env/"
@@ -1648,7 +1311,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1021
+#: Websphere.xml:804
#, no-c-format
msgid ""
"We do not need <literal>managed-persistence-context</literal> for this "
@@ -1656,7 +1319,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1027
+#: Websphere.xml:810
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1667,67 +1330,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1036
+#: Websphere.xml:819
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it required "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1042
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1044
-#, no-c-format
-msgid ""
"As with the <literal>jee5/booking</literal> example we need to add EJB "
-"references to the web.xml. These references require the empty <literal>local-"
-"home</literal> to flag them for Websphere to perform the proper binding."
+"references to the web.xml. These references require replacing /local string "
+"in <literal>ejb-ref-name</literal> to flag them for Websphere to perform the "
+"proper binding."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1051
+#: Websphere.xml:826
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local> \n"
-" </ejb-local-ref>\n"
+"<![CDATA[ \n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local>\n"
+" </ejb-local-ref> \n"
" \n"
" <ejb-local-ref>\n"
" <ejb-ref-name>websphere_example/EjbSynchronizations</ejb-ref-name> \n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:1057
+#: Websphere.xml:832
#, no-c-format
msgid "Creating the <literal>AuthenticatorAction</literal> EJB"
msgstr ""
#. Tag: para
-#: Websphere.xml:1059
+#: Websphere.xml:834
#, no-c-format
msgid ""
"We want to take the existing <literal>Authenticator</literal> Seam POJO "
@@ -1735,13 +1372,19 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1065
+#: Websphere.xml:837
#, no-c-format
+msgid "Change the generated Authenticator class"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:840
+#, no-c-format
msgid "Rename the class to <literal>AuthenticatorAction</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1069
+#: Websphere.xml:844
#, no-c-format
msgid ""
"Add the <literal>@Stateless</literal> annotation to the new "
@@ -1749,7 +1392,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1075
+#: Websphere.xml:850
#, no-c-format
msgid ""
"Create an interface called <literal>Authenticator</literal> which "
@@ -1761,7 +1404,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1088
+#: Websphere.xml:863
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1770,7 +1413,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1091
+#: Websphere.xml:866
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1780,7 +1423,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1094
+#: Websphere.xml:869
#, no-c-format
msgid ""
"We've already added its reference to the <literal>web.xml</literal> file so "
@@ -1788,14 +1431,14 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:1100
+#: Websphere.xml:875
#, no-c-format
msgid ""
"Extra jar dependencies and other changes to the <literal>build.xml</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1102
+#: Websphere.xml:877
#, no-c-format
msgid ""
"This application has similar requirements as the <literal>jee5/booking</"
@@ -1803,7 +1446,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1107
+#: Websphere.xml:882
#, no-c-format
msgid ""
"Change the default target to <literal>archive</literal> (we aren't going to "
@@ -1811,7 +1454,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1113
+#: Websphere.xml:888
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1819,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1117
+#: Websphere.xml:892
#, no-c-format
msgid ""
"Websphere looks for the drools <literal>/security.drl</literal> file in the "
@@ -1832,7 +1475,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1128
+#: Websphere.xml:903
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1844,93 +1487,16 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1131
+#: Websphere.xml:906
#, no-c-format
msgid ""
-"We need to ge the <literal>GlassfishDerbyDialect.class</literal> into our "
-"application jar. To do that find the <literal>jar</literal> task and modify "
-"the top of it so that it looks like this:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1139
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"jar\" depends=\"compile,copyclasses\" \n"
-" description=\"Build the distribution .jar file\">\n"
-" <copy todir=\"${jar.dir}\">\n"
-" <fileset dir=\"${basedir}/resources\">\n"
-" <include name=\"seam.properties\" />\n"
-" <include name=\"*.drl\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
-" </fileset>\n"
-" </copy>\n"
-"...]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1142
-#, no-c-format
-msgid ""
-"Next we need to get the <literal>jboss-seam.jar</literal> into the base of "
-"the <literal>EAR</literal> file. For deployment Websphere requires this jar "
-"to be in both the <literal>/lib</literal> directory and at the base of the "
-"<literal>EAR</literal>. You must add the following to the <literal>archive</"
-"literal> task:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1151
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1152
-#, no-c-format
-msgid "So that the whole <literal>archive</literal> task looks like:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1156
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"archive\" depends=\"jar,war,ear\" \n"
-" description=\"Package the archives\">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.jar\" basedir=\"${jar.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.war\" basedir=\"${war.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.ear\">\n"
-" <fileset dir=\"${ear.dir}\"/>\n"
-" <fileset dir=\"${dist.dir}\">\n"
-" <include name=\"${project.name}.jar\"/>\n"
-" <include name=\"${project.name}.war\"/>\n"
-" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
-" </jar>\n"
-"</target>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1159
-#, no-c-format
-msgid ""
"Now we need to get extra jars into the <literal>build.xml</literal>. Look "
"for the <literal><fileset dir=\"${basedir}\"></literal> section of the "
"task below. Add the new includes at the bottom of the fileset."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1167
+#: Websphere.xml:914
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1941,9 +1507,7 @@
" <include name=\"*hibernate.cfg.xml\" />\n"
" <include name=\"jbpm.cfg.xml\" />\n"
" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
+"\n"
" <fileset dir=\"${basedir}\">\n"
" <include name=\"lib/jbpm*.jar\" />\n"
" <include name=\"lib/jboss-el.jar\" />\n"
@@ -1965,13 +1529,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1170
+#: Websphere.xml:917
#, no-c-format
msgid "Hibernate dependencies"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1171
+#: Websphere.xml:918
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1985,33 +1549,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1174
+#: Websphere.xml:921
#, no-c-format
-msgid ""
-"JSF dependencies. You will need to copy the <literal>el-ri.jar</literal> "
-"from the <literal>$SEAM/examples/jpa/lib</literal> directory."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1177
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1180
-#, no-c-format
msgid "Third party dependencies."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1181
+#: Websphere.xml:922
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2028,15 +1572,15 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1184
+#: Websphere.xml:925
#, no-c-format
msgid ""
-"<literal>jboss-seam.jar</literal> - this is needed in both the <literal>ear</"
-"literal> base and <literal>/lib</literal> directory."
+"<literal>jboss-seam.jar</literal> - this is needed in the <literal>ear</"
+"literal> base directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1188
+#: Websphere.xml:928
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2045,13 +1589,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1192
+#: Websphere.xml:932
#, no-c-format
msgid "You should end up with something like:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1193
+#: Websphere.xml:933
#, no-c-format
msgid ""
"<![CDATA[<fileset dir=\"${basedir}\">\n"
@@ -2072,13 +1616,7 @@
" <include name=\"lib/hibernate-entitymanager.jar\"/>\n"
" <include name=\"lib/hibernate-validator.jar\"/>\n"
" <include name=\"lib/jboss-common-core.jar\" />\n"
-" \n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>\n"
-" \n"
+"\n"
" <!-- 3rd party and supporting jars -->\n"
" <include name=\"lib/javassist.jar\"/>\n"
" <include name=\"lib/dom4j.jar\" />\n"
@@ -2095,38 +1633,14 @@
"</fileset>]]>"
msgstr ""
-#. Tag: para
-#: Websphere.xml:1195
-#, no-c-format
-msgid ""
-"The last step is to add <literal>jsf-impl.jar</literal> and <literal>el-ri."
-"jar</literal> to the war target. Look for <literal>copy todir=\"${war.dir}/"
-"WEB-INF/lib\"</literal> and add the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1199
-#, no-c-format
-msgid ""
-"<![CDATA[<copy todir=\"${war.dir}/WEB-INF/lib\">\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <includesfile name=\"deployed-jars-war.list"
-"\" />\n"
-" <include name=\"jsf-impl.jar\" />\n"
-" <include name=\"el-ri.jar\" /> \n"
-" <exclude name=\"jboss-seam-gen.jar\" />\n"
-" </fileset>\n"
-"</copy>]]>"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:1206
+#: Websphere.xml:940
#, no-c-format
msgid "Building and deploying the seam-gen'd application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:1212
+#: Websphere.xml:945
#, no-c-format
msgid ""
"Build your application by calling <literal>ant</literal> in the base "
@@ -2136,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1221
+#: Websphere.xml:954
#, no-c-format
msgid ""
"To deploy the application follow the instructions here : <xref linkend="
@@ -2146,7 +1660,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1227
+#: Websphere.xml:960
#, no-c-format
msgid ""
"Checkout the app at: <literal>http://localhost:9080/websphere_example/index."
Modified: trunk/doc/Seam_Reference_Guide/de-DE/Excel.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/de-DE/Excel.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/de-DE/Excel.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: Seam_Reference_Guide \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-10-14 11:38+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -46,7 +46,7 @@
"&excel; JSF controls, which are used to construct views that can render the "
"document, and the DocumentStore component, which serves the rendered "
"document to the user. To include &excel; support in your application, "
-"included <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
+"include <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
"lib</literal> directory along with the <literal>jxl.jar</literal> JAR file. "
"Furthermore, you need to configure the DocumentStore servlet in your web.xml"
msgstr ""
@@ -247,9 +247,9 @@
msgid ""
"<literal>arrayGrowSize</literal> — The amount of memory by which to "
"increase the amount of memory allocated to storing the workbook data. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 1 megabyte. The value is a "
-"number (bytes)."
+"processes reading many small workbooks inside a WAS it might be necessary to "
+"reduce the default size. Default value is 1 megabyte. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -332,10 +332,10 @@
#, no-c-format
msgid ""
"<literal>initialFileSize</literal> — The initial amount of memory "
-"allocated to store the workbook data when reading a worksheet. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 5 megabytes. The value is a "
-"number (bytes)."
+"allocated to store the workbook data when reading a worksheet. For processes "
+"reading many small workbooks inside a WAS it might be necessary to reduce "
+"the default size. Default value is 5 megabytes. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -428,7 +428,7 @@
#, no-c-format
msgid ""
"<literal>filename</literal> — The filename to use for the download. "
-"The value is a string. Please not that if you map the DocumentServlet to "
+"The value is a string. Please note that if you map the DocumentServlet to "
"some pattern, this file extension must also match."
msgstr ""
@@ -442,11 +442,9 @@
msgstr ""
#. Tag: emphasis
-#: Excel.xml:322 Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081
-#: Excel.xml:1157 Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537
-#: Excel.xml:1595 Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#: Excel.xml:322 Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
#, no-c-format
-msgid "Child elemenents"
+msgid "Child elements"
msgstr ""
#. Tag: para
@@ -516,7 +514,7 @@
#, no-c-format
msgid ""
"Worksheets are the children of workbooks and the parent of columns and "
-"worksheet commands They can also contain explicitly placed cells, formulas, "
+"worksheet commands. They can also contain explicitly placed cells, formulas, "
"images and hyperlinks. They are the pages that make up the workbook."
msgstr ""
@@ -542,14 +540,14 @@
#, no-c-format
msgid ""
"<literal>var</literal> — The current row iterator variable name that "
-"can later be referenced in cell value attributes. The value is a string"
+"can later be referenced in cell value attributes. The value is a string."
msgstr ""
#. Tag: para
#: Excel.xml:401
#, no-c-format
msgid ""
-"<literal>name</literal> — The name of the worksheet. The valus is a "
+"<literal>name</literal> — The name of the worksheet. The value is a "
"string. Defaults to Sheet# where # is the worksheet index. If the given "
"worksheet name exists, that sheet is selected. This can be used for merging "
"several data sets into a single worksheet, just define the same name for "
@@ -590,7 +588,7 @@
#, no-c-format
msgid ""
"<literal>bottomMargin</literal> — The bottom margin. The value is a "
-"number (inches)"
+"number (inches)."
msgstr ""
#. Tag: para
@@ -709,7 +707,7 @@
#: Excel.xml:551
#, no-c-format
msgid ""
-"<literal>normalMagnification</literal> — The normal magnificaton "
+"<literal>normalMagnification</literal> — The normal magnification "
"factor (not zoom or scale factor). The value is a number (percentage)."
msgstr ""
@@ -727,7 +725,7 @@
#, no-c-format
msgid ""
"<literal>pageBreakPreviewMagnification</literal> — The page break "
-"preview magnificaton factor (not zoom or scale factors). the value is a "
+"preview magnification factor (not zoom or scale factors). The value is a "
"number (percentage)."
msgstr ""
@@ -803,7 +801,8 @@
#, no-c-format
msgid ""
"<literal>recalculateFormulasBeforeSave</literal> — Should the formulas "
-"be re-calculated when the sheet is saved? The value is a boolean. false"
+"be re-calculated when the sheet is saved? The value is a boolean. Default "
+"value is false."
msgstr ""
#. Tag: para
@@ -874,11 +873,19 @@
#: Excel.xml:698
#, no-c-format
msgid ""
-"<literal>zoomFactor</literal> — T zoom factor. Do not confuse zoom "
+"<literal>zoomFactor</literal> — The zoom factor. Do not confuse zoom "
"factor (which relates to the on screen view) with scale factor (which refers "
-"to the scale factor when printing). The value is a number (percentage."
+"to the scale factor when printing). The value is a number (percentage)."
msgstr ""
+#. Tag: emphasis
+#: Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081 Excel.xml:1157
+#: Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537 Excel.xml:1595
+#: Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#, no-c-format
+msgid "Child elemenents"
+msgstr ""
+
#. Tag: para
#: Excel.xml:712
#, no-c-format
@@ -900,7 +907,7 @@
#, no-c-format
msgid ""
"<literal><e:headerFooter/></literal> — Zero or more header/"
-"footer definitions ((see <xref linkend=\"excel.headersfooters\"/> ))."
+"footer definitions (see <xref linkend=\"excel.headersfooters\"/> )."
msgstr ""
#. Tag: para
@@ -916,7 +923,7 @@
#, no-c-format
msgid ""
"<literal>header</literal>— Contents that will be placed at the top of "
-"the data block, above the column headers (if any)"
+"the data block, above the column headers (if any)."
msgstr ""
#. Tag: para
@@ -924,7 +931,7 @@
#, no-c-format
msgid ""
"<literal>footer</literal>— Contents that will be placed at the bottom "
-"of the data block, below the column footers (if any)"
+"of the data block, below the column footers (if any)."
msgstr ""
#. Tag: programlisting
@@ -1062,7 +1069,7 @@
"Cells are nested within columns (for iteration) or inside worksheets (for "
"direct placement using the <literal>column</literal> and <literal>row</"
"literal> attributes) and are responsible for outputting the value (usually "
-"though en EL-expression involving the <literal>var</literal>-attribute of "
+"through an EL-expression involving the <literal>var</literal>-attribute of "
"the datatable. See"
msgstr ""
@@ -1495,7 +1502,7 @@
#: Excel.xml:1360
#, no-c-format
msgid ""
-"The formula of the cell in placed in the <literal>value</literal> -attribute "
+"The formula of the cell is placed in the <literal>value</literal> -attribute "
"as a normal &excel; notation. Note that when doing cross-sheet formulas, the "
"worksheets must exist before referencing a formula against them. The value "
"is a string."
@@ -2123,12 +2130,6 @@
"initially? The value is a boolean."
msgstr ""
-#. Tag: emphasis
-#: Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
-#, no-c-format
-msgid "Child elements"
-msgstr ""
-
#. Tag: literal
#: Excel.xml:2046
#, no-c-format
@@ -2171,7 +2172,7 @@
#: Excel.xml:2105
#, no-c-format
msgid ""
-"groups rows 5 trough 10 and columns 5 through 10 so that the rows are "
+"groups rows 5 through 10 and columns 5 through 10 so that the rows are "
"initially collapsed (but not the columns)."
msgstr ""
@@ -2382,7 +2383,7 @@
"The CSS attributes cascade down from parent to children and within one tag "
"cascades over the CSS classes referenced in the <literal>styleClass</"
"literal> attributes and finally over the CSS attributes defined in the "
-"<literal>style</literal>attribute. You can place them pretty much anywhere "
+"<literal>style</literal> attribute. You can place them pretty much anywhere "
"but e.g. placing a column width setting in a cell nested within that column "
"makes little sense."
msgstr ""
@@ -2579,7 +2580,7 @@
#. Tag: para
#: Excel.xml:2475
#, no-c-format
-msgid "This group of XLS-CSS attributes define the borders of the cell"
+msgid "This group of XLS-CSS attributes defines the borders of the cell"
msgstr ""
#. Tag: para
@@ -2667,7 +2668,7 @@
#, no-c-format
msgid ""
"A shorthand for setting line style and color of the top edge of the cell, e."
-"g style=\"xls-border-left: red thick\""
+"g style=\"xls-border-top: red thick\""
msgstr ""
#. Tag: para
@@ -2781,7 +2782,7 @@
#. Tag: para
#: Excel.xml:2668
#, no-c-format
-msgid "This group of XLS-CSS attributes define the background of the cell"
+msgid "This group of XLS-CSS attributes defines the background of the cell"
msgstr ""
#. Tag: para
@@ -2837,7 +2838,7 @@
#. Tag: para
#: Excel.xml:2722
#, no-c-format
-msgid "This group of XLS-CSS attributes define the column widths etc."
+msgid "This group of XLS-CSS attributes defines the column widths etc."
msgstr ""
#. Tag: para
@@ -2910,7 +2911,7 @@
#. Tag: para
#: Excel.xml:2783
#, no-c-format
-msgid "This group of XLS-CSS attributes define the cell properties"
+msgid "This group of XLS-CSS attributes defines the cell properties"
msgstr ""
#. Tag: para
@@ -3084,7 +3085,7 @@
#, no-c-format
msgid ""
"When using .xhtml documents, stylesheets must be referenced through the "
-"<literal><e:link> tag</literal>"
+"<literal><e:link></literal> tag"
msgstr ""
#. Tag: para
@@ -3106,8 +3107,9 @@
#, no-c-format
msgid ""
"The core of the &excel; functionality is based on the excellent JExcelAPI "
-"library which can be found on http://jexcelapi.sourceforge.net/ and most "
-"features and possible limitations are inherited from here."
+"library which can be found on <ulink url=\"http://jexcelapi.sourceforge.net"
+"\">http://jexcelapi.sourceforge.net/</ulink> and most features and possible "
+"limitations are inherited from here."
msgstr ""
#. Tag: para
Modified: trunk/doc/Seam_Reference_Guide/de-DE/Itext.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/de-DE/Itext.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/de-DE/Itext.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -41,10 +41,10 @@
"iText support is provided by <literal>jboss-seam-pdf.jar</literal>. This JAR "
"contains the iText JSF controls, which are used to construct views that can "
"render to PDF, and the DocumentStore component, which serves the rendered "
-"documents to the user. To include PDF support in your application, included "
+"documents to the user. To include PDF support in your application, put "
"<literal>jboss-seam-pdf.jar</literal> in your <literal>WEB-INF/lib</literal> "
"directory along with the iText JAR file. There is no further configuration "
-"needed to use Seam's iText supportfon."
+"needed to use Seam's iText support."
msgstr ""
#. Tag: para
@@ -251,7 +251,7 @@
"for generating suitable PDF content. Tags like <literal><p:image></"
"literal> and <literal><p:paragraph></literal> are the basic "
"foundations of simple documents. Tags like <literal><p:font></literal> "
-"provide style information to all the content surrounging them."
+"provide style information to all the content surrounding them."
msgstr ""
#. Tag: literal
@@ -492,7 +492,7 @@
#, no-c-format
msgid ""
"<literal>p:image</literal> inserts an image into the document. Images can be "
-"be loaded from the classpath or from the web application context using the "
+"loaded from the classpath or from the web application context using the "
"<literal>value</literal> attribute."
msgstr ""
@@ -626,7 +626,7 @@
msgid ""
"<literal>reference</literal> — The destination the link refers to. "
"Links to other points in the document should begin with a \"#\". For "
-"example, \"#link1\" to refer to an anchor postion with a <literal>name</"
+"example, \"#link1\" to refer to an anchor position with a <literal>name</"
"literal> of <literal>link1</literal>. Links may also be a full URL to point "
"to a resource outside of the document."
msgstr ""
@@ -704,7 +704,7 @@
#: Itext.xml:631
#, no-c-format
msgid ""
-"<literal>borderWidth</literal> — The width of the border. Inidvidual "
+"<literal>borderWidth</literal> — The width of the border. Individual "
"border sides can be specified using <literal>borderWidthLeft</literal>, "
"<literal>borderWidthRight</literal>, <literal>borderWidthTop</literal> and "
"<literal>borderWidthBottom</literal>."
@@ -792,7 +792,7 @@
msgid ""
"<literal>numberDepth</literal> — The depth of numbering for section. "
"All sections are numbered relative to their surrounding chapter/sections. "
-"The fourth section of of the first section of chapter three would be section "
+"The fourth section of the first section of chapter three would be section "
"3.1.4, if displayed at the default number depth of three. To omit the "
"chapter number, a number depth of 2 should be used. In that case, the "
"section number would be displayed as 1.4."
@@ -839,7 +839,7 @@
msgid ""
"List structures can be displayed using the <literal>p:list</literal> and "
"<literal>p:listItem</literal> tags. Lists may contain arbitrarily-nested "
-"sublists. List items may not be used outside of a list. he following "
+"sublists. List items may not be used outside of a list. The following "
"document uses the <literal>ui:repeat</literal> tag to to display a list of "
"values retrieved from a Seam component."
msgstr ""
@@ -1391,7 +1391,7 @@
#, no-c-format
msgid ""
"<literal>domainGridlineStroke</literal> — The stroke style of the "
-"domain gridleines, if visible."
+"domain gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1493,7 +1493,7 @@
#, no-c-format
msgid ""
"<literal>plotOutlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1531,7 +1531,7 @@
#, no-c-format
msgid ""
"<literal>rangeGridlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1946,8 +1946,8 @@
#: Itext.xml:1893
#, no-c-format
msgid ""
-"<literal>seriesVisibleInLegend</literal> — A boolean indiciating if "
-"the series should be listed in the legend."
+"<literal>seriesVisibleInLegend</literal> — A boolean indicating if the "
+"series should be listed in the legend."
msgstr ""
#. Tag: programlisting
@@ -2149,7 +2149,7 @@
#, no-c-format
msgid ""
"<literal>dashPhase</literal> — The dash phase indicates the offset "
-"into the dash pattern that the the line should be drawn with."
+"into the dash pattern that the line should be drawn with."
msgstr ""
#. Tag: programlisting
@@ -2303,7 +2303,7 @@
#, no-c-format
msgid ""
"If you have a complex, pre-generated PDF with named fields, you can easily "
-"fill in the values from you application and present it to the user."
+"fill in the values from your application and present it to the user."
msgstr ""
#. Tag: literal
Modified: trunk/doc/Seam_Reference_Guide/de-DE/Websphere.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/de-DE/Websphere.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/de-DE/Websphere.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-11-06 00:24+0000\n"
+"POT-Creation-Date: 2009-02-01 21:20+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,190 +16,80 @@
#. Tag: title
#: Websphere.xml:2
#, no-c-format
-msgid "Seam on IBM's Websphere"
+msgid "Seam on IBM's Websphere AS"
msgstr ""
#. Tag: para
#: Websphere.xml:4
#, no-c-format
msgid ""
-"Websphere 6.1.x is IBM's application server offering. The latest release is "
-"6.1.0.19 which does not have <literal>EJB3</literal> or <literal>JEE5</"
-"literal> support. There is a recently released (Nov 07) <literal>EJB3</"
-"literal> feature pack which provides some support for <literal>EJB3</"
-"literal> and <literal>JPA</literal>. Currently there is no true "
-"<literal>JEE5</literal> offering from IBM. This causes some issues with Seam "
-"integration with applications that use EJB3."
+"Websphere AS V7 is IBM's application server offering. This release is fully "
+"Java EE 5 certified."
msgstr ""
#. Tag: para
-#: Websphere.xml:12
+#: Websphere.xml:7
#, no-c-format
msgid ""
-"First we will go over some basic information about the Websphere environment "
-"that we used for these examples. After a good deal of research and work we "
-"were able to get EJB3 applications to function correctly. We will go over "
-"the details of those steps with the jee5 example. We will also deploy the "
-"JPA example application."
+"First we will go over some basic information about the Websphere AS "
+"environment that we used for these examples. We will go over the details of "
+"those steps with the JEE5 booking example. We will also deploy the JPA "
+"example application."
msgstr ""
#. Tag: title
-#: Websphere.xml:19
+#: Websphere.xml:13
#, no-c-format
-msgid "Websphere environment and deployment information"
+msgid "Websphere AS environment and deployment information"
msgstr ""
#. Tag: para
-#: Websphere.xml:21
+#: Websphere.xml:15
#, no-c-format
msgid ""
-"Websphere is a commercial product and so we will not discuss the details of "
-"its installation other than to say follow the directions provided by your "
+"Websphere AS is a commercial product and so we will not discuss the details "
+"of its installation other than to say follow the directions provided by your "
"particular installation type and license. This section will detail the exact "
"server versions used, installation tips, and some custom properties that are "
"needed for all of the examples."
msgstr ""
#. Tag: title
-#: Websphere.xml:29
+#: Websphere.xml:23
#, no-c-format
-msgid "Installation versions and tips"
+msgid "Installation versions"
msgstr ""
#. Tag: para
-#: Websphere.xml:30
+#: Websphere.xml:24
#, no-c-format
msgid ""
"All of the examples and information in this chapter are based on the version "
-"6.1 of Websphere at the time of this writing."
+"V7 of Websphere AS at the time of this writing."
msgstr ""
#. Tag: ulink
-#: Websphere.xml:35
+#: Websphere.xml:29
#, no-c-format
-msgid "Websphere Application Server 6.1"
+msgid "Websphere Application Server V7"
msgstr ""
-#. Tag: ulink
-#: Websphere.xml:40
-#, no-c-format
-msgid ""
-"Feature Pack for EJB 3.0 for Websphere Application Server V6.1 (6.1.0.13)"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:46
-#, no-c-format
-msgid "Fix Pack for Websphere Application Server V6.1 (6.1.0.19)"
-msgstr ""
-
#. Tag: para
-#: Websphere.xml:52
+#: Websphere.xml:34
#, no-c-format
msgid ""
-"The EJB3 feature pack that we installed came with the 6.1.0.13 patch version "
-"of Websphere. Installing the feature pack does not ensure that your server "
-"will have the proper environment for EJB3 applications. Be sure that as part "
-"of the installation of the feature pack you follow the instructions to "
-"create a new server profile with the EJB3 feature pack enabled, or augment "
-"one of your existing ones. This can also be done after the installation by "
-"running the profile management tool."
+"After installing Websphere AS, create server profile with Profile Management "
+"Tool, if you didn't create profile in installation process."
msgstr ""
-#. Tag: para
-#: Websphere.xml:60
-#, no-c-format
-msgid ""
-"It is highly recommended to patch Websphere by latest fix pack, at the time "
-"of this writing it is 6.1.0.19"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:63
+#: Websphere.xml:42
#, no-c-format
-msgid "A note about restarting the server"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:64
-#, no-c-format
-msgid ""
-"There are times that restarting the server will be required after deploying "
-"or changes the examples in this chapter. Its does not seem like every change "
-"requires a restart. If you get errors or exceptions after modifying a "
-"property or deploying an application try to restart the server."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:72
-#, no-c-format
-msgid "Required custom properties"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:73
-#, no-c-format
-msgid ""
-"There are a couple of Websphere custom properties that are required for Seam "
-"integration. These properties are not needed specifically for Seam, but work "
-"around some issues with Websphere. These are set following the instructions "
-"here : <ulink url=\"http://www-1.ibm.com/support/docview.wss?rss=180&"
-"uid=swg21284395\"> Setting web container custom properties</ulink>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:82
-#, no-c-format
-msgid ""
-"<literal>prependSlashToResource = \"true\"</literal> — This solves a "
-"fairly common issue with Websphere where applications are not using a "
-"leading \"/\" when attempting to access resources. If this is not set then a "
-"<literal>java.net.MalformedURLException</literal> will be thrown. With this "
-"property set you will still see warnings, but the resources will be "
-"retrieved as expected."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:90 Websphere.xml:108
-#, no-c-format
-msgid "Detailed can be found at:"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:92
-#, no-c-format
-msgid "SRVE0238E: Resource paths must have a leading slash"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:97
-#, no-c-format
-msgid ""
-"<literal>com.ibm.ws.webcontainer.invokefilterscompatibility = \"true\"</"
-"literal> — This solves an issue with Websphere where it throws a "
-"<literal>FileNotFoundException</literal> when a web application attempts to "
-"access a file resource that does not actually exist on disk. This is a "
-"common practice in modern web applications where filters or servlets are "
-"used to process resource requests like these. This issue manifests itself as "
-"failures to retrieve JavaScript, CSS, images, etc... when requesting a web "
-"page."
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:110
-#, no-c-format
-msgid ""
-"PK33090; 6.1: A filter that serves a file does not pop-up an alert message"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:119
-#, no-c-format
msgid "The <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:121
+#: Websphere.xml:44
#, no-c-format
msgid ""
"The <literal>jee5/booking</literal> example is based on the Hotel Booking "
@@ -208,45 +98,36 @@
"located in the <literal>$SEAM_DIST/examples/jee5/booking</literal> directory."
msgstr ""
-#. Tag: para
-#: Websphere.xml:128
-#, no-c-format
-msgid ""
-"As stated before the <literal>EJB3</literal> feature pack does not provide a "
-"full <literal>jee5</literal> implementation. This means that there are some "
-"tricks to getting an application deployed and functioning."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:134 Websphere.xml:927
+#: Websphere.xml:52 Websphere.xml:710
#, no-c-format
msgid "<title>Configuration file changes</title>"
msgstr ""
#. Tag: para
-#: Websphere.xml:136
+#: Websphere.xml:54
#, no-c-format
msgid ""
"Below are the configuration file changes that are need to the base example."
msgstr ""
#. Tag: literal
-#: Websphere.xml:142 Websphere.xml:1001
+#: Websphere.xml:60 Websphere.xml:784
#, no-c-format
msgid "resources/WEB-INF/components.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:145
+#: Websphere.xml:63
#, no-c-format
msgid ""
-"We need to change the way that we look up EJBs for Websphere. We need to "
-"remove the <literal>/local</literal> from the end of the <literal>jndi-"
-"pattern</literal> attribute. It should look like this:"
+"We need to change the way that we look up EJBs for WAS. We need to remove "
+"the <literal>/local</literal> from the end of the <literal>jndi-pattern</"
+"literal> attribute. It should look like this:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:152
+#: Websphere.xml:70
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -256,133 +137,119 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:156 Websphere.xml:1033
+#: Websphere.xml:76
#, no-c-format
-msgid "resources/WEB-INF/web.xml"
+msgid "resources/META-INF/ejb-jar.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:159
+#: Websphere.xml:79
#, no-c-format
msgid ""
-"This is the first place that we notice an unexpected change because this is "
-"not full <literal>jee5</literal> implementation."
+"We need to replace the /local string from <literal>ejb-ref-name</literal>. "
+"See at the following final code:"
msgstr ""
-#. Tag: para
-#: Websphere.xml:162
+#. Tag: programlisting
+#: Websphere.xml:82
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it requires "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
+"<![CDATA[\n"
+" <enterprise-beans>\n"
+" <!-- EJB reference required when one Seam EJB component references "
+"another Seam EJB component using @In -->\n"
+" <!-- Not required if you inject using @EJB, but then you lose state "
+"management and client-side interceptors (e.g., security) -->\n"
+" <session>\n"
+" <ejb-name>RegisterAction</ejb-name>\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
+"name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref>\n"
+" </session>\n"
+" </enterprise-beans>]]>"
msgstr ""
-#. Tag: programlisting
-#: Websphere.xml:169
+#. Tag: literal
+#: Websphere.xml:88 Websphere.xml:816
#, no-c-format
-msgid ""
-"<![CDATA[<xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
+msgid "resources/WEB-INF/web.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:170
+#: Websphere.xml:91
#, no-c-format
msgid ""
-"Next, we have to make some changes to the EJB references in the <literal>web."
-"xml</literal>. These changes are what will allow Websphere to bind the EJB2 "
-"references in the web module to the the actual EJB3 beans in the EAR module. "
-"Replace all of the <literal>ejb-local-refs</literal> when the values below."
+"We have to make some changes to the EJB references in the <literal>web.xml</"
+"literal>. These changes are what will allow WAS to bind automatically the "
+"EJB3 references in the web module to the the actual EJB3 beans in the EAR "
+"module. Replace all of the /local strings in <literal>ejb-local-refs</"
+"literal> when the values below."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:179
+#: Websphere.xml:100
#, no-c-format
msgid ""
"<![CDATA[\n"
" <!-- JEE5 EJB3 names -->\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Authenticator</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.BookingList</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Register</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.ChangePassword</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.HotelBooking</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.HotelSearching</local> \n"
-" </ejb-local-ref> \n"
-" \n"
" <ejb-local-ref>\n"
-" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name> \n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-name>\n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref> \n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.BookingList</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Register</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.ChangePassword</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelBooking</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelSearching</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:181
+#: Websphere.xml:102
#, no-c-format
msgid ""
-"The important change is that there is an empty <literal>local-home</literal> "
-"element for each EJB. This tells Websphere to make the correct bindings "
-"between the web module and the EJB3 beans. The <literal>ejb-link</literal> "
-"element is simply not used."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:187
-#, no-c-format
-msgid ""
"Note also that <literal>EjbSynchronizations</literal> is a built-in Seam EJB "
"and not part of the Hotel Booking example. This means that if your "
"application's <literal>components.xml</literal> specifies "
-"<literal>transaction:ejb-transaction</literal> , then you must include:"
+"<literal>transaction:ejb-transaction</literal>, then you must include:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:192
+#: Websphere.xml:107
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -395,34 +262,34 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:193
+#: Websphere.xml:108
#, no-c-format
msgid ""
"in your web.xml. If you don't include it, you'll get the following error:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:194
+#: Websphere.xml:109
#, no-c-format
msgid "Name comp/env/myapp/EjbSynchronizations not found in context java:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:199
+#: Websphere.xml:114
#, no-c-format
msgid "resources/META-INF/persistence.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:202
+#: Websphere.xml:117
#, no-c-format
msgid ""
"For this example we will be using the default datasource that comes with "
-"Websphere. To do this change the <literal>jta-data-source</literal> element:"
+"WAS. To do this change the <literal>jta-data-source</literal> element:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:205
+#: Websphere.xml:120
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -431,7 +298,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:206
+#: Websphere.xml:121
#, no-c-format
msgid ""
"Then we need to adjust some of the hibernate properties. First comment out "
@@ -439,7 +306,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:211
+#: Websphere.xml:126
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -455,25 +322,25 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:215
+#: Websphere.xml:130
#, no-c-format
msgid ""
"<literal>hibernate.transaction.manager_lookup_class</literal> — "
-"Standard Hibernate transaction manager property for Websphere 6.X"
+"Standard Hibernate transaction manager property for WAS 6.X and 7"
msgstr ""
#. Tag: para
-#: Websphere.xml:221
+#: Websphere.xml:136
#, no-c-format
msgid ""
"<literal>hibernate.transaction.flush_before_completion</literal> — "
"This is commented out because we want the container to manage the "
"transactions. Also if this is set to <literal>true</literal> an exception "
-"will be thrown by Websphere when the EJBContext is looked up."
+"will be thrown by WAS when the EJBContext is looked up."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:230
+#: Websphere.xml:145
#, no-c-format
msgid ""
"<![CDATA[com.ibm.wsspi.injectionengine.InjectionException: \n"
@@ -482,55 +349,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:233
+#: Websphere.xml:148
#, no-c-format
msgid ""
"<literal>hibernate.dialect</literal> — From WAS 6.1.0.9 on the "
-"embedded DB was switched to the same Derby DB in Glassfish."
+"embedded DB was switched to the same Derby DB as is in Glassfish v2."
msgstr ""
#. Tag: literal
-#: Websphere.xml:243 Websphere.xml:967
+#: Websphere.xml:158 Websphere.xml:750
#, no-c-format
-msgid "resources/GlassfishDerbyDialect.class"
+msgid "src/GlassfishDerbyDialect.java"
msgstr ""
#. Tag: para
-#: Websphere.xml:246
+#: Websphere.xml:161
#, no-c-format
msgid ""
-"You will need to get the <literal>GlassfishDerbyDialect.class</literal> and "
-"copy it into the <literal>/resources</literal> directory. The class exists "
-"in the JPA example and can be copied using the command below assuming you "
-"are in <literal>jee5/booking</literal> directory:"
+"You will need to get the <literal>GlassfishDerbyDialect.java</literal> and "
+"copy it into the <literal>/src</literal> directory. The java class exists in "
+"the JPA example source directory and can be copied using the command below "
+"assuming you are in <literal>jee5/booking</literal> directory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:254
+#: Websphere.xml:169
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/WEB-INF/classes/GlassfishDerbyDialect."
-"class\n"
-" ./resources]]>"
+"cp ../../jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:255
+#: Websphere.xml:170
#, no-c-format
msgid ""
-"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file "
-"using changes to the build.xml discussed later."
+"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file."
msgstr ""
#. Tag: literal
-#: Websphere.xml:261
+#: Websphere.xml:175
#, no-c-format
msgid "resources/import.sql"
msgstr ""
#. Tag: para
-#: Websphere.xml:264
+#: Websphere.xml:178
#, no-c-format
msgid ""
"This file must also be copied from the JPA example because either the Derby "
@@ -540,201 +405,91 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:271
+#: Websphere.xml:185
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/import.sql ./resources]]>"
+"cp ../../jpa/resources-websphere7/import.sql ./resources]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:280
+#: Websphere.xml:194
#, no-c-format
msgid "Building the <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:283
+#: Websphere.xml:197
#, no-c-format
msgid ""
"In order to get the changes we have made into our application we need to "
"make some changes to the <literal>build.xml</literal>. There are also some "
"additional jars that are required by our application in order to work with "
-"Websphere. This section will cover what changes are needed to the "
-"<literal>build.xml</literal>."
+"WAS. This section will cover what changes are needed to the <literal>build."
+"xml</literal>."
msgstr ""
#. Tag: title
-#: Websphere.xml:290
+#: Websphere.xml:204
#, no-c-format
-msgid "New libraries dependencies"
+msgid "Library dependency changes"
msgstr ""
#. Tag: para
-#: Websphere.xml:294
+#: Websphere.xml:205
#, no-c-format
msgid ""
-"JSF libraries — Websphere 6.1 comes with its own version of JSF 1.1 "
-"(Seam requires JSF 1.2). So we must add these jars to our application:"
+"We remove the <literal>log4j.jar</literal> so that all of the log output "
+"from our application will be added to the WAS log. Additional steps are "
+"required to fully configure log4j and those are outside of the scope of this "
+"document."
msgstr ""
-#. Tag: literal
-#: Websphere.xml:299 Websphere.xml:836
-#, no-c-format
-msgid "jsf-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:303 Websphere.xml:841
-#, no-c-format
-msgid "jsf-impl.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:309
-#, no-c-format
-msgid ""
-"Since Websphere is not a fully compliant <literal>JEE5</literal> "
-"implementation we need to add these EL libraries:"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:314 Websphere.xml:849
-#, no-c-format
-msgid "el-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:318 Websphere.xml:845
-#, no-c-format
-msgid "el-ri.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:324
-#, no-c-format
-msgid ""
-"<literal>jboss-seam.jar</literal> — for some reason when deploying the "
-"application through the Websphere administration console it can not find the "
-"<literal>jboss-seam.jar</literal> at the base of the EAR archive. This means "
-"that we need to add it to the <literal>/lib</literal> of the EAR."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:332
-#, no-c-format
-msgid ""
-"Finally we remove the <literal>log4j.jar</literal> so that all of the log "
-"output from our application will be added to the Websphere log. Additional "
-"steps are required to fully configure log4j and those are outside of the "
-"scope of this document."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:343
+#: Websphere.xml:213
#, no-c-format
msgid "Updating the <literal>build.xml</literal> file"
msgstr ""
#. Tag: para
-#: Websphere.xml:345
+#: Websphere.xml:215
#, no-c-format
msgid ""
"Add the following entry to the bottom of the <literal>build.xml</literal> "
"file. This overrides the default fileset that is used to populate the "
-"<literal>jboss-seam-jee5.jar</literal>. The primary change is the addition "
-"of the <literal>GlassfishDerbyDialect.class</literal>:"
+"<literal>jboss-seam-jee5.jar</literal>. :"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:354
+#: Websphere.xml:223
#, no-c-format
msgid ""
"<![CDATA[\n"
" <fileset id=\"jar.resources\" dir=\"${resources.dir}\">\n"
" <include name=\"import.sql\" />\n"
" <include name=\"seam.properties\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
" <include name=\"META-INF/persistence.xml\" />\n"
" <include name=\"META-INF/ejb-jar.xml\" />\n"
" </fileset>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:357
+#: Websphere.xml:225
#, no-c-format
msgid ""
-"Next we need to add the library dependencies discussed above. For this add "
-"the following to bottom of the <literal>ear.lib.extras</literal> fileset "
-"entry:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:363
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!--<include name=\"lib/log4j.jar\" />-->\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" />\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:365
-#, no-c-format
-msgid ""
-"We also need to add richfaces-api.jar, jsf-impl.jar and el-ri.jar into WEB-"
-"INF/lib of the war file. Add the following fileset after <literal>ear.lib."
-"extras</literal> fileset."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:368
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <fileset id=\"war.lib.extras\" dir=\"${seam.dir}\"> \n"
-" <include name=\"lib/richfaces-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" /> \n"
-" </fileset>]]>"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:370
-#, no-c-format
-msgid "A note about copying JSF and EL jars"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:371
-#, no-c-format
-msgid ""
-"There is a class loading issue with WebSphere, which causes the jars from "
-"ear lib directory to not be available when the web module is initialized."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:376
-#, no-c-format
-msgid ""
"Now all that is left is to execute the <literal>ant archive</literal> task "
"and the built application will be in the <literal>jee5/booking/dist</"
"literal> directory."
msgstr ""
#. Tag: title
-#: Websphere.xml:385
+#: Websphere.xml:234
#, no-c-format
msgid "Deploying the application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:387
+#: Websphere.xml:236
#, no-c-format
msgid ""
"So now we have everything we need in place. All that is left is to deploy it "
@@ -742,7 +497,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:389
+#: Websphere.xml:238
#, no-c-format
msgid ""
"For this we will use Websphere's administration console. As before there are "
@@ -750,52 +505,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:392
+#: Websphere.xml:241
#, no-c-format
msgid ""
-"The steps below are for the Websphere version stated above, yours may be "
-"slightly different."
+"The steps below are for the WAS version stated above. The ports are default "
+"values, if you changed them substitute your values."
msgstr ""
#. Tag: para
-#: Websphere.xml:396
+#: Websphere.xml:245
#, no-c-format
-msgid "Log in to the administration console"
+msgid ""
+"Log in to the administration console <programlisting><![CDATA[https://"
+"localhost:9043/admin]]></programlisting> or"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:399
+#: Websphere.xml:250
#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"https://localhost:9043/ibm/console]]>"
+msgid "<![CDATA[http://localhost:9060/admin]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:403
+#: Websphere.xml:254
#, no-c-format
msgid ""
-"Access the <literal>Enterprise Application</literal> menu option under the "
-"<literal>Applications</literal> top menu."
+"Access the <literal>Websphere enterprise applications</literal> menu option "
+"under the <literal>Applications --> Application Type</literal> left side "
+"menu."
msgstr ""
#. Tag: para
-#: Websphere.xml:408
+#: Websphere.xml:259
#, no-c-format
msgid ""
-"At the top of the <literal>Enterprise Application</literal> table select "
+"At the top of the <literal>Enterprise Applications</literal> table select "
"<literal>Install</literal>. Below are installation wizard pages and what "
"needs to done on each:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:414 Websphere.xml:674
+#: Websphere.xml:265 Websphere.xml:461
#, no-c-format
msgid "Preparing for the application installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:418
+#: Websphere.xml:269
#, no-c-format
msgid ""
"Browse to the <literal>examples/jee5/booking/dist/jboss-seam-jee5.ear</"
@@ -803,102 +559,81 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:424 Websphere.xml:442 Websphere.xml:475 Websphere.xml:689
+#: Websphere.xml:275 Websphere.xml:285 Websphere.xml:304 Websphere.xml:476
+#: Websphere.xml:496
#, no-c-format
msgid "Select the <literal>Next</literal> button."
msgstr ""
+#. Tag: para
+#: Websphere.xml:280 Websphere.xml:471
+#, no-c-format
+msgid "Select the <literal>Fast Path</literal> button."
+msgstr ""
+
#. Tag: literal
-#: Websphere.xml:431
+#: Websphere.xml:292
#, no-c-format
msgid "Select installation options"
msgstr ""
#. Tag: para
-#: Websphere.xml:435
+#: Websphere.xml:296
#, no-c-format
msgid ""
-"Select the <literal>Deploy enterprise beans</literal> check box. This is "
-"needed unless you used a Websphere tool to package the application."
+"Select the <literal>Deploy enterprise beans</literal> and <literal>Allow EJB "
+"reference targets to resolve automatically</literal> check boxes. This is "
+"needed unless you used a Websphere AS tool to package the application."
msgstr ""
#. Tag: literal
-#: Websphere.xml:449
+#: Websphere.xml:313
#, no-c-format
msgid "Map modules to servers"
msgstr ""
#. Tag: para
-#: Websphere.xml:453
+#: Websphere.xml:317
#, no-c-format
msgid ""
"No changes needed here as we only have one server. Select the <literal>Next</"
"literal> button."
msgstr ""
-#. Tag: para
-#: Websphere.xml:461
-#, no-c-format
-msgid ""
-"<literal>Map EJB references to beans</literal> This page will list all of "
-"the beans that we entered in the web.xml."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:466
-#, no-c-format
-msgid ""
-"Make sure that <literal>Allow EJB reference targets to resolve "
-"automatically</literal> check box is selected. This will tell Websphere to "
-"bind our EJB3 beans to the EJB references in the web module."
-msgstr ""
-
#. Tag: literal
-#: Websphere.xml:482
+#: Websphere.xml:325
#, no-c-format
-msgid "Map virtual hosts for Web modules"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:486
-#, no-c-format
-msgid "No changes needed here. Select the <literal>Next</literal> button."
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:493
-#, no-c-format
msgid "Summary"
msgstr ""
#. Tag: para
-#: Websphere.xml:496
+#: Websphere.xml:328
#, no-c-format
msgid "No changes needed here. Select the <literal>Finish</literal> button."
msgstr ""
#. Tag: literal
-#: Websphere.xml:503
+#: Websphere.xml:335
#, no-c-format
msgid "Installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:506
+#: Websphere.xml:338
#, no-c-format
msgid "Now you will see it installing and deploying your application."
msgstr ""
#. Tag: para
-#: Websphere.xml:511
+#: Websphere.xml:343
#, no-c-format
msgid ""
-"When if finishes select the <literal>Save</literal> link and you will be "
+"When it finishes select the <literal>Save</literal> link and you will be "
"returned to the <literal>Enterprise Applications</literal> table."
msgstr ""
#. Tag: para
-#: Websphere.xml:523
+#: Websphere.xml:355
#, no-c-format
msgid ""
"Now that we have our application installed we need to make some adjustments "
@@ -906,7 +641,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:527
+#: Websphere.xml:359
#, no-c-format
msgid ""
"Starting from the <literal>Enterprise Applications</literal> table select "
@@ -914,40 +649,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:533
+#: Websphere.xml:365
#, no-c-format
msgid "Select the <literal>Manage Modules</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:537
+#: Websphere.xml:369
#, no-c-format
-msgid "Select the <literal>jboss-seam-jee5.war</literal> link."
+msgid "Select the <literal>jboss-seam-jee5-booking.war</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:542
+#: Websphere.xml:374
#, no-c-format
msgid ""
"Change the <literal>Class loader order</literal> combo box to "
-"<literal>Classes loaded with application class loader first</literal>."
+"<literal>Classes loaded with application class loader first (parent last)</"
+"literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:548 Websphere.xml:573
+#: Websphere.xml:380 Websphere.xml:397
#, no-c-format
msgid ""
"Select <literal>Apply</literal> and then <literal>Save</literal> options."
msgstr ""
#. Tag: para
-#: Websphere.xml:552
+#: Websphere.xml:384
#, no-c-format
-msgid "Return the <literal>Seam Booking</literal> page."
+msgid "Return to the <literal>Seam Booking</literal> page."
msgstr ""
#. Tag: para
-#: Websphere.xml:556
+#: Websphere.xml:387
#, no-c-format
msgid ""
"On this page select the <literal>Class loading and update detection</"
@@ -955,7 +691,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:561
+#: Websphere.xml:392
#, no-c-format
msgid ""
"Select the radio button for <literal>Classes loaded with application class "
@@ -963,117 +699,40 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:566
+#: Websphere.xml:403
#, no-c-format
msgid ""
-"Even though we are not enabling class reload you must also enter a valid "
-"number in the <literal>Polling interval for updated files</literal> text "
-"area (zero works fine)."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:577
-#, no-c-format
-msgid ""
-"You should verify that the change you just made has been remembered. We have "
-"had problems with the last class loader change not taking effect - even "
-"after a restart. If the change did not take you will need to do it manually, "
-"following these directions:"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:585
-#, no-c-format
-msgid "Open the following file in a text editor of your choice:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:589
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"$WebSphereInstall/$yourServerName/profiles/$yourProfileName/config/cells/\n"
-" $yourCellName/applications/Seam Booking.ear/deployments/\n"
-" Seam Booking/deployment.xml]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:593
-#, no-c-format
-msgid ""
-"Modify the following line so that <literal>PARENT_FIRST</literal> is now "
-"<literal>PARENT_LAST</literal>:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:599
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<classloader xmi:id=\"Classloader_#######\" mode=\"PARENT_FIRST\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:603
-#, no-c-format
-msgid ""
-"Save the file and now when go to the <literal>Class loading and update "
-"detection</literal> page you should see <literal>Classes loaded with "
-"application class loader first</literal> selected."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:615
-#, no-c-format
-msgid ""
"To start the application return to the <literal>Enterprise Applications</"
"literal> table and select our application in the list. Then choose the "
"<literal>Start</literal> button at the top of the table."
msgstr ""
#. Tag: para
-#: Websphere.xml:622
+#: Websphere.xml:410
#, no-c-format
msgid ""
"You can now access the application at <literal>http://localhost:9080/seam-"
-"jee5/</literal> ."
+"jee5-booking/index.html</literal> ."
msgstr ""
#. Tag: title
-#: Websphere.xml:628
+#: Websphere.xml:431
#, no-c-format
-msgid "A note about Websphere Stateful bean timeouts"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:629
-#, no-c-format
-msgid ""
-"The default timeout period for a Websphere 6.1 Stateful EJB is 10 minutes. "
-"This means that you may see some EJB timeout exceptions after some idle "
-"time. It is possible to adjust the timeout of the Stateful EJBs on an "
-"individual basis, but that is beyond the scope of this document. See the "
-"Websphere documentation for details."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:643
-#, no-c-format
msgid "The <literal>jpa</literal> booking example"
msgstr ""
#. Tag: para
-#: Websphere.xml:644
+#: Websphere.xml:432
#, no-c-format
msgid ""
"Thankfully getting the <literal>jpa</literal> example to work is much easier "
"than the <literal>jee5</literal> example. This is the Hotel Booking example "
"implemented in Seam POJOs and using Hibernate JPA with JPA transactions. It "
-"does not require EJB3 support to run."
+"does not use EJB3."
msgstr ""
#. Tag: para
-#: Websphere.xml:650
+#: Websphere.xml:437
#, no-c-format
msgid ""
"The example already has a breakout of configurations and build scripts for "
@@ -1081,7 +740,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:653
+#: Websphere.xml:440
#, no-c-format
msgid ""
"First thing we are going to do is build and deploy that example. Then we'll "
@@ -1089,29 +748,29 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:657
+#: Websphere.xml:444
#, no-c-format
msgid "Building the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:658
+#: Websphere.xml:445
#, no-c-format
msgid ""
"Building it only requires running the correct ant command: "
-"<programlisting>ant websphere61</programlisting> This will create container "
+"<programlisting>ant websphere7</programlisting> This will create container "
"specific distribution and exploded archive directories with the "
-"<literal>websphere61</literal> label."
+"<literal>websphere7</literal> label."
msgstr ""
#. Tag: title
-#: Websphere.xml:664
+#: Websphere.xml:451
#, no-c-format
msgid "Deploying the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:665
+#: Websphere.xml:452
#, no-c-format
msgid ""
"This is similar to the <literal>jee5</literal> example at <xref linkend="
@@ -1119,7 +778,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:670
+#: Websphere.xml:457
#, no-c-format
msgid ""
"From the <literal>Enterprise Applications</literal> table select the "
@@ -1127,37 +786,43 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:678
+#: Websphere.xml:465
#, no-c-format
msgid ""
-"Browse to the <literal>examples/jpa/dist-websphere61/jboss-seam-jpa.war</"
+"Browse to the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
"literal> file using the file upload widget."
msgstr ""
#. Tag: para
-#: Websphere.xml:684
+#: Websphere.xml:483
#, no-c-format
msgid ""
-"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
-"jpa</literal>."
+"Select the <literal>Next</literal> button for the next three pages, no "
+"changes are needed."
msgstr ""
+#. Tag: literal
+#: Websphere.xml:488
+#, no-c-format
+msgid "Map context roots for Web modules"
+msgstr ""
+
#. Tag: para
-#: Websphere.xml:695
+#: Websphere.xml:491
#, no-c-format
msgid ""
-"Select the <literal>Next</literal> button for the next three pages, no "
-"changes are needed."
+"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
+"jpa</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:700
+#: Websphere.xml:502
#, no-c-format
msgid "<literal>Summary</literal> page"
msgstr ""
#. Tag: para
-#: Websphere.xml:703
+#: Websphere.xml:505
#, no-c-format
msgid ""
"Review the settings if you wish and select the <literal>Finish</literal> "
@@ -1167,17 +832,17 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:716
+#: Websphere.xml:519
#, no-c-format
msgid ""
"As with the <literal>jee5</literal> example there are some class loader "
"changes needed before we start the application. Follow the instructions at "
"<xref linkend=\"websphere-app-adj-after-install\"/> but exchange "
-"<literal>jboss-seam-jpa</literal> for <literal>Seam Booking</literal>."
+"<literal>jboss-seam-jpa_war</literal> for <literal>Seam Booking</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:723
+#: Websphere.xml:526
#, no-c-format
msgid ""
"Finally start the application by selecting it in the <literal>Enterprise "
@@ -1186,7 +851,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:729
+#: Websphere.xml:532
#, no-c-format
msgid ""
"You can now access the application at the <literal>http://localhost:9080/"
@@ -1194,187 +859,186 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:737
+#: Websphere.xml:540
#, no-c-format
-msgid "Whats different for Websphere 6.1"
+msgid "What's different for Websphere AS V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:738
+#: Websphere.xml:541
#, no-c-format
msgid ""
"The differences between the JPA examples that deploys to JBoss 4.2 and "
-"Websphere 6.1 are mostly expected; library and configuration file changes."
+"Websphere AS V7 are mostly expected; library and configuration file changes."
msgstr ""
#. Tag: para
-#: Websphere.xml:743
+#: Websphere.xml:546
#, no-c-format
msgid "<para>Configuration file changes</para>"
msgstr ""
#. Tag: para
-#: Websphere.xml:746
+#: Websphere.xml:549
#, no-c-format
msgid ""
-"<literal>WEB-INF/web.xml</literal> — the only significant change is "
-"that Websphere 6.1 only support <literal>Servlet 2.4</literal> so the top of "
-"this file was changed."
+"<literal>META-INF/persistence.xml</literal> — the main changes here "
+"are for the datasource JNDI path, switching to the Websphere transaction "
+"manager look up class, and changing the hibernate dialect to be "
+"<literal>GlassfishDerbyDialect</literal> ."
msgstr ""
#. Tag: para
-#: Websphere.xml:753
+#: Websphere.xml:559
#, no-c-format
msgid ""
-"<literal>META-INF/persistence.xml</literal> — the main changes here "
-"are for the datasource JNDI path, switching to the Websphere 6.1 transaction "
-"manager look up class, and changing the hibernate dialect to be "
-"<literal>GlassfishDerbyDialect</literal> ."
+"<literal>WEB-INF/components.xml</literal> — the change here is "
+"<literal>jndi-pattern</literal> without /local string."
msgstr ""
#. Tag: para
-#: Websphere.xml:763
+#: Websphere.xml:565
#, no-c-format
msgid ""
-"<literal>WEB-INF/classes/GlassfishDerbyDialect.class </literal> — this "
-"class is needed for the hibernate dialect change to "
-"<literal>GlassfishDerbyDialect</literal>"
+"<literal>META-INF/ejb-jar.xml</literal> — the same change in "
+"<literal>ejb-ref-name</literal>, where is replace /local string in "
+"<literal>jboss-seam-jee5/AuthenticatorAction</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:771
+#: Websphere.xml:572
#, no-c-format
msgid ""
+"<literal>src/GlassfishDerbyDialect.java </literal> — this class is "
+"needed for the hibernate dialect change to <literal>GlassfishDerbyDialect</"
+"literal>"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:580
+#, no-c-format
+msgid ""
"<literal>import.sql</literal> — either for the dialect or Derby DB the "
"<literal>ID</literal> column can not be populated by this file and was "
"removed."
msgstr ""
#. Tag: para
-#: Websphere.xml:780
+#: Websphere.xml:589
#, no-c-format
msgid "Changes for dependent libraries"
msgstr ""
#. Tag: para
-#: Websphere.xml:781
+#: Websphere.xml:590
#, no-c-format
msgid ""
-"<literal>WEB-INF/lib</literal> — The Websphere version requires "
-"several library packages because they are not included as they are with "
-"JBoss AS. These are primarily for hibernate, JSF-RI support and their "
-"dependencies. Below are listed only the additional jars needed above and "
-"beyond the JBoss <literal>JPA</literal> example."
+"The Websphere version requires several library packages because they are not "
+"included as they are with JBoss AS. These are primarily for hibernate and "
+"their dependencies. Below are listed only the additional jars needed above "
+"and beyond the JBoss <literal>JPA</literal> example."
msgstr ""
#. Tag: para
-#: Websphere.xml:789
+#: Websphere.xml:597
#, no-c-format
msgid "To use Hibernate as your JPA provider you need the following jars:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:794
+#: Websphere.xml:602
#, no-c-format
msgid "hibernate.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:799
+#: Websphere.xml:607
#, no-c-format
msgid "hibernate-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:804
+#: Websphere.xml:612
#, no-c-format
msgid "hibernate-commons-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:809
+#: Websphere.xml:617
#, no-c-format
msgid "hibernate-entitymanager.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:814
+#: Websphere.xml:622
#, no-c-format
msgid "hibernate-validator.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:819
+#: Websphere.xml:627
#, no-c-format
msgid "commons-collections.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:824
+#: Websphere.xml:632
#, no-c-format
msgid "jboss-common-core.jar"
msgstr ""
#. Tag: para
-#: Websphere.xml:830
+#: Websphere.xml:638
#, no-c-format
-msgid ""
-"Seam requires JSF 1.2 and these are the jars needed for that. Websphere 6.1 "
-"ships with its own implementation of JSF 1.1."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:855
-#, no-c-format
msgid "Various third party jars that Websphere needs:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:858
+#: Websphere.xml:641
#, no-c-format
msgid "antlr.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:862
+#: Websphere.xml:645
#, no-c-format
msgid "cglib.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:866
+#: Websphere.xml:649
#, no-c-format
msgid "asm.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:870
+#: Websphere.xml:653
#, no-c-format
msgid "dom4j.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:875
+#: Websphere.xml:658
#, no-c-format
msgid "javassist.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:880
+#: Websphere.xml:663
#, no-c-format
msgid "concurrent.jar"
msgstr ""
#. Tag: title
-#: Websphere.xml:895
+#: Websphere.xml:678
#, no-c-format
msgid ""
"Deploying an application created using <literal>seam-gen</literal> on "
-"Websphere 6.1.0.13"
+"Websphere V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:898
+#: Websphere.xml:681
#, no-c-format
msgid ""
"<literal>seam-gen</literal> is a very useful tool for developers to quickly "
@@ -1387,13 +1051,13 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:908
+#: Websphere.xml:691
#, no-c-format
msgid "Running <literal>seam-gen</literal> Setup"
msgstr ""
#. Tag: para
-#: Websphere.xml:909
+#: Websphere.xml:692
#, no-c-format
msgid ""
"The first step is setting up <literal>seam-gen</literal> to construct the "
@@ -1403,7 +1067,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:915
+#: Websphere.xml:698
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1499,7 +1163,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:917
+#: Websphere.xml:700
#, no-c-format
msgid ""
"Type <literal>./seam new-project</literal> to create your project and "
@@ -1508,25 +1172,25 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:924
+#: Websphere.xml:707
#, no-c-format
msgid "Changes needed for deployment to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:925
+#: Websphere.xml:708
#, no-c-format
msgid "We now need to make some changes to the generated project."
msgstr ""
#. Tag: literal
-#: Websphere.xml:931
+#: Websphere.xml:714
#, no-c-format
msgid "resources/META-INF/persistence-dev.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:936
+#: Websphere.xml:719
#, no-c-format
msgid ""
"Alter the <literal>jta-data-source</literal> to be "
@@ -1535,7 +1199,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:943
+#: Websphere.xml:726
#, no-c-format
msgid ""
"Add or change the properties below. These are described in detail at <xref "
@@ -1543,7 +1207,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:948
+#: Websphere.xml:731
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1559,14 +1223,14 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:951
+#: Websphere.xml:734
#, no-c-format
msgid ""
"Remove the JBoss AS specific method of exposing the EntityManagerFactory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:954
+#: Websphere.xml:737
#, no-c-format
msgid ""
"<![CDATA[<property \n"
@@ -1575,7 +1239,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:957
+#: Websphere.xml:740
#, no-c-format
msgid ""
"You'll need to alter <literal>persistence-prod.xml</literal> as well if you "
@@ -1583,32 +1247,31 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:970
+#: Websphere.xml:753
#, no-c-format
msgid ""
-"As with other examples we need to include this class for DB support. It can "
-"be copied from the <literal>jpa</literal> example into the "
-"<literal>websphere_example/resources</literal> directory."
+"As with other examples we need to include this java class for DB support. It "
+"can be copied from the <literal>jpa</literal> example into the "
+"<literal>websphere_example/src</literal> directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:976
+#: Websphere.xml:759
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp $SEAM/examples/jpa/resources-websphere61/WEB-INF/classes/"
-"GlassfishDerbyDialect.class\n"
-" ./resources]]>"
+"cp $SEAM/examples/jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: literal
-#: Websphere.xml:982
+#: Websphere.xml:765
#, no-c-format
msgid "resources/META-INF/jboss-app.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:985
+#: Websphere.xml:768
#, no-c-format
msgid ""
"You can delete this file as we aren't deploying to JBoss AS ( <literal>jboss-"
@@ -1616,13 +1279,13 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:991
+#: Websphere.xml:774
#, no-c-format
msgid "resources/*-ds.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:994
+#: Websphere.xml:777
#, no-c-format
msgid ""
"You can delete these file as we aren't deploying to JBoss AS (these files "
@@ -1630,7 +1293,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1006
+#: Websphere.xml:789
#, no-c-format
msgid ""
"Enable container managed transaction integration - add the <literal> <"
@@ -1640,7 +1303,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1015
+#: Websphere.xml:798
#, no-c-format
msgid ""
"Alter the <literal>jndi-pattern</literal> to <literal> java:comp/env/"
@@ -1648,7 +1311,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1021
+#: Websphere.xml:804
#, no-c-format
msgid ""
"We do not need <literal>managed-persistence-context</literal> for this "
@@ -1656,7 +1319,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1027
+#: Websphere.xml:810
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1667,67 +1330,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1036
+#: Websphere.xml:819
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it required "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1042
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1044
-#, no-c-format
-msgid ""
"As with the <literal>jee5/booking</literal> example we need to add EJB "
-"references to the web.xml. These references require the empty <literal>local-"
-"home</literal> to flag them for Websphere to perform the proper binding."
+"references to the web.xml. These references require replacing /local string "
+"in <literal>ejb-ref-name</literal> to flag them for Websphere to perform the "
+"proper binding."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1051
+#: Websphere.xml:826
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local> \n"
-" </ejb-local-ref>\n"
+"<![CDATA[ \n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local>\n"
+" </ejb-local-ref> \n"
" \n"
" <ejb-local-ref>\n"
" <ejb-ref-name>websphere_example/EjbSynchronizations</ejb-ref-name> \n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:1057
+#: Websphere.xml:832
#, no-c-format
msgid "Creating the <literal>AuthenticatorAction</literal> EJB"
msgstr ""
#. Tag: para
-#: Websphere.xml:1059
+#: Websphere.xml:834
#, no-c-format
msgid ""
"We want to take the existing <literal>Authenticator</literal> Seam POJO "
@@ -1735,13 +1372,19 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1065
+#: Websphere.xml:837
#, no-c-format
+msgid "Change the generated Authenticator class"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:840
+#, no-c-format
msgid "Rename the class to <literal>AuthenticatorAction</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1069
+#: Websphere.xml:844
#, no-c-format
msgid ""
"Add the <literal>@Stateless</literal> annotation to the new "
@@ -1749,7 +1392,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1075
+#: Websphere.xml:850
#, no-c-format
msgid ""
"Create an interface called <literal>Authenticator</literal> which "
@@ -1761,7 +1404,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1088
+#: Websphere.xml:863
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1770,7 +1413,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1091
+#: Websphere.xml:866
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1780,7 +1423,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1094
+#: Websphere.xml:869
#, no-c-format
msgid ""
"We've already added its reference to the <literal>web.xml</literal> file so "
@@ -1788,14 +1431,14 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:1100
+#: Websphere.xml:875
#, no-c-format
msgid ""
"Extra jar dependencies and other changes to the <literal>build.xml</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1102
+#: Websphere.xml:877
#, no-c-format
msgid ""
"This application has similar requirements as the <literal>jee5/booking</"
@@ -1803,7 +1446,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1107
+#: Websphere.xml:882
#, no-c-format
msgid ""
"Change the default target to <literal>archive</literal> (we aren't going to "
@@ -1811,7 +1454,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1113
+#: Websphere.xml:888
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1819,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1117
+#: Websphere.xml:892
#, no-c-format
msgid ""
"Websphere looks for the drools <literal>/security.drl</literal> file in the "
@@ -1832,7 +1475,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1128
+#: Websphere.xml:903
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1844,93 +1487,16 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1131
+#: Websphere.xml:906
#, no-c-format
msgid ""
-"We need to ge the <literal>GlassfishDerbyDialect.class</literal> into our "
-"application jar. To do that find the <literal>jar</literal> task and modify "
-"the top of it so that it looks like this:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1139
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"jar\" depends=\"compile,copyclasses\" \n"
-" description=\"Build the distribution .jar file\">\n"
-" <copy todir=\"${jar.dir}\">\n"
-" <fileset dir=\"${basedir}/resources\">\n"
-" <include name=\"seam.properties\" />\n"
-" <include name=\"*.drl\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
-" </fileset>\n"
-" </copy>\n"
-"...]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1142
-#, no-c-format
-msgid ""
-"Next we need to get the <literal>jboss-seam.jar</literal> into the base of "
-"the <literal>EAR</literal> file. For deployment Websphere requires this jar "
-"to be in both the <literal>/lib</literal> directory and at the base of the "
-"<literal>EAR</literal>. You must add the following to the <literal>archive</"
-"literal> task:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1151
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1152
-#, no-c-format
-msgid "So that the whole <literal>archive</literal> task looks like:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1156
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"archive\" depends=\"jar,war,ear\" \n"
-" description=\"Package the archives\">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.jar\" basedir=\"${jar.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.war\" basedir=\"${war.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.ear\">\n"
-" <fileset dir=\"${ear.dir}\"/>\n"
-" <fileset dir=\"${dist.dir}\">\n"
-" <include name=\"${project.name}.jar\"/>\n"
-" <include name=\"${project.name}.war\"/>\n"
-" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
-" </jar>\n"
-"</target>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1159
-#, no-c-format
-msgid ""
"Now we need to get extra jars into the <literal>build.xml</literal>. Look "
"for the <literal><fileset dir=\"${basedir}\"></literal> section of the "
"task below. Add the new includes at the bottom of the fileset."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1167
+#: Websphere.xml:914
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1941,9 +1507,7 @@
" <include name=\"*hibernate.cfg.xml\" />\n"
" <include name=\"jbpm.cfg.xml\" />\n"
" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
+"\n"
" <fileset dir=\"${basedir}\">\n"
" <include name=\"lib/jbpm*.jar\" />\n"
" <include name=\"lib/jboss-el.jar\" />\n"
@@ -1965,13 +1529,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1170
+#: Websphere.xml:917
#, no-c-format
msgid "Hibernate dependencies"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1171
+#: Websphere.xml:918
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1985,33 +1549,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1174
+#: Websphere.xml:921
#, no-c-format
-msgid ""
-"JSF dependencies. You will need to copy the <literal>el-ri.jar</literal> "
-"from the <literal>$SEAM/examples/jpa/lib</literal> directory."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1177
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1180
-#, no-c-format
msgid "Third party dependencies."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1181
+#: Websphere.xml:922
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2028,15 +1572,15 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1184
+#: Websphere.xml:925
#, no-c-format
msgid ""
-"<literal>jboss-seam.jar</literal> - this is needed in both the <literal>ear</"
-"literal> base and <literal>/lib</literal> directory."
+"<literal>jboss-seam.jar</literal> - this is needed in the <literal>ear</"
+"literal> base directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1188
+#: Websphere.xml:928
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2045,13 +1589,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1192
+#: Websphere.xml:932
#, no-c-format
msgid "You should end up with something like:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1193
+#: Websphere.xml:933
#, no-c-format
msgid ""
"<![CDATA[<fileset dir=\"${basedir}\">\n"
@@ -2072,13 +1616,7 @@
" <include name=\"lib/hibernate-entitymanager.jar\"/>\n"
" <include name=\"lib/hibernate-validator.jar\"/>\n"
" <include name=\"lib/jboss-common-core.jar\" />\n"
-" \n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>\n"
-" \n"
+"\n"
" <!-- 3rd party and supporting jars -->\n"
" <include name=\"lib/javassist.jar\"/>\n"
" <include name=\"lib/dom4j.jar\" />\n"
@@ -2095,38 +1633,14 @@
"</fileset>]]>"
msgstr ""
-#. Tag: para
-#: Websphere.xml:1195
-#, no-c-format
-msgid ""
-"The last step is to add <literal>jsf-impl.jar</literal> and <literal>el-ri."
-"jar</literal> to the war target. Look for <literal>copy todir=\"${war.dir}/"
-"WEB-INF/lib\"</literal> and add the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1199
-#, no-c-format
-msgid ""
-"<![CDATA[<copy todir=\"${war.dir}/WEB-INF/lib\">\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <includesfile name=\"deployed-jars-war.list"
-"\" />\n"
-" <include name=\"jsf-impl.jar\" />\n"
-" <include name=\"el-ri.jar\" /> \n"
-" <exclude name=\"jboss-seam-gen.jar\" />\n"
-" </fileset>\n"
-"</copy>]]>"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:1206
+#: Websphere.xml:940
#, no-c-format
msgid "Building and deploying the seam-gen'd application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:1212
+#: Websphere.xml:945
#, no-c-format
msgid ""
"Build your application by calling <literal>ant</literal> in the base "
@@ -2136,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1221
+#: Websphere.xml:954
#, no-c-format
msgid ""
"To deploy the application follow the instructions here : <xref linkend="
@@ -2146,7 +1660,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1227
+#: Websphere.xml:960
#, no-c-format
msgid ""
"Checkout the app at: <literal>http://localhost:9080/websphere_example/index."
Modified: trunk/doc/Seam_Reference_Guide/es-ES/Excel.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/es-ES/Excel.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/es-ES/Excel.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: Seam_Reference_Guide \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-10-14 11:38+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -46,7 +46,7 @@
"&excel; JSF controls, which are used to construct views that can render the "
"document, and the DocumentStore component, which serves the rendered "
"document to the user. To include &excel; support in your application, "
-"included <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
+"include <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
"lib</literal> directory along with the <literal>jxl.jar</literal> JAR file. "
"Furthermore, you need to configure the DocumentStore servlet in your web.xml"
msgstr ""
@@ -247,9 +247,9 @@
msgid ""
"<literal>arrayGrowSize</literal> — The amount of memory by which to "
"increase the amount of memory allocated to storing the workbook data. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 1 megabyte. The value is a "
-"number (bytes)."
+"processes reading many small workbooks inside a WAS it might be necessary to "
+"reduce the default size. Default value is 1 megabyte. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -332,10 +332,10 @@
#, no-c-format
msgid ""
"<literal>initialFileSize</literal> — The initial amount of memory "
-"allocated to store the workbook data when reading a worksheet. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 5 megabytes. The value is a "
-"number (bytes)."
+"allocated to store the workbook data when reading a worksheet. For processes "
+"reading many small workbooks inside a WAS it might be necessary to reduce "
+"the default size. Default value is 5 megabytes. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -428,7 +428,7 @@
#, no-c-format
msgid ""
"<literal>filename</literal> — The filename to use for the download. "
-"The value is a string. Please not that if you map the DocumentServlet to "
+"The value is a string. Please note that if you map the DocumentServlet to "
"some pattern, this file extension must also match."
msgstr ""
@@ -442,11 +442,9 @@
msgstr ""
#. Tag: emphasis
-#: Excel.xml:322 Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081
-#: Excel.xml:1157 Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537
-#: Excel.xml:1595 Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#: Excel.xml:322 Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
#, no-c-format
-msgid "Child elemenents"
+msgid "Child elements"
msgstr ""
#. Tag: para
@@ -516,7 +514,7 @@
#, no-c-format
msgid ""
"Worksheets are the children of workbooks and the parent of columns and "
-"worksheet commands They can also contain explicitly placed cells, formulas, "
+"worksheet commands. They can also contain explicitly placed cells, formulas, "
"images and hyperlinks. They are the pages that make up the workbook."
msgstr ""
@@ -542,14 +540,14 @@
#, no-c-format
msgid ""
"<literal>var</literal> — The current row iterator variable name that "
-"can later be referenced in cell value attributes. The value is a string"
+"can later be referenced in cell value attributes. The value is a string."
msgstr ""
#. Tag: para
#: Excel.xml:401
#, no-c-format
msgid ""
-"<literal>name</literal> — The name of the worksheet. The valus is a "
+"<literal>name</literal> — The name of the worksheet. The value is a "
"string. Defaults to Sheet# where # is the worksheet index. If the given "
"worksheet name exists, that sheet is selected. This can be used for merging "
"several data sets into a single worksheet, just define the same name for "
@@ -590,7 +588,7 @@
#, no-c-format
msgid ""
"<literal>bottomMargin</literal> — The bottom margin. The value is a "
-"number (inches)"
+"number (inches)."
msgstr ""
#. Tag: para
@@ -709,7 +707,7 @@
#: Excel.xml:551
#, no-c-format
msgid ""
-"<literal>normalMagnification</literal> — The normal magnificaton "
+"<literal>normalMagnification</literal> — The normal magnification "
"factor (not zoom or scale factor). The value is a number (percentage)."
msgstr ""
@@ -727,7 +725,7 @@
#, no-c-format
msgid ""
"<literal>pageBreakPreviewMagnification</literal> — The page break "
-"preview magnificaton factor (not zoom or scale factors). the value is a "
+"preview magnification factor (not zoom or scale factors). The value is a "
"number (percentage)."
msgstr ""
@@ -803,7 +801,8 @@
#, no-c-format
msgid ""
"<literal>recalculateFormulasBeforeSave</literal> — Should the formulas "
-"be re-calculated when the sheet is saved? The value is a boolean. false"
+"be re-calculated when the sheet is saved? The value is a boolean. Default "
+"value is false."
msgstr ""
#. Tag: para
@@ -874,11 +873,19 @@
#: Excel.xml:698
#, no-c-format
msgid ""
-"<literal>zoomFactor</literal> — T zoom factor. Do not confuse zoom "
+"<literal>zoomFactor</literal> — The zoom factor. Do not confuse zoom "
"factor (which relates to the on screen view) with scale factor (which refers "
-"to the scale factor when printing). The value is a number (percentage."
+"to the scale factor when printing). The value is a number (percentage)."
msgstr ""
+#. Tag: emphasis
+#: Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081 Excel.xml:1157
+#: Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537 Excel.xml:1595
+#: Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#, no-c-format
+msgid "Child elemenents"
+msgstr ""
+
#. Tag: para
#: Excel.xml:712
#, no-c-format
@@ -900,7 +907,7 @@
#, no-c-format
msgid ""
"<literal><e:headerFooter/></literal> — Zero or more header/"
-"footer definitions ((see <xref linkend=\"excel.headersfooters\"/> ))."
+"footer definitions (see <xref linkend=\"excel.headersfooters\"/> )."
msgstr ""
#. Tag: para
@@ -916,7 +923,7 @@
#, no-c-format
msgid ""
"<literal>header</literal>— Contents that will be placed at the top of "
-"the data block, above the column headers (if any)"
+"the data block, above the column headers (if any)."
msgstr ""
#. Tag: para
@@ -924,7 +931,7 @@
#, no-c-format
msgid ""
"<literal>footer</literal>— Contents that will be placed at the bottom "
-"of the data block, below the column footers (if any)"
+"of the data block, below the column footers (if any)."
msgstr ""
#. Tag: programlisting
@@ -1062,7 +1069,7 @@
"Cells are nested within columns (for iteration) or inside worksheets (for "
"direct placement using the <literal>column</literal> and <literal>row</"
"literal> attributes) and are responsible for outputting the value (usually "
-"though en EL-expression involving the <literal>var</literal>-attribute of "
+"through an EL-expression involving the <literal>var</literal>-attribute of "
"the datatable. See"
msgstr ""
@@ -1495,7 +1502,7 @@
#: Excel.xml:1360
#, no-c-format
msgid ""
-"The formula of the cell in placed in the <literal>value</literal> -attribute "
+"The formula of the cell is placed in the <literal>value</literal> -attribute "
"as a normal &excel; notation. Note that when doing cross-sheet formulas, the "
"worksheets must exist before referencing a formula against them. The value "
"is a string."
@@ -2123,12 +2130,6 @@
"initially? The value is a boolean."
msgstr ""
-#. Tag: emphasis
-#: Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
-#, no-c-format
-msgid "Child elements"
-msgstr ""
-
#. Tag: literal
#: Excel.xml:2046
#, no-c-format
@@ -2171,7 +2172,7 @@
#: Excel.xml:2105
#, no-c-format
msgid ""
-"groups rows 5 trough 10 and columns 5 through 10 so that the rows are "
+"groups rows 5 through 10 and columns 5 through 10 so that the rows are "
"initially collapsed (but not the columns)."
msgstr ""
@@ -2382,7 +2383,7 @@
"The CSS attributes cascade down from parent to children and within one tag "
"cascades over the CSS classes referenced in the <literal>styleClass</"
"literal> attributes and finally over the CSS attributes defined in the "
-"<literal>style</literal>attribute. You can place them pretty much anywhere "
+"<literal>style</literal> attribute. You can place them pretty much anywhere "
"but e.g. placing a column width setting in a cell nested within that column "
"makes little sense."
msgstr ""
@@ -2579,7 +2580,7 @@
#. Tag: para
#: Excel.xml:2475
#, no-c-format
-msgid "This group of XLS-CSS attributes define the borders of the cell"
+msgid "This group of XLS-CSS attributes defines the borders of the cell"
msgstr ""
#. Tag: para
@@ -2667,7 +2668,7 @@
#, no-c-format
msgid ""
"A shorthand for setting line style and color of the top edge of the cell, e."
-"g style=\"xls-border-left: red thick\""
+"g style=\"xls-border-top: red thick\""
msgstr ""
#. Tag: para
@@ -2781,7 +2782,7 @@
#. Tag: para
#: Excel.xml:2668
#, no-c-format
-msgid "This group of XLS-CSS attributes define the background of the cell"
+msgid "This group of XLS-CSS attributes defines the background of the cell"
msgstr ""
#. Tag: para
@@ -2837,7 +2838,7 @@
#. Tag: para
#: Excel.xml:2722
#, no-c-format
-msgid "This group of XLS-CSS attributes define the column widths etc."
+msgid "This group of XLS-CSS attributes defines the column widths etc."
msgstr ""
#. Tag: para
@@ -2910,7 +2911,7 @@
#. Tag: para
#: Excel.xml:2783
#, no-c-format
-msgid "This group of XLS-CSS attributes define the cell properties"
+msgid "This group of XLS-CSS attributes defines the cell properties"
msgstr ""
#. Tag: para
@@ -3084,7 +3085,7 @@
#, no-c-format
msgid ""
"When using .xhtml documents, stylesheets must be referenced through the "
-"<literal><e:link> tag</literal>"
+"<literal><e:link></literal> tag"
msgstr ""
#. Tag: para
@@ -3106,8 +3107,9 @@
#, no-c-format
msgid ""
"The core of the &excel; functionality is based on the excellent JExcelAPI "
-"library which can be found on http://jexcelapi.sourceforge.net/ and most "
-"features and possible limitations are inherited from here."
+"library which can be found on <ulink url=\"http://jexcelapi.sourceforge.net"
+"\">http://jexcelapi.sourceforge.net/</ulink> and most features and possible "
+"limitations are inherited from here."
msgstr ""
#. Tag: para
Modified: trunk/doc/Seam_Reference_Guide/es-ES/Itext.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/es-ES/Itext.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/es-ES/Itext.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -41,10 +41,10 @@
"iText support is provided by <literal>jboss-seam-pdf.jar</literal>. This JAR "
"contains the iText JSF controls, which are used to construct views that can "
"render to PDF, and the DocumentStore component, which serves the rendered "
-"documents to the user. To include PDF support in your application, included "
+"documents to the user. To include PDF support in your application, put "
"<literal>jboss-seam-pdf.jar</literal> in your <literal>WEB-INF/lib</literal> "
"directory along with the iText JAR file. There is no further configuration "
-"needed to use Seam's iText supportfon."
+"needed to use Seam's iText support."
msgstr ""
#. Tag: para
@@ -251,7 +251,7 @@
"for generating suitable PDF content. Tags like <literal><p:image></"
"literal> and <literal><p:paragraph></literal> are the basic "
"foundations of simple documents. Tags like <literal><p:font></literal> "
-"provide style information to all the content surrounging them."
+"provide style information to all the content surrounding them."
msgstr ""
#. Tag: literal
@@ -492,7 +492,7 @@
#, no-c-format
msgid ""
"<literal>p:image</literal> inserts an image into the document. Images can be "
-"be loaded from the classpath or from the web application context using the "
+"loaded from the classpath or from the web application context using the "
"<literal>value</literal> attribute."
msgstr ""
@@ -626,7 +626,7 @@
msgid ""
"<literal>reference</literal> — The destination the link refers to. "
"Links to other points in the document should begin with a \"#\". For "
-"example, \"#link1\" to refer to an anchor postion with a <literal>name</"
+"example, \"#link1\" to refer to an anchor position with a <literal>name</"
"literal> of <literal>link1</literal>. Links may also be a full URL to point "
"to a resource outside of the document."
msgstr ""
@@ -704,7 +704,7 @@
#: Itext.xml:631
#, no-c-format
msgid ""
-"<literal>borderWidth</literal> — The width of the border. Inidvidual "
+"<literal>borderWidth</literal> — The width of the border. Individual "
"border sides can be specified using <literal>borderWidthLeft</literal>, "
"<literal>borderWidthRight</literal>, <literal>borderWidthTop</literal> and "
"<literal>borderWidthBottom</literal>."
@@ -792,7 +792,7 @@
msgid ""
"<literal>numberDepth</literal> — The depth of numbering for section. "
"All sections are numbered relative to their surrounding chapter/sections. "
-"The fourth section of of the first section of chapter three would be section "
+"The fourth section of the first section of chapter three would be section "
"3.1.4, if displayed at the default number depth of three. To omit the "
"chapter number, a number depth of 2 should be used. In that case, the "
"section number would be displayed as 1.4."
@@ -839,7 +839,7 @@
msgid ""
"List structures can be displayed using the <literal>p:list</literal> and "
"<literal>p:listItem</literal> tags. Lists may contain arbitrarily-nested "
-"sublists. List items may not be used outside of a list. he following "
+"sublists. List items may not be used outside of a list. The following "
"document uses the <literal>ui:repeat</literal> tag to to display a list of "
"values retrieved from a Seam component."
msgstr ""
@@ -1391,7 +1391,7 @@
#, no-c-format
msgid ""
"<literal>domainGridlineStroke</literal> — The stroke style of the "
-"domain gridleines, if visible."
+"domain gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1493,7 +1493,7 @@
#, no-c-format
msgid ""
"<literal>plotOutlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1531,7 +1531,7 @@
#, no-c-format
msgid ""
"<literal>rangeGridlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1946,8 +1946,8 @@
#: Itext.xml:1893
#, no-c-format
msgid ""
-"<literal>seriesVisibleInLegend</literal> — A boolean indiciating if "
-"the series should be listed in the legend."
+"<literal>seriesVisibleInLegend</literal> — A boolean indicating if the "
+"series should be listed in the legend."
msgstr ""
#. Tag: programlisting
@@ -2149,7 +2149,7 @@
#, no-c-format
msgid ""
"<literal>dashPhase</literal> — The dash phase indicates the offset "
-"into the dash pattern that the the line should be drawn with."
+"into the dash pattern that the line should be drawn with."
msgstr ""
#. Tag: programlisting
@@ -2303,7 +2303,7 @@
#, no-c-format
msgid ""
"If you have a complex, pre-generated PDF with named fields, you can easily "
-"fill in the values from you application and present it to the user."
+"fill in the values from your application and present it to the user."
msgstr ""
#. Tag: literal
Modified: trunk/doc/Seam_Reference_Guide/es-ES/Websphere.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/es-ES/Websphere.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/es-ES/Websphere.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-11-06 00:24+0000\n"
+"POT-Creation-Date: 2009-02-01 21:20+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,190 +16,80 @@
#. Tag: title
#: Websphere.xml:2
#, no-c-format
-msgid "Seam on IBM's Websphere"
+msgid "Seam on IBM's Websphere AS"
msgstr ""
#. Tag: para
#: Websphere.xml:4
#, no-c-format
msgid ""
-"Websphere 6.1.x is IBM's application server offering. The latest release is "
-"6.1.0.19 which does not have <literal>EJB3</literal> or <literal>JEE5</"
-"literal> support. There is a recently released (Nov 07) <literal>EJB3</"
-"literal> feature pack which provides some support for <literal>EJB3</"
-"literal> and <literal>JPA</literal>. Currently there is no true "
-"<literal>JEE5</literal> offering from IBM. This causes some issues with Seam "
-"integration with applications that use EJB3."
+"Websphere AS V7 is IBM's application server offering. This release is fully "
+"Java EE 5 certified."
msgstr ""
#. Tag: para
-#: Websphere.xml:12
+#: Websphere.xml:7
#, no-c-format
msgid ""
-"First we will go over some basic information about the Websphere environment "
-"that we used for these examples. After a good deal of research and work we "
-"were able to get EJB3 applications to function correctly. We will go over "
-"the details of those steps with the jee5 example. We will also deploy the "
-"JPA example application."
+"First we will go over some basic information about the Websphere AS "
+"environment that we used for these examples. We will go over the details of "
+"those steps with the JEE5 booking example. We will also deploy the JPA "
+"example application."
msgstr ""
#. Tag: title
-#: Websphere.xml:19
+#: Websphere.xml:13
#, no-c-format
-msgid "Websphere environment and deployment information"
+msgid "Websphere AS environment and deployment information"
msgstr ""
#. Tag: para
-#: Websphere.xml:21
+#: Websphere.xml:15
#, no-c-format
msgid ""
-"Websphere is a commercial product and so we will not discuss the details of "
-"its installation other than to say follow the directions provided by your "
+"Websphere AS is a commercial product and so we will not discuss the details "
+"of its installation other than to say follow the directions provided by your "
"particular installation type and license. This section will detail the exact "
"server versions used, installation tips, and some custom properties that are "
"needed for all of the examples."
msgstr ""
#. Tag: title
-#: Websphere.xml:29
+#: Websphere.xml:23
#, no-c-format
-msgid "Installation versions and tips"
+msgid "Installation versions"
msgstr ""
#. Tag: para
-#: Websphere.xml:30
+#: Websphere.xml:24
#, no-c-format
msgid ""
"All of the examples and information in this chapter are based on the version "
-"6.1 of Websphere at the time of this writing."
+"V7 of Websphere AS at the time of this writing."
msgstr ""
#. Tag: ulink
-#: Websphere.xml:35
+#: Websphere.xml:29
#, no-c-format
-msgid "Websphere Application Server 6.1"
+msgid "Websphere Application Server V7"
msgstr ""
-#. Tag: ulink
-#: Websphere.xml:40
-#, no-c-format
-msgid ""
-"Feature Pack for EJB 3.0 for Websphere Application Server V6.1 (6.1.0.13)"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:46
-#, no-c-format
-msgid "Fix Pack for Websphere Application Server V6.1 (6.1.0.19)"
-msgstr ""
-
#. Tag: para
-#: Websphere.xml:52
+#: Websphere.xml:34
#, no-c-format
msgid ""
-"The EJB3 feature pack that we installed came with the 6.1.0.13 patch version "
-"of Websphere. Installing the feature pack does not ensure that your server "
-"will have the proper environment for EJB3 applications. Be sure that as part "
-"of the installation of the feature pack you follow the instructions to "
-"create a new server profile with the EJB3 feature pack enabled, or augment "
-"one of your existing ones. This can also be done after the installation by "
-"running the profile management tool."
+"After installing Websphere AS, create server profile with Profile Management "
+"Tool, if you didn't create profile in installation process."
msgstr ""
-#. Tag: para
-#: Websphere.xml:60
-#, no-c-format
-msgid ""
-"It is highly recommended to patch Websphere by latest fix pack, at the time "
-"of this writing it is 6.1.0.19"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:63
+#: Websphere.xml:42
#, no-c-format
-msgid "A note about restarting the server"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:64
-#, no-c-format
-msgid ""
-"There are times that restarting the server will be required after deploying "
-"or changes the examples in this chapter. Its does not seem like every change "
-"requires a restart. If you get errors or exceptions after modifying a "
-"property or deploying an application try to restart the server."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:72
-#, no-c-format
-msgid "Required custom properties"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:73
-#, no-c-format
-msgid ""
-"There are a couple of Websphere custom properties that are required for Seam "
-"integration. These properties are not needed specifically for Seam, but work "
-"around some issues with Websphere. These are set following the instructions "
-"here : <ulink url=\"http://www-1.ibm.com/support/docview.wss?rss=180&"
-"uid=swg21284395\"> Setting web container custom properties</ulink>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:82
-#, no-c-format
-msgid ""
-"<literal>prependSlashToResource = \"true\"</literal> — This solves a "
-"fairly common issue with Websphere where applications are not using a "
-"leading \"/\" when attempting to access resources. If this is not set then a "
-"<literal>java.net.MalformedURLException</literal> will be thrown. With this "
-"property set you will still see warnings, but the resources will be "
-"retrieved as expected."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:90 Websphere.xml:108
-#, no-c-format
-msgid "Detailed can be found at:"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:92
-#, no-c-format
-msgid "SRVE0238E: Resource paths must have a leading slash"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:97
-#, no-c-format
-msgid ""
-"<literal>com.ibm.ws.webcontainer.invokefilterscompatibility = \"true\"</"
-"literal> — This solves an issue with Websphere where it throws a "
-"<literal>FileNotFoundException</literal> when a web application attempts to "
-"access a file resource that does not actually exist on disk. This is a "
-"common practice in modern web applications where filters or servlets are "
-"used to process resource requests like these. This issue manifests itself as "
-"failures to retrieve JavaScript, CSS, images, etc... when requesting a web "
-"page."
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:110
-#, no-c-format
-msgid ""
-"PK33090; 6.1: A filter that serves a file does not pop-up an alert message"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:119
-#, no-c-format
msgid "The <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:121
+#: Websphere.xml:44
#, no-c-format
msgid ""
"The <literal>jee5/booking</literal> example is based on the Hotel Booking "
@@ -208,45 +98,36 @@
"located in the <literal>$SEAM_DIST/examples/jee5/booking</literal> directory."
msgstr ""
-#. Tag: para
-#: Websphere.xml:128
-#, no-c-format
-msgid ""
-"As stated before the <literal>EJB3</literal> feature pack does not provide a "
-"full <literal>jee5</literal> implementation. This means that there are some "
-"tricks to getting an application deployed and functioning."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:134 Websphere.xml:927
+#: Websphere.xml:52 Websphere.xml:710
#, no-c-format
msgid "<title>Configuration file changes</title>"
msgstr ""
#. Tag: para
-#: Websphere.xml:136
+#: Websphere.xml:54
#, no-c-format
msgid ""
"Below are the configuration file changes that are need to the base example."
msgstr ""
#. Tag: literal
-#: Websphere.xml:142 Websphere.xml:1001
+#: Websphere.xml:60 Websphere.xml:784
#, no-c-format
msgid "resources/WEB-INF/components.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:145
+#: Websphere.xml:63
#, no-c-format
msgid ""
-"We need to change the way that we look up EJBs for Websphere. We need to "
-"remove the <literal>/local</literal> from the end of the <literal>jndi-"
-"pattern</literal> attribute. It should look like this:"
+"We need to change the way that we look up EJBs for WAS. We need to remove "
+"the <literal>/local</literal> from the end of the <literal>jndi-pattern</"
+"literal> attribute. It should look like this:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:152
+#: Websphere.xml:70
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -256,133 +137,119 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:156 Websphere.xml:1033
+#: Websphere.xml:76
#, no-c-format
-msgid "resources/WEB-INF/web.xml"
+msgid "resources/META-INF/ejb-jar.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:159
+#: Websphere.xml:79
#, no-c-format
msgid ""
-"This is the first place that we notice an unexpected change because this is "
-"not full <literal>jee5</literal> implementation."
+"We need to replace the /local string from <literal>ejb-ref-name</literal>. "
+"See at the following final code:"
msgstr ""
-#. Tag: para
-#: Websphere.xml:162
+#. Tag: programlisting
+#: Websphere.xml:82
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it requires "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
+"<![CDATA[\n"
+" <enterprise-beans>\n"
+" <!-- EJB reference required when one Seam EJB component references "
+"another Seam EJB component using @In -->\n"
+" <!-- Not required if you inject using @EJB, but then you lose state "
+"management and client-side interceptors (e.g., security) -->\n"
+" <session>\n"
+" <ejb-name>RegisterAction</ejb-name>\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
+"name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref>\n"
+" </session>\n"
+" </enterprise-beans>]]>"
msgstr ""
-#. Tag: programlisting
-#: Websphere.xml:169
+#. Tag: literal
+#: Websphere.xml:88 Websphere.xml:816
#, no-c-format
-msgid ""
-"<![CDATA[<xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
+msgid "resources/WEB-INF/web.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:170
+#: Websphere.xml:91
#, no-c-format
msgid ""
-"Next, we have to make some changes to the EJB references in the <literal>web."
-"xml</literal>. These changes are what will allow Websphere to bind the EJB2 "
-"references in the web module to the the actual EJB3 beans in the EAR module. "
-"Replace all of the <literal>ejb-local-refs</literal> when the values below."
+"We have to make some changes to the EJB references in the <literal>web.xml</"
+"literal>. These changes are what will allow WAS to bind automatically the "
+"EJB3 references in the web module to the the actual EJB3 beans in the EAR "
+"module. Replace all of the /local strings in <literal>ejb-local-refs</"
+"literal> when the values below."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:179
+#: Websphere.xml:100
#, no-c-format
msgid ""
"<![CDATA[\n"
" <!-- JEE5 EJB3 names -->\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Authenticator</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.BookingList</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Register</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.ChangePassword</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.HotelBooking</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.HotelSearching</local> \n"
-" </ejb-local-ref> \n"
-" \n"
" <ejb-local-ref>\n"
-" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name> \n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-name>\n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref> \n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.BookingList</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Register</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.ChangePassword</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelBooking</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelSearching</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:181
+#: Websphere.xml:102
#, no-c-format
msgid ""
-"The important change is that there is an empty <literal>local-home</literal> "
-"element for each EJB. This tells Websphere to make the correct bindings "
-"between the web module and the EJB3 beans. The <literal>ejb-link</literal> "
-"element is simply not used."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:187
-#, no-c-format
-msgid ""
"Note also that <literal>EjbSynchronizations</literal> is a built-in Seam EJB "
"and not part of the Hotel Booking example. This means that if your "
"application's <literal>components.xml</literal> specifies "
-"<literal>transaction:ejb-transaction</literal> , then you must include:"
+"<literal>transaction:ejb-transaction</literal>, then you must include:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:192
+#: Websphere.xml:107
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -395,34 +262,34 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:193
+#: Websphere.xml:108
#, no-c-format
msgid ""
"in your web.xml. If you don't include it, you'll get the following error:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:194
+#: Websphere.xml:109
#, no-c-format
msgid "Name comp/env/myapp/EjbSynchronizations not found in context java:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:199
+#: Websphere.xml:114
#, no-c-format
msgid "resources/META-INF/persistence.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:202
+#: Websphere.xml:117
#, no-c-format
msgid ""
"For this example we will be using the default datasource that comes with "
-"Websphere. To do this change the <literal>jta-data-source</literal> element:"
+"WAS. To do this change the <literal>jta-data-source</literal> element:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:205
+#: Websphere.xml:120
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -431,7 +298,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:206
+#: Websphere.xml:121
#, no-c-format
msgid ""
"Then we need to adjust some of the hibernate properties. First comment out "
@@ -439,7 +306,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:211
+#: Websphere.xml:126
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -455,25 +322,25 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:215
+#: Websphere.xml:130
#, no-c-format
msgid ""
"<literal>hibernate.transaction.manager_lookup_class</literal> — "
-"Standard Hibernate transaction manager property for Websphere 6.X"
+"Standard Hibernate transaction manager property for WAS 6.X and 7"
msgstr ""
#. Tag: para
-#: Websphere.xml:221
+#: Websphere.xml:136
#, no-c-format
msgid ""
"<literal>hibernate.transaction.flush_before_completion</literal> — "
"This is commented out because we want the container to manage the "
"transactions. Also if this is set to <literal>true</literal> an exception "
-"will be thrown by Websphere when the EJBContext is looked up."
+"will be thrown by WAS when the EJBContext is looked up."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:230
+#: Websphere.xml:145
#, no-c-format
msgid ""
"<![CDATA[com.ibm.wsspi.injectionengine.InjectionException: \n"
@@ -482,55 +349,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:233
+#: Websphere.xml:148
#, no-c-format
msgid ""
"<literal>hibernate.dialect</literal> — From WAS 6.1.0.9 on the "
-"embedded DB was switched to the same Derby DB in Glassfish."
+"embedded DB was switched to the same Derby DB as is in Glassfish v2."
msgstr ""
#. Tag: literal
-#: Websphere.xml:243 Websphere.xml:967
+#: Websphere.xml:158 Websphere.xml:750
#, no-c-format
-msgid "resources/GlassfishDerbyDialect.class"
+msgid "src/GlassfishDerbyDialect.java"
msgstr ""
#. Tag: para
-#: Websphere.xml:246
+#: Websphere.xml:161
#, no-c-format
msgid ""
-"You will need to get the <literal>GlassfishDerbyDialect.class</literal> and "
-"copy it into the <literal>/resources</literal> directory. The class exists "
-"in the JPA example and can be copied using the command below assuming you "
-"are in <literal>jee5/booking</literal> directory:"
+"You will need to get the <literal>GlassfishDerbyDialect.java</literal> and "
+"copy it into the <literal>/src</literal> directory. The java class exists in "
+"the JPA example source directory and can be copied using the command below "
+"assuming you are in <literal>jee5/booking</literal> directory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:254
+#: Websphere.xml:169
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/WEB-INF/classes/GlassfishDerbyDialect."
-"class\n"
-" ./resources]]>"
+"cp ../../jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:255
+#: Websphere.xml:170
#, no-c-format
msgid ""
-"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file "
-"using changes to the build.xml discussed later."
+"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file."
msgstr ""
#. Tag: literal
-#: Websphere.xml:261
+#: Websphere.xml:175
#, no-c-format
msgid "resources/import.sql"
msgstr ""
#. Tag: para
-#: Websphere.xml:264
+#: Websphere.xml:178
#, no-c-format
msgid ""
"This file must also be copied from the JPA example because either the Derby "
@@ -540,201 +405,91 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:271
+#: Websphere.xml:185
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/import.sql ./resources]]>"
+"cp ../../jpa/resources-websphere7/import.sql ./resources]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:280
+#: Websphere.xml:194
#, no-c-format
msgid "Building the <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:283
+#: Websphere.xml:197
#, no-c-format
msgid ""
"In order to get the changes we have made into our application we need to "
"make some changes to the <literal>build.xml</literal>. There are also some "
"additional jars that are required by our application in order to work with "
-"Websphere. This section will cover what changes are needed to the "
-"<literal>build.xml</literal>."
+"WAS. This section will cover what changes are needed to the <literal>build."
+"xml</literal>."
msgstr ""
#. Tag: title
-#: Websphere.xml:290
+#: Websphere.xml:204
#, no-c-format
-msgid "New libraries dependencies"
+msgid "Library dependency changes"
msgstr ""
#. Tag: para
-#: Websphere.xml:294
+#: Websphere.xml:205
#, no-c-format
msgid ""
-"JSF libraries — Websphere 6.1 comes with its own version of JSF 1.1 "
-"(Seam requires JSF 1.2). So we must add these jars to our application:"
+"We remove the <literal>log4j.jar</literal> so that all of the log output "
+"from our application will be added to the WAS log. Additional steps are "
+"required to fully configure log4j and those are outside of the scope of this "
+"document."
msgstr ""
-#. Tag: literal
-#: Websphere.xml:299 Websphere.xml:836
-#, no-c-format
-msgid "jsf-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:303 Websphere.xml:841
-#, no-c-format
-msgid "jsf-impl.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:309
-#, no-c-format
-msgid ""
-"Since Websphere is not a fully compliant <literal>JEE5</literal> "
-"implementation we need to add these EL libraries:"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:314 Websphere.xml:849
-#, no-c-format
-msgid "el-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:318 Websphere.xml:845
-#, no-c-format
-msgid "el-ri.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:324
-#, no-c-format
-msgid ""
-"<literal>jboss-seam.jar</literal> — for some reason when deploying the "
-"application through the Websphere administration console it can not find the "
-"<literal>jboss-seam.jar</literal> at the base of the EAR archive. This means "
-"that we need to add it to the <literal>/lib</literal> of the EAR."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:332
-#, no-c-format
-msgid ""
-"Finally we remove the <literal>log4j.jar</literal> so that all of the log "
-"output from our application will be added to the Websphere log. Additional "
-"steps are required to fully configure log4j and those are outside of the "
-"scope of this document."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:343
+#: Websphere.xml:213
#, no-c-format
msgid "Updating the <literal>build.xml</literal> file"
msgstr ""
#. Tag: para
-#: Websphere.xml:345
+#: Websphere.xml:215
#, no-c-format
msgid ""
"Add the following entry to the bottom of the <literal>build.xml</literal> "
"file. This overrides the default fileset that is used to populate the "
-"<literal>jboss-seam-jee5.jar</literal>. The primary change is the addition "
-"of the <literal>GlassfishDerbyDialect.class</literal>:"
+"<literal>jboss-seam-jee5.jar</literal>. :"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:354
+#: Websphere.xml:223
#, no-c-format
msgid ""
"<![CDATA[\n"
" <fileset id=\"jar.resources\" dir=\"${resources.dir}\">\n"
" <include name=\"import.sql\" />\n"
" <include name=\"seam.properties\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
" <include name=\"META-INF/persistence.xml\" />\n"
" <include name=\"META-INF/ejb-jar.xml\" />\n"
" </fileset>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:357
+#: Websphere.xml:225
#, no-c-format
msgid ""
-"Next we need to add the library dependencies discussed above. For this add "
-"the following to bottom of the <literal>ear.lib.extras</literal> fileset "
-"entry:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:363
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!--<include name=\"lib/log4j.jar\" />-->\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" />\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:365
-#, no-c-format
-msgid ""
-"We also need to add richfaces-api.jar, jsf-impl.jar and el-ri.jar into WEB-"
-"INF/lib of the war file. Add the following fileset after <literal>ear.lib."
-"extras</literal> fileset."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:368
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <fileset id=\"war.lib.extras\" dir=\"${seam.dir}\"> \n"
-" <include name=\"lib/richfaces-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" /> \n"
-" </fileset>]]>"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:370
-#, no-c-format
-msgid "A note about copying JSF and EL jars"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:371
-#, no-c-format
-msgid ""
-"There is a class loading issue with WebSphere, which causes the jars from "
-"ear lib directory to not be available when the web module is initialized."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:376
-#, no-c-format
-msgid ""
"Now all that is left is to execute the <literal>ant archive</literal> task "
"and the built application will be in the <literal>jee5/booking/dist</"
"literal> directory."
msgstr ""
#. Tag: title
-#: Websphere.xml:385
+#: Websphere.xml:234
#, no-c-format
msgid "Deploying the application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:387
+#: Websphere.xml:236
#, no-c-format
msgid ""
"So now we have everything we need in place. All that is left is to deploy it "
@@ -742,7 +497,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:389
+#: Websphere.xml:238
#, no-c-format
msgid ""
"For this we will use Websphere's administration console. As before there are "
@@ -750,52 +505,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:392
+#: Websphere.xml:241
#, no-c-format
msgid ""
-"The steps below are for the Websphere version stated above, yours may be "
-"slightly different."
+"The steps below are for the WAS version stated above. The ports are default "
+"values, if you changed them substitute your values."
msgstr ""
#. Tag: para
-#: Websphere.xml:396
+#: Websphere.xml:245
#, no-c-format
-msgid "Log in to the administration console"
+msgid ""
+"Log in to the administration console <programlisting><![CDATA[https://"
+"localhost:9043/admin]]></programlisting> or"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:399
+#: Websphere.xml:250
#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"https://localhost:9043/ibm/console]]>"
+msgid "<![CDATA[http://localhost:9060/admin]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:403
+#: Websphere.xml:254
#, no-c-format
msgid ""
-"Access the <literal>Enterprise Application</literal> menu option under the "
-"<literal>Applications</literal> top menu."
+"Access the <literal>Websphere enterprise applications</literal> menu option "
+"under the <literal>Applications --> Application Type</literal> left side "
+"menu."
msgstr ""
#. Tag: para
-#: Websphere.xml:408
+#: Websphere.xml:259
#, no-c-format
msgid ""
-"At the top of the <literal>Enterprise Application</literal> table select "
+"At the top of the <literal>Enterprise Applications</literal> table select "
"<literal>Install</literal>. Below are installation wizard pages and what "
"needs to done on each:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:414 Websphere.xml:674
+#: Websphere.xml:265 Websphere.xml:461
#, no-c-format
msgid "Preparing for the application installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:418
+#: Websphere.xml:269
#, no-c-format
msgid ""
"Browse to the <literal>examples/jee5/booking/dist/jboss-seam-jee5.ear</"
@@ -803,102 +559,81 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:424 Websphere.xml:442 Websphere.xml:475 Websphere.xml:689
+#: Websphere.xml:275 Websphere.xml:285 Websphere.xml:304 Websphere.xml:476
+#: Websphere.xml:496
#, no-c-format
msgid "Select the <literal>Next</literal> button."
msgstr ""
+#. Tag: para
+#: Websphere.xml:280 Websphere.xml:471
+#, no-c-format
+msgid "Select the <literal>Fast Path</literal> button."
+msgstr ""
+
#. Tag: literal
-#: Websphere.xml:431
+#: Websphere.xml:292
#, no-c-format
msgid "Select installation options"
msgstr ""
#. Tag: para
-#: Websphere.xml:435
+#: Websphere.xml:296
#, no-c-format
msgid ""
-"Select the <literal>Deploy enterprise beans</literal> check box. This is "
-"needed unless you used a Websphere tool to package the application."
+"Select the <literal>Deploy enterprise beans</literal> and <literal>Allow EJB "
+"reference targets to resolve automatically</literal> check boxes. This is "
+"needed unless you used a Websphere AS tool to package the application."
msgstr ""
#. Tag: literal
-#: Websphere.xml:449
+#: Websphere.xml:313
#, no-c-format
msgid "Map modules to servers"
msgstr ""
#. Tag: para
-#: Websphere.xml:453
+#: Websphere.xml:317
#, no-c-format
msgid ""
"No changes needed here as we only have one server. Select the <literal>Next</"
"literal> button."
msgstr ""
-#. Tag: para
-#: Websphere.xml:461
-#, no-c-format
-msgid ""
-"<literal>Map EJB references to beans</literal> This page will list all of "
-"the beans that we entered in the web.xml."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:466
-#, no-c-format
-msgid ""
-"Make sure that <literal>Allow EJB reference targets to resolve "
-"automatically</literal> check box is selected. This will tell Websphere to "
-"bind our EJB3 beans to the EJB references in the web module."
-msgstr ""
-
#. Tag: literal
-#: Websphere.xml:482
+#: Websphere.xml:325
#, no-c-format
-msgid "Map virtual hosts for Web modules"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:486
-#, no-c-format
-msgid "No changes needed here. Select the <literal>Next</literal> button."
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:493
-#, no-c-format
msgid "Summary"
msgstr ""
#. Tag: para
-#: Websphere.xml:496
+#: Websphere.xml:328
#, no-c-format
msgid "No changes needed here. Select the <literal>Finish</literal> button."
msgstr ""
#. Tag: literal
-#: Websphere.xml:503
+#: Websphere.xml:335
#, no-c-format
msgid "Installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:506
+#: Websphere.xml:338
#, no-c-format
msgid "Now you will see it installing and deploying your application."
msgstr ""
#. Tag: para
-#: Websphere.xml:511
+#: Websphere.xml:343
#, no-c-format
msgid ""
-"When if finishes select the <literal>Save</literal> link and you will be "
+"When it finishes select the <literal>Save</literal> link and you will be "
"returned to the <literal>Enterprise Applications</literal> table."
msgstr ""
#. Tag: para
-#: Websphere.xml:523
+#: Websphere.xml:355
#, no-c-format
msgid ""
"Now that we have our application installed we need to make some adjustments "
@@ -906,7 +641,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:527
+#: Websphere.xml:359
#, no-c-format
msgid ""
"Starting from the <literal>Enterprise Applications</literal> table select "
@@ -914,40 +649,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:533
+#: Websphere.xml:365
#, no-c-format
msgid "Select the <literal>Manage Modules</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:537
+#: Websphere.xml:369
#, no-c-format
-msgid "Select the <literal>jboss-seam-jee5.war</literal> link."
+msgid "Select the <literal>jboss-seam-jee5-booking.war</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:542
+#: Websphere.xml:374
#, no-c-format
msgid ""
"Change the <literal>Class loader order</literal> combo box to "
-"<literal>Classes loaded with application class loader first</literal>."
+"<literal>Classes loaded with application class loader first (parent last)</"
+"literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:548 Websphere.xml:573
+#: Websphere.xml:380 Websphere.xml:397
#, no-c-format
msgid ""
"Select <literal>Apply</literal> and then <literal>Save</literal> options."
msgstr ""
#. Tag: para
-#: Websphere.xml:552
+#: Websphere.xml:384
#, no-c-format
-msgid "Return the <literal>Seam Booking</literal> page."
+msgid "Return to the <literal>Seam Booking</literal> page."
msgstr ""
#. Tag: para
-#: Websphere.xml:556
+#: Websphere.xml:387
#, no-c-format
msgid ""
"On this page select the <literal>Class loading and update detection</"
@@ -955,7 +691,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:561
+#: Websphere.xml:392
#, no-c-format
msgid ""
"Select the radio button for <literal>Classes loaded with application class "
@@ -963,117 +699,40 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:566
+#: Websphere.xml:403
#, no-c-format
msgid ""
-"Even though we are not enabling class reload you must also enter a valid "
-"number in the <literal>Polling interval for updated files</literal> text "
-"area (zero works fine)."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:577
-#, no-c-format
-msgid ""
-"You should verify that the change you just made has been remembered. We have "
-"had problems with the last class loader change not taking effect - even "
-"after a restart. If the change did not take you will need to do it manually, "
-"following these directions:"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:585
-#, no-c-format
-msgid "Open the following file in a text editor of your choice:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:589
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"$WebSphereInstall/$yourServerName/profiles/$yourProfileName/config/cells/\n"
-" $yourCellName/applications/Seam Booking.ear/deployments/\n"
-" Seam Booking/deployment.xml]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:593
-#, no-c-format
-msgid ""
-"Modify the following line so that <literal>PARENT_FIRST</literal> is now "
-"<literal>PARENT_LAST</literal>:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:599
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<classloader xmi:id=\"Classloader_#######\" mode=\"PARENT_FIRST\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:603
-#, no-c-format
-msgid ""
-"Save the file and now when go to the <literal>Class loading and update "
-"detection</literal> page you should see <literal>Classes loaded with "
-"application class loader first</literal> selected."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:615
-#, no-c-format
-msgid ""
"To start the application return to the <literal>Enterprise Applications</"
"literal> table and select our application in the list. Then choose the "
"<literal>Start</literal> button at the top of the table."
msgstr ""
#. Tag: para
-#: Websphere.xml:622
+#: Websphere.xml:410
#, no-c-format
msgid ""
"You can now access the application at <literal>http://localhost:9080/seam-"
-"jee5/</literal> ."
+"jee5-booking/index.html</literal> ."
msgstr ""
#. Tag: title
-#: Websphere.xml:628
+#: Websphere.xml:431
#, no-c-format
-msgid "A note about Websphere Stateful bean timeouts"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:629
-#, no-c-format
-msgid ""
-"The default timeout period for a Websphere 6.1 Stateful EJB is 10 minutes. "
-"This means that you may see some EJB timeout exceptions after some idle "
-"time. It is possible to adjust the timeout of the Stateful EJBs on an "
-"individual basis, but that is beyond the scope of this document. See the "
-"Websphere documentation for details."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:643
-#, no-c-format
msgid "The <literal>jpa</literal> booking example"
msgstr ""
#. Tag: para
-#: Websphere.xml:644
+#: Websphere.xml:432
#, no-c-format
msgid ""
"Thankfully getting the <literal>jpa</literal> example to work is much easier "
"than the <literal>jee5</literal> example. This is the Hotel Booking example "
"implemented in Seam POJOs and using Hibernate JPA with JPA transactions. It "
-"does not require EJB3 support to run."
+"does not use EJB3."
msgstr ""
#. Tag: para
-#: Websphere.xml:650
+#: Websphere.xml:437
#, no-c-format
msgid ""
"The example already has a breakout of configurations and build scripts for "
@@ -1081,7 +740,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:653
+#: Websphere.xml:440
#, no-c-format
msgid ""
"First thing we are going to do is build and deploy that example. Then we'll "
@@ -1089,29 +748,29 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:657
+#: Websphere.xml:444
#, no-c-format
msgid "Building the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:658
+#: Websphere.xml:445
#, no-c-format
msgid ""
"Building it only requires running the correct ant command: "
-"<programlisting>ant websphere61</programlisting> This will create container "
+"<programlisting>ant websphere7</programlisting> This will create container "
"specific distribution and exploded archive directories with the "
-"<literal>websphere61</literal> label."
+"<literal>websphere7</literal> label."
msgstr ""
#. Tag: title
-#: Websphere.xml:664
+#: Websphere.xml:451
#, no-c-format
msgid "Deploying the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:665
+#: Websphere.xml:452
#, no-c-format
msgid ""
"This is similar to the <literal>jee5</literal> example at <xref linkend="
@@ -1119,7 +778,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:670
+#: Websphere.xml:457
#, no-c-format
msgid ""
"From the <literal>Enterprise Applications</literal> table select the "
@@ -1127,37 +786,43 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:678
+#: Websphere.xml:465
#, no-c-format
msgid ""
-"Browse to the <literal>examples/jpa/dist-websphere61/jboss-seam-jpa.war</"
+"Browse to the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
"literal> file using the file upload widget."
msgstr ""
#. Tag: para
-#: Websphere.xml:684
+#: Websphere.xml:483
#, no-c-format
msgid ""
-"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
-"jpa</literal>."
+"Select the <literal>Next</literal> button for the next three pages, no "
+"changes are needed."
msgstr ""
+#. Tag: literal
+#: Websphere.xml:488
+#, no-c-format
+msgid "Map context roots for Web modules"
+msgstr ""
+
#. Tag: para
-#: Websphere.xml:695
+#: Websphere.xml:491
#, no-c-format
msgid ""
-"Select the <literal>Next</literal> button for the next three pages, no "
-"changes are needed."
+"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
+"jpa</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:700
+#: Websphere.xml:502
#, no-c-format
msgid "<literal>Summary</literal> page"
msgstr ""
#. Tag: para
-#: Websphere.xml:703
+#: Websphere.xml:505
#, no-c-format
msgid ""
"Review the settings if you wish and select the <literal>Finish</literal> "
@@ -1167,17 +832,17 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:716
+#: Websphere.xml:519
#, no-c-format
msgid ""
"As with the <literal>jee5</literal> example there are some class loader "
"changes needed before we start the application. Follow the instructions at "
"<xref linkend=\"websphere-app-adj-after-install\"/> but exchange "
-"<literal>jboss-seam-jpa</literal> for <literal>Seam Booking</literal>."
+"<literal>jboss-seam-jpa_war</literal> for <literal>Seam Booking</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:723
+#: Websphere.xml:526
#, no-c-format
msgid ""
"Finally start the application by selecting it in the <literal>Enterprise "
@@ -1186,7 +851,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:729
+#: Websphere.xml:532
#, no-c-format
msgid ""
"You can now access the application at the <literal>http://localhost:9080/"
@@ -1194,187 +859,186 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:737
+#: Websphere.xml:540
#, no-c-format
-msgid "Whats different for Websphere 6.1"
+msgid "What's different for Websphere AS V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:738
+#: Websphere.xml:541
#, no-c-format
msgid ""
"The differences between the JPA examples that deploys to JBoss 4.2 and "
-"Websphere 6.1 are mostly expected; library and configuration file changes."
+"Websphere AS V7 are mostly expected; library and configuration file changes."
msgstr ""
#. Tag: para
-#: Websphere.xml:743
+#: Websphere.xml:546
#, no-c-format
msgid "<para>Configuration file changes</para>"
msgstr ""
#. Tag: para
-#: Websphere.xml:746
+#: Websphere.xml:549
#, no-c-format
msgid ""
-"<literal>WEB-INF/web.xml</literal> — the only significant change is "
-"that Websphere 6.1 only support <literal>Servlet 2.4</literal> so the top of "
-"this file was changed."
+"<literal>META-INF/persistence.xml</literal> — the main changes here "
+"are for the datasource JNDI path, switching to the Websphere transaction "
+"manager look up class, and changing the hibernate dialect to be "
+"<literal>GlassfishDerbyDialect</literal> ."
msgstr ""
#. Tag: para
-#: Websphere.xml:753
+#: Websphere.xml:559
#, no-c-format
msgid ""
-"<literal>META-INF/persistence.xml</literal> — the main changes here "
-"are for the datasource JNDI path, switching to the Websphere 6.1 transaction "
-"manager look up class, and changing the hibernate dialect to be "
-"<literal>GlassfishDerbyDialect</literal> ."
+"<literal>WEB-INF/components.xml</literal> — the change here is "
+"<literal>jndi-pattern</literal> without /local string."
msgstr ""
#. Tag: para
-#: Websphere.xml:763
+#: Websphere.xml:565
#, no-c-format
msgid ""
-"<literal>WEB-INF/classes/GlassfishDerbyDialect.class </literal> — this "
-"class is needed for the hibernate dialect change to "
-"<literal>GlassfishDerbyDialect</literal>"
+"<literal>META-INF/ejb-jar.xml</literal> — the same change in "
+"<literal>ejb-ref-name</literal>, where is replace /local string in "
+"<literal>jboss-seam-jee5/AuthenticatorAction</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:771
+#: Websphere.xml:572
#, no-c-format
msgid ""
+"<literal>src/GlassfishDerbyDialect.java </literal> — this class is "
+"needed for the hibernate dialect change to <literal>GlassfishDerbyDialect</"
+"literal>"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:580
+#, no-c-format
+msgid ""
"<literal>import.sql</literal> — either for the dialect or Derby DB the "
"<literal>ID</literal> column can not be populated by this file and was "
"removed."
msgstr ""
#. Tag: para
-#: Websphere.xml:780
+#: Websphere.xml:589
#, no-c-format
msgid "Changes for dependent libraries"
msgstr ""
#. Tag: para
-#: Websphere.xml:781
+#: Websphere.xml:590
#, no-c-format
msgid ""
-"<literal>WEB-INF/lib</literal> — The Websphere version requires "
-"several library packages because they are not included as they are with "
-"JBoss AS. These are primarily for hibernate, JSF-RI support and their "
-"dependencies. Below are listed only the additional jars needed above and "
-"beyond the JBoss <literal>JPA</literal> example."
+"The Websphere version requires several library packages because they are not "
+"included as they are with JBoss AS. These are primarily for hibernate and "
+"their dependencies. Below are listed only the additional jars needed above "
+"and beyond the JBoss <literal>JPA</literal> example."
msgstr ""
#. Tag: para
-#: Websphere.xml:789
+#: Websphere.xml:597
#, no-c-format
msgid "To use Hibernate as your JPA provider you need the following jars:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:794
+#: Websphere.xml:602
#, no-c-format
msgid "hibernate.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:799
+#: Websphere.xml:607
#, no-c-format
msgid "hibernate-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:804
+#: Websphere.xml:612
#, no-c-format
msgid "hibernate-commons-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:809
+#: Websphere.xml:617
#, no-c-format
msgid "hibernate-entitymanager.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:814
+#: Websphere.xml:622
#, no-c-format
msgid "hibernate-validator.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:819
+#: Websphere.xml:627
#, no-c-format
msgid "commons-collections.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:824
+#: Websphere.xml:632
#, no-c-format
msgid "jboss-common-core.jar"
msgstr ""
#. Tag: para
-#: Websphere.xml:830
+#: Websphere.xml:638
#, no-c-format
-msgid ""
-"Seam requires JSF 1.2 and these are the jars needed for that. Websphere 6.1 "
-"ships with its own implementation of JSF 1.1."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:855
-#, no-c-format
msgid "Various third party jars that Websphere needs:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:858
+#: Websphere.xml:641
#, no-c-format
msgid "antlr.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:862
+#: Websphere.xml:645
#, no-c-format
msgid "cglib.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:866
+#: Websphere.xml:649
#, no-c-format
msgid "asm.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:870
+#: Websphere.xml:653
#, no-c-format
msgid "dom4j.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:875
+#: Websphere.xml:658
#, no-c-format
msgid "javassist.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:880
+#: Websphere.xml:663
#, no-c-format
msgid "concurrent.jar"
msgstr ""
#. Tag: title
-#: Websphere.xml:895
+#: Websphere.xml:678
#, no-c-format
msgid ""
"Deploying an application created using <literal>seam-gen</literal> on "
-"Websphere 6.1.0.13"
+"Websphere V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:898
+#: Websphere.xml:681
#, no-c-format
msgid ""
"<literal>seam-gen</literal> is a very useful tool for developers to quickly "
@@ -1387,13 +1051,13 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:908
+#: Websphere.xml:691
#, no-c-format
msgid "Running <literal>seam-gen</literal> Setup"
msgstr ""
#. Tag: para
-#: Websphere.xml:909
+#: Websphere.xml:692
#, no-c-format
msgid ""
"The first step is setting up <literal>seam-gen</literal> to construct the "
@@ -1403,7 +1067,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:915
+#: Websphere.xml:698
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1499,7 +1163,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:917
+#: Websphere.xml:700
#, no-c-format
msgid ""
"Type <literal>./seam new-project</literal> to create your project and "
@@ -1508,25 +1172,25 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:924
+#: Websphere.xml:707
#, no-c-format
msgid "Changes needed for deployment to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:925
+#: Websphere.xml:708
#, no-c-format
msgid "We now need to make some changes to the generated project."
msgstr ""
#. Tag: literal
-#: Websphere.xml:931
+#: Websphere.xml:714
#, no-c-format
msgid "resources/META-INF/persistence-dev.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:936
+#: Websphere.xml:719
#, no-c-format
msgid ""
"Alter the <literal>jta-data-source</literal> to be "
@@ -1535,7 +1199,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:943
+#: Websphere.xml:726
#, no-c-format
msgid ""
"Add or change the properties below. These are described in detail at <xref "
@@ -1543,7 +1207,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:948
+#: Websphere.xml:731
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1559,14 +1223,14 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:951
+#: Websphere.xml:734
#, no-c-format
msgid ""
"Remove the JBoss AS specific method of exposing the EntityManagerFactory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:954
+#: Websphere.xml:737
#, no-c-format
msgid ""
"<![CDATA[<property \n"
@@ -1575,7 +1239,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:957
+#: Websphere.xml:740
#, no-c-format
msgid ""
"You'll need to alter <literal>persistence-prod.xml</literal> as well if you "
@@ -1583,32 +1247,31 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:970
+#: Websphere.xml:753
#, no-c-format
msgid ""
-"As with other examples we need to include this class for DB support. It can "
-"be copied from the <literal>jpa</literal> example into the "
-"<literal>websphere_example/resources</literal> directory."
+"As with other examples we need to include this java class for DB support. It "
+"can be copied from the <literal>jpa</literal> example into the "
+"<literal>websphere_example/src</literal> directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:976
+#: Websphere.xml:759
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp $SEAM/examples/jpa/resources-websphere61/WEB-INF/classes/"
-"GlassfishDerbyDialect.class\n"
-" ./resources]]>"
+"cp $SEAM/examples/jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: literal
-#: Websphere.xml:982
+#: Websphere.xml:765
#, no-c-format
msgid "resources/META-INF/jboss-app.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:985
+#: Websphere.xml:768
#, no-c-format
msgid ""
"You can delete this file as we aren't deploying to JBoss AS ( <literal>jboss-"
@@ -1616,13 +1279,13 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:991
+#: Websphere.xml:774
#, no-c-format
msgid "resources/*-ds.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:994
+#: Websphere.xml:777
#, no-c-format
msgid ""
"You can delete these file as we aren't deploying to JBoss AS (these files "
@@ -1630,7 +1293,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1006
+#: Websphere.xml:789
#, no-c-format
msgid ""
"Enable container managed transaction integration - add the <literal> <"
@@ -1640,7 +1303,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1015
+#: Websphere.xml:798
#, no-c-format
msgid ""
"Alter the <literal>jndi-pattern</literal> to <literal> java:comp/env/"
@@ -1648,7 +1311,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1021
+#: Websphere.xml:804
#, no-c-format
msgid ""
"We do not need <literal>managed-persistence-context</literal> for this "
@@ -1656,7 +1319,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1027
+#: Websphere.xml:810
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1667,67 +1330,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1036
+#: Websphere.xml:819
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it required "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1042
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1044
-#, no-c-format
-msgid ""
"As with the <literal>jee5/booking</literal> example we need to add EJB "
-"references to the web.xml. These references require the empty <literal>local-"
-"home</literal> to flag them for Websphere to perform the proper binding."
+"references to the web.xml. These references require replacing /local string "
+"in <literal>ejb-ref-name</literal> to flag them for Websphere to perform the "
+"proper binding."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1051
+#: Websphere.xml:826
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local> \n"
-" </ejb-local-ref>\n"
+"<![CDATA[ \n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local>\n"
+" </ejb-local-ref> \n"
" \n"
" <ejb-local-ref>\n"
" <ejb-ref-name>websphere_example/EjbSynchronizations</ejb-ref-name> \n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:1057
+#: Websphere.xml:832
#, no-c-format
msgid "Creating the <literal>AuthenticatorAction</literal> EJB"
msgstr ""
#. Tag: para
-#: Websphere.xml:1059
+#: Websphere.xml:834
#, no-c-format
msgid ""
"We want to take the existing <literal>Authenticator</literal> Seam POJO "
@@ -1735,13 +1372,19 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1065
+#: Websphere.xml:837
#, no-c-format
+msgid "Change the generated Authenticator class"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:840
+#, no-c-format
msgid "Rename the class to <literal>AuthenticatorAction</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1069
+#: Websphere.xml:844
#, no-c-format
msgid ""
"Add the <literal>@Stateless</literal> annotation to the new "
@@ -1749,7 +1392,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1075
+#: Websphere.xml:850
#, no-c-format
msgid ""
"Create an interface called <literal>Authenticator</literal> which "
@@ -1761,7 +1404,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1088
+#: Websphere.xml:863
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1770,7 +1413,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1091
+#: Websphere.xml:866
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1780,7 +1423,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1094
+#: Websphere.xml:869
#, no-c-format
msgid ""
"We've already added its reference to the <literal>web.xml</literal> file so "
@@ -1788,14 +1431,14 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:1100
+#: Websphere.xml:875
#, no-c-format
msgid ""
"Extra jar dependencies and other changes to the <literal>build.xml</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1102
+#: Websphere.xml:877
#, no-c-format
msgid ""
"This application has similar requirements as the <literal>jee5/booking</"
@@ -1803,7 +1446,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1107
+#: Websphere.xml:882
#, no-c-format
msgid ""
"Change the default target to <literal>archive</literal> (we aren't going to "
@@ -1811,7 +1454,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1113
+#: Websphere.xml:888
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1819,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1117
+#: Websphere.xml:892
#, no-c-format
msgid ""
"Websphere looks for the drools <literal>/security.drl</literal> file in the "
@@ -1832,7 +1475,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1128
+#: Websphere.xml:903
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1844,93 +1487,16 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1131
+#: Websphere.xml:906
#, no-c-format
msgid ""
-"We need to ge the <literal>GlassfishDerbyDialect.class</literal> into our "
-"application jar. To do that find the <literal>jar</literal> task and modify "
-"the top of it so that it looks like this:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1139
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"jar\" depends=\"compile,copyclasses\" \n"
-" description=\"Build the distribution .jar file\">\n"
-" <copy todir=\"${jar.dir}\">\n"
-" <fileset dir=\"${basedir}/resources\">\n"
-" <include name=\"seam.properties\" />\n"
-" <include name=\"*.drl\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
-" </fileset>\n"
-" </copy>\n"
-"...]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1142
-#, no-c-format
-msgid ""
-"Next we need to get the <literal>jboss-seam.jar</literal> into the base of "
-"the <literal>EAR</literal> file. For deployment Websphere requires this jar "
-"to be in both the <literal>/lib</literal> directory and at the base of the "
-"<literal>EAR</literal>. You must add the following to the <literal>archive</"
-"literal> task:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1151
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1152
-#, no-c-format
-msgid "So that the whole <literal>archive</literal> task looks like:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1156
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"archive\" depends=\"jar,war,ear\" \n"
-" description=\"Package the archives\">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.jar\" basedir=\"${jar.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.war\" basedir=\"${war.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.ear\">\n"
-" <fileset dir=\"${ear.dir}\"/>\n"
-" <fileset dir=\"${dist.dir}\">\n"
-" <include name=\"${project.name}.jar\"/>\n"
-" <include name=\"${project.name}.war\"/>\n"
-" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
-" </jar>\n"
-"</target>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1159
-#, no-c-format
-msgid ""
"Now we need to get extra jars into the <literal>build.xml</literal>. Look "
"for the <literal><fileset dir=\"${basedir}\"></literal> section of the "
"task below. Add the new includes at the bottom of the fileset."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1167
+#: Websphere.xml:914
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1941,9 +1507,7 @@
" <include name=\"*hibernate.cfg.xml\" />\n"
" <include name=\"jbpm.cfg.xml\" />\n"
" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
+"\n"
" <fileset dir=\"${basedir}\">\n"
" <include name=\"lib/jbpm*.jar\" />\n"
" <include name=\"lib/jboss-el.jar\" />\n"
@@ -1965,13 +1529,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1170
+#: Websphere.xml:917
#, no-c-format
msgid "Hibernate dependencies"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1171
+#: Websphere.xml:918
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1985,33 +1549,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1174
+#: Websphere.xml:921
#, no-c-format
-msgid ""
-"JSF dependencies. You will need to copy the <literal>el-ri.jar</literal> "
-"from the <literal>$SEAM/examples/jpa/lib</literal> directory."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1177
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1180
-#, no-c-format
msgid "Third party dependencies."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1181
+#: Websphere.xml:922
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2028,15 +1572,15 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1184
+#: Websphere.xml:925
#, no-c-format
msgid ""
-"<literal>jboss-seam.jar</literal> - this is needed in both the <literal>ear</"
-"literal> base and <literal>/lib</literal> directory."
+"<literal>jboss-seam.jar</literal> - this is needed in the <literal>ear</"
+"literal> base directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1188
+#: Websphere.xml:928
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2045,13 +1589,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1192
+#: Websphere.xml:932
#, no-c-format
msgid "You should end up with something like:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1193
+#: Websphere.xml:933
#, no-c-format
msgid ""
"<![CDATA[<fileset dir=\"${basedir}\">\n"
@@ -2072,13 +1616,7 @@
" <include name=\"lib/hibernate-entitymanager.jar\"/>\n"
" <include name=\"lib/hibernate-validator.jar\"/>\n"
" <include name=\"lib/jboss-common-core.jar\" />\n"
-" \n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>\n"
-" \n"
+"\n"
" <!-- 3rd party and supporting jars -->\n"
" <include name=\"lib/javassist.jar\"/>\n"
" <include name=\"lib/dom4j.jar\" />\n"
@@ -2095,38 +1633,14 @@
"</fileset>]]>"
msgstr ""
-#. Tag: para
-#: Websphere.xml:1195
-#, no-c-format
-msgid ""
-"The last step is to add <literal>jsf-impl.jar</literal> and <literal>el-ri."
-"jar</literal> to the war target. Look for <literal>copy todir=\"${war.dir}/"
-"WEB-INF/lib\"</literal> and add the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1199
-#, no-c-format
-msgid ""
-"<![CDATA[<copy todir=\"${war.dir}/WEB-INF/lib\">\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <includesfile name=\"deployed-jars-war.list"
-"\" />\n"
-" <include name=\"jsf-impl.jar\" />\n"
-" <include name=\"el-ri.jar\" /> \n"
-" <exclude name=\"jboss-seam-gen.jar\" />\n"
-" </fileset>\n"
-"</copy>]]>"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:1206
+#: Websphere.xml:940
#, no-c-format
msgid "Building and deploying the seam-gen'd application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:1212
+#: Websphere.xml:945
#, no-c-format
msgid ""
"Build your application by calling <literal>ant</literal> in the base "
@@ -2136,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1221
+#: Websphere.xml:954
#, no-c-format
msgid ""
"To deploy the application follow the instructions here : <xref linkend="
@@ -2146,7 +1660,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1227
+#: Websphere.xml:960
#, no-c-format
msgid ""
"Checkout the app at: <literal>http://localhost:9080/websphere_example/index."
Modified: trunk/doc/Seam_Reference_Guide/es-MX/Excel.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/es-MX/Excel.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/es-MX/Excel.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: Seam_-_Contextual_Components VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-11-06 00:09+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -46,7 +46,7 @@
"&excel; JSF controls, which are used to construct views that can render the "
"document, and the DocumentStore component, which serves the rendered "
"document to the user. To include &excel; support in your application, "
-"included <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
+"include <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
"lib</literal> directory along with the <literal>jxl.jar</literal> JAR file. "
"Furthermore, you need to configure the DocumentStore servlet in your web.xml"
msgstr ""
@@ -247,9 +247,9 @@
msgid ""
"<literal>arrayGrowSize</literal> — The amount of memory by which to "
"increase the amount of memory allocated to storing the workbook data. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 1 megabyte. The value is a "
-"number (bytes)."
+"processes reading many small workbooks inside a WAS it might be necessary to "
+"reduce the default size. Default value is 1 megabyte. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -332,10 +332,10 @@
#, no-c-format
msgid ""
"<literal>initialFileSize</literal> — The initial amount of memory "
-"allocated to store the workbook data when reading a worksheet. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 5 megabytes. The value is a "
-"number (bytes)."
+"allocated to store the workbook data when reading a worksheet. For processes "
+"reading many small workbooks inside a WAS it might be necessary to reduce "
+"the default size. Default value is 5 megabytes. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -428,7 +428,7 @@
#, no-c-format
msgid ""
"<literal>filename</literal> — The filename to use for the download. "
-"The value is a string. Please not that if you map the DocumentServlet to "
+"The value is a string. Please note that if you map the DocumentServlet to "
"some pattern, this file extension must also match."
msgstr ""
@@ -442,11 +442,9 @@
msgstr ""
#. Tag: emphasis
-#: Excel.xml:322 Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081
-#: Excel.xml:1157 Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537
-#: Excel.xml:1595 Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#: Excel.xml:322 Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
#, no-c-format
-msgid "Child elemenents"
+msgid "Child elements"
msgstr ""
#. Tag: para
@@ -516,7 +514,7 @@
#, no-c-format
msgid ""
"Worksheets are the children of workbooks and the parent of columns and "
-"worksheet commands They can also contain explicitly placed cells, formulas, "
+"worksheet commands. They can also contain explicitly placed cells, formulas, "
"images and hyperlinks. They are the pages that make up the workbook."
msgstr ""
@@ -542,14 +540,14 @@
#, no-c-format
msgid ""
"<literal>var</literal> — The current row iterator variable name that "
-"can later be referenced in cell value attributes. The value is a string"
+"can later be referenced in cell value attributes. The value is a string."
msgstr ""
#. Tag: para
#: Excel.xml:401
#, no-c-format
msgid ""
-"<literal>name</literal> — The name of the worksheet. The valus is a "
+"<literal>name</literal> — The name of the worksheet. The value is a "
"string. Defaults to Sheet# where # is the worksheet index. If the given "
"worksheet name exists, that sheet is selected. This can be used for merging "
"several data sets into a single worksheet, just define the same name for "
@@ -590,7 +588,7 @@
#, no-c-format
msgid ""
"<literal>bottomMargin</literal> — The bottom margin. The value is a "
-"number (inches)"
+"number (inches)."
msgstr ""
#. Tag: para
@@ -709,7 +707,7 @@
#: Excel.xml:551
#, no-c-format
msgid ""
-"<literal>normalMagnification</literal> — The normal magnificaton "
+"<literal>normalMagnification</literal> — The normal magnification "
"factor (not zoom or scale factor). The value is a number (percentage)."
msgstr ""
@@ -727,7 +725,7 @@
#, no-c-format
msgid ""
"<literal>pageBreakPreviewMagnification</literal> — The page break "
-"preview magnificaton factor (not zoom or scale factors). the value is a "
+"preview magnification factor (not zoom or scale factors). The value is a "
"number (percentage)."
msgstr ""
@@ -803,7 +801,8 @@
#, no-c-format
msgid ""
"<literal>recalculateFormulasBeforeSave</literal> — Should the formulas "
-"be re-calculated when the sheet is saved? The value is a boolean. false"
+"be re-calculated when the sheet is saved? The value is a boolean. Default "
+"value is false."
msgstr ""
#. Tag: para
@@ -874,11 +873,19 @@
#: Excel.xml:698
#, no-c-format
msgid ""
-"<literal>zoomFactor</literal> — T zoom factor. Do not confuse zoom "
+"<literal>zoomFactor</literal> — The zoom factor. Do not confuse zoom "
"factor (which relates to the on screen view) with scale factor (which refers "
-"to the scale factor when printing). The value is a number (percentage."
+"to the scale factor when printing). The value is a number (percentage)."
msgstr ""
+#. Tag: emphasis
+#: Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081 Excel.xml:1157
+#: Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537 Excel.xml:1595
+#: Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#, no-c-format
+msgid "Child elemenents"
+msgstr ""
+
#. Tag: para
#: Excel.xml:712
#, no-c-format
@@ -900,7 +907,7 @@
#, no-c-format
msgid ""
"<literal><e:headerFooter/></literal> — Zero or more header/"
-"footer definitions ((see <xref linkend=\"excel.headersfooters\"/> ))."
+"footer definitions (see <xref linkend=\"excel.headersfooters\"/> )."
msgstr ""
#. Tag: para
@@ -916,7 +923,7 @@
#, no-c-format
msgid ""
"<literal>header</literal>— Contents that will be placed at the top of "
-"the data block, above the column headers (if any)"
+"the data block, above the column headers (if any)."
msgstr ""
#. Tag: para
@@ -924,7 +931,7 @@
#, no-c-format
msgid ""
"<literal>footer</literal>— Contents that will be placed at the bottom "
-"of the data block, below the column footers (if any)"
+"of the data block, below the column footers (if any)."
msgstr ""
#. Tag: programlisting
@@ -1062,7 +1069,7 @@
"Cells are nested within columns (for iteration) or inside worksheets (for "
"direct placement using the <literal>column</literal> and <literal>row</"
"literal> attributes) and are responsible for outputting the value (usually "
-"though en EL-expression involving the <literal>var</literal>-attribute of "
+"through an EL-expression involving the <literal>var</literal>-attribute of "
"the datatable. See"
msgstr ""
@@ -1495,7 +1502,7 @@
#: Excel.xml:1360
#, no-c-format
msgid ""
-"The formula of the cell in placed in the <literal>value</literal> -attribute "
+"The formula of the cell is placed in the <literal>value</literal> -attribute "
"as a normal &excel; notation. Note that when doing cross-sheet formulas, the "
"worksheets must exist before referencing a formula against them. The value "
"is a string."
@@ -2123,12 +2130,6 @@
"initially? The value is a boolean."
msgstr ""
-#. Tag: emphasis
-#: Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
-#, no-c-format
-msgid "Child elements"
-msgstr ""
-
#. Tag: literal
#: Excel.xml:2046
#, no-c-format
@@ -2171,7 +2172,7 @@
#: Excel.xml:2105
#, no-c-format
msgid ""
-"groups rows 5 trough 10 and columns 5 through 10 so that the rows are "
+"groups rows 5 through 10 and columns 5 through 10 so that the rows are "
"initially collapsed (but not the columns)."
msgstr ""
@@ -2382,7 +2383,7 @@
"The CSS attributes cascade down from parent to children and within one tag "
"cascades over the CSS classes referenced in the <literal>styleClass</"
"literal> attributes and finally over the CSS attributes defined in the "
-"<literal>style</literal>attribute. You can place them pretty much anywhere "
+"<literal>style</literal> attribute. You can place them pretty much anywhere "
"but e.g. placing a column width setting in a cell nested within that column "
"makes little sense."
msgstr ""
@@ -2579,7 +2580,7 @@
#. Tag: para
#: Excel.xml:2475
#, no-c-format
-msgid "This group of XLS-CSS attributes define the borders of the cell"
+msgid "This group of XLS-CSS attributes defines the borders of the cell"
msgstr ""
#. Tag: para
@@ -2667,7 +2668,7 @@
#, no-c-format
msgid ""
"A shorthand for setting line style and color of the top edge of the cell, e."
-"g style=\"xls-border-left: red thick\""
+"g style=\"xls-border-top: red thick\""
msgstr ""
#. Tag: para
@@ -2781,7 +2782,7 @@
#. Tag: para
#: Excel.xml:2668
#, no-c-format
-msgid "This group of XLS-CSS attributes define the background of the cell"
+msgid "This group of XLS-CSS attributes defines the background of the cell"
msgstr ""
#. Tag: para
@@ -2837,7 +2838,7 @@
#. Tag: para
#: Excel.xml:2722
#, no-c-format
-msgid "This group of XLS-CSS attributes define the column widths etc."
+msgid "This group of XLS-CSS attributes defines the column widths etc."
msgstr ""
#. Tag: para
@@ -2910,7 +2911,7 @@
#. Tag: para
#: Excel.xml:2783
#, no-c-format
-msgid "This group of XLS-CSS attributes define the cell properties"
+msgid "This group of XLS-CSS attributes defines the cell properties"
msgstr ""
#. Tag: para
@@ -3084,7 +3085,7 @@
#, no-c-format
msgid ""
"When using .xhtml documents, stylesheets must be referenced through the "
-"<literal><e:link> tag</literal>"
+"<literal><e:link></literal> tag"
msgstr ""
#. Tag: para
@@ -3106,8 +3107,9 @@
#, no-c-format
msgid ""
"The core of the &excel; functionality is based on the excellent JExcelAPI "
-"library which can be found on http://jexcelapi.sourceforge.net/ and most "
-"features and possible limitations are inherited from here."
+"library which can be found on <ulink url=\"http://jexcelapi.sourceforge.net"
+"\">http://jexcelapi.sourceforge.net/</ulink> and most features and possible "
+"limitations are inherited from here."
msgstr ""
#. Tag: para
Modified: trunk/doc/Seam_Reference_Guide/es-MX/Itext.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/es-MX/Itext.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/es-MX/Itext.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: Seam_-_Contextual_Components VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-11-06 00:09+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -41,10 +41,10 @@
"iText support is provided by <literal>jboss-seam-pdf.jar</literal>. This JAR "
"contains the iText JSF controls, which are used to construct views that can "
"render to PDF, and the DocumentStore component, which serves the rendered "
-"documents to the user. To include PDF support in your application, included "
+"documents to the user. To include PDF support in your application, put "
"<literal>jboss-seam-pdf.jar</literal> in your <literal>WEB-INF/lib</literal> "
"directory along with the iText JAR file. There is no further configuration "
-"needed to use Seam's iText supportfon."
+"needed to use Seam's iText support."
msgstr ""
#. Tag: para
@@ -251,7 +251,7 @@
"for generating suitable PDF content. Tags like <literal><p:image></"
"literal> and <literal><p:paragraph></literal> are the basic "
"foundations of simple documents. Tags like <literal><p:font></literal> "
-"provide style information to all the content surrounging them."
+"provide style information to all the content surrounding them."
msgstr ""
#. Tag: literal
@@ -492,7 +492,7 @@
#, no-c-format
msgid ""
"<literal>p:image</literal> inserts an image into the document. Images can be "
-"be loaded from the classpath or from the web application context using the "
+"loaded from the classpath or from the web application context using the "
"<literal>value</literal> attribute."
msgstr ""
@@ -626,7 +626,7 @@
msgid ""
"<literal>reference</literal> — The destination the link refers to. "
"Links to other points in the document should begin with a \"#\". For "
-"example, \"#link1\" to refer to an anchor postion with a <literal>name</"
+"example, \"#link1\" to refer to an anchor position with a <literal>name</"
"literal> of <literal>link1</literal>. Links may also be a full URL to point "
"to a resource outside of the document."
msgstr ""
@@ -704,7 +704,7 @@
#: Itext.xml:631
#, no-c-format
msgid ""
-"<literal>borderWidth</literal> — The width of the border. Inidvidual "
+"<literal>borderWidth</literal> — The width of the border. Individual "
"border sides can be specified using <literal>borderWidthLeft</literal>, "
"<literal>borderWidthRight</literal>, <literal>borderWidthTop</literal> and "
"<literal>borderWidthBottom</literal>."
@@ -792,7 +792,7 @@
msgid ""
"<literal>numberDepth</literal> — The depth of numbering for section. "
"All sections are numbered relative to their surrounding chapter/sections. "
-"The fourth section of of the first section of chapter three would be section "
+"The fourth section of the first section of chapter three would be section "
"3.1.4, if displayed at the default number depth of three. To omit the "
"chapter number, a number depth of 2 should be used. In that case, the "
"section number would be displayed as 1.4."
@@ -839,7 +839,7 @@
msgid ""
"List structures can be displayed using the <literal>p:list</literal> and "
"<literal>p:listItem</literal> tags. Lists may contain arbitrarily-nested "
-"sublists. List items may not be used outside of a list. he following "
+"sublists. List items may not be used outside of a list. The following "
"document uses the <literal>ui:repeat</literal> tag to to display a list of "
"values retrieved from a Seam component."
msgstr ""
@@ -1391,7 +1391,7 @@
#, no-c-format
msgid ""
"<literal>domainGridlineStroke</literal> — The stroke style of the "
-"domain gridleines, if visible."
+"domain gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1493,7 +1493,7 @@
#, no-c-format
msgid ""
"<literal>plotOutlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1531,7 +1531,7 @@
#, no-c-format
msgid ""
"<literal>rangeGridlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1946,8 +1946,8 @@
#: Itext.xml:1893
#, no-c-format
msgid ""
-"<literal>seriesVisibleInLegend</literal> — A boolean indiciating if "
-"the series should be listed in the legend."
+"<literal>seriesVisibleInLegend</literal> — A boolean indicating if the "
+"series should be listed in the legend."
msgstr ""
#. Tag: programlisting
@@ -2149,7 +2149,7 @@
#, no-c-format
msgid ""
"<literal>dashPhase</literal> — The dash phase indicates the offset "
-"into the dash pattern that the the line should be drawn with."
+"into the dash pattern that the line should be drawn with."
msgstr ""
#. Tag: programlisting
@@ -2303,7 +2303,7 @@
#, no-c-format
msgid ""
"If you have a complex, pre-generated PDF with named fields, you can easily "
-"fill in the values from you application and present it to the user."
+"fill in the values from your application and present it to the user."
msgstr ""
#. Tag: literal
Modified: trunk/doc/Seam_Reference_Guide/es-MX/Websphere.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/es-MX/Websphere.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/es-MX/Websphere.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: Seam_-_Contextual_Components VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-11-06 00:10+0000\n"
+"POT-Creation-Date: 2009-02-01 21:20+0000\n"
"PO-Revision-Date: 2008-11-06 00:10+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,190 +16,80 @@
#. Tag: title
#: Websphere.xml:2
#, no-c-format
-msgid "Seam on IBM's Websphere"
+msgid "Seam on IBM's Websphere AS"
msgstr ""
#. Tag: para
#: Websphere.xml:4
#, no-c-format
msgid ""
-"Websphere 6.1.x is IBM's application server offering. The latest release is "
-"6.1.0.19 which does not have <literal>EJB3</literal> or <literal>JEE5</"
-"literal> support. There is a recently released (Nov 07) <literal>EJB3</"
-"literal> feature pack which provides some support for <literal>EJB3</"
-"literal> and <literal>JPA</literal>. Currently there is no true "
-"<literal>JEE5</literal> offering from IBM. This causes some issues with Seam "
-"integration with applications that use EJB3."
+"Websphere AS V7 is IBM's application server offering. This release is fully "
+"Java EE 5 certified."
msgstr ""
#. Tag: para
-#: Websphere.xml:12
+#: Websphere.xml:7
#, no-c-format
msgid ""
-"First we will go over some basic information about the Websphere environment "
-"that we used for these examples. After a good deal of research and work we "
-"were able to get EJB3 applications to function correctly. We will go over "
-"the details of those steps with the jee5 example. We will also deploy the "
-"JPA example application."
+"First we will go over some basic information about the Websphere AS "
+"environment that we used for these examples. We will go over the details of "
+"those steps with the JEE5 booking example. We will also deploy the JPA "
+"example application."
msgstr ""
#. Tag: title
-#: Websphere.xml:19
+#: Websphere.xml:13
#, no-c-format
-msgid "Websphere environment and deployment information"
+msgid "Websphere AS environment and deployment information"
msgstr ""
#. Tag: para
-#: Websphere.xml:21
+#: Websphere.xml:15
#, no-c-format
msgid ""
-"Websphere is a commercial product and so we will not discuss the details of "
-"its installation other than to say follow the directions provided by your "
+"Websphere AS is a commercial product and so we will not discuss the details "
+"of its installation other than to say follow the directions provided by your "
"particular installation type and license. This section will detail the exact "
"server versions used, installation tips, and some custom properties that are "
"needed for all of the examples."
msgstr ""
#. Tag: title
-#: Websphere.xml:29
+#: Websphere.xml:23
#, no-c-format
-msgid "Installation versions and tips"
+msgid "Installation versions"
msgstr ""
#. Tag: para
-#: Websphere.xml:30
+#: Websphere.xml:24
#, no-c-format
msgid ""
"All of the examples and information in this chapter are based on the version "
-"6.1 of Websphere at the time of this writing."
+"V7 of Websphere AS at the time of this writing."
msgstr ""
#. Tag: ulink
-#: Websphere.xml:35
+#: Websphere.xml:29
#, no-c-format
-msgid "Websphere Application Server 6.1"
+msgid "Websphere Application Server V7"
msgstr ""
-#. Tag: ulink
-#: Websphere.xml:40
-#, no-c-format
-msgid ""
-"Feature Pack for EJB 3.0 for Websphere Application Server V6.1 (6.1.0.13)"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:46
-#, no-c-format
-msgid "Fix Pack for Websphere Application Server V6.1 (6.1.0.19)"
-msgstr ""
-
#. Tag: para
-#: Websphere.xml:52
+#: Websphere.xml:34
#, no-c-format
msgid ""
-"The EJB3 feature pack that we installed came with the 6.1.0.13 patch version "
-"of Websphere. Installing the feature pack does not ensure that your server "
-"will have the proper environment for EJB3 applications. Be sure that as part "
-"of the installation of the feature pack you follow the instructions to "
-"create a new server profile with the EJB3 feature pack enabled, or augment "
-"one of your existing ones. This can also be done after the installation by "
-"running the profile management tool."
+"After installing Websphere AS, create server profile with Profile Management "
+"Tool, if you didn't create profile in installation process."
msgstr ""
-#. Tag: para
-#: Websphere.xml:60
-#, no-c-format
-msgid ""
-"It is highly recommended to patch Websphere by latest fix pack, at the time "
-"of this writing it is 6.1.0.19"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:63
+#: Websphere.xml:42
#, no-c-format
-msgid "A note about restarting the server"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:64
-#, no-c-format
-msgid ""
-"There are times that restarting the server will be required after deploying "
-"or changes the examples in this chapter. Its does not seem like every change "
-"requires a restart. If you get errors or exceptions after modifying a "
-"property or deploying an application try to restart the server."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:72
-#, no-c-format
-msgid "Required custom properties"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:73
-#, no-c-format
-msgid ""
-"There are a couple of Websphere custom properties that are required for Seam "
-"integration. These properties are not needed specifically for Seam, but work "
-"around some issues with Websphere. These are set following the instructions "
-"here : <ulink url=\"http://www-1.ibm.com/support/docview.wss?rss=180&"
-"uid=swg21284395\"> Setting web container custom properties</ulink>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:82
-#, no-c-format
-msgid ""
-"<literal>prependSlashToResource = \"true\"</literal> — This solves a "
-"fairly common issue with Websphere where applications are not using a "
-"leading \"/\" when attempting to access resources. If this is not set then a "
-"<literal>java.net.MalformedURLException</literal> will be thrown. With this "
-"property set you will still see warnings, but the resources will be "
-"retrieved as expected."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:90 Websphere.xml:108
-#, no-c-format
-msgid "Detailed can be found at:"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:92
-#, no-c-format
-msgid "SRVE0238E: Resource paths must have a leading slash"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:97
-#, no-c-format
-msgid ""
-"<literal>com.ibm.ws.webcontainer.invokefilterscompatibility = \"true\"</"
-"literal> — This solves an issue with Websphere where it throws a "
-"<literal>FileNotFoundException</literal> when a web application attempts to "
-"access a file resource that does not actually exist on disk. This is a "
-"common practice in modern web applications where filters or servlets are "
-"used to process resource requests like these. This issue manifests itself as "
-"failures to retrieve JavaScript, CSS, images, etc... when requesting a web "
-"page."
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:110
-#, no-c-format
-msgid ""
-"PK33090; 6.1: A filter that serves a file does not pop-up an alert message"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:119
-#, no-c-format
msgid "The <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:121
+#: Websphere.xml:44
#, no-c-format
msgid ""
"The <literal>jee5/booking</literal> example is based on the Hotel Booking "
@@ -208,45 +98,36 @@
"located in the <literal>$SEAM_DIST/examples/jee5/booking</literal> directory."
msgstr ""
-#. Tag: para
-#: Websphere.xml:128
-#, no-c-format
-msgid ""
-"As stated before the <literal>EJB3</literal> feature pack does not provide a "
-"full <literal>jee5</literal> implementation. This means that there are some "
-"tricks to getting an application deployed and functioning."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:134 Websphere.xml:927
+#: Websphere.xml:52 Websphere.xml:710
#, no-c-format
msgid "<title>Configuration file changes</title>"
msgstr ""
#. Tag: para
-#: Websphere.xml:136
+#: Websphere.xml:54
#, no-c-format
msgid ""
"Below are the configuration file changes that are need to the base example."
msgstr ""
#. Tag: literal
-#: Websphere.xml:142 Websphere.xml:1001
+#: Websphere.xml:60 Websphere.xml:784
#, no-c-format
msgid "resources/WEB-INF/components.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:145
+#: Websphere.xml:63
#, no-c-format
msgid ""
-"We need to change the way that we look up EJBs for Websphere. We need to "
-"remove the <literal>/local</literal> from the end of the <literal>jndi-"
-"pattern</literal> attribute. It should look like this:"
+"We need to change the way that we look up EJBs for WAS. We need to remove "
+"the <literal>/local</literal> from the end of the <literal>jndi-pattern</"
+"literal> attribute. It should look like this:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:152
+#: Websphere.xml:70
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -256,133 +137,119 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:156 Websphere.xml:1033
+#: Websphere.xml:76
#, no-c-format
-msgid "resources/WEB-INF/web.xml"
+msgid "resources/META-INF/ejb-jar.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:159
+#: Websphere.xml:79
#, no-c-format
msgid ""
-"This is the first place that we notice an unexpected change because this is "
-"not full <literal>jee5</literal> implementation."
+"We need to replace the /local string from <literal>ejb-ref-name</literal>. "
+"See at the following final code:"
msgstr ""
-#. Tag: para
-#: Websphere.xml:162
+#. Tag: programlisting
+#: Websphere.xml:82
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it requires "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
+"<![CDATA[\n"
+" <enterprise-beans>\n"
+" <!-- EJB reference required when one Seam EJB component references "
+"another Seam EJB component using @In -->\n"
+" <!-- Not required if you inject using @EJB, but then you lose state "
+"management and client-side interceptors (e.g., security) -->\n"
+" <session>\n"
+" <ejb-name>RegisterAction</ejb-name>\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
+"name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref>\n"
+" </session>\n"
+" </enterprise-beans>]]>"
msgstr ""
-#. Tag: programlisting
-#: Websphere.xml:169
+#. Tag: literal
+#: Websphere.xml:88 Websphere.xml:816
#, no-c-format
-msgid ""
-"<![CDATA[<xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
+msgid "resources/WEB-INF/web.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:170
+#: Websphere.xml:91
#, no-c-format
msgid ""
-"Next, we have to make some changes to the EJB references in the <literal>web."
-"xml</literal>. These changes are what will allow Websphere to bind the EJB2 "
-"references in the web module to the the actual EJB3 beans in the EAR module. "
-"Replace all of the <literal>ejb-local-refs</literal> when the values below."
+"We have to make some changes to the EJB references in the <literal>web.xml</"
+"literal>. These changes are what will allow WAS to bind automatically the "
+"EJB3 references in the web module to the the actual EJB3 beans in the EAR "
+"module. Replace all of the /local strings in <literal>ejb-local-refs</"
+"literal> when the values below."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:179
+#: Websphere.xml:100
#, no-c-format
msgid ""
"<![CDATA[\n"
" <!-- JEE5 EJB3 names -->\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Authenticator</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.BookingList</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Register</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.ChangePassword</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.HotelBooking</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.HotelSearching</local> \n"
-" </ejb-local-ref> \n"
-" \n"
" <ejb-local-ref>\n"
-" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name> \n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-name>\n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref> \n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.BookingList</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Register</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.ChangePassword</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelBooking</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelSearching</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:181
+#: Websphere.xml:102
#, no-c-format
msgid ""
-"The important change is that there is an empty <literal>local-home</literal> "
-"element for each EJB. This tells Websphere to make the correct bindings "
-"between the web module and the EJB3 beans. The <literal>ejb-link</literal> "
-"element is simply not used."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:187
-#, no-c-format
-msgid ""
"Note also that <literal>EjbSynchronizations</literal> is a built-in Seam EJB "
"and not part of the Hotel Booking example. This means that if your "
"application's <literal>components.xml</literal> specifies "
-"<literal>transaction:ejb-transaction</literal> , then you must include:"
+"<literal>transaction:ejb-transaction</literal>, then you must include:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:192
+#: Websphere.xml:107
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -395,34 +262,34 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:193
+#: Websphere.xml:108
#, no-c-format
msgid ""
"in your web.xml. If you don't include it, you'll get the following error:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:194
+#: Websphere.xml:109
#, no-c-format
msgid "Name comp/env/myapp/EjbSynchronizations not found in context java:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:199
+#: Websphere.xml:114
#, no-c-format
msgid "resources/META-INF/persistence.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:202
+#: Websphere.xml:117
#, no-c-format
msgid ""
"For this example we will be using the default datasource that comes with "
-"Websphere. To do this change the <literal>jta-data-source</literal> element:"
+"WAS. To do this change the <literal>jta-data-source</literal> element:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:205
+#: Websphere.xml:120
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -431,7 +298,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:206
+#: Websphere.xml:121
#, no-c-format
msgid ""
"Then we need to adjust some of the hibernate properties. First comment out "
@@ -439,7 +306,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:211
+#: Websphere.xml:126
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -455,25 +322,25 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:215
+#: Websphere.xml:130
#, no-c-format
msgid ""
"<literal>hibernate.transaction.manager_lookup_class</literal> — "
-"Standard Hibernate transaction manager property for Websphere 6.X"
+"Standard Hibernate transaction manager property for WAS 6.X and 7"
msgstr ""
#. Tag: para
-#: Websphere.xml:221
+#: Websphere.xml:136
#, no-c-format
msgid ""
"<literal>hibernate.transaction.flush_before_completion</literal> — "
"This is commented out because we want the container to manage the "
"transactions. Also if this is set to <literal>true</literal> an exception "
-"will be thrown by Websphere when the EJBContext is looked up."
+"will be thrown by WAS when the EJBContext is looked up."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:230
+#: Websphere.xml:145
#, no-c-format
msgid ""
"<![CDATA[com.ibm.wsspi.injectionengine.InjectionException: \n"
@@ -482,55 +349,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:233
+#: Websphere.xml:148
#, no-c-format
msgid ""
"<literal>hibernate.dialect</literal> — From WAS 6.1.0.9 on the "
-"embedded DB was switched to the same Derby DB in Glassfish."
+"embedded DB was switched to the same Derby DB as is in Glassfish v2."
msgstr ""
#. Tag: literal
-#: Websphere.xml:243 Websphere.xml:967
+#: Websphere.xml:158 Websphere.xml:750
#, no-c-format
-msgid "resources/GlassfishDerbyDialect.class"
+msgid "src/GlassfishDerbyDialect.java"
msgstr ""
#. Tag: para
-#: Websphere.xml:246
+#: Websphere.xml:161
#, no-c-format
msgid ""
-"You will need to get the <literal>GlassfishDerbyDialect.class</literal> and "
-"copy it into the <literal>/resources</literal> directory. The class exists "
-"in the JPA example and can be copied using the command below assuming you "
-"are in <literal>jee5/booking</literal> directory:"
+"You will need to get the <literal>GlassfishDerbyDialect.java</literal> and "
+"copy it into the <literal>/src</literal> directory. The java class exists in "
+"the JPA example source directory and can be copied using the command below "
+"assuming you are in <literal>jee5/booking</literal> directory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:254
+#: Websphere.xml:169
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/WEB-INF/classes/GlassfishDerbyDialect."
-"class\n"
-" ./resources]]>"
+"cp ../../jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:255
+#: Websphere.xml:170
#, no-c-format
msgid ""
-"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file "
-"using changes to the build.xml discussed later."
+"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file."
msgstr ""
#. Tag: literal
-#: Websphere.xml:261
+#: Websphere.xml:175
#, no-c-format
msgid "resources/import.sql"
msgstr ""
#. Tag: para
-#: Websphere.xml:264
+#: Websphere.xml:178
#, no-c-format
msgid ""
"This file must also be copied from the JPA example because either the Derby "
@@ -540,201 +405,91 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:271
+#: Websphere.xml:185
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/import.sql ./resources]]>"
+"cp ../../jpa/resources-websphere7/import.sql ./resources]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:280
+#: Websphere.xml:194
#, no-c-format
msgid "Building the <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:283
+#: Websphere.xml:197
#, no-c-format
msgid ""
"In order to get the changes we have made into our application we need to "
"make some changes to the <literal>build.xml</literal>. There are also some "
"additional jars that are required by our application in order to work with "
-"Websphere. This section will cover what changes are needed to the "
-"<literal>build.xml</literal>."
+"WAS. This section will cover what changes are needed to the <literal>build."
+"xml</literal>."
msgstr ""
#. Tag: title
-#: Websphere.xml:290
+#: Websphere.xml:204
#, no-c-format
-msgid "New libraries dependencies"
+msgid "Library dependency changes"
msgstr ""
#. Tag: para
-#: Websphere.xml:294
+#: Websphere.xml:205
#, no-c-format
msgid ""
-"JSF libraries — Websphere 6.1 comes with its own version of JSF 1.1 "
-"(Seam requires JSF 1.2). So we must add these jars to our application:"
+"We remove the <literal>log4j.jar</literal> so that all of the log output "
+"from our application will be added to the WAS log. Additional steps are "
+"required to fully configure log4j and those are outside of the scope of this "
+"document."
msgstr ""
-#. Tag: literal
-#: Websphere.xml:299 Websphere.xml:836
-#, no-c-format
-msgid "jsf-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:303 Websphere.xml:841
-#, no-c-format
-msgid "jsf-impl.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:309
-#, no-c-format
-msgid ""
-"Since Websphere is not a fully compliant <literal>JEE5</literal> "
-"implementation we need to add these EL libraries:"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:314 Websphere.xml:849
-#, no-c-format
-msgid "el-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:318 Websphere.xml:845
-#, no-c-format
-msgid "el-ri.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:324
-#, no-c-format
-msgid ""
-"<literal>jboss-seam.jar</literal> — for some reason when deploying the "
-"application through the Websphere administration console it can not find the "
-"<literal>jboss-seam.jar</literal> at the base of the EAR archive. This means "
-"that we need to add it to the <literal>/lib</literal> of the EAR."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:332
-#, no-c-format
-msgid ""
-"Finally we remove the <literal>log4j.jar</literal> so that all of the log "
-"output from our application will be added to the Websphere log. Additional "
-"steps are required to fully configure log4j and those are outside of the "
-"scope of this document."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:343
+#: Websphere.xml:213
#, no-c-format
msgid "Updating the <literal>build.xml</literal> file"
msgstr ""
#. Tag: para
-#: Websphere.xml:345
+#: Websphere.xml:215
#, no-c-format
msgid ""
"Add the following entry to the bottom of the <literal>build.xml</literal> "
"file. This overrides the default fileset that is used to populate the "
-"<literal>jboss-seam-jee5.jar</literal>. The primary change is the addition "
-"of the <literal>GlassfishDerbyDialect.class</literal>:"
+"<literal>jboss-seam-jee5.jar</literal>. :"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:354
+#: Websphere.xml:223
#, no-c-format
msgid ""
"<![CDATA[\n"
" <fileset id=\"jar.resources\" dir=\"${resources.dir}\">\n"
" <include name=\"import.sql\" />\n"
" <include name=\"seam.properties\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
" <include name=\"META-INF/persistence.xml\" />\n"
" <include name=\"META-INF/ejb-jar.xml\" />\n"
" </fileset>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:357
+#: Websphere.xml:225
#, no-c-format
msgid ""
-"Next we need to add the library dependencies discussed above. For this add "
-"the following to bottom of the <literal>ear.lib.extras</literal> fileset "
-"entry:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:363
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!--<include name=\"lib/log4j.jar\" />-->\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" />\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:365
-#, no-c-format
-msgid ""
-"We also need to add richfaces-api.jar, jsf-impl.jar and el-ri.jar into WEB-"
-"INF/lib of the war file. Add the following fileset after <literal>ear.lib."
-"extras</literal> fileset."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:368
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <fileset id=\"war.lib.extras\" dir=\"${seam.dir}\"> \n"
-" <include name=\"lib/richfaces-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" /> \n"
-" </fileset>]]>"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:370
-#, no-c-format
-msgid "A note about copying JSF and EL jars"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:371
-#, no-c-format
-msgid ""
-"There is a class loading issue with WebSphere, which causes the jars from "
-"ear lib directory to not be available when the web module is initialized."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:376
-#, no-c-format
-msgid ""
"Now all that is left is to execute the <literal>ant archive</literal> task "
"and the built application will be in the <literal>jee5/booking/dist</"
"literal> directory."
msgstr ""
#. Tag: title
-#: Websphere.xml:385
+#: Websphere.xml:234
#, no-c-format
msgid "Deploying the application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:387
+#: Websphere.xml:236
#, no-c-format
msgid ""
"So now we have everything we need in place. All that is left is to deploy it "
@@ -742,7 +497,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:389
+#: Websphere.xml:238
#, no-c-format
msgid ""
"For this we will use Websphere's administration console. As before there are "
@@ -750,52 +505,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:392
+#: Websphere.xml:241
#, no-c-format
msgid ""
-"The steps below are for the Websphere version stated above, yours may be "
-"slightly different."
+"The steps below are for the WAS version stated above. The ports are default "
+"values, if you changed them substitute your values."
msgstr ""
#. Tag: para
-#: Websphere.xml:396
+#: Websphere.xml:245
#, no-c-format
-msgid "Log in to the administration console"
+msgid ""
+"Log in to the administration console <programlisting><![CDATA[https://"
+"localhost:9043/admin]]></programlisting> or"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:399
+#: Websphere.xml:250
#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"https://localhost:9043/ibm/console]]>"
+msgid "<![CDATA[http://localhost:9060/admin]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:403
+#: Websphere.xml:254
#, no-c-format
msgid ""
-"Access the <literal>Enterprise Application</literal> menu option under the "
-"<literal>Applications</literal> top menu."
+"Access the <literal>Websphere enterprise applications</literal> menu option "
+"under the <literal>Applications --> Application Type</literal> left side "
+"menu."
msgstr ""
#. Tag: para
-#: Websphere.xml:408
+#: Websphere.xml:259
#, no-c-format
msgid ""
-"At the top of the <literal>Enterprise Application</literal> table select "
+"At the top of the <literal>Enterprise Applications</literal> table select "
"<literal>Install</literal>. Below are installation wizard pages and what "
"needs to done on each:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:414 Websphere.xml:674
+#: Websphere.xml:265 Websphere.xml:461
#, no-c-format
msgid "Preparing for the application installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:418
+#: Websphere.xml:269
#, no-c-format
msgid ""
"Browse to the <literal>examples/jee5/booking/dist/jboss-seam-jee5.ear</"
@@ -803,102 +559,81 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:424 Websphere.xml:442 Websphere.xml:475 Websphere.xml:689
+#: Websphere.xml:275 Websphere.xml:285 Websphere.xml:304 Websphere.xml:476
+#: Websphere.xml:496
#, no-c-format
msgid "Select the <literal>Next</literal> button."
msgstr ""
+#. Tag: para
+#: Websphere.xml:280 Websphere.xml:471
+#, no-c-format
+msgid "Select the <literal>Fast Path</literal> button."
+msgstr ""
+
#. Tag: literal
-#: Websphere.xml:431
+#: Websphere.xml:292
#, no-c-format
msgid "Select installation options"
msgstr ""
#. Tag: para
-#: Websphere.xml:435
+#: Websphere.xml:296
#, no-c-format
msgid ""
-"Select the <literal>Deploy enterprise beans</literal> check box. This is "
-"needed unless you used a Websphere tool to package the application."
+"Select the <literal>Deploy enterprise beans</literal> and <literal>Allow EJB "
+"reference targets to resolve automatically</literal> check boxes. This is "
+"needed unless you used a Websphere AS tool to package the application."
msgstr ""
#. Tag: literal
-#: Websphere.xml:449
+#: Websphere.xml:313
#, no-c-format
msgid "Map modules to servers"
msgstr ""
#. Tag: para
-#: Websphere.xml:453
+#: Websphere.xml:317
#, no-c-format
msgid ""
"No changes needed here as we only have one server. Select the <literal>Next</"
"literal> button."
msgstr ""
-#. Tag: para
-#: Websphere.xml:461
-#, no-c-format
-msgid ""
-"<literal>Map EJB references to beans</literal> This page will list all of "
-"the beans that we entered in the web.xml."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:466
-#, no-c-format
-msgid ""
-"Make sure that <literal>Allow EJB reference targets to resolve "
-"automatically</literal> check box is selected. This will tell Websphere to "
-"bind our EJB3 beans to the EJB references in the web module."
-msgstr ""
-
#. Tag: literal
-#: Websphere.xml:482
+#: Websphere.xml:325
#, no-c-format
-msgid "Map virtual hosts for Web modules"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:486
-#, no-c-format
-msgid "No changes needed here. Select the <literal>Next</literal> button."
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:493
-#, no-c-format
msgid "Summary"
msgstr ""
#. Tag: para
-#: Websphere.xml:496
+#: Websphere.xml:328
#, no-c-format
msgid "No changes needed here. Select the <literal>Finish</literal> button."
msgstr ""
#. Tag: literal
-#: Websphere.xml:503
+#: Websphere.xml:335
#, no-c-format
msgid "Installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:506
+#: Websphere.xml:338
#, no-c-format
msgid "Now you will see it installing and deploying your application."
msgstr ""
#. Tag: para
-#: Websphere.xml:511
+#: Websphere.xml:343
#, no-c-format
msgid ""
-"When if finishes select the <literal>Save</literal> link and you will be "
+"When it finishes select the <literal>Save</literal> link and you will be "
"returned to the <literal>Enterprise Applications</literal> table."
msgstr ""
#. Tag: para
-#: Websphere.xml:523
+#: Websphere.xml:355
#, no-c-format
msgid ""
"Now that we have our application installed we need to make some adjustments "
@@ -906,7 +641,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:527
+#: Websphere.xml:359
#, no-c-format
msgid ""
"Starting from the <literal>Enterprise Applications</literal> table select "
@@ -914,40 +649,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:533
+#: Websphere.xml:365
#, no-c-format
msgid "Select the <literal>Manage Modules</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:537
+#: Websphere.xml:369
#, no-c-format
-msgid "Select the <literal>jboss-seam-jee5.war</literal> link."
+msgid "Select the <literal>jboss-seam-jee5-booking.war</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:542
+#: Websphere.xml:374
#, no-c-format
msgid ""
"Change the <literal>Class loader order</literal> combo box to "
-"<literal>Classes loaded with application class loader first</literal>."
+"<literal>Classes loaded with application class loader first (parent last)</"
+"literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:548 Websphere.xml:573
+#: Websphere.xml:380 Websphere.xml:397
#, no-c-format
msgid ""
"Select <literal>Apply</literal> and then <literal>Save</literal> options."
msgstr ""
#. Tag: para
-#: Websphere.xml:552
+#: Websphere.xml:384
#, no-c-format
-msgid "Return the <literal>Seam Booking</literal> page."
+msgid "Return to the <literal>Seam Booking</literal> page."
msgstr ""
#. Tag: para
-#: Websphere.xml:556
+#: Websphere.xml:387
#, no-c-format
msgid ""
"On this page select the <literal>Class loading and update detection</"
@@ -955,7 +691,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:561
+#: Websphere.xml:392
#, no-c-format
msgid ""
"Select the radio button for <literal>Classes loaded with application class "
@@ -963,117 +699,40 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:566
+#: Websphere.xml:403
#, no-c-format
msgid ""
-"Even though we are not enabling class reload you must also enter a valid "
-"number in the <literal>Polling interval for updated files</literal> text "
-"area (zero works fine)."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:577
-#, no-c-format
-msgid ""
-"You should verify that the change you just made has been remembered. We have "
-"had problems with the last class loader change not taking effect - even "
-"after a restart. If the change did not take you will need to do it manually, "
-"following these directions:"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:585
-#, no-c-format
-msgid "Open the following file in a text editor of your choice:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:589
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"$WebSphereInstall/$yourServerName/profiles/$yourProfileName/config/cells/\n"
-" $yourCellName/applications/Seam Booking.ear/deployments/\n"
-" Seam Booking/deployment.xml]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:593
-#, no-c-format
-msgid ""
-"Modify the following line so that <literal>PARENT_FIRST</literal> is now "
-"<literal>PARENT_LAST</literal>:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:599
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<classloader xmi:id=\"Classloader_#######\" mode=\"PARENT_FIRST\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:603
-#, no-c-format
-msgid ""
-"Save the file and now when go to the <literal>Class loading and update "
-"detection</literal> page you should see <literal>Classes loaded with "
-"application class loader first</literal> selected."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:615
-#, no-c-format
-msgid ""
"To start the application return to the <literal>Enterprise Applications</"
"literal> table and select our application in the list. Then choose the "
"<literal>Start</literal> button at the top of the table."
msgstr ""
#. Tag: para
-#: Websphere.xml:622
+#: Websphere.xml:410
#, no-c-format
msgid ""
"You can now access the application at <literal>http://localhost:9080/seam-"
-"jee5/</literal> ."
+"jee5-booking/index.html</literal> ."
msgstr ""
#. Tag: title
-#: Websphere.xml:628
+#: Websphere.xml:431
#, no-c-format
-msgid "A note about Websphere Stateful bean timeouts"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:629
-#, no-c-format
-msgid ""
-"The default timeout period for a Websphere 6.1 Stateful EJB is 10 minutes. "
-"This means that you may see some EJB timeout exceptions after some idle "
-"time. It is possible to adjust the timeout of the Stateful EJBs on an "
-"individual basis, but that is beyond the scope of this document. See the "
-"Websphere documentation for details."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:643
-#, no-c-format
msgid "The <literal>jpa</literal> booking example"
msgstr ""
#. Tag: para
-#: Websphere.xml:644
+#: Websphere.xml:432
#, no-c-format
msgid ""
"Thankfully getting the <literal>jpa</literal> example to work is much easier "
"than the <literal>jee5</literal> example. This is the Hotel Booking example "
"implemented in Seam POJOs and using Hibernate JPA with JPA transactions. It "
-"does not require EJB3 support to run."
+"does not use EJB3."
msgstr ""
#. Tag: para
-#: Websphere.xml:650
+#: Websphere.xml:437
#, no-c-format
msgid ""
"The example already has a breakout of configurations and build scripts for "
@@ -1081,7 +740,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:653
+#: Websphere.xml:440
#, no-c-format
msgid ""
"First thing we are going to do is build and deploy that example. Then we'll "
@@ -1089,29 +748,29 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:657
+#: Websphere.xml:444
#, no-c-format
msgid "Building the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:658
+#: Websphere.xml:445
#, no-c-format
msgid ""
"Building it only requires running the correct ant command: "
-"<programlisting>ant websphere61</programlisting> This will create container "
+"<programlisting>ant websphere7</programlisting> This will create container "
"specific distribution and exploded archive directories with the "
-"<literal>websphere61</literal> label."
+"<literal>websphere7</literal> label."
msgstr ""
#. Tag: title
-#: Websphere.xml:664
+#: Websphere.xml:451
#, no-c-format
msgid "Deploying the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:665
+#: Websphere.xml:452
#, no-c-format
msgid ""
"This is similar to the <literal>jee5</literal> example at <xref linkend="
@@ -1119,7 +778,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:670
+#: Websphere.xml:457
#, no-c-format
msgid ""
"From the <literal>Enterprise Applications</literal> table select the "
@@ -1127,37 +786,43 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:678
+#: Websphere.xml:465
#, no-c-format
msgid ""
-"Browse to the <literal>examples/jpa/dist-websphere61/jboss-seam-jpa.war</"
+"Browse to the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
"literal> file using the file upload widget."
msgstr ""
#. Tag: para
-#: Websphere.xml:684
+#: Websphere.xml:483
#, no-c-format
msgid ""
-"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
-"jpa</literal>."
+"Select the <literal>Next</literal> button for the next three pages, no "
+"changes are needed."
msgstr ""
+#. Tag: literal
+#: Websphere.xml:488
+#, no-c-format
+msgid "Map context roots for Web modules"
+msgstr ""
+
#. Tag: para
-#: Websphere.xml:695
+#: Websphere.xml:491
#, no-c-format
msgid ""
-"Select the <literal>Next</literal> button for the next three pages, no "
-"changes are needed."
+"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
+"jpa</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:700
+#: Websphere.xml:502
#, no-c-format
msgid "<literal>Summary</literal> page"
msgstr ""
#. Tag: para
-#: Websphere.xml:703
+#: Websphere.xml:505
#, no-c-format
msgid ""
"Review the settings if you wish and select the <literal>Finish</literal> "
@@ -1167,17 +832,17 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:716
+#: Websphere.xml:519
#, no-c-format
msgid ""
"As with the <literal>jee5</literal> example there are some class loader "
"changes needed before we start the application. Follow the instructions at "
"<xref linkend=\"websphere-app-adj-after-install\"/> but exchange "
-"<literal>jboss-seam-jpa</literal> for <literal>Seam Booking</literal>."
+"<literal>jboss-seam-jpa_war</literal> for <literal>Seam Booking</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:723
+#: Websphere.xml:526
#, no-c-format
msgid ""
"Finally start the application by selecting it in the <literal>Enterprise "
@@ -1186,7 +851,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:729
+#: Websphere.xml:532
#, no-c-format
msgid ""
"You can now access the application at the <literal>http://localhost:9080/"
@@ -1194,187 +859,186 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:737
+#: Websphere.xml:540
#, no-c-format
-msgid "Whats different for Websphere 6.1"
+msgid "What's different for Websphere AS V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:738
+#: Websphere.xml:541
#, no-c-format
msgid ""
"The differences between the JPA examples that deploys to JBoss 4.2 and "
-"Websphere 6.1 are mostly expected; library and configuration file changes."
+"Websphere AS V7 are mostly expected; library and configuration file changes."
msgstr ""
#. Tag: para
-#: Websphere.xml:743
+#: Websphere.xml:546
#, no-c-format
msgid "<para>Configuration file changes</para>"
msgstr ""
#. Tag: para
-#: Websphere.xml:746
+#: Websphere.xml:549
#, no-c-format
msgid ""
-"<literal>WEB-INF/web.xml</literal> — the only significant change is "
-"that Websphere 6.1 only support <literal>Servlet 2.4</literal> so the top of "
-"this file was changed."
+"<literal>META-INF/persistence.xml</literal> — the main changes here "
+"are for the datasource JNDI path, switching to the Websphere transaction "
+"manager look up class, and changing the hibernate dialect to be "
+"<literal>GlassfishDerbyDialect</literal> ."
msgstr ""
#. Tag: para
-#: Websphere.xml:753
+#: Websphere.xml:559
#, no-c-format
msgid ""
-"<literal>META-INF/persistence.xml</literal> — the main changes here "
-"are for the datasource JNDI path, switching to the Websphere 6.1 transaction "
-"manager look up class, and changing the hibernate dialect to be "
-"<literal>GlassfishDerbyDialect</literal> ."
+"<literal>WEB-INF/components.xml</literal> — the change here is "
+"<literal>jndi-pattern</literal> without /local string."
msgstr ""
#. Tag: para
-#: Websphere.xml:763
+#: Websphere.xml:565
#, no-c-format
msgid ""
-"<literal>WEB-INF/classes/GlassfishDerbyDialect.class </literal> — this "
-"class is needed for the hibernate dialect change to "
-"<literal>GlassfishDerbyDialect</literal>"
+"<literal>META-INF/ejb-jar.xml</literal> — the same change in "
+"<literal>ejb-ref-name</literal>, where is replace /local string in "
+"<literal>jboss-seam-jee5/AuthenticatorAction</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:771
+#: Websphere.xml:572
#, no-c-format
msgid ""
+"<literal>src/GlassfishDerbyDialect.java </literal> — this class is "
+"needed for the hibernate dialect change to <literal>GlassfishDerbyDialect</"
+"literal>"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:580
+#, no-c-format
+msgid ""
"<literal>import.sql</literal> — either for the dialect or Derby DB the "
"<literal>ID</literal> column can not be populated by this file and was "
"removed."
msgstr ""
#. Tag: para
-#: Websphere.xml:780
+#: Websphere.xml:589
#, no-c-format
msgid "Changes for dependent libraries"
msgstr ""
#. Tag: para
-#: Websphere.xml:781
+#: Websphere.xml:590
#, no-c-format
msgid ""
-"<literal>WEB-INF/lib</literal> — The Websphere version requires "
-"several library packages because they are not included as they are with "
-"JBoss AS. These are primarily for hibernate, JSF-RI support and their "
-"dependencies. Below are listed only the additional jars needed above and "
-"beyond the JBoss <literal>JPA</literal> example."
+"The Websphere version requires several library packages because they are not "
+"included as they are with JBoss AS. These are primarily for hibernate and "
+"their dependencies. Below are listed only the additional jars needed above "
+"and beyond the JBoss <literal>JPA</literal> example."
msgstr ""
#. Tag: para
-#: Websphere.xml:789
+#: Websphere.xml:597
#, no-c-format
msgid "To use Hibernate as your JPA provider you need the following jars:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:794
+#: Websphere.xml:602
#, no-c-format
msgid "hibernate.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:799
+#: Websphere.xml:607
#, no-c-format
msgid "hibernate-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:804
+#: Websphere.xml:612
#, no-c-format
msgid "hibernate-commons-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:809
+#: Websphere.xml:617
#, no-c-format
msgid "hibernate-entitymanager.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:814
+#: Websphere.xml:622
#, no-c-format
msgid "hibernate-validator.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:819
+#: Websphere.xml:627
#, no-c-format
msgid "commons-collections.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:824
+#: Websphere.xml:632
#, no-c-format
msgid "jboss-common-core.jar"
msgstr ""
#. Tag: para
-#: Websphere.xml:830
+#: Websphere.xml:638
#, no-c-format
-msgid ""
-"Seam requires JSF 1.2 and these are the jars needed for that. Websphere 6.1 "
-"ships with its own implementation of JSF 1.1."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:855
-#, no-c-format
msgid "Various third party jars that Websphere needs:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:858
+#: Websphere.xml:641
#, no-c-format
msgid "antlr.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:862
+#: Websphere.xml:645
#, no-c-format
msgid "cglib.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:866
+#: Websphere.xml:649
#, no-c-format
msgid "asm.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:870
+#: Websphere.xml:653
#, no-c-format
msgid "dom4j.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:875
+#: Websphere.xml:658
#, no-c-format
msgid "javassist.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:880
+#: Websphere.xml:663
#, no-c-format
msgid "concurrent.jar"
msgstr ""
#. Tag: title
-#: Websphere.xml:895
+#: Websphere.xml:678
#, no-c-format
msgid ""
"Deploying an application created using <literal>seam-gen</literal> on "
-"Websphere 6.1.0.13"
+"Websphere V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:898
+#: Websphere.xml:681
#, no-c-format
msgid ""
"<literal>seam-gen</literal> is a very useful tool for developers to quickly "
@@ -1387,13 +1051,13 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:908
+#: Websphere.xml:691
#, no-c-format
msgid "Running <literal>seam-gen</literal> Setup"
msgstr ""
#. Tag: para
-#: Websphere.xml:909
+#: Websphere.xml:692
#, no-c-format
msgid ""
"The first step is setting up <literal>seam-gen</literal> to construct the "
@@ -1403,7 +1067,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:915
+#: Websphere.xml:698
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1499,7 +1163,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:917
+#: Websphere.xml:700
#, no-c-format
msgid ""
"Type <literal>./seam new-project</literal> to create your project and "
@@ -1508,25 +1172,25 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:924
+#: Websphere.xml:707
#, no-c-format
msgid "Changes needed for deployment to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:925
+#: Websphere.xml:708
#, no-c-format
msgid "We now need to make some changes to the generated project."
msgstr ""
#. Tag: literal
-#: Websphere.xml:931
+#: Websphere.xml:714
#, no-c-format
msgid "resources/META-INF/persistence-dev.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:936
+#: Websphere.xml:719
#, no-c-format
msgid ""
"Alter the <literal>jta-data-source</literal> to be "
@@ -1535,7 +1199,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:943
+#: Websphere.xml:726
#, no-c-format
msgid ""
"Add or change the properties below. These are described in detail at <xref "
@@ -1543,7 +1207,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:948
+#: Websphere.xml:731
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1559,14 +1223,14 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:951
+#: Websphere.xml:734
#, no-c-format
msgid ""
"Remove the JBoss AS specific method of exposing the EntityManagerFactory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:954
+#: Websphere.xml:737
#, no-c-format
msgid ""
"<![CDATA[<property \n"
@@ -1575,7 +1239,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:957
+#: Websphere.xml:740
#, no-c-format
msgid ""
"You'll need to alter <literal>persistence-prod.xml</literal> as well if you "
@@ -1583,32 +1247,31 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:970
+#: Websphere.xml:753
#, no-c-format
msgid ""
-"As with other examples we need to include this class for DB support. It can "
-"be copied from the <literal>jpa</literal> example into the "
-"<literal>websphere_example/resources</literal> directory."
+"As with other examples we need to include this java class for DB support. It "
+"can be copied from the <literal>jpa</literal> example into the "
+"<literal>websphere_example/src</literal> directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:976
+#: Websphere.xml:759
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp $SEAM/examples/jpa/resources-websphere61/WEB-INF/classes/"
-"GlassfishDerbyDialect.class\n"
-" ./resources]]>"
+"cp $SEAM/examples/jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: literal
-#: Websphere.xml:982
+#: Websphere.xml:765
#, no-c-format
msgid "resources/META-INF/jboss-app.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:985
+#: Websphere.xml:768
#, no-c-format
msgid ""
"You can delete this file as we aren't deploying to JBoss AS ( <literal>jboss-"
@@ -1616,13 +1279,13 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:991
+#: Websphere.xml:774
#, no-c-format
msgid "resources/*-ds.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:994
+#: Websphere.xml:777
#, no-c-format
msgid ""
"You can delete these file as we aren't deploying to JBoss AS (these files "
@@ -1630,7 +1293,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1006
+#: Websphere.xml:789
#, no-c-format
msgid ""
"Enable container managed transaction integration - add the <literal> <"
@@ -1640,7 +1303,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1015
+#: Websphere.xml:798
#, no-c-format
msgid ""
"Alter the <literal>jndi-pattern</literal> to <literal> java:comp/env/"
@@ -1648,7 +1311,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1021
+#: Websphere.xml:804
#, no-c-format
msgid ""
"We do not need <literal>managed-persistence-context</literal> for this "
@@ -1656,7 +1319,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1027
+#: Websphere.xml:810
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1667,67 +1330,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1036
+#: Websphere.xml:819
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it required "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1042
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1044
-#, no-c-format
-msgid ""
"As with the <literal>jee5/booking</literal> example we need to add EJB "
-"references to the web.xml. These references require the empty <literal>local-"
-"home</literal> to flag them for Websphere to perform the proper binding."
+"references to the web.xml. These references require replacing /local string "
+"in <literal>ejb-ref-name</literal> to flag them for Websphere to perform the "
+"proper binding."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1051
+#: Websphere.xml:826
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local> \n"
-" </ejb-local-ref>\n"
+"<![CDATA[ \n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local>\n"
+" </ejb-local-ref> \n"
" \n"
" <ejb-local-ref>\n"
" <ejb-ref-name>websphere_example/EjbSynchronizations</ejb-ref-name> \n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:1057
+#: Websphere.xml:832
#, no-c-format
msgid "Creating the <literal>AuthenticatorAction</literal> EJB"
msgstr ""
#. Tag: para
-#: Websphere.xml:1059
+#: Websphere.xml:834
#, no-c-format
msgid ""
"We want to take the existing <literal>Authenticator</literal> Seam POJO "
@@ -1735,13 +1372,19 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1065
+#: Websphere.xml:837
#, no-c-format
+msgid "Change the generated Authenticator class"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:840
+#, no-c-format
msgid "Rename the class to <literal>AuthenticatorAction</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1069
+#: Websphere.xml:844
#, no-c-format
msgid ""
"Add the <literal>@Stateless</literal> annotation to the new "
@@ -1749,7 +1392,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1075
+#: Websphere.xml:850
#, no-c-format
msgid ""
"Create an interface called <literal>Authenticator</literal> which "
@@ -1761,7 +1404,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1088
+#: Websphere.xml:863
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1770,7 +1413,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1091
+#: Websphere.xml:866
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1780,7 +1423,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1094
+#: Websphere.xml:869
#, no-c-format
msgid ""
"We've already added its reference to the <literal>web.xml</literal> file so "
@@ -1788,14 +1431,14 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:1100
+#: Websphere.xml:875
#, no-c-format
msgid ""
"Extra jar dependencies and other changes to the <literal>build.xml</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1102
+#: Websphere.xml:877
#, no-c-format
msgid ""
"This application has similar requirements as the <literal>jee5/booking</"
@@ -1803,7 +1446,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1107
+#: Websphere.xml:882
#, no-c-format
msgid ""
"Change the default target to <literal>archive</literal> (we aren't going to "
@@ -1811,7 +1454,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1113
+#: Websphere.xml:888
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1819,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1117
+#: Websphere.xml:892
#, no-c-format
msgid ""
"Websphere looks for the drools <literal>/security.drl</literal> file in the "
@@ -1832,7 +1475,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1128
+#: Websphere.xml:903
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1844,93 +1487,16 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1131
+#: Websphere.xml:906
#, no-c-format
msgid ""
-"We need to ge the <literal>GlassfishDerbyDialect.class</literal> into our "
-"application jar. To do that find the <literal>jar</literal> task and modify "
-"the top of it so that it looks like this:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1139
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"jar\" depends=\"compile,copyclasses\" \n"
-" description=\"Build the distribution .jar file\">\n"
-" <copy todir=\"${jar.dir}\">\n"
-" <fileset dir=\"${basedir}/resources\">\n"
-" <include name=\"seam.properties\" />\n"
-" <include name=\"*.drl\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
-" </fileset>\n"
-" </copy>\n"
-"...]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1142
-#, no-c-format
-msgid ""
-"Next we need to get the <literal>jboss-seam.jar</literal> into the base of "
-"the <literal>EAR</literal> file. For deployment Websphere requires this jar "
-"to be in both the <literal>/lib</literal> directory and at the base of the "
-"<literal>EAR</literal>. You must add the following to the <literal>archive</"
-"literal> task:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1151
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1152
-#, no-c-format
-msgid "So that the whole <literal>archive</literal> task looks like:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1156
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"archive\" depends=\"jar,war,ear\" \n"
-" description=\"Package the archives\">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.jar\" basedir=\"${jar.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.war\" basedir=\"${war.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.ear\">\n"
-" <fileset dir=\"${ear.dir}\"/>\n"
-" <fileset dir=\"${dist.dir}\">\n"
-" <include name=\"${project.name}.jar\"/>\n"
-" <include name=\"${project.name}.war\"/>\n"
-" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
-" </jar>\n"
-"</target>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1159
-#, no-c-format
-msgid ""
"Now we need to get extra jars into the <literal>build.xml</literal>. Look "
"for the <literal><fileset dir=\"${basedir}\"></literal> section of the "
"task below. Add the new includes at the bottom of the fileset."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1167
+#: Websphere.xml:914
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1941,9 +1507,7 @@
" <include name=\"*hibernate.cfg.xml\" />\n"
" <include name=\"jbpm.cfg.xml\" />\n"
" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
+"\n"
" <fileset dir=\"${basedir}\">\n"
" <include name=\"lib/jbpm*.jar\" />\n"
" <include name=\"lib/jboss-el.jar\" />\n"
@@ -1965,13 +1529,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1170
+#: Websphere.xml:917
#, no-c-format
msgid "Hibernate dependencies"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1171
+#: Websphere.xml:918
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1985,33 +1549,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1174
+#: Websphere.xml:921
#, no-c-format
-msgid ""
-"JSF dependencies. You will need to copy the <literal>el-ri.jar</literal> "
-"from the <literal>$SEAM/examples/jpa/lib</literal> directory."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1177
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1180
-#, no-c-format
msgid "Third party dependencies."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1181
+#: Websphere.xml:922
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2028,15 +1572,15 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1184
+#: Websphere.xml:925
#, no-c-format
msgid ""
-"<literal>jboss-seam.jar</literal> - this is needed in both the <literal>ear</"
-"literal> base and <literal>/lib</literal> directory."
+"<literal>jboss-seam.jar</literal> - this is needed in the <literal>ear</"
+"literal> base directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1188
+#: Websphere.xml:928
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2045,13 +1589,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1192
+#: Websphere.xml:932
#, no-c-format
msgid "You should end up with something like:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1193
+#: Websphere.xml:933
#, no-c-format
msgid ""
"<![CDATA[<fileset dir=\"${basedir}\">\n"
@@ -2072,13 +1616,7 @@
" <include name=\"lib/hibernate-entitymanager.jar\"/>\n"
" <include name=\"lib/hibernate-validator.jar\"/>\n"
" <include name=\"lib/jboss-common-core.jar\" />\n"
-" \n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>\n"
-" \n"
+"\n"
" <!-- 3rd party and supporting jars -->\n"
" <include name=\"lib/javassist.jar\"/>\n"
" <include name=\"lib/dom4j.jar\" />\n"
@@ -2095,38 +1633,14 @@
"</fileset>]]>"
msgstr ""
-#. Tag: para
-#: Websphere.xml:1195
-#, no-c-format
-msgid ""
-"The last step is to add <literal>jsf-impl.jar</literal> and <literal>el-ri."
-"jar</literal> to the war target. Look for <literal>copy todir=\"${war.dir}/"
-"WEB-INF/lib\"</literal> and add the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1199
-#, no-c-format
-msgid ""
-"<![CDATA[<copy todir=\"${war.dir}/WEB-INF/lib\">\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <includesfile name=\"deployed-jars-war.list"
-"\" />\n"
-" <include name=\"jsf-impl.jar\" />\n"
-" <include name=\"el-ri.jar\" /> \n"
-" <exclude name=\"jboss-seam-gen.jar\" />\n"
-" </fileset>\n"
-"</copy>]]>"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:1206
+#: Websphere.xml:940
#, no-c-format
msgid "Building and deploying the seam-gen'd application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:1212
+#: Websphere.xml:945
#, no-c-format
msgid ""
"Build your application by calling <literal>ant</literal> in the base "
@@ -2136,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1221
+#: Websphere.xml:954
#, no-c-format
msgid ""
"To deploy the application follow the instructions here : <xref linkend="
@@ -2146,7 +1660,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1227
+#: Websphere.xml:960
#, no-c-format
msgid ""
"Checkout the app at: <literal>http://localhost:9080/websphere_example/index."
Modified: trunk/doc/Seam_Reference_Guide/fr-FR/Excel.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/fr-FR/Excel.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/fr-FR/Excel.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: Seam_Reference_Guide \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-10-14 11:38+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -46,7 +46,7 @@
"&excel; JSF controls, which are used to construct views that can render the "
"document, and the DocumentStore component, which serves the rendered "
"document to the user. To include &excel; support in your application, "
-"included <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
+"include <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
"lib</literal> directory along with the <literal>jxl.jar</literal> JAR file. "
"Furthermore, you need to configure the DocumentStore servlet in your web.xml"
msgstr ""
@@ -247,9 +247,9 @@
msgid ""
"<literal>arrayGrowSize</literal> — The amount of memory by which to "
"increase the amount of memory allocated to storing the workbook data. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 1 megabyte. The value is a "
-"number (bytes)."
+"processes reading many small workbooks inside a WAS it might be necessary to "
+"reduce the default size. Default value is 1 megabyte. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -332,10 +332,10 @@
#, no-c-format
msgid ""
"<literal>initialFileSize</literal> — The initial amount of memory "
-"allocated to store the workbook data when reading a worksheet. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 5 megabytes. The value is a "
-"number (bytes)."
+"allocated to store the workbook data when reading a worksheet. For processes "
+"reading many small workbooks inside a WAS it might be necessary to reduce "
+"the default size. Default value is 5 megabytes. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -428,7 +428,7 @@
#, no-c-format
msgid ""
"<literal>filename</literal> — The filename to use for the download. "
-"The value is a string. Please not that if you map the DocumentServlet to "
+"The value is a string. Please note that if you map the DocumentServlet to "
"some pattern, this file extension must also match."
msgstr ""
@@ -442,11 +442,9 @@
msgstr ""
#. Tag: emphasis
-#: Excel.xml:322 Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081
-#: Excel.xml:1157 Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537
-#: Excel.xml:1595 Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#: Excel.xml:322 Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
#, no-c-format
-msgid "Child elemenents"
+msgid "Child elements"
msgstr ""
#. Tag: para
@@ -516,7 +514,7 @@
#, no-c-format
msgid ""
"Worksheets are the children of workbooks and the parent of columns and "
-"worksheet commands They can also contain explicitly placed cells, formulas, "
+"worksheet commands. They can also contain explicitly placed cells, formulas, "
"images and hyperlinks. They are the pages that make up the workbook."
msgstr ""
@@ -542,14 +540,14 @@
#, no-c-format
msgid ""
"<literal>var</literal> — The current row iterator variable name that "
-"can later be referenced in cell value attributes. The value is a string"
+"can later be referenced in cell value attributes. The value is a string."
msgstr ""
#. Tag: para
#: Excel.xml:401
#, no-c-format
msgid ""
-"<literal>name</literal> — The name of the worksheet. The valus is a "
+"<literal>name</literal> — The name of the worksheet. The value is a "
"string. Defaults to Sheet# where # is the worksheet index. If the given "
"worksheet name exists, that sheet is selected. This can be used for merging "
"several data sets into a single worksheet, just define the same name for "
@@ -590,7 +588,7 @@
#, no-c-format
msgid ""
"<literal>bottomMargin</literal> — The bottom margin. The value is a "
-"number (inches)"
+"number (inches)."
msgstr ""
#. Tag: para
@@ -709,7 +707,7 @@
#: Excel.xml:551
#, no-c-format
msgid ""
-"<literal>normalMagnification</literal> — The normal magnificaton "
+"<literal>normalMagnification</literal> — The normal magnification "
"factor (not zoom or scale factor). The value is a number (percentage)."
msgstr ""
@@ -727,7 +725,7 @@
#, no-c-format
msgid ""
"<literal>pageBreakPreviewMagnification</literal> — The page break "
-"preview magnificaton factor (not zoom or scale factors). the value is a "
+"preview magnification factor (not zoom or scale factors). The value is a "
"number (percentage)."
msgstr ""
@@ -803,7 +801,8 @@
#, no-c-format
msgid ""
"<literal>recalculateFormulasBeforeSave</literal> — Should the formulas "
-"be re-calculated when the sheet is saved? The value is a boolean. false"
+"be re-calculated when the sheet is saved? The value is a boolean. Default "
+"value is false."
msgstr ""
#. Tag: para
@@ -874,11 +873,19 @@
#: Excel.xml:698
#, no-c-format
msgid ""
-"<literal>zoomFactor</literal> — T zoom factor. Do not confuse zoom "
+"<literal>zoomFactor</literal> — The zoom factor. Do not confuse zoom "
"factor (which relates to the on screen view) with scale factor (which refers "
-"to the scale factor when printing). The value is a number (percentage."
+"to the scale factor when printing). The value is a number (percentage)."
msgstr ""
+#. Tag: emphasis
+#: Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081 Excel.xml:1157
+#: Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537 Excel.xml:1595
+#: Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#, no-c-format
+msgid "Child elemenents"
+msgstr ""
+
#. Tag: para
#: Excel.xml:712
#, no-c-format
@@ -900,7 +907,7 @@
#, no-c-format
msgid ""
"<literal><e:headerFooter/></literal> — Zero or more header/"
-"footer definitions ((see <xref linkend=\"excel.headersfooters\"/> ))."
+"footer definitions (see <xref linkend=\"excel.headersfooters\"/> )."
msgstr ""
#. Tag: para
@@ -916,7 +923,7 @@
#, no-c-format
msgid ""
"<literal>header</literal>— Contents that will be placed at the top of "
-"the data block, above the column headers (if any)"
+"the data block, above the column headers (if any)."
msgstr ""
#. Tag: para
@@ -924,7 +931,7 @@
#, no-c-format
msgid ""
"<literal>footer</literal>— Contents that will be placed at the bottom "
-"of the data block, below the column footers (if any)"
+"of the data block, below the column footers (if any)."
msgstr ""
#. Tag: programlisting
@@ -1062,7 +1069,7 @@
"Cells are nested within columns (for iteration) or inside worksheets (for "
"direct placement using the <literal>column</literal> and <literal>row</"
"literal> attributes) and are responsible for outputting the value (usually "
-"though en EL-expression involving the <literal>var</literal>-attribute of "
+"through an EL-expression involving the <literal>var</literal>-attribute of "
"the datatable. See"
msgstr ""
@@ -1495,7 +1502,7 @@
#: Excel.xml:1360
#, no-c-format
msgid ""
-"The formula of the cell in placed in the <literal>value</literal> -attribute "
+"The formula of the cell is placed in the <literal>value</literal> -attribute "
"as a normal &excel; notation. Note that when doing cross-sheet formulas, the "
"worksheets must exist before referencing a formula against them. The value "
"is a string."
@@ -2123,12 +2130,6 @@
"initially? The value is a boolean."
msgstr ""
-#. Tag: emphasis
-#: Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
-#, no-c-format
-msgid "Child elements"
-msgstr ""
-
#. Tag: literal
#: Excel.xml:2046
#, no-c-format
@@ -2171,7 +2172,7 @@
#: Excel.xml:2105
#, no-c-format
msgid ""
-"groups rows 5 trough 10 and columns 5 through 10 so that the rows are "
+"groups rows 5 through 10 and columns 5 through 10 so that the rows are "
"initially collapsed (but not the columns)."
msgstr ""
@@ -2382,7 +2383,7 @@
"The CSS attributes cascade down from parent to children and within one tag "
"cascades over the CSS classes referenced in the <literal>styleClass</"
"literal> attributes and finally over the CSS attributes defined in the "
-"<literal>style</literal>attribute. You can place them pretty much anywhere "
+"<literal>style</literal> attribute. You can place them pretty much anywhere "
"but e.g. placing a column width setting in a cell nested within that column "
"makes little sense."
msgstr ""
@@ -2579,7 +2580,7 @@
#. Tag: para
#: Excel.xml:2475
#, no-c-format
-msgid "This group of XLS-CSS attributes define the borders of the cell"
+msgid "This group of XLS-CSS attributes defines the borders of the cell"
msgstr ""
#. Tag: para
@@ -2667,7 +2668,7 @@
#, no-c-format
msgid ""
"A shorthand for setting line style and color of the top edge of the cell, e."
-"g style=\"xls-border-left: red thick\""
+"g style=\"xls-border-top: red thick\""
msgstr ""
#. Tag: para
@@ -2781,7 +2782,7 @@
#. Tag: para
#: Excel.xml:2668
#, no-c-format
-msgid "This group of XLS-CSS attributes define the background of the cell"
+msgid "This group of XLS-CSS attributes defines the background of the cell"
msgstr ""
#. Tag: para
@@ -2837,7 +2838,7 @@
#. Tag: para
#: Excel.xml:2722
#, no-c-format
-msgid "This group of XLS-CSS attributes define the column widths etc."
+msgid "This group of XLS-CSS attributes defines the column widths etc."
msgstr ""
#. Tag: para
@@ -2910,7 +2911,7 @@
#. Tag: para
#: Excel.xml:2783
#, no-c-format
-msgid "This group of XLS-CSS attributes define the cell properties"
+msgid "This group of XLS-CSS attributes defines the cell properties"
msgstr ""
#. Tag: para
@@ -3084,7 +3085,7 @@
#, no-c-format
msgid ""
"When using .xhtml documents, stylesheets must be referenced through the "
-"<literal><e:link> tag</literal>"
+"<literal><e:link></literal> tag"
msgstr ""
#. Tag: para
@@ -3106,8 +3107,9 @@
#, no-c-format
msgid ""
"The core of the &excel; functionality is based on the excellent JExcelAPI "
-"library which can be found on http://jexcelapi.sourceforge.net/ and most "
-"features and possible limitations are inherited from here."
+"library which can be found on <ulink url=\"http://jexcelapi.sourceforge.net"
+"\">http://jexcelapi.sourceforge.net/</ulink> and most features and possible "
+"limitations are inherited from here."
msgstr ""
#. Tag: para
Modified: trunk/doc/Seam_Reference_Guide/fr-FR/Itext.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/fr-FR/Itext.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/fr-FR/Itext.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -41,10 +41,10 @@
"iText support is provided by <literal>jboss-seam-pdf.jar</literal>. This JAR "
"contains the iText JSF controls, which are used to construct views that can "
"render to PDF, and the DocumentStore component, which serves the rendered "
-"documents to the user. To include PDF support in your application, included "
+"documents to the user. To include PDF support in your application, put "
"<literal>jboss-seam-pdf.jar</literal> in your <literal>WEB-INF/lib</literal> "
"directory along with the iText JAR file. There is no further configuration "
-"needed to use Seam's iText supportfon."
+"needed to use Seam's iText support."
msgstr ""
#. Tag: para
@@ -251,7 +251,7 @@
"for generating suitable PDF content. Tags like <literal><p:image></"
"literal> and <literal><p:paragraph></literal> are the basic "
"foundations of simple documents. Tags like <literal><p:font></literal> "
-"provide style information to all the content surrounging them."
+"provide style information to all the content surrounding them."
msgstr ""
#. Tag: literal
@@ -492,7 +492,7 @@
#, no-c-format
msgid ""
"<literal>p:image</literal> inserts an image into the document. Images can be "
-"be loaded from the classpath or from the web application context using the "
+"loaded from the classpath or from the web application context using the "
"<literal>value</literal> attribute."
msgstr ""
@@ -626,7 +626,7 @@
msgid ""
"<literal>reference</literal> — The destination the link refers to. "
"Links to other points in the document should begin with a \"#\". For "
-"example, \"#link1\" to refer to an anchor postion with a <literal>name</"
+"example, \"#link1\" to refer to an anchor position with a <literal>name</"
"literal> of <literal>link1</literal>. Links may also be a full URL to point "
"to a resource outside of the document."
msgstr ""
@@ -704,7 +704,7 @@
#: Itext.xml:631
#, no-c-format
msgid ""
-"<literal>borderWidth</literal> — The width of the border. Inidvidual "
+"<literal>borderWidth</literal> — The width of the border. Individual "
"border sides can be specified using <literal>borderWidthLeft</literal>, "
"<literal>borderWidthRight</literal>, <literal>borderWidthTop</literal> and "
"<literal>borderWidthBottom</literal>."
@@ -792,7 +792,7 @@
msgid ""
"<literal>numberDepth</literal> — The depth of numbering for section. "
"All sections are numbered relative to their surrounding chapter/sections. "
-"The fourth section of of the first section of chapter three would be section "
+"The fourth section of the first section of chapter three would be section "
"3.1.4, if displayed at the default number depth of three. To omit the "
"chapter number, a number depth of 2 should be used. In that case, the "
"section number would be displayed as 1.4."
@@ -839,7 +839,7 @@
msgid ""
"List structures can be displayed using the <literal>p:list</literal> and "
"<literal>p:listItem</literal> tags. Lists may contain arbitrarily-nested "
-"sublists. List items may not be used outside of a list. he following "
+"sublists. List items may not be used outside of a list. The following "
"document uses the <literal>ui:repeat</literal> tag to to display a list of "
"values retrieved from a Seam component."
msgstr ""
@@ -1391,7 +1391,7 @@
#, no-c-format
msgid ""
"<literal>domainGridlineStroke</literal> — The stroke style of the "
-"domain gridleines, if visible."
+"domain gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1493,7 +1493,7 @@
#, no-c-format
msgid ""
"<literal>plotOutlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1531,7 +1531,7 @@
#, no-c-format
msgid ""
"<literal>rangeGridlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1946,8 +1946,8 @@
#: Itext.xml:1893
#, no-c-format
msgid ""
-"<literal>seriesVisibleInLegend</literal> — A boolean indiciating if "
-"the series should be listed in the legend."
+"<literal>seriesVisibleInLegend</literal> — A boolean indicating if the "
+"series should be listed in the legend."
msgstr ""
#. Tag: programlisting
@@ -2149,7 +2149,7 @@
#, no-c-format
msgid ""
"<literal>dashPhase</literal> — The dash phase indicates the offset "
-"into the dash pattern that the the line should be drawn with."
+"into the dash pattern that the line should be drawn with."
msgstr ""
#. Tag: programlisting
@@ -2303,7 +2303,7 @@
#, no-c-format
msgid ""
"If you have a complex, pre-generated PDF with named fields, you can easily "
-"fill in the values from you application and present it to the user."
+"fill in the values from your application and present it to the user."
msgstr ""
#. Tag: literal
Modified: trunk/doc/Seam_Reference_Guide/fr-FR/Websphere.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/fr-FR/Websphere.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/fr-FR/Websphere.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-11-06 00:24+0000\n"
+"POT-Creation-Date: 2009-02-01 21:20+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,190 +16,80 @@
#. Tag: title
#: Websphere.xml:2
#, no-c-format
-msgid "Seam on IBM's Websphere"
+msgid "Seam on IBM's Websphere AS"
msgstr ""
#. Tag: para
#: Websphere.xml:4
#, no-c-format
msgid ""
-"Websphere 6.1.x is IBM's application server offering. The latest release is "
-"6.1.0.19 which does not have <literal>EJB3</literal> or <literal>JEE5</"
-"literal> support. There is a recently released (Nov 07) <literal>EJB3</"
-"literal> feature pack which provides some support for <literal>EJB3</"
-"literal> and <literal>JPA</literal>. Currently there is no true "
-"<literal>JEE5</literal> offering from IBM. This causes some issues with Seam "
-"integration with applications that use EJB3."
+"Websphere AS V7 is IBM's application server offering. This release is fully "
+"Java EE 5 certified."
msgstr ""
#. Tag: para
-#: Websphere.xml:12
+#: Websphere.xml:7
#, no-c-format
msgid ""
-"First we will go over some basic information about the Websphere environment "
-"that we used for these examples. After a good deal of research and work we "
-"were able to get EJB3 applications to function correctly. We will go over "
-"the details of those steps with the jee5 example. We will also deploy the "
-"JPA example application."
+"First we will go over some basic information about the Websphere AS "
+"environment that we used for these examples. We will go over the details of "
+"those steps with the JEE5 booking example. We will also deploy the JPA "
+"example application."
msgstr ""
#. Tag: title
-#: Websphere.xml:19
+#: Websphere.xml:13
#, no-c-format
-msgid "Websphere environment and deployment information"
+msgid "Websphere AS environment and deployment information"
msgstr ""
#. Tag: para
-#: Websphere.xml:21
+#: Websphere.xml:15
#, no-c-format
msgid ""
-"Websphere is a commercial product and so we will not discuss the details of "
-"its installation other than to say follow the directions provided by your "
+"Websphere AS is a commercial product and so we will not discuss the details "
+"of its installation other than to say follow the directions provided by your "
"particular installation type and license. This section will detail the exact "
"server versions used, installation tips, and some custom properties that are "
"needed for all of the examples."
msgstr ""
#. Tag: title
-#: Websphere.xml:29
+#: Websphere.xml:23
#, no-c-format
-msgid "Installation versions and tips"
+msgid "Installation versions"
msgstr ""
#. Tag: para
-#: Websphere.xml:30
+#: Websphere.xml:24
#, no-c-format
msgid ""
"All of the examples and information in this chapter are based on the version "
-"6.1 of Websphere at the time of this writing."
+"V7 of Websphere AS at the time of this writing."
msgstr ""
#. Tag: ulink
-#: Websphere.xml:35
+#: Websphere.xml:29
#, no-c-format
-msgid "Websphere Application Server 6.1"
+msgid "Websphere Application Server V7"
msgstr ""
-#. Tag: ulink
-#: Websphere.xml:40
-#, no-c-format
-msgid ""
-"Feature Pack for EJB 3.0 for Websphere Application Server V6.1 (6.1.0.13)"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:46
-#, no-c-format
-msgid "Fix Pack for Websphere Application Server V6.1 (6.1.0.19)"
-msgstr ""
-
#. Tag: para
-#: Websphere.xml:52
+#: Websphere.xml:34
#, no-c-format
msgid ""
-"The EJB3 feature pack that we installed came with the 6.1.0.13 patch version "
-"of Websphere. Installing the feature pack does not ensure that your server "
-"will have the proper environment for EJB3 applications. Be sure that as part "
-"of the installation of the feature pack you follow the instructions to "
-"create a new server profile with the EJB3 feature pack enabled, or augment "
-"one of your existing ones. This can also be done after the installation by "
-"running the profile management tool."
+"After installing Websphere AS, create server profile with Profile Management "
+"Tool, if you didn't create profile in installation process."
msgstr ""
-#. Tag: para
-#: Websphere.xml:60
-#, no-c-format
-msgid ""
-"It is highly recommended to patch Websphere by latest fix pack, at the time "
-"of this writing it is 6.1.0.19"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:63
+#: Websphere.xml:42
#, no-c-format
-msgid "A note about restarting the server"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:64
-#, no-c-format
-msgid ""
-"There are times that restarting the server will be required after deploying "
-"or changes the examples in this chapter. Its does not seem like every change "
-"requires a restart. If you get errors or exceptions after modifying a "
-"property or deploying an application try to restart the server."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:72
-#, no-c-format
-msgid "Required custom properties"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:73
-#, no-c-format
-msgid ""
-"There are a couple of Websphere custom properties that are required for Seam "
-"integration. These properties are not needed specifically for Seam, but work "
-"around some issues with Websphere. These are set following the instructions "
-"here : <ulink url=\"http://www-1.ibm.com/support/docview.wss?rss=180&"
-"uid=swg21284395\"> Setting web container custom properties</ulink>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:82
-#, no-c-format
-msgid ""
-"<literal>prependSlashToResource = \"true\"</literal> — This solves a "
-"fairly common issue with Websphere where applications are not using a "
-"leading \"/\" when attempting to access resources. If this is not set then a "
-"<literal>java.net.MalformedURLException</literal> will be thrown. With this "
-"property set you will still see warnings, but the resources will be "
-"retrieved as expected."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:90 Websphere.xml:108
-#, no-c-format
-msgid "Detailed can be found at:"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:92
-#, no-c-format
-msgid "SRVE0238E: Resource paths must have a leading slash"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:97
-#, no-c-format
-msgid ""
-"<literal>com.ibm.ws.webcontainer.invokefilterscompatibility = \"true\"</"
-"literal> — This solves an issue with Websphere where it throws a "
-"<literal>FileNotFoundException</literal> when a web application attempts to "
-"access a file resource that does not actually exist on disk. This is a "
-"common practice in modern web applications where filters or servlets are "
-"used to process resource requests like these. This issue manifests itself as "
-"failures to retrieve JavaScript, CSS, images, etc... when requesting a web "
-"page."
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:110
-#, no-c-format
-msgid ""
-"PK33090; 6.1: A filter that serves a file does not pop-up an alert message"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:119
-#, no-c-format
msgid "The <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:121
+#: Websphere.xml:44
#, no-c-format
msgid ""
"The <literal>jee5/booking</literal> example is based on the Hotel Booking "
@@ -208,45 +98,36 @@
"located in the <literal>$SEAM_DIST/examples/jee5/booking</literal> directory."
msgstr ""
-#. Tag: para
-#: Websphere.xml:128
-#, no-c-format
-msgid ""
-"As stated before the <literal>EJB3</literal> feature pack does not provide a "
-"full <literal>jee5</literal> implementation. This means that there are some "
-"tricks to getting an application deployed and functioning."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:134 Websphere.xml:927
+#: Websphere.xml:52 Websphere.xml:710
#, no-c-format
msgid "<title>Configuration file changes</title>"
msgstr ""
#. Tag: para
-#: Websphere.xml:136
+#: Websphere.xml:54
#, no-c-format
msgid ""
"Below are the configuration file changes that are need to the base example."
msgstr ""
#. Tag: literal
-#: Websphere.xml:142 Websphere.xml:1001
+#: Websphere.xml:60 Websphere.xml:784
#, no-c-format
msgid "resources/WEB-INF/components.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:145
+#: Websphere.xml:63
#, no-c-format
msgid ""
-"We need to change the way that we look up EJBs for Websphere. We need to "
-"remove the <literal>/local</literal> from the end of the <literal>jndi-"
-"pattern</literal> attribute. It should look like this:"
+"We need to change the way that we look up EJBs for WAS. We need to remove "
+"the <literal>/local</literal> from the end of the <literal>jndi-pattern</"
+"literal> attribute. It should look like this:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:152
+#: Websphere.xml:70
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -256,133 +137,119 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:156 Websphere.xml:1033
+#: Websphere.xml:76
#, no-c-format
-msgid "resources/WEB-INF/web.xml"
+msgid "resources/META-INF/ejb-jar.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:159
+#: Websphere.xml:79
#, no-c-format
msgid ""
-"This is the first place that we notice an unexpected change because this is "
-"not full <literal>jee5</literal> implementation."
+"We need to replace the /local string from <literal>ejb-ref-name</literal>. "
+"See at the following final code:"
msgstr ""
-#. Tag: para
-#: Websphere.xml:162
+#. Tag: programlisting
+#: Websphere.xml:82
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it requires "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
+"<![CDATA[\n"
+" <enterprise-beans>\n"
+" <!-- EJB reference required when one Seam EJB component references "
+"another Seam EJB component using @In -->\n"
+" <!-- Not required if you inject using @EJB, but then you lose state "
+"management and client-side interceptors (e.g., security) -->\n"
+" <session>\n"
+" <ejb-name>RegisterAction</ejb-name>\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
+"name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref>\n"
+" </session>\n"
+" </enterprise-beans>]]>"
msgstr ""
-#. Tag: programlisting
-#: Websphere.xml:169
+#. Tag: literal
+#: Websphere.xml:88 Websphere.xml:816
#, no-c-format
-msgid ""
-"<![CDATA[<xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
+msgid "resources/WEB-INF/web.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:170
+#: Websphere.xml:91
#, no-c-format
msgid ""
-"Next, we have to make some changes to the EJB references in the <literal>web."
-"xml</literal>. These changes are what will allow Websphere to bind the EJB2 "
-"references in the web module to the the actual EJB3 beans in the EAR module. "
-"Replace all of the <literal>ejb-local-refs</literal> when the values below."
+"We have to make some changes to the EJB references in the <literal>web.xml</"
+"literal>. These changes are what will allow WAS to bind automatically the "
+"EJB3 references in the web module to the the actual EJB3 beans in the EAR "
+"module. Replace all of the /local strings in <literal>ejb-local-refs</"
+"literal> when the values below."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:179
+#: Websphere.xml:100
#, no-c-format
msgid ""
"<![CDATA[\n"
" <!-- JEE5 EJB3 names -->\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Authenticator</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.BookingList</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Register</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.ChangePassword</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.HotelBooking</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.HotelSearching</local> \n"
-" </ejb-local-ref> \n"
-" \n"
" <ejb-local-ref>\n"
-" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name> \n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-name>\n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref> \n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.BookingList</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Register</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.ChangePassword</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelBooking</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelSearching</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:181
+#: Websphere.xml:102
#, no-c-format
msgid ""
-"The important change is that there is an empty <literal>local-home</literal> "
-"element for each EJB. This tells Websphere to make the correct bindings "
-"between the web module and the EJB3 beans. The <literal>ejb-link</literal> "
-"element is simply not used."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:187
-#, no-c-format
-msgid ""
"Note also that <literal>EjbSynchronizations</literal> is a built-in Seam EJB "
"and not part of the Hotel Booking example. This means that if your "
"application's <literal>components.xml</literal> specifies "
-"<literal>transaction:ejb-transaction</literal> , then you must include:"
+"<literal>transaction:ejb-transaction</literal>, then you must include:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:192
+#: Websphere.xml:107
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -395,34 +262,34 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:193
+#: Websphere.xml:108
#, no-c-format
msgid ""
"in your web.xml. If you don't include it, you'll get the following error:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:194
+#: Websphere.xml:109
#, no-c-format
msgid "Name comp/env/myapp/EjbSynchronizations not found in context java:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:199
+#: Websphere.xml:114
#, no-c-format
msgid "resources/META-INF/persistence.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:202
+#: Websphere.xml:117
#, no-c-format
msgid ""
"For this example we will be using the default datasource that comes with "
-"Websphere. To do this change the <literal>jta-data-source</literal> element:"
+"WAS. To do this change the <literal>jta-data-source</literal> element:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:205
+#: Websphere.xml:120
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -431,7 +298,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:206
+#: Websphere.xml:121
#, no-c-format
msgid ""
"Then we need to adjust some of the hibernate properties. First comment out "
@@ -439,7 +306,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:211
+#: Websphere.xml:126
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -455,25 +322,25 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:215
+#: Websphere.xml:130
#, no-c-format
msgid ""
"<literal>hibernate.transaction.manager_lookup_class</literal> — "
-"Standard Hibernate transaction manager property for Websphere 6.X"
+"Standard Hibernate transaction manager property for WAS 6.X and 7"
msgstr ""
#. Tag: para
-#: Websphere.xml:221
+#: Websphere.xml:136
#, no-c-format
msgid ""
"<literal>hibernate.transaction.flush_before_completion</literal> — "
"This is commented out because we want the container to manage the "
"transactions. Also if this is set to <literal>true</literal> an exception "
-"will be thrown by Websphere when the EJBContext is looked up."
+"will be thrown by WAS when the EJBContext is looked up."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:230
+#: Websphere.xml:145
#, no-c-format
msgid ""
"<![CDATA[com.ibm.wsspi.injectionengine.InjectionException: \n"
@@ -482,55 +349,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:233
+#: Websphere.xml:148
#, no-c-format
msgid ""
"<literal>hibernate.dialect</literal> — From WAS 6.1.0.9 on the "
-"embedded DB was switched to the same Derby DB in Glassfish."
+"embedded DB was switched to the same Derby DB as is in Glassfish v2."
msgstr ""
#. Tag: literal
-#: Websphere.xml:243 Websphere.xml:967
+#: Websphere.xml:158 Websphere.xml:750
#, no-c-format
-msgid "resources/GlassfishDerbyDialect.class"
+msgid "src/GlassfishDerbyDialect.java"
msgstr ""
#. Tag: para
-#: Websphere.xml:246
+#: Websphere.xml:161
#, no-c-format
msgid ""
-"You will need to get the <literal>GlassfishDerbyDialect.class</literal> and "
-"copy it into the <literal>/resources</literal> directory. The class exists "
-"in the JPA example and can be copied using the command below assuming you "
-"are in <literal>jee5/booking</literal> directory:"
+"You will need to get the <literal>GlassfishDerbyDialect.java</literal> and "
+"copy it into the <literal>/src</literal> directory. The java class exists in "
+"the JPA example source directory and can be copied using the command below "
+"assuming you are in <literal>jee5/booking</literal> directory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:254
+#: Websphere.xml:169
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/WEB-INF/classes/GlassfishDerbyDialect."
-"class\n"
-" ./resources]]>"
+"cp ../../jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:255
+#: Websphere.xml:170
#, no-c-format
msgid ""
-"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file "
-"using changes to the build.xml discussed later."
+"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file."
msgstr ""
#. Tag: literal
-#: Websphere.xml:261
+#: Websphere.xml:175
#, no-c-format
msgid "resources/import.sql"
msgstr ""
#. Tag: para
-#: Websphere.xml:264
+#: Websphere.xml:178
#, no-c-format
msgid ""
"This file must also be copied from the JPA example because either the Derby "
@@ -540,201 +405,91 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:271
+#: Websphere.xml:185
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/import.sql ./resources]]>"
+"cp ../../jpa/resources-websphere7/import.sql ./resources]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:280
+#: Websphere.xml:194
#, no-c-format
msgid "Building the <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:283
+#: Websphere.xml:197
#, no-c-format
msgid ""
"In order to get the changes we have made into our application we need to "
"make some changes to the <literal>build.xml</literal>. There are also some "
"additional jars that are required by our application in order to work with "
-"Websphere. This section will cover what changes are needed to the "
-"<literal>build.xml</literal>."
+"WAS. This section will cover what changes are needed to the <literal>build."
+"xml</literal>."
msgstr ""
#. Tag: title
-#: Websphere.xml:290
+#: Websphere.xml:204
#, no-c-format
-msgid "New libraries dependencies"
+msgid "Library dependency changes"
msgstr ""
#. Tag: para
-#: Websphere.xml:294
+#: Websphere.xml:205
#, no-c-format
msgid ""
-"JSF libraries — Websphere 6.1 comes with its own version of JSF 1.1 "
-"(Seam requires JSF 1.2). So we must add these jars to our application:"
+"We remove the <literal>log4j.jar</literal> so that all of the log output "
+"from our application will be added to the WAS log. Additional steps are "
+"required to fully configure log4j and those are outside of the scope of this "
+"document."
msgstr ""
-#. Tag: literal
-#: Websphere.xml:299 Websphere.xml:836
-#, no-c-format
-msgid "jsf-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:303 Websphere.xml:841
-#, no-c-format
-msgid "jsf-impl.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:309
-#, no-c-format
-msgid ""
-"Since Websphere is not a fully compliant <literal>JEE5</literal> "
-"implementation we need to add these EL libraries:"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:314 Websphere.xml:849
-#, no-c-format
-msgid "el-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:318 Websphere.xml:845
-#, no-c-format
-msgid "el-ri.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:324
-#, no-c-format
-msgid ""
-"<literal>jboss-seam.jar</literal> — for some reason when deploying the "
-"application through the Websphere administration console it can not find the "
-"<literal>jboss-seam.jar</literal> at the base of the EAR archive. This means "
-"that we need to add it to the <literal>/lib</literal> of the EAR."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:332
-#, no-c-format
-msgid ""
-"Finally we remove the <literal>log4j.jar</literal> so that all of the log "
-"output from our application will be added to the Websphere log. Additional "
-"steps are required to fully configure log4j and those are outside of the "
-"scope of this document."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:343
+#: Websphere.xml:213
#, no-c-format
msgid "Updating the <literal>build.xml</literal> file"
msgstr ""
#. Tag: para
-#: Websphere.xml:345
+#: Websphere.xml:215
#, no-c-format
msgid ""
"Add the following entry to the bottom of the <literal>build.xml</literal> "
"file. This overrides the default fileset that is used to populate the "
-"<literal>jboss-seam-jee5.jar</literal>. The primary change is the addition "
-"of the <literal>GlassfishDerbyDialect.class</literal>:"
+"<literal>jboss-seam-jee5.jar</literal>. :"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:354
+#: Websphere.xml:223
#, no-c-format
msgid ""
"<![CDATA[\n"
" <fileset id=\"jar.resources\" dir=\"${resources.dir}\">\n"
" <include name=\"import.sql\" />\n"
" <include name=\"seam.properties\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
" <include name=\"META-INF/persistence.xml\" />\n"
" <include name=\"META-INF/ejb-jar.xml\" />\n"
" </fileset>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:357
+#: Websphere.xml:225
#, no-c-format
msgid ""
-"Next we need to add the library dependencies discussed above. For this add "
-"the following to bottom of the <literal>ear.lib.extras</literal> fileset "
-"entry:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:363
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!--<include name=\"lib/log4j.jar\" />-->\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" />\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:365
-#, no-c-format
-msgid ""
-"We also need to add richfaces-api.jar, jsf-impl.jar and el-ri.jar into WEB-"
-"INF/lib of the war file. Add the following fileset after <literal>ear.lib."
-"extras</literal> fileset."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:368
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <fileset id=\"war.lib.extras\" dir=\"${seam.dir}\"> \n"
-" <include name=\"lib/richfaces-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" /> \n"
-" </fileset>]]>"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:370
-#, no-c-format
-msgid "A note about copying JSF and EL jars"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:371
-#, no-c-format
-msgid ""
-"There is a class loading issue with WebSphere, which causes the jars from "
-"ear lib directory to not be available when the web module is initialized."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:376
-#, no-c-format
-msgid ""
"Now all that is left is to execute the <literal>ant archive</literal> task "
"and the built application will be in the <literal>jee5/booking/dist</"
"literal> directory."
msgstr ""
#. Tag: title
-#: Websphere.xml:385
+#: Websphere.xml:234
#, no-c-format
msgid "Deploying the application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:387
+#: Websphere.xml:236
#, no-c-format
msgid ""
"So now we have everything we need in place. All that is left is to deploy it "
@@ -742,7 +497,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:389
+#: Websphere.xml:238
#, no-c-format
msgid ""
"For this we will use Websphere's administration console. As before there are "
@@ -750,52 +505,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:392
+#: Websphere.xml:241
#, no-c-format
msgid ""
-"The steps below are for the Websphere version stated above, yours may be "
-"slightly different."
+"The steps below are for the WAS version stated above. The ports are default "
+"values, if you changed them substitute your values."
msgstr ""
#. Tag: para
-#: Websphere.xml:396
+#: Websphere.xml:245
#, no-c-format
-msgid "Log in to the administration console"
+msgid ""
+"Log in to the administration console <programlisting><![CDATA[https://"
+"localhost:9043/admin]]></programlisting> or"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:399
+#: Websphere.xml:250
#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"https://localhost:9043/ibm/console]]>"
+msgid "<![CDATA[http://localhost:9060/admin]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:403
+#: Websphere.xml:254
#, no-c-format
msgid ""
-"Access the <literal>Enterprise Application</literal> menu option under the "
-"<literal>Applications</literal> top menu."
+"Access the <literal>Websphere enterprise applications</literal> menu option "
+"under the <literal>Applications --> Application Type</literal> left side "
+"menu."
msgstr ""
#. Tag: para
-#: Websphere.xml:408
+#: Websphere.xml:259
#, no-c-format
msgid ""
-"At the top of the <literal>Enterprise Application</literal> table select "
+"At the top of the <literal>Enterprise Applications</literal> table select "
"<literal>Install</literal>. Below are installation wizard pages and what "
"needs to done on each:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:414 Websphere.xml:674
+#: Websphere.xml:265 Websphere.xml:461
#, no-c-format
msgid "Preparing for the application installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:418
+#: Websphere.xml:269
#, no-c-format
msgid ""
"Browse to the <literal>examples/jee5/booking/dist/jboss-seam-jee5.ear</"
@@ -803,102 +559,81 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:424 Websphere.xml:442 Websphere.xml:475 Websphere.xml:689
+#: Websphere.xml:275 Websphere.xml:285 Websphere.xml:304 Websphere.xml:476
+#: Websphere.xml:496
#, no-c-format
msgid "Select the <literal>Next</literal> button."
msgstr ""
+#. Tag: para
+#: Websphere.xml:280 Websphere.xml:471
+#, no-c-format
+msgid "Select the <literal>Fast Path</literal> button."
+msgstr ""
+
#. Tag: literal
-#: Websphere.xml:431
+#: Websphere.xml:292
#, no-c-format
msgid "Select installation options"
msgstr ""
#. Tag: para
-#: Websphere.xml:435
+#: Websphere.xml:296
#, no-c-format
msgid ""
-"Select the <literal>Deploy enterprise beans</literal> check box. This is "
-"needed unless you used a Websphere tool to package the application."
+"Select the <literal>Deploy enterprise beans</literal> and <literal>Allow EJB "
+"reference targets to resolve automatically</literal> check boxes. This is "
+"needed unless you used a Websphere AS tool to package the application."
msgstr ""
#. Tag: literal
-#: Websphere.xml:449
+#: Websphere.xml:313
#, no-c-format
msgid "Map modules to servers"
msgstr ""
#. Tag: para
-#: Websphere.xml:453
+#: Websphere.xml:317
#, no-c-format
msgid ""
"No changes needed here as we only have one server. Select the <literal>Next</"
"literal> button."
msgstr ""
-#. Tag: para
-#: Websphere.xml:461
-#, no-c-format
-msgid ""
-"<literal>Map EJB references to beans</literal> This page will list all of "
-"the beans that we entered in the web.xml."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:466
-#, no-c-format
-msgid ""
-"Make sure that <literal>Allow EJB reference targets to resolve "
-"automatically</literal> check box is selected. This will tell Websphere to "
-"bind our EJB3 beans to the EJB references in the web module."
-msgstr ""
-
#. Tag: literal
-#: Websphere.xml:482
+#: Websphere.xml:325
#, no-c-format
-msgid "Map virtual hosts for Web modules"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:486
-#, no-c-format
-msgid "No changes needed here. Select the <literal>Next</literal> button."
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:493
-#, no-c-format
msgid "Summary"
msgstr ""
#. Tag: para
-#: Websphere.xml:496
+#: Websphere.xml:328
#, no-c-format
msgid "No changes needed here. Select the <literal>Finish</literal> button."
msgstr ""
#. Tag: literal
-#: Websphere.xml:503
+#: Websphere.xml:335
#, no-c-format
msgid "Installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:506
+#: Websphere.xml:338
#, no-c-format
msgid "Now you will see it installing and deploying your application."
msgstr ""
#. Tag: para
-#: Websphere.xml:511
+#: Websphere.xml:343
#, no-c-format
msgid ""
-"When if finishes select the <literal>Save</literal> link and you will be "
+"When it finishes select the <literal>Save</literal> link and you will be "
"returned to the <literal>Enterprise Applications</literal> table."
msgstr ""
#. Tag: para
-#: Websphere.xml:523
+#: Websphere.xml:355
#, no-c-format
msgid ""
"Now that we have our application installed we need to make some adjustments "
@@ -906,7 +641,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:527
+#: Websphere.xml:359
#, no-c-format
msgid ""
"Starting from the <literal>Enterprise Applications</literal> table select "
@@ -914,40 +649,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:533
+#: Websphere.xml:365
#, no-c-format
msgid "Select the <literal>Manage Modules</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:537
+#: Websphere.xml:369
#, no-c-format
-msgid "Select the <literal>jboss-seam-jee5.war</literal> link."
+msgid "Select the <literal>jboss-seam-jee5-booking.war</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:542
+#: Websphere.xml:374
#, no-c-format
msgid ""
"Change the <literal>Class loader order</literal> combo box to "
-"<literal>Classes loaded with application class loader first</literal>."
+"<literal>Classes loaded with application class loader first (parent last)</"
+"literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:548 Websphere.xml:573
+#: Websphere.xml:380 Websphere.xml:397
#, no-c-format
msgid ""
"Select <literal>Apply</literal> and then <literal>Save</literal> options."
msgstr ""
#. Tag: para
-#: Websphere.xml:552
+#: Websphere.xml:384
#, no-c-format
-msgid "Return the <literal>Seam Booking</literal> page."
+msgid "Return to the <literal>Seam Booking</literal> page."
msgstr ""
#. Tag: para
-#: Websphere.xml:556
+#: Websphere.xml:387
#, no-c-format
msgid ""
"On this page select the <literal>Class loading and update detection</"
@@ -955,7 +691,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:561
+#: Websphere.xml:392
#, no-c-format
msgid ""
"Select the radio button for <literal>Classes loaded with application class "
@@ -963,117 +699,40 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:566
+#: Websphere.xml:403
#, no-c-format
msgid ""
-"Even though we are not enabling class reload you must also enter a valid "
-"number in the <literal>Polling interval for updated files</literal> text "
-"area (zero works fine)."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:577
-#, no-c-format
-msgid ""
-"You should verify that the change you just made has been remembered. We have "
-"had problems with the last class loader change not taking effect - even "
-"after a restart. If the change did not take you will need to do it manually, "
-"following these directions:"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:585
-#, no-c-format
-msgid "Open the following file in a text editor of your choice:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:589
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"$WebSphereInstall/$yourServerName/profiles/$yourProfileName/config/cells/\n"
-" $yourCellName/applications/Seam Booking.ear/deployments/\n"
-" Seam Booking/deployment.xml]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:593
-#, no-c-format
-msgid ""
-"Modify the following line so that <literal>PARENT_FIRST</literal> is now "
-"<literal>PARENT_LAST</literal>:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:599
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<classloader xmi:id=\"Classloader_#######\" mode=\"PARENT_FIRST\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:603
-#, no-c-format
-msgid ""
-"Save the file and now when go to the <literal>Class loading and update "
-"detection</literal> page you should see <literal>Classes loaded with "
-"application class loader first</literal> selected."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:615
-#, no-c-format
-msgid ""
"To start the application return to the <literal>Enterprise Applications</"
"literal> table and select our application in the list. Then choose the "
"<literal>Start</literal> button at the top of the table."
msgstr ""
#. Tag: para
-#: Websphere.xml:622
+#: Websphere.xml:410
#, no-c-format
msgid ""
"You can now access the application at <literal>http://localhost:9080/seam-"
-"jee5/</literal> ."
+"jee5-booking/index.html</literal> ."
msgstr ""
#. Tag: title
-#: Websphere.xml:628
+#: Websphere.xml:431
#, no-c-format
-msgid "A note about Websphere Stateful bean timeouts"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:629
-#, no-c-format
-msgid ""
-"The default timeout period for a Websphere 6.1 Stateful EJB is 10 minutes. "
-"This means that you may see some EJB timeout exceptions after some idle "
-"time. It is possible to adjust the timeout of the Stateful EJBs on an "
-"individual basis, but that is beyond the scope of this document. See the "
-"Websphere documentation for details."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:643
-#, no-c-format
msgid "The <literal>jpa</literal> booking example"
msgstr ""
#. Tag: para
-#: Websphere.xml:644
+#: Websphere.xml:432
#, no-c-format
msgid ""
"Thankfully getting the <literal>jpa</literal> example to work is much easier "
"than the <literal>jee5</literal> example. This is the Hotel Booking example "
"implemented in Seam POJOs and using Hibernate JPA with JPA transactions. It "
-"does not require EJB3 support to run."
+"does not use EJB3."
msgstr ""
#. Tag: para
-#: Websphere.xml:650
+#: Websphere.xml:437
#, no-c-format
msgid ""
"The example already has a breakout of configurations and build scripts for "
@@ -1081,7 +740,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:653
+#: Websphere.xml:440
#, no-c-format
msgid ""
"First thing we are going to do is build and deploy that example. Then we'll "
@@ -1089,29 +748,29 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:657
+#: Websphere.xml:444
#, no-c-format
msgid "Building the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:658
+#: Websphere.xml:445
#, no-c-format
msgid ""
"Building it only requires running the correct ant command: "
-"<programlisting>ant websphere61</programlisting> This will create container "
+"<programlisting>ant websphere7</programlisting> This will create container "
"specific distribution and exploded archive directories with the "
-"<literal>websphere61</literal> label."
+"<literal>websphere7</literal> label."
msgstr ""
#. Tag: title
-#: Websphere.xml:664
+#: Websphere.xml:451
#, no-c-format
msgid "Deploying the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:665
+#: Websphere.xml:452
#, no-c-format
msgid ""
"This is similar to the <literal>jee5</literal> example at <xref linkend="
@@ -1119,7 +778,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:670
+#: Websphere.xml:457
#, no-c-format
msgid ""
"From the <literal>Enterprise Applications</literal> table select the "
@@ -1127,37 +786,43 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:678
+#: Websphere.xml:465
#, no-c-format
msgid ""
-"Browse to the <literal>examples/jpa/dist-websphere61/jboss-seam-jpa.war</"
+"Browse to the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
"literal> file using the file upload widget."
msgstr ""
#. Tag: para
-#: Websphere.xml:684
+#: Websphere.xml:483
#, no-c-format
msgid ""
-"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
-"jpa</literal>."
+"Select the <literal>Next</literal> button for the next three pages, no "
+"changes are needed."
msgstr ""
+#. Tag: literal
+#: Websphere.xml:488
+#, no-c-format
+msgid "Map context roots for Web modules"
+msgstr ""
+
#. Tag: para
-#: Websphere.xml:695
+#: Websphere.xml:491
#, no-c-format
msgid ""
-"Select the <literal>Next</literal> button for the next three pages, no "
-"changes are needed."
+"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
+"jpa</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:700
+#: Websphere.xml:502
#, no-c-format
msgid "<literal>Summary</literal> page"
msgstr ""
#. Tag: para
-#: Websphere.xml:703
+#: Websphere.xml:505
#, no-c-format
msgid ""
"Review the settings if you wish and select the <literal>Finish</literal> "
@@ -1167,17 +832,17 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:716
+#: Websphere.xml:519
#, no-c-format
msgid ""
"As with the <literal>jee5</literal> example there are some class loader "
"changes needed before we start the application. Follow the instructions at "
"<xref linkend=\"websphere-app-adj-after-install\"/> but exchange "
-"<literal>jboss-seam-jpa</literal> for <literal>Seam Booking</literal>."
+"<literal>jboss-seam-jpa_war</literal> for <literal>Seam Booking</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:723
+#: Websphere.xml:526
#, no-c-format
msgid ""
"Finally start the application by selecting it in the <literal>Enterprise "
@@ -1186,7 +851,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:729
+#: Websphere.xml:532
#, no-c-format
msgid ""
"You can now access the application at the <literal>http://localhost:9080/"
@@ -1194,187 +859,186 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:737
+#: Websphere.xml:540
#, no-c-format
-msgid "Whats different for Websphere 6.1"
+msgid "What's different for Websphere AS V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:738
+#: Websphere.xml:541
#, no-c-format
msgid ""
"The differences between the JPA examples that deploys to JBoss 4.2 and "
-"Websphere 6.1 are mostly expected; library and configuration file changes."
+"Websphere AS V7 are mostly expected; library and configuration file changes."
msgstr ""
#. Tag: para
-#: Websphere.xml:743
+#: Websphere.xml:546
#, no-c-format
msgid "<para>Configuration file changes</para>"
msgstr ""
#. Tag: para
-#: Websphere.xml:746
+#: Websphere.xml:549
#, no-c-format
msgid ""
-"<literal>WEB-INF/web.xml</literal> — the only significant change is "
-"that Websphere 6.1 only support <literal>Servlet 2.4</literal> so the top of "
-"this file was changed."
+"<literal>META-INF/persistence.xml</literal> — the main changes here "
+"are for the datasource JNDI path, switching to the Websphere transaction "
+"manager look up class, and changing the hibernate dialect to be "
+"<literal>GlassfishDerbyDialect</literal> ."
msgstr ""
#. Tag: para
-#: Websphere.xml:753
+#: Websphere.xml:559
#, no-c-format
msgid ""
-"<literal>META-INF/persistence.xml</literal> — the main changes here "
-"are for the datasource JNDI path, switching to the Websphere 6.1 transaction "
-"manager look up class, and changing the hibernate dialect to be "
-"<literal>GlassfishDerbyDialect</literal> ."
+"<literal>WEB-INF/components.xml</literal> — the change here is "
+"<literal>jndi-pattern</literal> without /local string."
msgstr ""
#. Tag: para
-#: Websphere.xml:763
+#: Websphere.xml:565
#, no-c-format
msgid ""
-"<literal>WEB-INF/classes/GlassfishDerbyDialect.class </literal> — this "
-"class is needed for the hibernate dialect change to "
-"<literal>GlassfishDerbyDialect</literal>"
+"<literal>META-INF/ejb-jar.xml</literal> — the same change in "
+"<literal>ejb-ref-name</literal>, where is replace /local string in "
+"<literal>jboss-seam-jee5/AuthenticatorAction</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:771
+#: Websphere.xml:572
#, no-c-format
msgid ""
+"<literal>src/GlassfishDerbyDialect.java </literal> — this class is "
+"needed for the hibernate dialect change to <literal>GlassfishDerbyDialect</"
+"literal>"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:580
+#, no-c-format
+msgid ""
"<literal>import.sql</literal> — either for the dialect or Derby DB the "
"<literal>ID</literal> column can not be populated by this file and was "
"removed."
msgstr ""
#. Tag: para
-#: Websphere.xml:780
+#: Websphere.xml:589
#, no-c-format
msgid "Changes for dependent libraries"
msgstr ""
#. Tag: para
-#: Websphere.xml:781
+#: Websphere.xml:590
#, no-c-format
msgid ""
-"<literal>WEB-INF/lib</literal> — The Websphere version requires "
-"several library packages because they are not included as they are with "
-"JBoss AS. These are primarily for hibernate, JSF-RI support and their "
-"dependencies. Below are listed only the additional jars needed above and "
-"beyond the JBoss <literal>JPA</literal> example."
+"The Websphere version requires several library packages because they are not "
+"included as they are with JBoss AS. These are primarily for hibernate and "
+"their dependencies. Below are listed only the additional jars needed above "
+"and beyond the JBoss <literal>JPA</literal> example."
msgstr ""
#. Tag: para
-#: Websphere.xml:789
+#: Websphere.xml:597
#, no-c-format
msgid "To use Hibernate as your JPA provider you need the following jars:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:794
+#: Websphere.xml:602
#, no-c-format
msgid "hibernate.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:799
+#: Websphere.xml:607
#, no-c-format
msgid "hibernate-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:804
+#: Websphere.xml:612
#, no-c-format
msgid "hibernate-commons-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:809
+#: Websphere.xml:617
#, no-c-format
msgid "hibernate-entitymanager.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:814
+#: Websphere.xml:622
#, no-c-format
msgid "hibernate-validator.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:819
+#: Websphere.xml:627
#, no-c-format
msgid "commons-collections.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:824
+#: Websphere.xml:632
#, no-c-format
msgid "jboss-common-core.jar"
msgstr ""
#. Tag: para
-#: Websphere.xml:830
+#: Websphere.xml:638
#, no-c-format
-msgid ""
-"Seam requires JSF 1.2 and these are the jars needed for that. Websphere 6.1 "
-"ships with its own implementation of JSF 1.1."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:855
-#, no-c-format
msgid "Various third party jars that Websphere needs:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:858
+#: Websphere.xml:641
#, no-c-format
msgid "antlr.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:862
+#: Websphere.xml:645
#, no-c-format
msgid "cglib.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:866
+#: Websphere.xml:649
#, no-c-format
msgid "asm.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:870
+#: Websphere.xml:653
#, no-c-format
msgid "dom4j.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:875
+#: Websphere.xml:658
#, no-c-format
msgid "javassist.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:880
+#: Websphere.xml:663
#, no-c-format
msgid "concurrent.jar"
msgstr ""
#. Tag: title
-#: Websphere.xml:895
+#: Websphere.xml:678
#, no-c-format
msgid ""
"Deploying an application created using <literal>seam-gen</literal> on "
-"Websphere 6.1.0.13"
+"Websphere V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:898
+#: Websphere.xml:681
#, no-c-format
msgid ""
"<literal>seam-gen</literal> is a very useful tool for developers to quickly "
@@ -1387,13 +1051,13 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:908
+#: Websphere.xml:691
#, no-c-format
msgid "Running <literal>seam-gen</literal> Setup"
msgstr ""
#. Tag: para
-#: Websphere.xml:909
+#: Websphere.xml:692
#, no-c-format
msgid ""
"The first step is setting up <literal>seam-gen</literal> to construct the "
@@ -1403,7 +1067,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:915
+#: Websphere.xml:698
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1499,7 +1163,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:917
+#: Websphere.xml:700
#, no-c-format
msgid ""
"Type <literal>./seam new-project</literal> to create your project and "
@@ -1508,25 +1172,25 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:924
+#: Websphere.xml:707
#, no-c-format
msgid "Changes needed for deployment to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:925
+#: Websphere.xml:708
#, no-c-format
msgid "We now need to make some changes to the generated project."
msgstr ""
#. Tag: literal
-#: Websphere.xml:931
+#: Websphere.xml:714
#, no-c-format
msgid "resources/META-INF/persistence-dev.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:936
+#: Websphere.xml:719
#, no-c-format
msgid ""
"Alter the <literal>jta-data-source</literal> to be "
@@ -1535,7 +1199,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:943
+#: Websphere.xml:726
#, no-c-format
msgid ""
"Add or change the properties below. These are described in detail at <xref "
@@ -1543,7 +1207,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:948
+#: Websphere.xml:731
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1559,14 +1223,14 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:951
+#: Websphere.xml:734
#, no-c-format
msgid ""
"Remove the JBoss AS specific method of exposing the EntityManagerFactory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:954
+#: Websphere.xml:737
#, no-c-format
msgid ""
"<![CDATA[<property \n"
@@ -1575,7 +1239,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:957
+#: Websphere.xml:740
#, no-c-format
msgid ""
"You'll need to alter <literal>persistence-prod.xml</literal> as well if you "
@@ -1583,32 +1247,31 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:970
+#: Websphere.xml:753
#, no-c-format
msgid ""
-"As with other examples we need to include this class for DB support. It can "
-"be copied from the <literal>jpa</literal> example into the "
-"<literal>websphere_example/resources</literal> directory."
+"As with other examples we need to include this java class for DB support. It "
+"can be copied from the <literal>jpa</literal> example into the "
+"<literal>websphere_example/src</literal> directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:976
+#: Websphere.xml:759
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp $SEAM/examples/jpa/resources-websphere61/WEB-INF/classes/"
-"GlassfishDerbyDialect.class\n"
-" ./resources]]>"
+"cp $SEAM/examples/jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: literal
-#: Websphere.xml:982
+#: Websphere.xml:765
#, no-c-format
msgid "resources/META-INF/jboss-app.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:985
+#: Websphere.xml:768
#, no-c-format
msgid ""
"You can delete this file as we aren't deploying to JBoss AS ( <literal>jboss-"
@@ -1616,13 +1279,13 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:991
+#: Websphere.xml:774
#, no-c-format
msgid "resources/*-ds.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:994
+#: Websphere.xml:777
#, no-c-format
msgid ""
"You can delete these file as we aren't deploying to JBoss AS (these files "
@@ -1630,7 +1293,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1006
+#: Websphere.xml:789
#, no-c-format
msgid ""
"Enable container managed transaction integration - add the <literal> <"
@@ -1640,7 +1303,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1015
+#: Websphere.xml:798
#, no-c-format
msgid ""
"Alter the <literal>jndi-pattern</literal> to <literal> java:comp/env/"
@@ -1648,7 +1311,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1021
+#: Websphere.xml:804
#, no-c-format
msgid ""
"We do not need <literal>managed-persistence-context</literal> for this "
@@ -1656,7 +1319,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1027
+#: Websphere.xml:810
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1667,67 +1330,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1036
+#: Websphere.xml:819
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it required "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1042
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1044
-#, no-c-format
-msgid ""
"As with the <literal>jee5/booking</literal> example we need to add EJB "
-"references to the web.xml. These references require the empty <literal>local-"
-"home</literal> to flag them for Websphere to perform the proper binding."
+"references to the web.xml. These references require replacing /local string "
+"in <literal>ejb-ref-name</literal> to flag them for Websphere to perform the "
+"proper binding."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1051
+#: Websphere.xml:826
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local> \n"
-" </ejb-local-ref>\n"
+"<![CDATA[ \n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local>\n"
+" </ejb-local-ref> \n"
" \n"
" <ejb-local-ref>\n"
" <ejb-ref-name>websphere_example/EjbSynchronizations</ejb-ref-name> \n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:1057
+#: Websphere.xml:832
#, no-c-format
msgid "Creating the <literal>AuthenticatorAction</literal> EJB"
msgstr ""
#. Tag: para
-#: Websphere.xml:1059
+#: Websphere.xml:834
#, no-c-format
msgid ""
"We want to take the existing <literal>Authenticator</literal> Seam POJO "
@@ -1735,13 +1372,19 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1065
+#: Websphere.xml:837
#, no-c-format
+msgid "Change the generated Authenticator class"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:840
+#, no-c-format
msgid "Rename the class to <literal>AuthenticatorAction</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1069
+#: Websphere.xml:844
#, no-c-format
msgid ""
"Add the <literal>@Stateless</literal> annotation to the new "
@@ -1749,7 +1392,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1075
+#: Websphere.xml:850
#, no-c-format
msgid ""
"Create an interface called <literal>Authenticator</literal> which "
@@ -1761,7 +1404,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1088
+#: Websphere.xml:863
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1770,7 +1413,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1091
+#: Websphere.xml:866
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1780,7 +1423,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1094
+#: Websphere.xml:869
#, no-c-format
msgid ""
"We've already added its reference to the <literal>web.xml</literal> file so "
@@ -1788,14 +1431,14 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:1100
+#: Websphere.xml:875
#, no-c-format
msgid ""
"Extra jar dependencies and other changes to the <literal>build.xml</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1102
+#: Websphere.xml:877
#, no-c-format
msgid ""
"This application has similar requirements as the <literal>jee5/booking</"
@@ -1803,7 +1446,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1107
+#: Websphere.xml:882
#, no-c-format
msgid ""
"Change the default target to <literal>archive</literal> (we aren't going to "
@@ -1811,7 +1454,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1113
+#: Websphere.xml:888
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1819,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1117
+#: Websphere.xml:892
#, no-c-format
msgid ""
"Websphere looks for the drools <literal>/security.drl</literal> file in the "
@@ -1832,7 +1475,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1128
+#: Websphere.xml:903
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1844,93 +1487,16 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1131
+#: Websphere.xml:906
#, no-c-format
msgid ""
-"We need to ge the <literal>GlassfishDerbyDialect.class</literal> into our "
-"application jar. To do that find the <literal>jar</literal> task and modify "
-"the top of it so that it looks like this:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1139
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"jar\" depends=\"compile,copyclasses\" \n"
-" description=\"Build the distribution .jar file\">\n"
-" <copy todir=\"${jar.dir}\">\n"
-" <fileset dir=\"${basedir}/resources\">\n"
-" <include name=\"seam.properties\" />\n"
-" <include name=\"*.drl\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
-" </fileset>\n"
-" </copy>\n"
-"...]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1142
-#, no-c-format
-msgid ""
-"Next we need to get the <literal>jboss-seam.jar</literal> into the base of "
-"the <literal>EAR</literal> file. For deployment Websphere requires this jar "
-"to be in both the <literal>/lib</literal> directory and at the base of the "
-"<literal>EAR</literal>. You must add the following to the <literal>archive</"
-"literal> task:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1151
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1152
-#, no-c-format
-msgid "So that the whole <literal>archive</literal> task looks like:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1156
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"archive\" depends=\"jar,war,ear\" \n"
-" description=\"Package the archives\">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.jar\" basedir=\"${jar.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.war\" basedir=\"${war.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.ear\">\n"
-" <fileset dir=\"${ear.dir}\"/>\n"
-" <fileset dir=\"${dist.dir}\">\n"
-" <include name=\"${project.name}.jar\"/>\n"
-" <include name=\"${project.name}.war\"/>\n"
-" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
-" </jar>\n"
-"</target>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1159
-#, no-c-format
-msgid ""
"Now we need to get extra jars into the <literal>build.xml</literal>. Look "
"for the <literal><fileset dir=\"${basedir}\"></literal> section of the "
"task below. Add the new includes at the bottom of the fileset."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1167
+#: Websphere.xml:914
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1941,9 +1507,7 @@
" <include name=\"*hibernate.cfg.xml\" />\n"
" <include name=\"jbpm.cfg.xml\" />\n"
" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
+"\n"
" <fileset dir=\"${basedir}\">\n"
" <include name=\"lib/jbpm*.jar\" />\n"
" <include name=\"lib/jboss-el.jar\" />\n"
@@ -1965,13 +1529,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1170
+#: Websphere.xml:917
#, no-c-format
msgid "Hibernate dependencies"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1171
+#: Websphere.xml:918
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1985,33 +1549,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1174
+#: Websphere.xml:921
#, no-c-format
-msgid ""
-"JSF dependencies. You will need to copy the <literal>el-ri.jar</literal> "
-"from the <literal>$SEAM/examples/jpa/lib</literal> directory."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1177
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1180
-#, no-c-format
msgid "Third party dependencies."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1181
+#: Websphere.xml:922
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2028,15 +1572,15 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1184
+#: Websphere.xml:925
#, no-c-format
msgid ""
-"<literal>jboss-seam.jar</literal> - this is needed in both the <literal>ear</"
-"literal> base and <literal>/lib</literal> directory."
+"<literal>jboss-seam.jar</literal> - this is needed in the <literal>ear</"
+"literal> base directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1188
+#: Websphere.xml:928
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2045,13 +1589,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1192
+#: Websphere.xml:932
#, no-c-format
msgid "You should end up with something like:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1193
+#: Websphere.xml:933
#, no-c-format
msgid ""
"<![CDATA[<fileset dir=\"${basedir}\">\n"
@@ -2072,13 +1616,7 @@
" <include name=\"lib/hibernate-entitymanager.jar\"/>\n"
" <include name=\"lib/hibernate-validator.jar\"/>\n"
" <include name=\"lib/jboss-common-core.jar\" />\n"
-" \n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>\n"
-" \n"
+"\n"
" <!-- 3rd party and supporting jars -->\n"
" <include name=\"lib/javassist.jar\"/>\n"
" <include name=\"lib/dom4j.jar\" />\n"
@@ -2095,38 +1633,14 @@
"</fileset>]]>"
msgstr ""
-#. Tag: para
-#: Websphere.xml:1195
-#, no-c-format
-msgid ""
-"The last step is to add <literal>jsf-impl.jar</literal> and <literal>el-ri."
-"jar</literal> to the war target. Look for <literal>copy todir=\"${war.dir}/"
-"WEB-INF/lib\"</literal> and add the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1199
-#, no-c-format
-msgid ""
-"<![CDATA[<copy todir=\"${war.dir}/WEB-INF/lib\">\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <includesfile name=\"deployed-jars-war.list"
-"\" />\n"
-" <include name=\"jsf-impl.jar\" />\n"
-" <include name=\"el-ri.jar\" /> \n"
-" <exclude name=\"jboss-seam-gen.jar\" />\n"
-" </fileset>\n"
-"</copy>]]>"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:1206
+#: Websphere.xml:940
#, no-c-format
msgid "Building and deploying the seam-gen'd application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:1212
+#: Websphere.xml:945
#, no-c-format
msgid ""
"Build your application by calling <literal>ant</literal> in the base "
@@ -2136,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1221
+#: Websphere.xml:954
#, no-c-format
msgid ""
"To deploy the application follow the instructions here : <xref linkend="
@@ -2146,7 +1660,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1227
+#: Websphere.xml:960
#, no-c-format
msgid ""
"Checkout the app at: <literal>http://localhost:9080/websphere_example/index."
Modified: trunk/doc/Seam_Reference_Guide/gu-IN/Excel.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/gu-IN/Excel.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/gu-IN/Excel.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: Seam_Reference_Guide \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-10-14 11:38+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -46,7 +46,7 @@
"&excel; JSF controls, which are used to construct views that can render the "
"document, and the DocumentStore component, which serves the rendered "
"document to the user. To include &excel; support in your application, "
-"included <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
+"include <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
"lib</literal> directory along with the <literal>jxl.jar</literal> JAR file. "
"Furthermore, you need to configure the DocumentStore servlet in your web.xml"
msgstr ""
@@ -247,9 +247,9 @@
msgid ""
"<literal>arrayGrowSize</literal> — The amount of memory by which to "
"increase the amount of memory allocated to storing the workbook data. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 1 megabyte. The value is a "
-"number (bytes)."
+"processes reading many small workbooks inside a WAS it might be necessary to "
+"reduce the default size. Default value is 1 megabyte. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -332,10 +332,10 @@
#, no-c-format
msgid ""
"<literal>initialFileSize</literal> — The initial amount of memory "
-"allocated to store the workbook data when reading a worksheet. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 5 megabytes. The value is a "
-"number (bytes)."
+"allocated to store the workbook data when reading a worksheet. For processes "
+"reading many small workbooks inside a WAS it might be necessary to reduce "
+"the default size. Default value is 5 megabytes. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -428,7 +428,7 @@
#, no-c-format
msgid ""
"<literal>filename</literal> — The filename to use for the download. "
-"The value is a string. Please not that if you map the DocumentServlet to "
+"The value is a string. Please note that if you map the DocumentServlet to "
"some pattern, this file extension must also match."
msgstr ""
@@ -442,11 +442,9 @@
msgstr ""
#. Tag: emphasis
-#: Excel.xml:322 Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081
-#: Excel.xml:1157 Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537
-#: Excel.xml:1595 Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#: Excel.xml:322 Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
#, no-c-format
-msgid "Child elemenents"
+msgid "Child elements"
msgstr ""
#. Tag: para
@@ -516,7 +514,7 @@
#, no-c-format
msgid ""
"Worksheets are the children of workbooks and the parent of columns and "
-"worksheet commands They can also contain explicitly placed cells, formulas, "
+"worksheet commands. They can also contain explicitly placed cells, formulas, "
"images and hyperlinks. They are the pages that make up the workbook."
msgstr ""
@@ -542,14 +540,14 @@
#, no-c-format
msgid ""
"<literal>var</literal> — The current row iterator variable name that "
-"can later be referenced in cell value attributes. The value is a string"
+"can later be referenced in cell value attributes. The value is a string."
msgstr ""
#. Tag: para
#: Excel.xml:401
#, no-c-format
msgid ""
-"<literal>name</literal> — The name of the worksheet. The valus is a "
+"<literal>name</literal> — The name of the worksheet. The value is a "
"string. Defaults to Sheet# where # is the worksheet index. If the given "
"worksheet name exists, that sheet is selected. This can be used for merging "
"several data sets into a single worksheet, just define the same name for "
@@ -590,7 +588,7 @@
#, no-c-format
msgid ""
"<literal>bottomMargin</literal> — The bottom margin. The value is a "
-"number (inches)"
+"number (inches)."
msgstr ""
#. Tag: para
@@ -709,7 +707,7 @@
#: Excel.xml:551
#, no-c-format
msgid ""
-"<literal>normalMagnification</literal> — The normal magnificaton "
+"<literal>normalMagnification</literal> — The normal magnification "
"factor (not zoom or scale factor). The value is a number (percentage)."
msgstr ""
@@ -727,7 +725,7 @@
#, no-c-format
msgid ""
"<literal>pageBreakPreviewMagnification</literal> — The page break "
-"preview magnificaton factor (not zoom or scale factors). the value is a "
+"preview magnification factor (not zoom or scale factors). The value is a "
"number (percentage)."
msgstr ""
@@ -803,7 +801,8 @@
#, no-c-format
msgid ""
"<literal>recalculateFormulasBeforeSave</literal> — Should the formulas "
-"be re-calculated when the sheet is saved? The value is a boolean. false"
+"be re-calculated when the sheet is saved? The value is a boolean. Default "
+"value is false."
msgstr ""
#. Tag: para
@@ -874,11 +873,19 @@
#: Excel.xml:698
#, no-c-format
msgid ""
-"<literal>zoomFactor</literal> — T zoom factor. Do not confuse zoom "
+"<literal>zoomFactor</literal> — The zoom factor. Do not confuse zoom "
"factor (which relates to the on screen view) with scale factor (which refers "
-"to the scale factor when printing). The value is a number (percentage."
+"to the scale factor when printing). The value is a number (percentage)."
msgstr ""
+#. Tag: emphasis
+#: Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081 Excel.xml:1157
+#: Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537 Excel.xml:1595
+#: Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#, no-c-format
+msgid "Child elemenents"
+msgstr ""
+
#. Tag: para
#: Excel.xml:712
#, no-c-format
@@ -900,7 +907,7 @@
#, no-c-format
msgid ""
"<literal><e:headerFooter/></literal> — Zero or more header/"
-"footer definitions ((see <xref linkend=\"excel.headersfooters\"/> ))."
+"footer definitions (see <xref linkend=\"excel.headersfooters\"/> )."
msgstr ""
#. Tag: para
@@ -916,7 +923,7 @@
#, no-c-format
msgid ""
"<literal>header</literal>— Contents that will be placed at the top of "
-"the data block, above the column headers (if any)"
+"the data block, above the column headers (if any)."
msgstr ""
#. Tag: para
@@ -924,7 +931,7 @@
#, no-c-format
msgid ""
"<literal>footer</literal>— Contents that will be placed at the bottom "
-"of the data block, below the column footers (if any)"
+"of the data block, below the column footers (if any)."
msgstr ""
#. Tag: programlisting
@@ -1062,7 +1069,7 @@
"Cells are nested within columns (for iteration) or inside worksheets (for "
"direct placement using the <literal>column</literal> and <literal>row</"
"literal> attributes) and are responsible for outputting the value (usually "
-"though en EL-expression involving the <literal>var</literal>-attribute of "
+"through an EL-expression involving the <literal>var</literal>-attribute of "
"the datatable. See"
msgstr ""
@@ -1495,7 +1502,7 @@
#: Excel.xml:1360
#, no-c-format
msgid ""
-"The formula of the cell in placed in the <literal>value</literal> -attribute "
+"The formula of the cell is placed in the <literal>value</literal> -attribute "
"as a normal &excel; notation. Note that when doing cross-sheet formulas, the "
"worksheets must exist before referencing a formula against them. The value "
"is a string."
@@ -2123,12 +2130,6 @@
"initially? The value is a boolean."
msgstr ""
-#. Tag: emphasis
-#: Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
-#, no-c-format
-msgid "Child elements"
-msgstr ""
-
#. Tag: literal
#: Excel.xml:2046
#, no-c-format
@@ -2171,7 +2172,7 @@
#: Excel.xml:2105
#, no-c-format
msgid ""
-"groups rows 5 trough 10 and columns 5 through 10 so that the rows are "
+"groups rows 5 through 10 and columns 5 through 10 so that the rows are "
"initially collapsed (but not the columns)."
msgstr ""
@@ -2382,7 +2383,7 @@
"The CSS attributes cascade down from parent to children and within one tag "
"cascades over the CSS classes referenced in the <literal>styleClass</"
"literal> attributes and finally over the CSS attributes defined in the "
-"<literal>style</literal>attribute. You can place them pretty much anywhere "
+"<literal>style</literal> attribute. You can place them pretty much anywhere "
"but e.g. placing a column width setting in a cell nested within that column "
"makes little sense."
msgstr ""
@@ -2579,7 +2580,7 @@
#. Tag: para
#: Excel.xml:2475
#, no-c-format
-msgid "This group of XLS-CSS attributes define the borders of the cell"
+msgid "This group of XLS-CSS attributes defines the borders of the cell"
msgstr ""
#. Tag: para
@@ -2667,7 +2668,7 @@
#, no-c-format
msgid ""
"A shorthand for setting line style and color of the top edge of the cell, e."
-"g style=\"xls-border-left: red thick\""
+"g style=\"xls-border-top: red thick\""
msgstr ""
#. Tag: para
@@ -2781,7 +2782,7 @@
#. Tag: para
#: Excel.xml:2668
#, no-c-format
-msgid "This group of XLS-CSS attributes define the background of the cell"
+msgid "This group of XLS-CSS attributes defines the background of the cell"
msgstr ""
#. Tag: para
@@ -2837,7 +2838,7 @@
#. Tag: para
#: Excel.xml:2722
#, no-c-format
-msgid "This group of XLS-CSS attributes define the column widths etc."
+msgid "This group of XLS-CSS attributes defines the column widths etc."
msgstr ""
#. Tag: para
@@ -2910,7 +2911,7 @@
#. Tag: para
#: Excel.xml:2783
#, no-c-format
-msgid "This group of XLS-CSS attributes define the cell properties"
+msgid "This group of XLS-CSS attributes defines the cell properties"
msgstr ""
#. Tag: para
@@ -3084,7 +3085,7 @@
#, no-c-format
msgid ""
"When using .xhtml documents, stylesheets must be referenced through the "
-"<literal><e:link> tag</literal>"
+"<literal><e:link></literal> tag"
msgstr ""
#. Tag: para
@@ -3106,8 +3107,9 @@
#, no-c-format
msgid ""
"The core of the &excel; functionality is based on the excellent JExcelAPI "
-"library which can be found on http://jexcelapi.sourceforge.net/ and most "
-"features and possible limitations are inherited from here."
+"library which can be found on <ulink url=\"http://jexcelapi.sourceforge.net"
+"\">http://jexcelapi.sourceforge.net/</ulink> and most features and possible "
+"limitations are inherited from here."
msgstr ""
#. Tag: para
Modified: trunk/doc/Seam_Reference_Guide/gu-IN/Itext.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/gu-IN/Itext.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/gu-IN/Itext.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -41,10 +41,10 @@
"iText support is provided by <literal>jboss-seam-pdf.jar</literal>. This JAR "
"contains the iText JSF controls, which are used to construct views that can "
"render to PDF, and the DocumentStore component, which serves the rendered "
-"documents to the user. To include PDF support in your application, included "
+"documents to the user. To include PDF support in your application, put "
"<literal>jboss-seam-pdf.jar</literal> in your <literal>WEB-INF/lib</literal> "
"directory along with the iText JAR file. There is no further configuration "
-"needed to use Seam's iText supportfon."
+"needed to use Seam's iText support."
msgstr ""
#. Tag: para
@@ -251,7 +251,7 @@
"for generating suitable PDF content. Tags like <literal><p:image></"
"literal> and <literal><p:paragraph></literal> are the basic "
"foundations of simple documents. Tags like <literal><p:font></literal> "
-"provide style information to all the content surrounging them."
+"provide style information to all the content surrounding them."
msgstr ""
#. Tag: literal
@@ -492,7 +492,7 @@
#, no-c-format
msgid ""
"<literal>p:image</literal> inserts an image into the document. Images can be "
-"be loaded from the classpath or from the web application context using the "
+"loaded from the classpath or from the web application context using the "
"<literal>value</literal> attribute."
msgstr ""
@@ -626,7 +626,7 @@
msgid ""
"<literal>reference</literal> — The destination the link refers to. "
"Links to other points in the document should begin with a \"#\". For "
-"example, \"#link1\" to refer to an anchor postion with a <literal>name</"
+"example, \"#link1\" to refer to an anchor position with a <literal>name</"
"literal> of <literal>link1</literal>. Links may also be a full URL to point "
"to a resource outside of the document."
msgstr ""
@@ -704,7 +704,7 @@
#: Itext.xml:631
#, no-c-format
msgid ""
-"<literal>borderWidth</literal> — The width of the border. Inidvidual "
+"<literal>borderWidth</literal> — The width of the border. Individual "
"border sides can be specified using <literal>borderWidthLeft</literal>, "
"<literal>borderWidthRight</literal>, <literal>borderWidthTop</literal> and "
"<literal>borderWidthBottom</literal>."
@@ -792,7 +792,7 @@
msgid ""
"<literal>numberDepth</literal> — The depth of numbering for section. "
"All sections are numbered relative to their surrounding chapter/sections. "
-"The fourth section of of the first section of chapter three would be section "
+"The fourth section of the first section of chapter three would be section "
"3.1.4, if displayed at the default number depth of three. To omit the "
"chapter number, a number depth of 2 should be used. In that case, the "
"section number would be displayed as 1.4."
@@ -839,7 +839,7 @@
msgid ""
"List structures can be displayed using the <literal>p:list</literal> and "
"<literal>p:listItem</literal> tags. Lists may contain arbitrarily-nested "
-"sublists. List items may not be used outside of a list. he following "
+"sublists. List items may not be used outside of a list. The following "
"document uses the <literal>ui:repeat</literal> tag to to display a list of "
"values retrieved from a Seam component."
msgstr ""
@@ -1391,7 +1391,7 @@
#, no-c-format
msgid ""
"<literal>domainGridlineStroke</literal> — The stroke style of the "
-"domain gridleines, if visible."
+"domain gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1493,7 +1493,7 @@
#, no-c-format
msgid ""
"<literal>plotOutlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1531,7 +1531,7 @@
#, no-c-format
msgid ""
"<literal>rangeGridlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1946,8 +1946,8 @@
#: Itext.xml:1893
#, no-c-format
msgid ""
-"<literal>seriesVisibleInLegend</literal> — A boolean indiciating if "
-"the series should be listed in the legend."
+"<literal>seriesVisibleInLegend</literal> — A boolean indicating if the "
+"series should be listed in the legend."
msgstr ""
#. Tag: programlisting
@@ -2149,7 +2149,7 @@
#, no-c-format
msgid ""
"<literal>dashPhase</literal> — The dash phase indicates the offset "
-"into the dash pattern that the the line should be drawn with."
+"into the dash pattern that the line should be drawn with."
msgstr ""
#. Tag: programlisting
@@ -2303,7 +2303,7 @@
#, no-c-format
msgid ""
"If you have a complex, pre-generated PDF with named fields, you can easily "
-"fill in the values from you application and present it to the user."
+"fill in the values from your application and present it to the user."
msgstr ""
#. Tag: literal
Modified: trunk/doc/Seam_Reference_Guide/gu-IN/Websphere.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/gu-IN/Websphere.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/gu-IN/Websphere.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-11-06 00:24+0000\n"
+"POT-Creation-Date: 2009-02-01 21:20+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,190 +16,80 @@
#. Tag: title
#: Websphere.xml:2
#, no-c-format
-msgid "Seam on IBM's Websphere"
+msgid "Seam on IBM's Websphere AS"
msgstr ""
#. Tag: para
#: Websphere.xml:4
#, no-c-format
msgid ""
-"Websphere 6.1.x is IBM's application server offering. The latest release is "
-"6.1.0.19 which does not have <literal>EJB3</literal> or <literal>JEE5</"
-"literal> support. There is a recently released (Nov 07) <literal>EJB3</"
-"literal> feature pack which provides some support for <literal>EJB3</"
-"literal> and <literal>JPA</literal>. Currently there is no true "
-"<literal>JEE5</literal> offering from IBM. This causes some issues with Seam "
-"integration with applications that use EJB3."
+"Websphere AS V7 is IBM's application server offering. This release is fully "
+"Java EE 5 certified."
msgstr ""
#. Tag: para
-#: Websphere.xml:12
+#: Websphere.xml:7
#, no-c-format
msgid ""
-"First we will go over some basic information about the Websphere environment "
-"that we used for these examples. After a good deal of research and work we "
-"were able to get EJB3 applications to function correctly. We will go over "
-"the details of those steps with the jee5 example. We will also deploy the "
-"JPA example application."
+"First we will go over some basic information about the Websphere AS "
+"environment that we used for these examples. We will go over the details of "
+"those steps with the JEE5 booking example. We will also deploy the JPA "
+"example application."
msgstr ""
#. Tag: title
-#: Websphere.xml:19
+#: Websphere.xml:13
#, no-c-format
-msgid "Websphere environment and deployment information"
+msgid "Websphere AS environment and deployment information"
msgstr ""
#. Tag: para
-#: Websphere.xml:21
+#: Websphere.xml:15
#, no-c-format
msgid ""
-"Websphere is a commercial product and so we will not discuss the details of "
-"its installation other than to say follow the directions provided by your "
+"Websphere AS is a commercial product and so we will not discuss the details "
+"of its installation other than to say follow the directions provided by your "
"particular installation type and license. This section will detail the exact "
"server versions used, installation tips, and some custom properties that are "
"needed for all of the examples."
msgstr ""
#. Tag: title
-#: Websphere.xml:29
+#: Websphere.xml:23
#, no-c-format
-msgid "Installation versions and tips"
+msgid "Installation versions"
msgstr ""
#. Tag: para
-#: Websphere.xml:30
+#: Websphere.xml:24
#, no-c-format
msgid ""
"All of the examples and information in this chapter are based on the version "
-"6.1 of Websphere at the time of this writing."
+"V7 of Websphere AS at the time of this writing."
msgstr ""
#. Tag: ulink
-#: Websphere.xml:35
+#: Websphere.xml:29
#, no-c-format
-msgid "Websphere Application Server 6.1"
+msgid "Websphere Application Server V7"
msgstr ""
-#. Tag: ulink
-#: Websphere.xml:40
-#, no-c-format
-msgid ""
-"Feature Pack for EJB 3.0 for Websphere Application Server V6.1 (6.1.0.13)"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:46
-#, no-c-format
-msgid "Fix Pack for Websphere Application Server V6.1 (6.1.0.19)"
-msgstr ""
-
#. Tag: para
-#: Websphere.xml:52
+#: Websphere.xml:34
#, no-c-format
msgid ""
-"The EJB3 feature pack that we installed came with the 6.1.0.13 patch version "
-"of Websphere. Installing the feature pack does not ensure that your server "
-"will have the proper environment for EJB3 applications. Be sure that as part "
-"of the installation of the feature pack you follow the instructions to "
-"create a new server profile with the EJB3 feature pack enabled, or augment "
-"one of your existing ones. This can also be done after the installation by "
-"running the profile management tool."
+"After installing Websphere AS, create server profile with Profile Management "
+"Tool, if you didn't create profile in installation process."
msgstr ""
-#. Tag: para
-#: Websphere.xml:60
-#, no-c-format
-msgid ""
-"It is highly recommended to patch Websphere by latest fix pack, at the time "
-"of this writing it is 6.1.0.19"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:63
+#: Websphere.xml:42
#, no-c-format
-msgid "A note about restarting the server"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:64
-#, no-c-format
-msgid ""
-"There are times that restarting the server will be required after deploying "
-"or changes the examples in this chapter. Its does not seem like every change "
-"requires a restart. If you get errors or exceptions after modifying a "
-"property or deploying an application try to restart the server."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:72
-#, no-c-format
-msgid "Required custom properties"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:73
-#, no-c-format
-msgid ""
-"There are a couple of Websphere custom properties that are required for Seam "
-"integration. These properties are not needed specifically for Seam, but work "
-"around some issues with Websphere. These are set following the instructions "
-"here : <ulink url=\"http://www-1.ibm.com/support/docview.wss?rss=180&"
-"uid=swg21284395\"> Setting web container custom properties</ulink>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:82
-#, no-c-format
-msgid ""
-"<literal>prependSlashToResource = \"true\"</literal> — This solves a "
-"fairly common issue with Websphere where applications are not using a "
-"leading \"/\" when attempting to access resources. If this is not set then a "
-"<literal>java.net.MalformedURLException</literal> will be thrown. With this "
-"property set you will still see warnings, but the resources will be "
-"retrieved as expected."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:90 Websphere.xml:108
-#, no-c-format
-msgid "Detailed can be found at:"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:92
-#, no-c-format
-msgid "SRVE0238E: Resource paths must have a leading slash"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:97
-#, no-c-format
-msgid ""
-"<literal>com.ibm.ws.webcontainer.invokefilterscompatibility = \"true\"</"
-"literal> — This solves an issue with Websphere where it throws a "
-"<literal>FileNotFoundException</literal> when a web application attempts to "
-"access a file resource that does not actually exist on disk. This is a "
-"common practice in modern web applications where filters or servlets are "
-"used to process resource requests like these. This issue manifests itself as "
-"failures to retrieve JavaScript, CSS, images, etc... when requesting a web "
-"page."
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:110
-#, no-c-format
-msgid ""
-"PK33090; 6.1: A filter that serves a file does not pop-up an alert message"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:119
-#, no-c-format
msgid "The <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:121
+#: Websphere.xml:44
#, no-c-format
msgid ""
"The <literal>jee5/booking</literal> example is based on the Hotel Booking "
@@ -208,45 +98,36 @@
"located in the <literal>$SEAM_DIST/examples/jee5/booking</literal> directory."
msgstr ""
-#. Tag: para
-#: Websphere.xml:128
-#, no-c-format
-msgid ""
-"As stated before the <literal>EJB3</literal> feature pack does not provide a "
-"full <literal>jee5</literal> implementation. This means that there are some "
-"tricks to getting an application deployed and functioning."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:134 Websphere.xml:927
+#: Websphere.xml:52 Websphere.xml:710
#, no-c-format
msgid "<title>Configuration file changes</title>"
msgstr ""
#. Tag: para
-#: Websphere.xml:136
+#: Websphere.xml:54
#, no-c-format
msgid ""
"Below are the configuration file changes that are need to the base example."
msgstr ""
#. Tag: literal
-#: Websphere.xml:142 Websphere.xml:1001
+#: Websphere.xml:60 Websphere.xml:784
#, no-c-format
msgid "resources/WEB-INF/components.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:145
+#: Websphere.xml:63
#, no-c-format
msgid ""
-"We need to change the way that we look up EJBs for Websphere. We need to "
-"remove the <literal>/local</literal> from the end of the <literal>jndi-"
-"pattern</literal> attribute. It should look like this:"
+"We need to change the way that we look up EJBs for WAS. We need to remove "
+"the <literal>/local</literal> from the end of the <literal>jndi-pattern</"
+"literal> attribute. It should look like this:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:152
+#: Websphere.xml:70
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -256,133 +137,119 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:156 Websphere.xml:1033
+#: Websphere.xml:76
#, no-c-format
-msgid "resources/WEB-INF/web.xml"
+msgid "resources/META-INF/ejb-jar.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:159
+#: Websphere.xml:79
#, no-c-format
msgid ""
-"This is the first place that we notice an unexpected change because this is "
-"not full <literal>jee5</literal> implementation."
+"We need to replace the /local string from <literal>ejb-ref-name</literal>. "
+"See at the following final code:"
msgstr ""
-#. Tag: para
-#: Websphere.xml:162
+#. Tag: programlisting
+#: Websphere.xml:82
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it requires "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
+"<![CDATA[\n"
+" <enterprise-beans>\n"
+" <!-- EJB reference required when one Seam EJB component references "
+"another Seam EJB component using @In -->\n"
+" <!-- Not required if you inject using @EJB, but then you lose state "
+"management and client-side interceptors (e.g., security) -->\n"
+" <session>\n"
+" <ejb-name>RegisterAction</ejb-name>\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
+"name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref>\n"
+" </session>\n"
+" </enterprise-beans>]]>"
msgstr ""
-#. Tag: programlisting
-#: Websphere.xml:169
+#. Tag: literal
+#: Websphere.xml:88 Websphere.xml:816
#, no-c-format
-msgid ""
-"<![CDATA[<xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
+msgid "resources/WEB-INF/web.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:170
+#: Websphere.xml:91
#, no-c-format
msgid ""
-"Next, we have to make some changes to the EJB references in the <literal>web."
-"xml</literal>. These changes are what will allow Websphere to bind the EJB2 "
-"references in the web module to the the actual EJB3 beans in the EAR module. "
-"Replace all of the <literal>ejb-local-refs</literal> when the values below."
+"We have to make some changes to the EJB references in the <literal>web.xml</"
+"literal>. These changes are what will allow WAS to bind automatically the "
+"EJB3 references in the web module to the the actual EJB3 beans in the EAR "
+"module. Replace all of the /local strings in <literal>ejb-local-refs</"
+"literal> when the values below."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:179
+#: Websphere.xml:100
#, no-c-format
msgid ""
"<![CDATA[\n"
" <!-- JEE5 EJB3 names -->\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Authenticator</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.BookingList</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Register</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.ChangePassword</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.HotelBooking</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.HotelSearching</local> \n"
-" </ejb-local-ref> \n"
-" \n"
" <ejb-local-ref>\n"
-" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name> \n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-name>\n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref> \n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.BookingList</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Register</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.ChangePassword</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelBooking</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelSearching</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:181
+#: Websphere.xml:102
#, no-c-format
msgid ""
-"The important change is that there is an empty <literal>local-home</literal> "
-"element for each EJB. This tells Websphere to make the correct bindings "
-"between the web module and the EJB3 beans. The <literal>ejb-link</literal> "
-"element is simply not used."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:187
-#, no-c-format
-msgid ""
"Note also that <literal>EjbSynchronizations</literal> is a built-in Seam EJB "
"and not part of the Hotel Booking example. This means that if your "
"application's <literal>components.xml</literal> specifies "
-"<literal>transaction:ejb-transaction</literal> , then you must include:"
+"<literal>transaction:ejb-transaction</literal>, then you must include:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:192
+#: Websphere.xml:107
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -395,34 +262,34 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:193
+#: Websphere.xml:108
#, no-c-format
msgid ""
"in your web.xml. If you don't include it, you'll get the following error:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:194
+#: Websphere.xml:109
#, no-c-format
msgid "Name comp/env/myapp/EjbSynchronizations not found in context java:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:199
+#: Websphere.xml:114
#, no-c-format
msgid "resources/META-INF/persistence.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:202
+#: Websphere.xml:117
#, no-c-format
msgid ""
"For this example we will be using the default datasource that comes with "
-"Websphere. To do this change the <literal>jta-data-source</literal> element:"
+"WAS. To do this change the <literal>jta-data-source</literal> element:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:205
+#: Websphere.xml:120
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -431,7 +298,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:206
+#: Websphere.xml:121
#, no-c-format
msgid ""
"Then we need to adjust some of the hibernate properties. First comment out "
@@ -439,7 +306,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:211
+#: Websphere.xml:126
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -455,25 +322,25 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:215
+#: Websphere.xml:130
#, no-c-format
msgid ""
"<literal>hibernate.transaction.manager_lookup_class</literal> — "
-"Standard Hibernate transaction manager property for Websphere 6.X"
+"Standard Hibernate transaction manager property for WAS 6.X and 7"
msgstr ""
#. Tag: para
-#: Websphere.xml:221
+#: Websphere.xml:136
#, no-c-format
msgid ""
"<literal>hibernate.transaction.flush_before_completion</literal> — "
"This is commented out because we want the container to manage the "
"transactions. Also if this is set to <literal>true</literal> an exception "
-"will be thrown by Websphere when the EJBContext is looked up."
+"will be thrown by WAS when the EJBContext is looked up."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:230
+#: Websphere.xml:145
#, no-c-format
msgid ""
"<![CDATA[com.ibm.wsspi.injectionengine.InjectionException: \n"
@@ -482,55 +349,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:233
+#: Websphere.xml:148
#, no-c-format
msgid ""
"<literal>hibernate.dialect</literal> — From WAS 6.1.0.9 on the "
-"embedded DB was switched to the same Derby DB in Glassfish."
+"embedded DB was switched to the same Derby DB as is in Glassfish v2."
msgstr ""
#. Tag: literal
-#: Websphere.xml:243 Websphere.xml:967
+#: Websphere.xml:158 Websphere.xml:750
#, no-c-format
-msgid "resources/GlassfishDerbyDialect.class"
+msgid "src/GlassfishDerbyDialect.java"
msgstr ""
#. Tag: para
-#: Websphere.xml:246
+#: Websphere.xml:161
#, no-c-format
msgid ""
-"You will need to get the <literal>GlassfishDerbyDialect.class</literal> and "
-"copy it into the <literal>/resources</literal> directory. The class exists "
-"in the JPA example and can be copied using the command below assuming you "
-"are in <literal>jee5/booking</literal> directory:"
+"You will need to get the <literal>GlassfishDerbyDialect.java</literal> and "
+"copy it into the <literal>/src</literal> directory. The java class exists in "
+"the JPA example source directory and can be copied using the command below "
+"assuming you are in <literal>jee5/booking</literal> directory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:254
+#: Websphere.xml:169
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/WEB-INF/classes/GlassfishDerbyDialect."
-"class\n"
-" ./resources]]>"
+"cp ../../jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:255
+#: Websphere.xml:170
#, no-c-format
msgid ""
-"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file "
-"using changes to the build.xml discussed later."
+"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file."
msgstr ""
#. Tag: literal
-#: Websphere.xml:261
+#: Websphere.xml:175
#, no-c-format
msgid "resources/import.sql"
msgstr ""
#. Tag: para
-#: Websphere.xml:264
+#: Websphere.xml:178
#, no-c-format
msgid ""
"This file must also be copied from the JPA example because either the Derby "
@@ -540,201 +405,91 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:271
+#: Websphere.xml:185
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/import.sql ./resources]]>"
+"cp ../../jpa/resources-websphere7/import.sql ./resources]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:280
+#: Websphere.xml:194
#, no-c-format
msgid "Building the <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:283
+#: Websphere.xml:197
#, no-c-format
msgid ""
"In order to get the changes we have made into our application we need to "
"make some changes to the <literal>build.xml</literal>. There are also some "
"additional jars that are required by our application in order to work with "
-"Websphere. This section will cover what changes are needed to the "
-"<literal>build.xml</literal>."
+"WAS. This section will cover what changes are needed to the <literal>build."
+"xml</literal>."
msgstr ""
#. Tag: title
-#: Websphere.xml:290
+#: Websphere.xml:204
#, no-c-format
-msgid "New libraries dependencies"
+msgid "Library dependency changes"
msgstr ""
#. Tag: para
-#: Websphere.xml:294
+#: Websphere.xml:205
#, no-c-format
msgid ""
-"JSF libraries — Websphere 6.1 comes with its own version of JSF 1.1 "
-"(Seam requires JSF 1.2). So we must add these jars to our application:"
+"We remove the <literal>log4j.jar</literal> so that all of the log output "
+"from our application will be added to the WAS log. Additional steps are "
+"required to fully configure log4j and those are outside of the scope of this "
+"document."
msgstr ""
-#. Tag: literal
-#: Websphere.xml:299 Websphere.xml:836
-#, no-c-format
-msgid "jsf-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:303 Websphere.xml:841
-#, no-c-format
-msgid "jsf-impl.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:309
-#, no-c-format
-msgid ""
-"Since Websphere is not a fully compliant <literal>JEE5</literal> "
-"implementation we need to add these EL libraries:"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:314 Websphere.xml:849
-#, no-c-format
-msgid "el-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:318 Websphere.xml:845
-#, no-c-format
-msgid "el-ri.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:324
-#, no-c-format
-msgid ""
-"<literal>jboss-seam.jar</literal> — for some reason when deploying the "
-"application through the Websphere administration console it can not find the "
-"<literal>jboss-seam.jar</literal> at the base of the EAR archive. This means "
-"that we need to add it to the <literal>/lib</literal> of the EAR."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:332
-#, no-c-format
-msgid ""
-"Finally we remove the <literal>log4j.jar</literal> so that all of the log "
-"output from our application will be added to the Websphere log. Additional "
-"steps are required to fully configure log4j and those are outside of the "
-"scope of this document."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:343
+#: Websphere.xml:213
#, no-c-format
msgid "Updating the <literal>build.xml</literal> file"
msgstr ""
#. Tag: para
-#: Websphere.xml:345
+#: Websphere.xml:215
#, no-c-format
msgid ""
"Add the following entry to the bottom of the <literal>build.xml</literal> "
"file. This overrides the default fileset that is used to populate the "
-"<literal>jboss-seam-jee5.jar</literal>. The primary change is the addition "
-"of the <literal>GlassfishDerbyDialect.class</literal>:"
+"<literal>jboss-seam-jee5.jar</literal>. :"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:354
+#: Websphere.xml:223
#, no-c-format
msgid ""
"<![CDATA[\n"
" <fileset id=\"jar.resources\" dir=\"${resources.dir}\">\n"
" <include name=\"import.sql\" />\n"
" <include name=\"seam.properties\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
" <include name=\"META-INF/persistence.xml\" />\n"
" <include name=\"META-INF/ejb-jar.xml\" />\n"
" </fileset>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:357
+#: Websphere.xml:225
#, no-c-format
msgid ""
-"Next we need to add the library dependencies discussed above. For this add "
-"the following to bottom of the <literal>ear.lib.extras</literal> fileset "
-"entry:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:363
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!--<include name=\"lib/log4j.jar\" />-->\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" />\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:365
-#, no-c-format
-msgid ""
-"We also need to add richfaces-api.jar, jsf-impl.jar and el-ri.jar into WEB-"
-"INF/lib of the war file. Add the following fileset after <literal>ear.lib."
-"extras</literal> fileset."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:368
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <fileset id=\"war.lib.extras\" dir=\"${seam.dir}\"> \n"
-" <include name=\"lib/richfaces-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" /> \n"
-" </fileset>]]>"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:370
-#, no-c-format
-msgid "A note about copying JSF and EL jars"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:371
-#, no-c-format
-msgid ""
-"There is a class loading issue with WebSphere, which causes the jars from "
-"ear lib directory to not be available when the web module is initialized."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:376
-#, no-c-format
-msgid ""
"Now all that is left is to execute the <literal>ant archive</literal> task "
"and the built application will be in the <literal>jee5/booking/dist</"
"literal> directory."
msgstr ""
#. Tag: title
-#: Websphere.xml:385
+#: Websphere.xml:234
#, no-c-format
msgid "Deploying the application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:387
+#: Websphere.xml:236
#, no-c-format
msgid ""
"So now we have everything we need in place. All that is left is to deploy it "
@@ -742,7 +497,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:389
+#: Websphere.xml:238
#, no-c-format
msgid ""
"For this we will use Websphere's administration console. As before there are "
@@ -750,52 +505,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:392
+#: Websphere.xml:241
#, no-c-format
msgid ""
-"The steps below are for the Websphere version stated above, yours may be "
-"slightly different."
+"The steps below are for the WAS version stated above. The ports are default "
+"values, if you changed them substitute your values."
msgstr ""
#. Tag: para
-#: Websphere.xml:396
+#: Websphere.xml:245
#, no-c-format
-msgid "Log in to the administration console"
+msgid ""
+"Log in to the administration console <programlisting><![CDATA[https://"
+"localhost:9043/admin]]></programlisting> or"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:399
+#: Websphere.xml:250
#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"https://localhost:9043/ibm/console]]>"
+msgid "<![CDATA[http://localhost:9060/admin]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:403
+#: Websphere.xml:254
#, no-c-format
msgid ""
-"Access the <literal>Enterprise Application</literal> menu option under the "
-"<literal>Applications</literal> top menu."
+"Access the <literal>Websphere enterprise applications</literal> menu option "
+"under the <literal>Applications --> Application Type</literal> left side "
+"menu."
msgstr ""
#. Tag: para
-#: Websphere.xml:408
+#: Websphere.xml:259
#, no-c-format
msgid ""
-"At the top of the <literal>Enterprise Application</literal> table select "
+"At the top of the <literal>Enterprise Applications</literal> table select "
"<literal>Install</literal>. Below are installation wizard pages and what "
"needs to done on each:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:414 Websphere.xml:674
+#: Websphere.xml:265 Websphere.xml:461
#, no-c-format
msgid "Preparing for the application installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:418
+#: Websphere.xml:269
#, no-c-format
msgid ""
"Browse to the <literal>examples/jee5/booking/dist/jboss-seam-jee5.ear</"
@@ -803,102 +559,81 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:424 Websphere.xml:442 Websphere.xml:475 Websphere.xml:689
+#: Websphere.xml:275 Websphere.xml:285 Websphere.xml:304 Websphere.xml:476
+#: Websphere.xml:496
#, no-c-format
msgid "Select the <literal>Next</literal> button."
msgstr ""
+#. Tag: para
+#: Websphere.xml:280 Websphere.xml:471
+#, no-c-format
+msgid "Select the <literal>Fast Path</literal> button."
+msgstr ""
+
#. Tag: literal
-#: Websphere.xml:431
+#: Websphere.xml:292
#, no-c-format
msgid "Select installation options"
msgstr ""
#. Tag: para
-#: Websphere.xml:435
+#: Websphere.xml:296
#, no-c-format
msgid ""
-"Select the <literal>Deploy enterprise beans</literal> check box. This is "
-"needed unless you used a Websphere tool to package the application."
+"Select the <literal>Deploy enterprise beans</literal> and <literal>Allow EJB "
+"reference targets to resolve automatically</literal> check boxes. This is "
+"needed unless you used a Websphere AS tool to package the application."
msgstr ""
#. Tag: literal
-#: Websphere.xml:449
+#: Websphere.xml:313
#, no-c-format
msgid "Map modules to servers"
msgstr ""
#. Tag: para
-#: Websphere.xml:453
+#: Websphere.xml:317
#, no-c-format
msgid ""
"No changes needed here as we only have one server. Select the <literal>Next</"
"literal> button."
msgstr ""
-#. Tag: para
-#: Websphere.xml:461
-#, no-c-format
-msgid ""
-"<literal>Map EJB references to beans</literal> This page will list all of "
-"the beans that we entered in the web.xml."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:466
-#, no-c-format
-msgid ""
-"Make sure that <literal>Allow EJB reference targets to resolve "
-"automatically</literal> check box is selected. This will tell Websphere to "
-"bind our EJB3 beans to the EJB references in the web module."
-msgstr ""
-
#. Tag: literal
-#: Websphere.xml:482
+#: Websphere.xml:325
#, no-c-format
-msgid "Map virtual hosts for Web modules"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:486
-#, no-c-format
-msgid "No changes needed here. Select the <literal>Next</literal> button."
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:493
-#, no-c-format
msgid "Summary"
msgstr ""
#. Tag: para
-#: Websphere.xml:496
+#: Websphere.xml:328
#, no-c-format
msgid "No changes needed here. Select the <literal>Finish</literal> button."
msgstr ""
#. Tag: literal
-#: Websphere.xml:503
+#: Websphere.xml:335
#, no-c-format
msgid "Installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:506
+#: Websphere.xml:338
#, no-c-format
msgid "Now you will see it installing and deploying your application."
msgstr ""
#. Tag: para
-#: Websphere.xml:511
+#: Websphere.xml:343
#, no-c-format
msgid ""
-"When if finishes select the <literal>Save</literal> link and you will be "
+"When it finishes select the <literal>Save</literal> link and you will be "
"returned to the <literal>Enterprise Applications</literal> table."
msgstr ""
#. Tag: para
-#: Websphere.xml:523
+#: Websphere.xml:355
#, no-c-format
msgid ""
"Now that we have our application installed we need to make some adjustments "
@@ -906,7 +641,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:527
+#: Websphere.xml:359
#, no-c-format
msgid ""
"Starting from the <literal>Enterprise Applications</literal> table select "
@@ -914,40 +649,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:533
+#: Websphere.xml:365
#, no-c-format
msgid "Select the <literal>Manage Modules</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:537
+#: Websphere.xml:369
#, no-c-format
-msgid "Select the <literal>jboss-seam-jee5.war</literal> link."
+msgid "Select the <literal>jboss-seam-jee5-booking.war</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:542
+#: Websphere.xml:374
#, no-c-format
msgid ""
"Change the <literal>Class loader order</literal> combo box to "
-"<literal>Classes loaded with application class loader first</literal>."
+"<literal>Classes loaded with application class loader first (parent last)</"
+"literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:548 Websphere.xml:573
+#: Websphere.xml:380 Websphere.xml:397
#, no-c-format
msgid ""
"Select <literal>Apply</literal> and then <literal>Save</literal> options."
msgstr ""
#. Tag: para
-#: Websphere.xml:552
+#: Websphere.xml:384
#, no-c-format
-msgid "Return the <literal>Seam Booking</literal> page."
+msgid "Return to the <literal>Seam Booking</literal> page."
msgstr ""
#. Tag: para
-#: Websphere.xml:556
+#: Websphere.xml:387
#, no-c-format
msgid ""
"On this page select the <literal>Class loading and update detection</"
@@ -955,7 +691,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:561
+#: Websphere.xml:392
#, no-c-format
msgid ""
"Select the radio button for <literal>Classes loaded with application class "
@@ -963,117 +699,40 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:566
+#: Websphere.xml:403
#, no-c-format
msgid ""
-"Even though we are not enabling class reload you must also enter a valid "
-"number in the <literal>Polling interval for updated files</literal> text "
-"area (zero works fine)."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:577
-#, no-c-format
-msgid ""
-"You should verify that the change you just made has been remembered. We have "
-"had problems with the last class loader change not taking effect - even "
-"after a restart. If the change did not take you will need to do it manually, "
-"following these directions:"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:585
-#, no-c-format
-msgid "Open the following file in a text editor of your choice:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:589
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"$WebSphereInstall/$yourServerName/profiles/$yourProfileName/config/cells/\n"
-" $yourCellName/applications/Seam Booking.ear/deployments/\n"
-" Seam Booking/deployment.xml]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:593
-#, no-c-format
-msgid ""
-"Modify the following line so that <literal>PARENT_FIRST</literal> is now "
-"<literal>PARENT_LAST</literal>:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:599
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<classloader xmi:id=\"Classloader_#######\" mode=\"PARENT_FIRST\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:603
-#, no-c-format
-msgid ""
-"Save the file and now when go to the <literal>Class loading and update "
-"detection</literal> page you should see <literal>Classes loaded with "
-"application class loader first</literal> selected."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:615
-#, no-c-format
-msgid ""
"To start the application return to the <literal>Enterprise Applications</"
"literal> table and select our application in the list. Then choose the "
"<literal>Start</literal> button at the top of the table."
msgstr ""
#. Tag: para
-#: Websphere.xml:622
+#: Websphere.xml:410
#, no-c-format
msgid ""
"You can now access the application at <literal>http://localhost:9080/seam-"
-"jee5/</literal> ."
+"jee5-booking/index.html</literal> ."
msgstr ""
#. Tag: title
-#: Websphere.xml:628
+#: Websphere.xml:431
#, no-c-format
-msgid "A note about Websphere Stateful bean timeouts"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:629
-#, no-c-format
-msgid ""
-"The default timeout period for a Websphere 6.1 Stateful EJB is 10 minutes. "
-"This means that you may see some EJB timeout exceptions after some idle "
-"time. It is possible to adjust the timeout of the Stateful EJBs on an "
-"individual basis, but that is beyond the scope of this document. See the "
-"Websphere documentation for details."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:643
-#, no-c-format
msgid "The <literal>jpa</literal> booking example"
msgstr ""
#. Tag: para
-#: Websphere.xml:644
+#: Websphere.xml:432
#, no-c-format
msgid ""
"Thankfully getting the <literal>jpa</literal> example to work is much easier "
"than the <literal>jee5</literal> example. This is the Hotel Booking example "
"implemented in Seam POJOs and using Hibernate JPA with JPA transactions. It "
-"does not require EJB3 support to run."
+"does not use EJB3."
msgstr ""
#. Tag: para
-#: Websphere.xml:650
+#: Websphere.xml:437
#, no-c-format
msgid ""
"The example already has a breakout of configurations and build scripts for "
@@ -1081,7 +740,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:653
+#: Websphere.xml:440
#, no-c-format
msgid ""
"First thing we are going to do is build and deploy that example. Then we'll "
@@ -1089,29 +748,29 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:657
+#: Websphere.xml:444
#, no-c-format
msgid "Building the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:658
+#: Websphere.xml:445
#, no-c-format
msgid ""
"Building it only requires running the correct ant command: "
-"<programlisting>ant websphere61</programlisting> This will create container "
+"<programlisting>ant websphere7</programlisting> This will create container "
"specific distribution and exploded archive directories with the "
-"<literal>websphere61</literal> label."
+"<literal>websphere7</literal> label."
msgstr ""
#. Tag: title
-#: Websphere.xml:664
+#: Websphere.xml:451
#, no-c-format
msgid "Deploying the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:665
+#: Websphere.xml:452
#, no-c-format
msgid ""
"This is similar to the <literal>jee5</literal> example at <xref linkend="
@@ -1119,7 +778,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:670
+#: Websphere.xml:457
#, no-c-format
msgid ""
"From the <literal>Enterprise Applications</literal> table select the "
@@ -1127,37 +786,43 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:678
+#: Websphere.xml:465
#, no-c-format
msgid ""
-"Browse to the <literal>examples/jpa/dist-websphere61/jboss-seam-jpa.war</"
+"Browse to the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
"literal> file using the file upload widget."
msgstr ""
#. Tag: para
-#: Websphere.xml:684
+#: Websphere.xml:483
#, no-c-format
msgid ""
-"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
-"jpa</literal>."
+"Select the <literal>Next</literal> button for the next three pages, no "
+"changes are needed."
msgstr ""
+#. Tag: literal
+#: Websphere.xml:488
+#, no-c-format
+msgid "Map context roots for Web modules"
+msgstr ""
+
#. Tag: para
-#: Websphere.xml:695
+#: Websphere.xml:491
#, no-c-format
msgid ""
-"Select the <literal>Next</literal> button for the next three pages, no "
-"changes are needed."
+"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
+"jpa</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:700
+#: Websphere.xml:502
#, no-c-format
msgid "<literal>Summary</literal> page"
msgstr ""
#. Tag: para
-#: Websphere.xml:703
+#: Websphere.xml:505
#, no-c-format
msgid ""
"Review the settings if you wish and select the <literal>Finish</literal> "
@@ -1167,17 +832,17 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:716
+#: Websphere.xml:519
#, no-c-format
msgid ""
"As with the <literal>jee5</literal> example there are some class loader "
"changes needed before we start the application. Follow the instructions at "
"<xref linkend=\"websphere-app-adj-after-install\"/> but exchange "
-"<literal>jboss-seam-jpa</literal> for <literal>Seam Booking</literal>."
+"<literal>jboss-seam-jpa_war</literal> for <literal>Seam Booking</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:723
+#: Websphere.xml:526
#, no-c-format
msgid ""
"Finally start the application by selecting it in the <literal>Enterprise "
@@ -1186,7 +851,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:729
+#: Websphere.xml:532
#, no-c-format
msgid ""
"You can now access the application at the <literal>http://localhost:9080/"
@@ -1194,187 +859,186 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:737
+#: Websphere.xml:540
#, no-c-format
-msgid "Whats different for Websphere 6.1"
+msgid "What's different for Websphere AS V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:738
+#: Websphere.xml:541
#, no-c-format
msgid ""
"The differences between the JPA examples that deploys to JBoss 4.2 and "
-"Websphere 6.1 are mostly expected; library and configuration file changes."
+"Websphere AS V7 are mostly expected; library and configuration file changes."
msgstr ""
#. Tag: para
-#: Websphere.xml:743
+#: Websphere.xml:546
#, no-c-format
msgid "<para>Configuration file changes</para>"
msgstr ""
#. Tag: para
-#: Websphere.xml:746
+#: Websphere.xml:549
#, no-c-format
msgid ""
-"<literal>WEB-INF/web.xml</literal> — the only significant change is "
-"that Websphere 6.1 only support <literal>Servlet 2.4</literal> so the top of "
-"this file was changed."
+"<literal>META-INF/persistence.xml</literal> — the main changes here "
+"are for the datasource JNDI path, switching to the Websphere transaction "
+"manager look up class, and changing the hibernate dialect to be "
+"<literal>GlassfishDerbyDialect</literal> ."
msgstr ""
#. Tag: para
-#: Websphere.xml:753
+#: Websphere.xml:559
#, no-c-format
msgid ""
-"<literal>META-INF/persistence.xml</literal> — the main changes here "
-"are for the datasource JNDI path, switching to the Websphere 6.1 transaction "
-"manager look up class, and changing the hibernate dialect to be "
-"<literal>GlassfishDerbyDialect</literal> ."
+"<literal>WEB-INF/components.xml</literal> — the change here is "
+"<literal>jndi-pattern</literal> without /local string."
msgstr ""
#. Tag: para
-#: Websphere.xml:763
+#: Websphere.xml:565
#, no-c-format
msgid ""
-"<literal>WEB-INF/classes/GlassfishDerbyDialect.class </literal> — this "
-"class is needed for the hibernate dialect change to "
-"<literal>GlassfishDerbyDialect</literal>"
+"<literal>META-INF/ejb-jar.xml</literal> — the same change in "
+"<literal>ejb-ref-name</literal>, where is replace /local string in "
+"<literal>jboss-seam-jee5/AuthenticatorAction</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:771
+#: Websphere.xml:572
#, no-c-format
msgid ""
+"<literal>src/GlassfishDerbyDialect.java </literal> — this class is "
+"needed for the hibernate dialect change to <literal>GlassfishDerbyDialect</"
+"literal>"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:580
+#, no-c-format
+msgid ""
"<literal>import.sql</literal> — either for the dialect or Derby DB the "
"<literal>ID</literal> column can not be populated by this file and was "
"removed."
msgstr ""
#. Tag: para
-#: Websphere.xml:780
+#: Websphere.xml:589
#, no-c-format
msgid "Changes for dependent libraries"
msgstr ""
#. Tag: para
-#: Websphere.xml:781
+#: Websphere.xml:590
#, no-c-format
msgid ""
-"<literal>WEB-INF/lib</literal> — The Websphere version requires "
-"several library packages because they are not included as they are with "
-"JBoss AS. These are primarily for hibernate, JSF-RI support and their "
-"dependencies. Below are listed only the additional jars needed above and "
-"beyond the JBoss <literal>JPA</literal> example."
+"The Websphere version requires several library packages because they are not "
+"included as they are with JBoss AS. These are primarily for hibernate and "
+"their dependencies. Below are listed only the additional jars needed above "
+"and beyond the JBoss <literal>JPA</literal> example."
msgstr ""
#. Tag: para
-#: Websphere.xml:789
+#: Websphere.xml:597
#, no-c-format
msgid "To use Hibernate as your JPA provider you need the following jars:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:794
+#: Websphere.xml:602
#, no-c-format
msgid "hibernate.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:799
+#: Websphere.xml:607
#, no-c-format
msgid "hibernate-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:804
+#: Websphere.xml:612
#, no-c-format
msgid "hibernate-commons-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:809
+#: Websphere.xml:617
#, no-c-format
msgid "hibernate-entitymanager.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:814
+#: Websphere.xml:622
#, no-c-format
msgid "hibernate-validator.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:819
+#: Websphere.xml:627
#, no-c-format
msgid "commons-collections.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:824
+#: Websphere.xml:632
#, no-c-format
msgid "jboss-common-core.jar"
msgstr ""
#. Tag: para
-#: Websphere.xml:830
+#: Websphere.xml:638
#, no-c-format
-msgid ""
-"Seam requires JSF 1.2 and these are the jars needed for that. Websphere 6.1 "
-"ships with its own implementation of JSF 1.1."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:855
-#, no-c-format
msgid "Various third party jars that Websphere needs:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:858
+#: Websphere.xml:641
#, no-c-format
msgid "antlr.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:862
+#: Websphere.xml:645
#, no-c-format
msgid "cglib.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:866
+#: Websphere.xml:649
#, no-c-format
msgid "asm.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:870
+#: Websphere.xml:653
#, no-c-format
msgid "dom4j.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:875
+#: Websphere.xml:658
#, no-c-format
msgid "javassist.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:880
+#: Websphere.xml:663
#, no-c-format
msgid "concurrent.jar"
msgstr ""
#. Tag: title
-#: Websphere.xml:895
+#: Websphere.xml:678
#, no-c-format
msgid ""
"Deploying an application created using <literal>seam-gen</literal> on "
-"Websphere 6.1.0.13"
+"Websphere V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:898
+#: Websphere.xml:681
#, no-c-format
msgid ""
"<literal>seam-gen</literal> is a very useful tool for developers to quickly "
@@ -1387,13 +1051,13 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:908
+#: Websphere.xml:691
#, no-c-format
msgid "Running <literal>seam-gen</literal> Setup"
msgstr ""
#. Tag: para
-#: Websphere.xml:909
+#: Websphere.xml:692
#, no-c-format
msgid ""
"The first step is setting up <literal>seam-gen</literal> to construct the "
@@ -1403,7 +1067,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:915
+#: Websphere.xml:698
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1499,7 +1163,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:917
+#: Websphere.xml:700
#, no-c-format
msgid ""
"Type <literal>./seam new-project</literal> to create your project and "
@@ -1508,25 +1172,25 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:924
+#: Websphere.xml:707
#, no-c-format
msgid "Changes needed for deployment to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:925
+#: Websphere.xml:708
#, no-c-format
msgid "We now need to make some changes to the generated project."
msgstr ""
#. Tag: literal
-#: Websphere.xml:931
+#: Websphere.xml:714
#, no-c-format
msgid "resources/META-INF/persistence-dev.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:936
+#: Websphere.xml:719
#, no-c-format
msgid ""
"Alter the <literal>jta-data-source</literal> to be "
@@ -1535,7 +1199,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:943
+#: Websphere.xml:726
#, no-c-format
msgid ""
"Add or change the properties below. These are described in detail at <xref "
@@ -1543,7 +1207,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:948
+#: Websphere.xml:731
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1559,14 +1223,14 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:951
+#: Websphere.xml:734
#, no-c-format
msgid ""
"Remove the JBoss AS specific method of exposing the EntityManagerFactory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:954
+#: Websphere.xml:737
#, no-c-format
msgid ""
"<![CDATA[<property \n"
@@ -1575,7 +1239,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:957
+#: Websphere.xml:740
#, no-c-format
msgid ""
"You'll need to alter <literal>persistence-prod.xml</literal> as well if you "
@@ -1583,32 +1247,31 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:970
+#: Websphere.xml:753
#, no-c-format
msgid ""
-"As with other examples we need to include this class for DB support. It can "
-"be copied from the <literal>jpa</literal> example into the "
-"<literal>websphere_example/resources</literal> directory."
+"As with other examples we need to include this java class for DB support. It "
+"can be copied from the <literal>jpa</literal> example into the "
+"<literal>websphere_example/src</literal> directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:976
+#: Websphere.xml:759
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp $SEAM/examples/jpa/resources-websphere61/WEB-INF/classes/"
-"GlassfishDerbyDialect.class\n"
-" ./resources]]>"
+"cp $SEAM/examples/jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: literal
-#: Websphere.xml:982
+#: Websphere.xml:765
#, no-c-format
msgid "resources/META-INF/jboss-app.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:985
+#: Websphere.xml:768
#, no-c-format
msgid ""
"You can delete this file as we aren't deploying to JBoss AS ( <literal>jboss-"
@@ -1616,13 +1279,13 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:991
+#: Websphere.xml:774
#, no-c-format
msgid "resources/*-ds.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:994
+#: Websphere.xml:777
#, no-c-format
msgid ""
"You can delete these file as we aren't deploying to JBoss AS (these files "
@@ -1630,7 +1293,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1006
+#: Websphere.xml:789
#, no-c-format
msgid ""
"Enable container managed transaction integration - add the <literal> <"
@@ -1640,7 +1303,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1015
+#: Websphere.xml:798
#, no-c-format
msgid ""
"Alter the <literal>jndi-pattern</literal> to <literal> java:comp/env/"
@@ -1648,7 +1311,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1021
+#: Websphere.xml:804
#, no-c-format
msgid ""
"We do not need <literal>managed-persistence-context</literal> for this "
@@ -1656,7 +1319,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1027
+#: Websphere.xml:810
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1667,67 +1330,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1036
+#: Websphere.xml:819
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it required "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1042
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1044
-#, no-c-format
-msgid ""
"As with the <literal>jee5/booking</literal> example we need to add EJB "
-"references to the web.xml. These references require the empty <literal>local-"
-"home</literal> to flag them for Websphere to perform the proper binding."
+"references to the web.xml. These references require replacing /local string "
+"in <literal>ejb-ref-name</literal> to flag them for Websphere to perform the "
+"proper binding."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1051
+#: Websphere.xml:826
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local> \n"
-" </ejb-local-ref>\n"
+"<![CDATA[ \n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local>\n"
+" </ejb-local-ref> \n"
" \n"
" <ejb-local-ref>\n"
" <ejb-ref-name>websphere_example/EjbSynchronizations</ejb-ref-name> \n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:1057
+#: Websphere.xml:832
#, no-c-format
msgid "Creating the <literal>AuthenticatorAction</literal> EJB"
msgstr ""
#. Tag: para
-#: Websphere.xml:1059
+#: Websphere.xml:834
#, no-c-format
msgid ""
"We want to take the existing <literal>Authenticator</literal> Seam POJO "
@@ -1735,13 +1372,19 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1065
+#: Websphere.xml:837
#, no-c-format
+msgid "Change the generated Authenticator class"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:840
+#, no-c-format
msgid "Rename the class to <literal>AuthenticatorAction</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1069
+#: Websphere.xml:844
#, no-c-format
msgid ""
"Add the <literal>@Stateless</literal> annotation to the new "
@@ -1749,7 +1392,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1075
+#: Websphere.xml:850
#, no-c-format
msgid ""
"Create an interface called <literal>Authenticator</literal> which "
@@ -1761,7 +1404,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1088
+#: Websphere.xml:863
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1770,7 +1413,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1091
+#: Websphere.xml:866
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1780,7 +1423,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1094
+#: Websphere.xml:869
#, no-c-format
msgid ""
"We've already added its reference to the <literal>web.xml</literal> file so "
@@ -1788,14 +1431,14 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:1100
+#: Websphere.xml:875
#, no-c-format
msgid ""
"Extra jar dependencies and other changes to the <literal>build.xml</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1102
+#: Websphere.xml:877
#, no-c-format
msgid ""
"This application has similar requirements as the <literal>jee5/booking</"
@@ -1803,7 +1446,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1107
+#: Websphere.xml:882
#, no-c-format
msgid ""
"Change the default target to <literal>archive</literal> (we aren't going to "
@@ -1811,7 +1454,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1113
+#: Websphere.xml:888
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1819,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1117
+#: Websphere.xml:892
#, no-c-format
msgid ""
"Websphere looks for the drools <literal>/security.drl</literal> file in the "
@@ -1832,7 +1475,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1128
+#: Websphere.xml:903
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1844,93 +1487,16 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1131
+#: Websphere.xml:906
#, no-c-format
msgid ""
-"We need to ge the <literal>GlassfishDerbyDialect.class</literal> into our "
-"application jar. To do that find the <literal>jar</literal> task and modify "
-"the top of it so that it looks like this:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1139
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"jar\" depends=\"compile,copyclasses\" \n"
-" description=\"Build the distribution .jar file\">\n"
-" <copy todir=\"${jar.dir}\">\n"
-" <fileset dir=\"${basedir}/resources\">\n"
-" <include name=\"seam.properties\" />\n"
-" <include name=\"*.drl\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
-" </fileset>\n"
-" </copy>\n"
-"...]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1142
-#, no-c-format
-msgid ""
-"Next we need to get the <literal>jboss-seam.jar</literal> into the base of "
-"the <literal>EAR</literal> file. For deployment Websphere requires this jar "
-"to be in both the <literal>/lib</literal> directory and at the base of the "
-"<literal>EAR</literal>. You must add the following to the <literal>archive</"
-"literal> task:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1151
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1152
-#, no-c-format
-msgid "So that the whole <literal>archive</literal> task looks like:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1156
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"archive\" depends=\"jar,war,ear\" \n"
-" description=\"Package the archives\">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.jar\" basedir=\"${jar.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.war\" basedir=\"${war.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.ear\">\n"
-" <fileset dir=\"${ear.dir}\"/>\n"
-" <fileset dir=\"${dist.dir}\">\n"
-" <include name=\"${project.name}.jar\"/>\n"
-" <include name=\"${project.name}.war\"/>\n"
-" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
-" </jar>\n"
-"</target>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1159
-#, no-c-format
-msgid ""
"Now we need to get extra jars into the <literal>build.xml</literal>. Look "
"for the <literal><fileset dir=\"${basedir}\"></literal> section of the "
"task below. Add the new includes at the bottom of the fileset."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1167
+#: Websphere.xml:914
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1941,9 +1507,7 @@
" <include name=\"*hibernate.cfg.xml\" />\n"
" <include name=\"jbpm.cfg.xml\" />\n"
" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
+"\n"
" <fileset dir=\"${basedir}\">\n"
" <include name=\"lib/jbpm*.jar\" />\n"
" <include name=\"lib/jboss-el.jar\" />\n"
@@ -1965,13 +1529,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1170
+#: Websphere.xml:917
#, no-c-format
msgid "Hibernate dependencies"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1171
+#: Websphere.xml:918
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1985,33 +1549,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1174
+#: Websphere.xml:921
#, no-c-format
-msgid ""
-"JSF dependencies. You will need to copy the <literal>el-ri.jar</literal> "
-"from the <literal>$SEAM/examples/jpa/lib</literal> directory."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1177
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1180
-#, no-c-format
msgid "Third party dependencies."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1181
+#: Websphere.xml:922
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2028,15 +1572,15 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1184
+#: Websphere.xml:925
#, no-c-format
msgid ""
-"<literal>jboss-seam.jar</literal> - this is needed in both the <literal>ear</"
-"literal> base and <literal>/lib</literal> directory."
+"<literal>jboss-seam.jar</literal> - this is needed in the <literal>ear</"
+"literal> base directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1188
+#: Websphere.xml:928
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2045,13 +1589,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1192
+#: Websphere.xml:932
#, no-c-format
msgid "You should end up with something like:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1193
+#: Websphere.xml:933
#, no-c-format
msgid ""
"<![CDATA[<fileset dir=\"${basedir}\">\n"
@@ -2072,13 +1616,7 @@
" <include name=\"lib/hibernate-entitymanager.jar\"/>\n"
" <include name=\"lib/hibernate-validator.jar\"/>\n"
" <include name=\"lib/jboss-common-core.jar\" />\n"
-" \n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>\n"
-" \n"
+"\n"
" <!-- 3rd party and supporting jars -->\n"
" <include name=\"lib/javassist.jar\"/>\n"
" <include name=\"lib/dom4j.jar\" />\n"
@@ -2095,38 +1633,14 @@
"</fileset>]]>"
msgstr ""
-#. Tag: para
-#: Websphere.xml:1195
-#, no-c-format
-msgid ""
-"The last step is to add <literal>jsf-impl.jar</literal> and <literal>el-ri."
-"jar</literal> to the war target. Look for <literal>copy todir=\"${war.dir}/"
-"WEB-INF/lib\"</literal> and add the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1199
-#, no-c-format
-msgid ""
-"<![CDATA[<copy todir=\"${war.dir}/WEB-INF/lib\">\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <includesfile name=\"deployed-jars-war.list"
-"\" />\n"
-" <include name=\"jsf-impl.jar\" />\n"
-" <include name=\"el-ri.jar\" /> \n"
-" <exclude name=\"jboss-seam-gen.jar\" />\n"
-" </fileset>\n"
-"</copy>]]>"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:1206
+#: Websphere.xml:940
#, no-c-format
msgid "Building and deploying the seam-gen'd application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:1212
+#: Websphere.xml:945
#, no-c-format
msgid ""
"Build your application by calling <literal>ant</literal> in the base "
@@ -2136,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1221
+#: Websphere.xml:954
#, no-c-format
msgid ""
"To deploy the application follow the instructions here : <xref linkend="
@@ -2146,7 +1660,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1227
+#: Websphere.xml:960
#, no-c-format
msgid ""
"Checkout the app at: <literal>http://localhost:9080/websphere_example/index."
Modified: trunk/doc/Seam_Reference_Guide/hi-IN/Excel.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/hi-IN/Excel.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/hi-IN/Excel.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: Seam_Reference_Guide \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-10-14 11:38+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -46,7 +46,7 @@
"&excel; JSF controls, which are used to construct views that can render the "
"document, and the DocumentStore component, which serves the rendered "
"document to the user. To include &excel; support in your application, "
-"included <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
+"include <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
"lib</literal> directory along with the <literal>jxl.jar</literal> JAR file. "
"Furthermore, you need to configure the DocumentStore servlet in your web.xml"
msgstr ""
@@ -247,9 +247,9 @@
msgid ""
"<literal>arrayGrowSize</literal> — The amount of memory by which to "
"increase the amount of memory allocated to storing the workbook data. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 1 megabyte. The value is a "
-"number (bytes)."
+"processes reading many small workbooks inside a WAS it might be necessary to "
+"reduce the default size. Default value is 1 megabyte. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -332,10 +332,10 @@
#, no-c-format
msgid ""
"<literal>initialFileSize</literal> — The initial amount of memory "
-"allocated to store the workbook data when reading a worksheet. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 5 megabytes. The value is a "
-"number (bytes)."
+"allocated to store the workbook data when reading a worksheet. For processes "
+"reading many small workbooks inside a WAS it might be necessary to reduce "
+"the default size. Default value is 5 megabytes. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -428,7 +428,7 @@
#, no-c-format
msgid ""
"<literal>filename</literal> — The filename to use for the download. "
-"The value is a string. Please not that if you map the DocumentServlet to "
+"The value is a string. Please note that if you map the DocumentServlet to "
"some pattern, this file extension must also match."
msgstr ""
@@ -442,11 +442,9 @@
msgstr ""
#. Tag: emphasis
-#: Excel.xml:322 Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081
-#: Excel.xml:1157 Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537
-#: Excel.xml:1595 Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#: Excel.xml:322 Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
#, no-c-format
-msgid "Child elemenents"
+msgid "Child elements"
msgstr ""
#. Tag: para
@@ -516,7 +514,7 @@
#, no-c-format
msgid ""
"Worksheets are the children of workbooks and the parent of columns and "
-"worksheet commands They can also contain explicitly placed cells, formulas, "
+"worksheet commands. They can also contain explicitly placed cells, formulas, "
"images and hyperlinks. They are the pages that make up the workbook."
msgstr ""
@@ -542,14 +540,14 @@
#, no-c-format
msgid ""
"<literal>var</literal> — The current row iterator variable name that "
-"can later be referenced in cell value attributes. The value is a string"
+"can later be referenced in cell value attributes. The value is a string."
msgstr ""
#. Tag: para
#: Excel.xml:401
#, no-c-format
msgid ""
-"<literal>name</literal> — The name of the worksheet. The valus is a "
+"<literal>name</literal> — The name of the worksheet. The value is a "
"string. Defaults to Sheet# where # is the worksheet index. If the given "
"worksheet name exists, that sheet is selected. This can be used for merging "
"several data sets into a single worksheet, just define the same name for "
@@ -590,7 +588,7 @@
#, no-c-format
msgid ""
"<literal>bottomMargin</literal> — The bottom margin. The value is a "
-"number (inches)"
+"number (inches)."
msgstr ""
#. Tag: para
@@ -709,7 +707,7 @@
#: Excel.xml:551
#, no-c-format
msgid ""
-"<literal>normalMagnification</literal> — The normal magnificaton "
+"<literal>normalMagnification</literal> — The normal magnification "
"factor (not zoom or scale factor). The value is a number (percentage)."
msgstr ""
@@ -727,7 +725,7 @@
#, no-c-format
msgid ""
"<literal>pageBreakPreviewMagnification</literal> — The page break "
-"preview magnificaton factor (not zoom or scale factors). the value is a "
+"preview magnification factor (not zoom or scale factors). The value is a "
"number (percentage)."
msgstr ""
@@ -803,7 +801,8 @@
#, no-c-format
msgid ""
"<literal>recalculateFormulasBeforeSave</literal> — Should the formulas "
-"be re-calculated when the sheet is saved? The value is a boolean. false"
+"be re-calculated when the sheet is saved? The value is a boolean. Default "
+"value is false."
msgstr ""
#. Tag: para
@@ -874,11 +873,19 @@
#: Excel.xml:698
#, no-c-format
msgid ""
-"<literal>zoomFactor</literal> — T zoom factor. Do not confuse zoom "
+"<literal>zoomFactor</literal> — The zoom factor. Do not confuse zoom "
"factor (which relates to the on screen view) with scale factor (which refers "
-"to the scale factor when printing). The value is a number (percentage."
+"to the scale factor when printing). The value is a number (percentage)."
msgstr ""
+#. Tag: emphasis
+#: Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081 Excel.xml:1157
+#: Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537 Excel.xml:1595
+#: Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#, no-c-format
+msgid "Child elemenents"
+msgstr ""
+
#. Tag: para
#: Excel.xml:712
#, no-c-format
@@ -900,7 +907,7 @@
#, no-c-format
msgid ""
"<literal><e:headerFooter/></literal> — Zero or more header/"
-"footer definitions ((see <xref linkend=\"excel.headersfooters\"/> ))."
+"footer definitions (see <xref linkend=\"excel.headersfooters\"/> )."
msgstr ""
#. Tag: para
@@ -916,7 +923,7 @@
#, no-c-format
msgid ""
"<literal>header</literal>— Contents that will be placed at the top of "
-"the data block, above the column headers (if any)"
+"the data block, above the column headers (if any)."
msgstr ""
#. Tag: para
@@ -924,7 +931,7 @@
#, no-c-format
msgid ""
"<literal>footer</literal>— Contents that will be placed at the bottom "
-"of the data block, below the column footers (if any)"
+"of the data block, below the column footers (if any)."
msgstr ""
#. Tag: programlisting
@@ -1062,7 +1069,7 @@
"Cells are nested within columns (for iteration) or inside worksheets (for "
"direct placement using the <literal>column</literal> and <literal>row</"
"literal> attributes) and are responsible for outputting the value (usually "
-"though en EL-expression involving the <literal>var</literal>-attribute of "
+"through an EL-expression involving the <literal>var</literal>-attribute of "
"the datatable. See"
msgstr ""
@@ -1495,7 +1502,7 @@
#: Excel.xml:1360
#, no-c-format
msgid ""
-"The formula of the cell in placed in the <literal>value</literal> -attribute "
+"The formula of the cell is placed in the <literal>value</literal> -attribute "
"as a normal &excel; notation. Note that when doing cross-sheet formulas, the "
"worksheets must exist before referencing a formula against them. The value "
"is a string."
@@ -2123,12 +2130,6 @@
"initially? The value is a boolean."
msgstr ""
-#. Tag: emphasis
-#: Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
-#, no-c-format
-msgid "Child elements"
-msgstr ""
-
#. Tag: literal
#: Excel.xml:2046
#, no-c-format
@@ -2171,7 +2172,7 @@
#: Excel.xml:2105
#, no-c-format
msgid ""
-"groups rows 5 trough 10 and columns 5 through 10 so that the rows are "
+"groups rows 5 through 10 and columns 5 through 10 so that the rows are "
"initially collapsed (but not the columns)."
msgstr ""
@@ -2382,7 +2383,7 @@
"The CSS attributes cascade down from parent to children and within one tag "
"cascades over the CSS classes referenced in the <literal>styleClass</"
"literal> attributes and finally over the CSS attributes defined in the "
-"<literal>style</literal>attribute. You can place them pretty much anywhere "
+"<literal>style</literal> attribute. You can place them pretty much anywhere "
"but e.g. placing a column width setting in a cell nested within that column "
"makes little sense."
msgstr ""
@@ -2579,7 +2580,7 @@
#. Tag: para
#: Excel.xml:2475
#, no-c-format
-msgid "This group of XLS-CSS attributes define the borders of the cell"
+msgid "This group of XLS-CSS attributes defines the borders of the cell"
msgstr ""
#. Tag: para
@@ -2667,7 +2668,7 @@
#, no-c-format
msgid ""
"A shorthand for setting line style and color of the top edge of the cell, e."
-"g style=\"xls-border-left: red thick\""
+"g style=\"xls-border-top: red thick\""
msgstr ""
#. Tag: para
@@ -2781,7 +2782,7 @@
#. Tag: para
#: Excel.xml:2668
#, no-c-format
-msgid "This group of XLS-CSS attributes define the background of the cell"
+msgid "This group of XLS-CSS attributes defines the background of the cell"
msgstr ""
#. Tag: para
@@ -2837,7 +2838,7 @@
#. Tag: para
#: Excel.xml:2722
#, no-c-format
-msgid "This group of XLS-CSS attributes define the column widths etc."
+msgid "This group of XLS-CSS attributes defines the column widths etc."
msgstr ""
#. Tag: para
@@ -2910,7 +2911,7 @@
#. Tag: para
#: Excel.xml:2783
#, no-c-format
-msgid "This group of XLS-CSS attributes define the cell properties"
+msgid "This group of XLS-CSS attributes defines the cell properties"
msgstr ""
#. Tag: para
@@ -3084,7 +3085,7 @@
#, no-c-format
msgid ""
"When using .xhtml documents, stylesheets must be referenced through the "
-"<literal><e:link> tag</literal>"
+"<literal><e:link></literal> tag"
msgstr ""
#. Tag: para
@@ -3106,8 +3107,9 @@
#, no-c-format
msgid ""
"The core of the &excel; functionality is based on the excellent JExcelAPI "
-"library which can be found on http://jexcelapi.sourceforge.net/ and most "
-"features and possible limitations are inherited from here."
+"library which can be found on <ulink url=\"http://jexcelapi.sourceforge.net"
+"\">http://jexcelapi.sourceforge.net/</ulink> and most features and possible "
+"limitations are inherited from here."
msgstr ""
#. Tag: para
Modified: trunk/doc/Seam_Reference_Guide/hi-IN/Itext.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/hi-IN/Itext.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/hi-IN/Itext.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -41,10 +41,10 @@
"iText support is provided by <literal>jboss-seam-pdf.jar</literal>. This JAR "
"contains the iText JSF controls, which are used to construct views that can "
"render to PDF, and the DocumentStore component, which serves the rendered "
-"documents to the user. To include PDF support in your application, included "
+"documents to the user. To include PDF support in your application, put "
"<literal>jboss-seam-pdf.jar</literal> in your <literal>WEB-INF/lib</literal> "
"directory along with the iText JAR file. There is no further configuration "
-"needed to use Seam's iText supportfon."
+"needed to use Seam's iText support."
msgstr ""
#. Tag: para
@@ -251,7 +251,7 @@
"for generating suitable PDF content. Tags like <literal><p:image></"
"literal> and <literal><p:paragraph></literal> are the basic "
"foundations of simple documents. Tags like <literal><p:font></literal> "
-"provide style information to all the content surrounging them."
+"provide style information to all the content surrounding them."
msgstr ""
#. Tag: literal
@@ -492,7 +492,7 @@
#, no-c-format
msgid ""
"<literal>p:image</literal> inserts an image into the document. Images can be "
-"be loaded from the classpath or from the web application context using the "
+"loaded from the classpath or from the web application context using the "
"<literal>value</literal> attribute."
msgstr ""
@@ -626,7 +626,7 @@
msgid ""
"<literal>reference</literal> — The destination the link refers to. "
"Links to other points in the document should begin with a \"#\". For "
-"example, \"#link1\" to refer to an anchor postion with a <literal>name</"
+"example, \"#link1\" to refer to an anchor position with a <literal>name</"
"literal> of <literal>link1</literal>. Links may also be a full URL to point "
"to a resource outside of the document."
msgstr ""
@@ -704,7 +704,7 @@
#: Itext.xml:631
#, no-c-format
msgid ""
-"<literal>borderWidth</literal> — The width of the border. Inidvidual "
+"<literal>borderWidth</literal> — The width of the border. Individual "
"border sides can be specified using <literal>borderWidthLeft</literal>, "
"<literal>borderWidthRight</literal>, <literal>borderWidthTop</literal> and "
"<literal>borderWidthBottom</literal>."
@@ -792,7 +792,7 @@
msgid ""
"<literal>numberDepth</literal> — The depth of numbering for section. "
"All sections are numbered relative to their surrounding chapter/sections. "
-"The fourth section of of the first section of chapter three would be section "
+"The fourth section of the first section of chapter three would be section "
"3.1.4, if displayed at the default number depth of three. To omit the "
"chapter number, a number depth of 2 should be used. In that case, the "
"section number would be displayed as 1.4."
@@ -839,7 +839,7 @@
msgid ""
"List structures can be displayed using the <literal>p:list</literal> and "
"<literal>p:listItem</literal> tags. Lists may contain arbitrarily-nested "
-"sublists. List items may not be used outside of a list. he following "
+"sublists. List items may not be used outside of a list. The following "
"document uses the <literal>ui:repeat</literal> tag to to display a list of "
"values retrieved from a Seam component."
msgstr ""
@@ -1391,7 +1391,7 @@
#, no-c-format
msgid ""
"<literal>domainGridlineStroke</literal> — The stroke style of the "
-"domain gridleines, if visible."
+"domain gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1493,7 +1493,7 @@
#, no-c-format
msgid ""
"<literal>plotOutlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1531,7 +1531,7 @@
#, no-c-format
msgid ""
"<literal>rangeGridlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1946,8 +1946,8 @@
#: Itext.xml:1893
#, no-c-format
msgid ""
-"<literal>seriesVisibleInLegend</literal> — A boolean indiciating if "
-"the series should be listed in the legend."
+"<literal>seriesVisibleInLegend</literal> — A boolean indicating if the "
+"series should be listed in the legend."
msgstr ""
#. Tag: programlisting
@@ -2149,7 +2149,7 @@
#, no-c-format
msgid ""
"<literal>dashPhase</literal> — The dash phase indicates the offset "
-"into the dash pattern that the the line should be drawn with."
+"into the dash pattern that the line should be drawn with."
msgstr ""
#. Tag: programlisting
@@ -2303,7 +2303,7 @@
#, no-c-format
msgid ""
"If you have a complex, pre-generated PDF with named fields, you can easily "
-"fill in the values from you application and present it to the user."
+"fill in the values from your application and present it to the user."
msgstr ""
#. Tag: literal
Modified: trunk/doc/Seam_Reference_Guide/hi-IN/Websphere.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/hi-IN/Websphere.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/hi-IN/Websphere.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-11-06 00:24+0000\n"
+"POT-Creation-Date: 2009-02-01 21:20+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,190 +16,80 @@
#. Tag: title
#: Websphere.xml:2
#, no-c-format
-msgid "Seam on IBM's Websphere"
+msgid "Seam on IBM's Websphere AS"
msgstr ""
#. Tag: para
#: Websphere.xml:4
#, no-c-format
msgid ""
-"Websphere 6.1.x is IBM's application server offering. The latest release is "
-"6.1.0.19 which does not have <literal>EJB3</literal> or <literal>JEE5</"
-"literal> support. There is a recently released (Nov 07) <literal>EJB3</"
-"literal> feature pack which provides some support for <literal>EJB3</"
-"literal> and <literal>JPA</literal>. Currently there is no true "
-"<literal>JEE5</literal> offering from IBM. This causes some issues with Seam "
-"integration with applications that use EJB3."
+"Websphere AS V7 is IBM's application server offering. This release is fully "
+"Java EE 5 certified."
msgstr ""
#. Tag: para
-#: Websphere.xml:12
+#: Websphere.xml:7
#, no-c-format
msgid ""
-"First we will go over some basic information about the Websphere environment "
-"that we used for these examples. After a good deal of research and work we "
-"were able to get EJB3 applications to function correctly. We will go over "
-"the details of those steps with the jee5 example. We will also deploy the "
-"JPA example application."
+"First we will go over some basic information about the Websphere AS "
+"environment that we used for these examples. We will go over the details of "
+"those steps with the JEE5 booking example. We will also deploy the JPA "
+"example application."
msgstr ""
#. Tag: title
-#: Websphere.xml:19
+#: Websphere.xml:13
#, no-c-format
-msgid "Websphere environment and deployment information"
+msgid "Websphere AS environment and deployment information"
msgstr ""
#. Tag: para
-#: Websphere.xml:21
+#: Websphere.xml:15
#, no-c-format
msgid ""
-"Websphere is a commercial product and so we will not discuss the details of "
-"its installation other than to say follow the directions provided by your "
+"Websphere AS is a commercial product and so we will not discuss the details "
+"of its installation other than to say follow the directions provided by your "
"particular installation type and license. This section will detail the exact "
"server versions used, installation tips, and some custom properties that are "
"needed for all of the examples."
msgstr ""
#. Tag: title
-#: Websphere.xml:29
+#: Websphere.xml:23
#, no-c-format
-msgid "Installation versions and tips"
+msgid "Installation versions"
msgstr ""
#. Tag: para
-#: Websphere.xml:30
+#: Websphere.xml:24
#, no-c-format
msgid ""
"All of the examples and information in this chapter are based on the version "
-"6.1 of Websphere at the time of this writing."
+"V7 of Websphere AS at the time of this writing."
msgstr ""
#. Tag: ulink
-#: Websphere.xml:35
+#: Websphere.xml:29
#, no-c-format
-msgid "Websphere Application Server 6.1"
+msgid "Websphere Application Server V7"
msgstr ""
-#. Tag: ulink
-#: Websphere.xml:40
-#, no-c-format
-msgid ""
-"Feature Pack for EJB 3.0 for Websphere Application Server V6.1 (6.1.0.13)"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:46
-#, no-c-format
-msgid "Fix Pack for Websphere Application Server V6.1 (6.1.0.19)"
-msgstr ""
-
#. Tag: para
-#: Websphere.xml:52
+#: Websphere.xml:34
#, no-c-format
msgid ""
-"The EJB3 feature pack that we installed came with the 6.1.0.13 patch version "
-"of Websphere. Installing the feature pack does not ensure that your server "
-"will have the proper environment for EJB3 applications. Be sure that as part "
-"of the installation of the feature pack you follow the instructions to "
-"create a new server profile with the EJB3 feature pack enabled, or augment "
-"one of your existing ones. This can also be done after the installation by "
-"running the profile management tool."
+"After installing Websphere AS, create server profile with Profile Management "
+"Tool, if you didn't create profile in installation process."
msgstr ""
-#. Tag: para
-#: Websphere.xml:60
-#, no-c-format
-msgid ""
-"It is highly recommended to patch Websphere by latest fix pack, at the time "
-"of this writing it is 6.1.0.19"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:63
+#: Websphere.xml:42
#, no-c-format
-msgid "A note about restarting the server"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:64
-#, no-c-format
-msgid ""
-"There are times that restarting the server will be required after deploying "
-"or changes the examples in this chapter. Its does not seem like every change "
-"requires a restart. If you get errors or exceptions after modifying a "
-"property or deploying an application try to restart the server."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:72
-#, no-c-format
-msgid "Required custom properties"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:73
-#, no-c-format
-msgid ""
-"There are a couple of Websphere custom properties that are required for Seam "
-"integration. These properties are not needed specifically for Seam, but work "
-"around some issues with Websphere. These are set following the instructions "
-"here : <ulink url=\"http://www-1.ibm.com/support/docview.wss?rss=180&"
-"uid=swg21284395\"> Setting web container custom properties</ulink>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:82
-#, no-c-format
-msgid ""
-"<literal>prependSlashToResource = \"true\"</literal> — This solves a "
-"fairly common issue with Websphere where applications are not using a "
-"leading \"/\" when attempting to access resources. If this is not set then a "
-"<literal>java.net.MalformedURLException</literal> will be thrown. With this "
-"property set you will still see warnings, but the resources will be "
-"retrieved as expected."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:90 Websphere.xml:108
-#, no-c-format
-msgid "Detailed can be found at:"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:92
-#, no-c-format
-msgid "SRVE0238E: Resource paths must have a leading slash"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:97
-#, no-c-format
-msgid ""
-"<literal>com.ibm.ws.webcontainer.invokefilterscompatibility = \"true\"</"
-"literal> — This solves an issue with Websphere where it throws a "
-"<literal>FileNotFoundException</literal> when a web application attempts to "
-"access a file resource that does not actually exist on disk. This is a "
-"common practice in modern web applications where filters or servlets are "
-"used to process resource requests like these. This issue manifests itself as "
-"failures to retrieve JavaScript, CSS, images, etc... when requesting a web "
-"page."
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:110
-#, no-c-format
-msgid ""
-"PK33090; 6.1: A filter that serves a file does not pop-up an alert message"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:119
-#, no-c-format
msgid "The <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:121
+#: Websphere.xml:44
#, no-c-format
msgid ""
"The <literal>jee5/booking</literal> example is based on the Hotel Booking "
@@ -208,45 +98,36 @@
"located in the <literal>$SEAM_DIST/examples/jee5/booking</literal> directory."
msgstr ""
-#. Tag: para
-#: Websphere.xml:128
-#, no-c-format
-msgid ""
-"As stated before the <literal>EJB3</literal> feature pack does not provide a "
-"full <literal>jee5</literal> implementation. This means that there are some "
-"tricks to getting an application deployed and functioning."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:134 Websphere.xml:927
+#: Websphere.xml:52 Websphere.xml:710
#, no-c-format
msgid "<title>Configuration file changes</title>"
msgstr ""
#. Tag: para
-#: Websphere.xml:136
+#: Websphere.xml:54
#, no-c-format
msgid ""
"Below are the configuration file changes that are need to the base example."
msgstr ""
#. Tag: literal
-#: Websphere.xml:142 Websphere.xml:1001
+#: Websphere.xml:60 Websphere.xml:784
#, no-c-format
msgid "resources/WEB-INF/components.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:145
+#: Websphere.xml:63
#, no-c-format
msgid ""
-"We need to change the way that we look up EJBs for Websphere. We need to "
-"remove the <literal>/local</literal> from the end of the <literal>jndi-"
-"pattern</literal> attribute. It should look like this:"
+"We need to change the way that we look up EJBs for WAS. We need to remove "
+"the <literal>/local</literal> from the end of the <literal>jndi-pattern</"
+"literal> attribute. It should look like this:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:152
+#: Websphere.xml:70
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -256,133 +137,119 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:156 Websphere.xml:1033
+#: Websphere.xml:76
#, no-c-format
-msgid "resources/WEB-INF/web.xml"
+msgid "resources/META-INF/ejb-jar.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:159
+#: Websphere.xml:79
#, no-c-format
msgid ""
-"This is the first place that we notice an unexpected change because this is "
-"not full <literal>jee5</literal> implementation."
+"We need to replace the /local string from <literal>ejb-ref-name</literal>. "
+"See at the following final code:"
msgstr ""
-#. Tag: para
-#: Websphere.xml:162
+#. Tag: programlisting
+#: Websphere.xml:82
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it requires "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
+"<![CDATA[\n"
+" <enterprise-beans>\n"
+" <!-- EJB reference required when one Seam EJB component references "
+"another Seam EJB component using @In -->\n"
+" <!-- Not required if you inject using @EJB, but then you lose state "
+"management and client-side interceptors (e.g., security) -->\n"
+" <session>\n"
+" <ejb-name>RegisterAction</ejb-name>\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
+"name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref>\n"
+" </session>\n"
+" </enterprise-beans>]]>"
msgstr ""
-#. Tag: programlisting
-#: Websphere.xml:169
+#. Tag: literal
+#: Websphere.xml:88 Websphere.xml:816
#, no-c-format
-msgid ""
-"<![CDATA[<xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
+msgid "resources/WEB-INF/web.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:170
+#: Websphere.xml:91
#, no-c-format
msgid ""
-"Next, we have to make some changes to the EJB references in the <literal>web."
-"xml</literal>. These changes are what will allow Websphere to bind the EJB2 "
-"references in the web module to the the actual EJB3 beans in the EAR module. "
-"Replace all of the <literal>ejb-local-refs</literal> when the values below."
+"We have to make some changes to the EJB references in the <literal>web.xml</"
+"literal>. These changes are what will allow WAS to bind automatically the "
+"EJB3 references in the web module to the the actual EJB3 beans in the EAR "
+"module. Replace all of the /local strings in <literal>ejb-local-refs</"
+"literal> when the values below."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:179
+#: Websphere.xml:100
#, no-c-format
msgid ""
"<![CDATA[\n"
" <!-- JEE5 EJB3 names -->\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Authenticator</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.BookingList</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Register</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.ChangePassword</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.HotelBooking</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.HotelSearching</local> \n"
-" </ejb-local-ref> \n"
-" \n"
" <ejb-local-ref>\n"
-" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name> \n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-name>\n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref> \n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.BookingList</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Register</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.ChangePassword</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelBooking</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelSearching</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:181
+#: Websphere.xml:102
#, no-c-format
msgid ""
-"The important change is that there is an empty <literal>local-home</literal> "
-"element for each EJB. This tells Websphere to make the correct bindings "
-"between the web module and the EJB3 beans. The <literal>ejb-link</literal> "
-"element is simply not used."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:187
-#, no-c-format
-msgid ""
"Note also that <literal>EjbSynchronizations</literal> is a built-in Seam EJB "
"and not part of the Hotel Booking example. This means that if your "
"application's <literal>components.xml</literal> specifies "
-"<literal>transaction:ejb-transaction</literal> , then you must include:"
+"<literal>transaction:ejb-transaction</literal>, then you must include:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:192
+#: Websphere.xml:107
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -395,34 +262,34 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:193
+#: Websphere.xml:108
#, no-c-format
msgid ""
"in your web.xml. If you don't include it, you'll get the following error:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:194
+#: Websphere.xml:109
#, no-c-format
msgid "Name comp/env/myapp/EjbSynchronizations not found in context java:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:199
+#: Websphere.xml:114
#, no-c-format
msgid "resources/META-INF/persistence.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:202
+#: Websphere.xml:117
#, no-c-format
msgid ""
"For this example we will be using the default datasource that comes with "
-"Websphere. To do this change the <literal>jta-data-source</literal> element:"
+"WAS. To do this change the <literal>jta-data-source</literal> element:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:205
+#: Websphere.xml:120
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -431,7 +298,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:206
+#: Websphere.xml:121
#, no-c-format
msgid ""
"Then we need to adjust some of the hibernate properties. First comment out "
@@ -439,7 +306,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:211
+#: Websphere.xml:126
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -455,25 +322,25 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:215
+#: Websphere.xml:130
#, no-c-format
msgid ""
"<literal>hibernate.transaction.manager_lookup_class</literal> — "
-"Standard Hibernate transaction manager property for Websphere 6.X"
+"Standard Hibernate transaction manager property for WAS 6.X and 7"
msgstr ""
#. Tag: para
-#: Websphere.xml:221
+#: Websphere.xml:136
#, no-c-format
msgid ""
"<literal>hibernate.transaction.flush_before_completion</literal> — "
"This is commented out because we want the container to manage the "
"transactions. Also if this is set to <literal>true</literal> an exception "
-"will be thrown by Websphere when the EJBContext is looked up."
+"will be thrown by WAS when the EJBContext is looked up."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:230
+#: Websphere.xml:145
#, no-c-format
msgid ""
"<![CDATA[com.ibm.wsspi.injectionengine.InjectionException: \n"
@@ -482,55 +349,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:233
+#: Websphere.xml:148
#, no-c-format
msgid ""
"<literal>hibernate.dialect</literal> — From WAS 6.1.0.9 on the "
-"embedded DB was switched to the same Derby DB in Glassfish."
+"embedded DB was switched to the same Derby DB as is in Glassfish v2."
msgstr ""
#. Tag: literal
-#: Websphere.xml:243 Websphere.xml:967
+#: Websphere.xml:158 Websphere.xml:750
#, no-c-format
-msgid "resources/GlassfishDerbyDialect.class"
+msgid "src/GlassfishDerbyDialect.java"
msgstr ""
#. Tag: para
-#: Websphere.xml:246
+#: Websphere.xml:161
#, no-c-format
msgid ""
-"You will need to get the <literal>GlassfishDerbyDialect.class</literal> and "
-"copy it into the <literal>/resources</literal> directory. The class exists "
-"in the JPA example and can be copied using the command below assuming you "
-"are in <literal>jee5/booking</literal> directory:"
+"You will need to get the <literal>GlassfishDerbyDialect.java</literal> and "
+"copy it into the <literal>/src</literal> directory. The java class exists in "
+"the JPA example source directory and can be copied using the command below "
+"assuming you are in <literal>jee5/booking</literal> directory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:254
+#: Websphere.xml:169
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/WEB-INF/classes/GlassfishDerbyDialect."
-"class\n"
-" ./resources]]>"
+"cp ../../jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:255
+#: Websphere.xml:170
#, no-c-format
msgid ""
-"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file "
-"using changes to the build.xml discussed later."
+"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file."
msgstr ""
#. Tag: literal
-#: Websphere.xml:261
+#: Websphere.xml:175
#, no-c-format
msgid "resources/import.sql"
msgstr ""
#. Tag: para
-#: Websphere.xml:264
+#: Websphere.xml:178
#, no-c-format
msgid ""
"This file must also be copied from the JPA example because either the Derby "
@@ -540,201 +405,91 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:271
+#: Websphere.xml:185
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/import.sql ./resources]]>"
+"cp ../../jpa/resources-websphere7/import.sql ./resources]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:280
+#: Websphere.xml:194
#, no-c-format
msgid "Building the <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:283
+#: Websphere.xml:197
#, no-c-format
msgid ""
"In order to get the changes we have made into our application we need to "
"make some changes to the <literal>build.xml</literal>. There are also some "
"additional jars that are required by our application in order to work with "
-"Websphere. This section will cover what changes are needed to the "
-"<literal>build.xml</literal>."
+"WAS. This section will cover what changes are needed to the <literal>build."
+"xml</literal>."
msgstr ""
#. Tag: title
-#: Websphere.xml:290
+#: Websphere.xml:204
#, no-c-format
-msgid "New libraries dependencies"
+msgid "Library dependency changes"
msgstr ""
#. Tag: para
-#: Websphere.xml:294
+#: Websphere.xml:205
#, no-c-format
msgid ""
-"JSF libraries — Websphere 6.1 comes with its own version of JSF 1.1 "
-"(Seam requires JSF 1.2). So we must add these jars to our application:"
+"We remove the <literal>log4j.jar</literal> so that all of the log output "
+"from our application will be added to the WAS log. Additional steps are "
+"required to fully configure log4j and those are outside of the scope of this "
+"document."
msgstr ""
-#. Tag: literal
-#: Websphere.xml:299 Websphere.xml:836
-#, no-c-format
-msgid "jsf-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:303 Websphere.xml:841
-#, no-c-format
-msgid "jsf-impl.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:309
-#, no-c-format
-msgid ""
-"Since Websphere is not a fully compliant <literal>JEE5</literal> "
-"implementation we need to add these EL libraries:"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:314 Websphere.xml:849
-#, no-c-format
-msgid "el-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:318 Websphere.xml:845
-#, no-c-format
-msgid "el-ri.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:324
-#, no-c-format
-msgid ""
-"<literal>jboss-seam.jar</literal> — for some reason when deploying the "
-"application through the Websphere administration console it can not find the "
-"<literal>jboss-seam.jar</literal> at the base of the EAR archive. This means "
-"that we need to add it to the <literal>/lib</literal> of the EAR."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:332
-#, no-c-format
-msgid ""
-"Finally we remove the <literal>log4j.jar</literal> so that all of the log "
-"output from our application will be added to the Websphere log. Additional "
-"steps are required to fully configure log4j and those are outside of the "
-"scope of this document."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:343
+#: Websphere.xml:213
#, no-c-format
msgid "Updating the <literal>build.xml</literal> file"
msgstr ""
#. Tag: para
-#: Websphere.xml:345
+#: Websphere.xml:215
#, no-c-format
msgid ""
"Add the following entry to the bottom of the <literal>build.xml</literal> "
"file. This overrides the default fileset that is used to populate the "
-"<literal>jboss-seam-jee5.jar</literal>. The primary change is the addition "
-"of the <literal>GlassfishDerbyDialect.class</literal>:"
+"<literal>jboss-seam-jee5.jar</literal>. :"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:354
+#: Websphere.xml:223
#, no-c-format
msgid ""
"<![CDATA[\n"
" <fileset id=\"jar.resources\" dir=\"${resources.dir}\">\n"
" <include name=\"import.sql\" />\n"
" <include name=\"seam.properties\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
" <include name=\"META-INF/persistence.xml\" />\n"
" <include name=\"META-INF/ejb-jar.xml\" />\n"
" </fileset>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:357
+#: Websphere.xml:225
#, no-c-format
msgid ""
-"Next we need to add the library dependencies discussed above. For this add "
-"the following to bottom of the <literal>ear.lib.extras</literal> fileset "
-"entry:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:363
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!--<include name=\"lib/log4j.jar\" />-->\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" />\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:365
-#, no-c-format
-msgid ""
-"We also need to add richfaces-api.jar, jsf-impl.jar and el-ri.jar into WEB-"
-"INF/lib of the war file. Add the following fileset after <literal>ear.lib."
-"extras</literal> fileset."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:368
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <fileset id=\"war.lib.extras\" dir=\"${seam.dir}\"> \n"
-" <include name=\"lib/richfaces-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" /> \n"
-" </fileset>]]>"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:370
-#, no-c-format
-msgid "A note about copying JSF and EL jars"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:371
-#, no-c-format
-msgid ""
-"There is a class loading issue with WebSphere, which causes the jars from "
-"ear lib directory to not be available when the web module is initialized."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:376
-#, no-c-format
-msgid ""
"Now all that is left is to execute the <literal>ant archive</literal> task "
"and the built application will be in the <literal>jee5/booking/dist</"
"literal> directory."
msgstr ""
#. Tag: title
-#: Websphere.xml:385
+#: Websphere.xml:234
#, no-c-format
msgid "Deploying the application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:387
+#: Websphere.xml:236
#, no-c-format
msgid ""
"So now we have everything we need in place. All that is left is to deploy it "
@@ -742,7 +497,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:389
+#: Websphere.xml:238
#, no-c-format
msgid ""
"For this we will use Websphere's administration console. As before there are "
@@ -750,52 +505,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:392
+#: Websphere.xml:241
#, no-c-format
msgid ""
-"The steps below are for the Websphere version stated above, yours may be "
-"slightly different."
+"The steps below are for the WAS version stated above. The ports are default "
+"values, if you changed them substitute your values."
msgstr ""
#. Tag: para
-#: Websphere.xml:396
+#: Websphere.xml:245
#, no-c-format
-msgid "Log in to the administration console"
+msgid ""
+"Log in to the administration console <programlisting><![CDATA[https://"
+"localhost:9043/admin]]></programlisting> or"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:399
+#: Websphere.xml:250
#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"https://localhost:9043/ibm/console]]>"
+msgid "<![CDATA[http://localhost:9060/admin]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:403
+#: Websphere.xml:254
#, no-c-format
msgid ""
-"Access the <literal>Enterprise Application</literal> menu option under the "
-"<literal>Applications</literal> top menu."
+"Access the <literal>Websphere enterprise applications</literal> menu option "
+"under the <literal>Applications --> Application Type</literal> left side "
+"menu."
msgstr ""
#. Tag: para
-#: Websphere.xml:408
+#: Websphere.xml:259
#, no-c-format
msgid ""
-"At the top of the <literal>Enterprise Application</literal> table select "
+"At the top of the <literal>Enterprise Applications</literal> table select "
"<literal>Install</literal>. Below are installation wizard pages and what "
"needs to done on each:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:414 Websphere.xml:674
+#: Websphere.xml:265 Websphere.xml:461
#, no-c-format
msgid "Preparing for the application installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:418
+#: Websphere.xml:269
#, no-c-format
msgid ""
"Browse to the <literal>examples/jee5/booking/dist/jboss-seam-jee5.ear</"
@@ -803,102 +559,81 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:424 Websphere.xml:442 Websphere.xml:475 Websphere.xml:689
+#: Websphere.xml:275 Websphere.xml:285 Websphere.xml:304 Websphere.xml:476
+#: Websphere.xml:496
#, no-c-format
msgid "Select the <literal>Next</literal> button."
msgstr ""
+#. Tag: para
+#: Websphere.xml:280 Websphere.xml:471
+#, no-c-format
+msgid "Select the <literal>Fast Path</literal> button."
+msgstr ""
+
#. Tag: literal
-#: Websphere.xml:431
+#: Websphere.xml:292
#, no-c-format
msgid "Select installation options"
msgstr ""
#. Tag: para
-#: Websphere.xml:435
+#: Websphere.xml:296
#, no-c-format
msgid ""
-"Select the <literal>Deploy enterprise beans</literal> check box. This is "
-"needed unless you used a Websphere tool to package the application."
+"Select the <literal>Deploy enterprise beans</literal> and <literal>Allow EJB "
+"reference targets to resolve automatically</literal> check boxes. This is "
+"needed unless you used a Websphere AS tool to package the application."
msgstr ""
#. Tag: literal
-#: Websphere.xml:449
+#: Websphere.xml:313
#, no-c-format
msgid "Map modules to servers"
msgstr ""
#. Tag: para
-#: Websphere.xml:453
+#: Websphere.xml:317
#, no-c-format
msgid ""
"No changes needed here as we only have one server. Select the <literal>Next</"
"literal> button."
msgstr ""
-#. Tag: para
-#: Websphere.xml:461
-#, no-c-format
-msgid ""
-"<literal>Map EJB references to beans</literal> This page will list all of "
-"the beans that we entered in the web.xml."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:466
-#, no-c-format
-msgid ""
-"Make sure that <literal>Allow EJB reference targets to resolve "
-"automatically</literal> check box is selected. This will tell Websphere to "
-"bind our EJB3 beans to the EJB references in the web module."
-msgstr ""
-
#. Tag: literal
-#: Websphere.xml:482
+#: Websphere.xml:325
#, no-c-format
-msgid "Map virtual hosts for Web modules"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:486
-#, no-c-format
-msgid "No changes needed here. Select the <literal>Next</literal> button."
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:493
-#, no-c-format
msgid "Summary"
msgstr ""
#. Tag: para
-#: Websphere.xml:496
+#: Websphere.xml:328
#, no-c-format
msgid "No changes needed here. Select the <literal>Finish</literal> button."
msgstr ""
#. Tag: literal
-#: Websphere.xml:503
+#: Websphere.xml:335
#, no-c-format
msgid "Installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:506
+#: Websphere.xml:338
#, no-c-format
msgid "Now you will see it installing and deploying your application."
msgstr ""
#. Tag: para
-#: Websphere.xml:511
+#: Websphere.xml:343
#, no-c-format
msgid ""
-"When if finishes select the <literal>Save</literal> link and you will be "
+"When it finishes select the <literal>Save</literal> link and you will be "
"returned to the <literal>Enterprise Applications</literal> table."
msgstr ""
#. Tag: para
-#: Websphere.xml:523
+#: Websphere.xml:355
#, no-c-format
msgid ""
"Now that we have our application installed we need to make some adjustments "
@@ -906,7 +641,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:527
+#: Websphere.xml:359
#, no-c-format
msgid ""
"Starting from the <literal>Enterprise Applications</literal> table select "
@@ -914,40 +649,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:533
+#: Websphere.xml:365
#, no-c-format
msgid "Select the <literal>Manage Modules</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:537
+#: Websphere.xml:369
#, no-c-format
-msgid "Select the <literal>jboss-seam-jee5.war</literal> link."
+msgid "Select the <literal>jboss-seam-jee5-booking.war</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:542
+#: Websphere.xml:374
#, no-c-format
msgid ""
"Change the <literal>Class loader order</literal> combo box to "
-"<literal>Classes loaded with application class loader first</literal>."
+"<literal>Classes loaded with application class loader first (parent last)</"
+"literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:548 Websphere.xml:573
+#: Websphere.xml:380 Websphere.xml:397
#, no-c-format
msgid ""
"Select <literal>Apply</literal> and then <literal>Save</literal> options."
msgstr ""
#. Tag: para
-#: Websphere.xml:552
+#: Websphere.xml:384
#, no-c-format
-msgid "Return the <literal>Seam Booking</literal> page."
+msgid "Return to the <literal>Seam Booking</literal> page."
msgstr ""
#. Tag: para
-#: Websphere.xml:556
+#: Websphere.xml:387
#, no-c-format
msgid ""
"On this page select the <literal>Class loading and update detection</"
@@ -955,7 +691,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:561
+#: Websphere.xml:392
#, no-c-format
msgid ""
"Select the radio button for <literal>Classes loaded with application class "
@@ -963,117 +699,40 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:566
+#: Websphere.xml:403
#, no-c-format
msgid ""
-"Even though we are not enabling class reload you must also enter a valid "
-"number in the <literal>Polling interval for updated files</literal> text "
-"area (zero works fine)."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:577
-#, no-c-format
-msgid ""
-"You should verify that the change you just made has been remembered. We have "
-"had problems with the last class loader change not taking effect - even "
-"after a restart. If the change did not take you will need to do it manually, "
-"following these directions:"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:585
-#, no-c-format
-msgid "Open the following file in a text editor of your choice:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:589
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"$WebSphereInstall/$yourServerName/profiles/$yourProfileName/config/cells/\n"
-" $yourCellName/applications/Seam Booking.ear/deployments/\n"
-" Seam Booking/deployment.xml]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:593
-#, no-c-format
-msgid ""
-"Modify the following line so that <literal>PARENT_FIRST</literal> is now "
-"<literal>PARENT_LAST</literal>:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:599
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<classloader xmi:id=\"Classloader_#######\" mode=\"PARENT_FIRST\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:603
-#, no-c-format
-msgid ""
-"Save the file and now when go to the <literal>Class loading and update "
-"detection</literal> page you should see <literal>Classes loaded with "
-"application class loader first</literal> selected."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:615
-#, no-c-format
-msgid ""
"To start the application return to the <literal>Enterprise Applications</"
"literal> table and select our application in the list. Then choose the "
"<literal>Start</literal> button at the top of the table."
msgstr ""
#. Tag: para
-#: Websphere.xml:622
+#: Websphere.xml:410
#, no-c-format
msgid ""
"You can now access the application at <literal>http://localhost:9080/seam-"
-"jee5/</literal> ."
+"jee5-booking/index.html</literal> ."
msgstr ""
#. Tag: title
-#: Websphere.xml:628
+#: Websphere.xml:431
#, no-c-format
-msgid "A note about Websphere Stateful bean timeouts"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:629
-#, no-c-format
-msgid ""
-"The default timeout period for a Websphere 6.1 Stateful EJB is 10 minutes. "
-"This means that you may see some EJB timeout exceptions after some idle "
-"time. It is possible to adjust the timeout of the Stateful EJBs on an "
-"individual basis, but that is beyond the scope of this document. See the "
-"Websphere documentation for details."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:643
-#, no-c-format
msgid "The <literal>jpa</literal> booking example"
msgstr ""
#. Tag: para
-#: Websphere.xml:644
+#: Websphere.xml:432
#, no-c-format
msgid ""
"Thankfully getting the <literal>jpa</literal> example to work is much easier "
"than the <literal>jee5</literal> example. This is the Hotel Booking example "
"implemented in Seam POJOs and using Hibernate JPA with JPA transactions. It "
-"does not require EJB3 support to run."
+"does not use EJB3."
msgstr ""
#. Tag: para
-#: Websphere.xml:650
+#: Websphere.xml:437
#, no-c-format
msgid ""
"The example already has a breakout of configurations and build scripts for "
@@ -1081,7 +740,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:653
+#: Websphere.xml:440
#, no-c-format
msgid ""
"First thing we are going to do is build and deploy that example. Then we'll "
@@ -1089,29 +748,29 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:657
+#: Websphere.xml:444
#, no-c-format
msgid "Building the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:658
+#: Websphere.xml:445
#, no-c-format
msgid ""
"Building it only requires running the correct ant command: "
-"<programlisting>ant websphere61</programlisting> This will create container "
+"<programlisting>ant websphere7</programlisting> This will create container "
"specific distribution and exploded archive directories with the "
-"<literal>websphere61</literal> label."
+"<literal>websphere7</literal> label."
msgstr ""
#. Tag: title
-#: Websphere.xml:664
+#: Websphere.xml:451
#, no-c-format
msgid "Deploying the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:665
+#: Websphere.xml:452
#, no-c-format
msgid ""
"This is similar to the <literal>jee5</literal> example at <xref linkend="
@@ -1119,7 +778,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:670
+#: Websphere.xml:457
#, no-c-format
msgid ""
"From the <literal>Enterprise Applications</literal> table select the "
@@ -1127,37 +786,43 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:678
+#: Websphere.xml:465
#, no-c-format
msgid ""
-"Browse to the <literal>examples/jpa/dist-websphere61/jboss-seam-jpa.war</"
+"Browse to the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
"literal> file using the file upload widget."
msgstr ""
#. Tag: para
-#: Websphere.xml:684
+#: Websphere.xml:483
#, no-c-format
msgid ""
-"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
-"jpa</literal>."
+"Select the <literal>Next</literal> button for the next three pages, no "
+"changes are needed."
msgstr ""
+#. Tag: literal
+#: Websphere.xml:488
+#, no-c-format
+msgid "Map context roots for Web modules"
+msgstr ""
+
#. Tag: para
-#: Websphere.xml:695
+#: Websphere.xml:491
#, no-c-format
msgid ""
-"Select the <literal>Next</literal> button for the next three pages, no "
-"changes are needed."
+"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
+"jpa</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:700
+#: Websphere.xml:502
#, no-c-format
msgid "<literal>Summary</literal> page"
msgstr ""
#. Tag: para
-#: Websphere.xml:703
+#: Websphere.xml:505
#, no-c-format
msgid ""
"Review the settings if you wish and select the <literal>Finish</literal> "
@@ -1167,17 +832,17 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:716
+#: Websphere.xml:519
#, no-c-format
msgid ""
"As with the <literal>jee5</literal> example there are some class loader "
"changes needed before we start the application. Follow the instructions at "
"<xref linkend=\"websphere-app-adj-after-install\"/> but exchange "
-"<literal>jboss-seam-jpa</literal> for <literal>Seam Booking</literal>."
+"<literal>jboss-seam-jpa_war</literal> for <literal>Seam Booking</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:723
+#: Websphere.xml:526
#, no-c-format
msgid ""
"Finally start the application by selecting it in the <literal>Enterprise "
@@ -1186,7 +851,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:729
+#: Websphere.xml:532
#, no-c-format
msgid ""
"You can now access the application at the <literal>http://localhost:9080/"
@@ -1194,187 +859,186 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:737
+#: Websphere.xml:540
#, no-c-format
-msgid "Whats different for Websphere 6.1"
+msgid "What's different for Websphere AS V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:738
+#: Websphere.xml:541
#, no-c-format
msgid ""
"The differences between the JPA examples that deploys to JBoss 4.2 and "
-"Websphere 6.1 are mostly expected; library and configuration file changes."
+"Websphere AS V7 are mostly expected; library and configuration file changes."
msgstr ""
#. Tag: para
-#: Websphere.xml:743
+#: Websphere.xml:546
#, no-c-format
msgid "<para>Configuration file changes</para>"
msgstr ""
#. Tag: para
-#: Websphere.xml:746
+#: Websphere.xml:549
#, no-c-format
msgid ""
-"<literal>WEB-INF/web.xml</literal> — the only significant change is "
-"that Websphere 6.1 only support <literal>Servlet 2.4</literal> so the top of "
-"this file was changed."
+"<literal>META-INF/persistence.xml</literal> — the main changes here "
+"are for the datasource JNDI path, switching to the Websphere transaction "
+"manager look up class, and changing the hibernate dialect to be "
+"<literal>GlassfishDerbyDialect</literal> ."
msgstr ""
#. Tag: para
-#: Websphere.xml:753
+#: Websphere.xml:559
#, no-c-format
msgid ""
-"<literal>META-INF/persistence.xml</literal> — the main changes here "
-"are for the datasource JNDI path, switching to the Websphere 6.1 transaction "
-"manager look up class, and changing the hibernate dialect to be "
-"<literal>GlassfishDerbyDialect</literal> ."
+"<literal>WEB-INF/components.xml</literal> — the change here is "
+"<literal>jndi-pattern</literal> without /local string."
msgstr ""
#. Tag: para
-#: Websphere.xml:763
+#: Websphere.xml:565
#, no-c-format
msgid ""
-"<literal>WEB-INF/classes/GlassfishDerbyDialect.class </literal> — this "
-"class is needed for the hibernate dialect change to "
-"<literal>GlassfishDerbyDialect</literal>"
+"<literal>META-INF/ejb-jar.xml</literal> — the same change in "
+"<literal>ejb-ref-name</literal>, where is replace /local string in "
+"<literal>jboss-seam-jee5/AuthenticatorAction</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:771
+#: Websphere.xml:572
#, no-c-format
msgid ""
+"<literal>src/GlassfishDerbyDialect.java </literal> — this class is "
+"needed for the hibernate dialect change to <literal>GlassfishDerbyDialect</"
+"literal>"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:580
+#, no-c-format
+msgid ""
"<literal>import.sql</literal> — either for the dialect or Derby DB the "
"<literal>ID</literal> column can not be populated by this file and was "
"removed."
msgstr ""
#. Tag: para
-#: Websphere.xml:780
+#: Websphere.xml:589
#, no-c-format
msgid "Changes for dependent libraries"
msgstr ""
#. Tag: para
-#: Websphere.xml:781
+#: Websphere.xml:590
#, no-c-format
msgid ""
-"<literal>WEB-INF/lib</literal> — The Websphere version requires "
-"several library packages because they are not included as they are with "
-"JBoss AS. These are primarily for hibernate, JSF-RI support and their "
-"dependencies. Below are listed only the additional jars needed above and "
-"beyond the JBoss <literal>JPA</literal> example."
+"The Websphere version requires several library packages because they are not "
+"included as they are with JBoss AS. These are primarily for hibernate and "
+"their dependencies. Below are listed only the additional jars needed above "
+"and beyond the JBoss <literal>JPA</literal> example."
msgstr ""
#. Tag: para
-#: Websphere.xml:789
+#: Websphere.xml:597
#, no-c-format
msgid "To use Hibernate as your JPA provider you need the following jars:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:794
+#: Websphere.xml:602
#, no-c-format
msgid "hibernate.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:799
+#: Websphere.xml:607
#, no-c-format
msgid "hibernate-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:804
+#: Websphere.xml:612
#, no-c-format
msgid "hibernate-commons-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:809
+#: Websphere.xml:617
#, no-c-format
msgid "hibernate-entitymanager.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:814
+#: Websphere.xml:622
#, no-c-format
msgid "hibernate-validator.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:819
+#: Websphere.xml:627
#, no-c-format
msgid "commons-collections.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:824
+#: Websphere.xml:632
#, no-c-format
msgid "jboss-common-core.jar"
msgstr ""
#. Tag: para
-#: Websphere.xml:830
+#: Websphere.xml:638
#, no-c-format
-msgid ""
-"Seam requires JSF 1.2 and these are the jars needed for that. Websphere 6.1 "
-"ships with its own implementation of JSF 1.1."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:855
-#, no-c-format
msgid "Various third party jars that Websphere needs:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:858
+#: Websphere.xml:641
#, no-c-format
msgid "antlr.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:862
+#: Websphere.xml:645
#, no-c-format
msgid "cglib.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:866
+#: Websphere.xml:649
#, no-c-format
msgid "asm.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:870
+#: Websphere.xml:653
#, no-c-format
msgid "dom4j.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:875
+#: Websphere.xml:658
#, no-c-format
msgid "javassist.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:880
+#: Websphere.xml:663
#, no-c-format
msgid "concurrent.jar"
msgstr ""
#. Tag: title
-#: Websphere.xml:895
+#: Websphere.xml:678
#, no-c-format
msgid ""
"Deploying an application created using <literal>seam-gen</literal> on "
-"Websphere 6.1.0.13"
+"Websphere V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:898
+#: Websphere.xml:681
#, no-c-format
msgid ""
"<literal>seam-gen</literal> is a very useful tool for developers to quickly "
@@ -1387,13 +1051,13 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:908
+#: Websphere.xml:691
#, no-c-format
msgid "Running <literal>seam-gen</literal> Setup"
msgstr ""
#. Tag: para
-#: Websphere.xml:909
+#: Websphere.xml:692
#, no-c-format
msgid ""
"The first step is setting up <literal>seam-gen</literal> to construct the "
@@ -1403,7 +1067,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:915
+#: Websphere.xml:698
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1499,7 +1163,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:917
+#: Websphere.xml:700
#, no-c-format
msgid ""
"Type <literal>./seam new-project</literal> to create your project and "
@@ -1508,25 +1172,25 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:924
+#: Websphere.xml:707
#, no-c-format
msgid "Changes needed for deployment to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:925
+#: Websphere.xml:708
#, no-c-format
msgid "We now need to make some changes to the generated project."
msgstr ""
#. Tag: literal
-#: Websphere.xml:931
+#: Websphere.xml:714
#, no-c-format
msgid "resources/META-INF/persistence-dev.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:936
+#: Websphere.xml:719
#, no-c-format
msgid ""
"Alter the <literal>jta-data-source</literal> to be "
@@ -1535,7 +1199,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:943
+#: Websphere.xml:726
#, no-c-format
msgid ""
"Add or change the properties below. These are described in detail at <xref "
@@ -1543,7 +1207,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:948
+#: Websphere.xml:731
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1559,14 +1223,14 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:951
+#: Websphere.xml:734
#, no-c-format
msgid ""
"Remove the JBoss AS specific method of exposing the EntityManagerFactory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:954
+#: Websphere.xml:737
#, no-c-format
msgid ""
"<![CDATA[<property \n"
@@ -1575,7 +1239,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:957
+#: Websphere.xml:740
#, no-c-format
msgid ""
"You'll need to alter <literal>persistence-prod.xml</literal> as well if you "
@@ -1583,32 +1247,31 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:970
+#: Websphere.xml:753
#, no-c-format
msgid ""
-"As with other examples we need to include this class for DB support. It can "
-"be copied from the <literal>jpa</literal> example into the "
-"<literal>websphere_example/resources</literal> directory."
+"As with other examples we need to include this java class for DB support. It "
+"can be copied from the <literal>jpa</literal> example into the "
+"<literal>websphere_example/src</literal> directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:976
+#: Websphere.xml:759
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp $SEAM/examples/jpa/resources-websphere61/WEB-INF/classes/"
-"GlassfishDerbyDialect.class\n"
-" ./resources]]>"
+"cp $SEAM/examples/jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: literal
-#: Websphere.xml:982
+#: Websphere.xml:765
#, no-c-format
msgid "resources/META-INF/jboss-app.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:985
+#: Websphere.xml:768
#, no-c-format
msgid ""
"You can delete this file as we aren't deploying to JBoss AS ( <literal>jboss-"
@@ -1616,13 +1279,13 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:991
+#: Websphere.xml:774
#, no-c-format
msgid "resources/*-ds.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:994
+#: Websphere.xml:777
#, no-c-format
msgid ""
"You can delete these file as we aren't deploying to JBoss AS (these files "
@@ -1630,7 +1293,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1006
+#: Websphere.xml:789
#, no-c-format
msgid ""
"Enable container managed transaction integration - add the <literal> <"
@@ -1640,7 +1303,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1015
+#: Websphere.xml:798
#, no-c-format
msgid ""
"Alter the <literal>jndi-pattern</literal> to <literal> java:comp/env/"
@@ -1648,7 +1311,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1021
+#: Websphere.xml:804
#, no-c-format
msgid ""
"We do not need <literal>managed-persistence-context</literal> for this "
@@ -1656,7 +1319,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1027
+#: Websphere.xml:810
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1667,67 +1330,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1036
+#: Websphere.xml:819
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it required "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1042
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1044
-#, no-c-format
-msgid ""
"As with the <literal>jee5/booking</literal> example we need to add EJB "
-"references to the web.xml. These references require the empty <literal>local-"
-"home</literal> to flag them for Websphere to perform the proper binding."
+"references to the web.xml. These references require replacing /local string "
+"in <literal>ejb-ref-name</literal> to flag them for Websphere to perform the "
+"proper binding."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1051
+#: Websphere.xml:826
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local> \n"
-" </ejb-local-ref>\n"
+"<![CDATA[ \n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local>\n"
+" </ejb-local-ref> \n"
" \n"
" <ejb-local-ref>\n"
" <ejb-ref-name>websphere_example/EjbSynchronizations</ejb-ref-name> \n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:1057
+#: Websphere.xml:832
#, no-c-format
msgid "Creating the <literal>AuthenticatorAction</literal> EJB"
msgstr ""
#. Tag: para
-#: Websphere.xml:1059
+#: Websphere.xml:834
#, no-c-format
msgid ""
"We want to take the existing <literal>Authenticator</literal> Seam POJO "
@@ -1735,13 +1372,19 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1065
+#: Websphere.xml:837
#, no-c-format
+msgid "Change the generated Authenticator class"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:840
+#, no-c-format
msgid "Rename the class to <literal>AuthenticatorAction</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1069
+#: Websphere.xml:844
#, no-c-format
msgid ""
"Add the <literal>@Stateless</literal> annotation to the new "
@@ -1749,7 +1392,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1075
+#: Websphere.xml:850
#, no-c-format
msgid ""
"Create an interface called <literal>Authenticator</literal> which "
@@ -1761,7 +1404,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1088
+#: Websphere.xml:863
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1770,7 +1413,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1091
+#: Websphere.xml:866
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1780,7 +1423,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1094
+#: Websphere.xml:869
#, no-c-format
msgid ""
"We've already added its reference to the <literal>web.xml</literal> file so "
@@ -1788,14 +1431,14 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:1100
+#: Websphere.xml:875
#, no-c-format
msgid ""
"Extra jar dependencies and other changes to the <literal>build.xml</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1102
+#: Websphere.xml:877
#, no-c-format
msgid ""
"This application has similar requirements as the <literal>jee5/booking</"
@@ -1803,7 +1446,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1107
+#: Websphere.xml:882
#, no-c-format
msgid ""
"Change the default target to <literal>archive</literal> (we aren't going to "
@@ -1811,7 +1454,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1113
+#: Websphere.xml:888
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1819,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1117
+#: Websphere.xml:892
#, no-c-format
msgid ""
"Websphere looks for the drools <literal>/security.drl</literal> file in the "
@@ -1832,7 +1475,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1128
+#: Websphere.xml:903
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1844,93 +1487,16 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1131
+#: Websphere.xml:906
#, no-c-format
msgid ""
-"We need to ge the <literal>GlassfishDerbyDialect.class</literal> into our "
-"application jar. To do that find the <literal>jar</literal> task and modify "
-"the top of it so that it looks like this:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1139
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"jar\" depends=\"compile,copyclasses\" \n"
-" description=\"Build the distribution .jar file\">\n"
-" <copy todir=\"${jar.dir}\">\n"
-" <fileset dir=\"${basedir}/resources\">\n"
-" <include name=\"seam.properties\" />\n"
-" <include name=\"*.drl\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
-" </fileset>\n"
-" </copy>\n"
-"...]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1142
-#, no-c-format
-msgid ""
-"Next we need to get the <literal>jboss-seam.jar</literal> into the base of "
-"the <literal>EAR</literal> file. For deployment Websphere requires this jar "
-"to be in both the <literal>/lib</literal> directory and at the base of the "
-"<literal>EAR</literal>. You must add the following to the <literal>archive</"
-"literal> task:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1151
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1152
-#, no-c-format
-msgid "So that the whole <literal>archive</literal> task looks like:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1156
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"archive\" depends=\"jar,war,ear\" \n"
-" description=\"Package the archives\">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.jar\" basedir=\"${jar.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.war\" basedir=\"${war.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.ear\">\n"
-" <fileset dir=\"${ear.dir}\"/>\n"
-" <fileset dir=\"${dist.dir}\">\n"
-" <include name=\"${project.name}.jar\"/>\n"
-" <include name=\"${project.name}.war\"/>\n"
-" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
-" </jar>\n"
-"</target>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1159
-#, no-c-format
-msgid ""
"Now we need to get extra jars into the <literal>build.xml</literal>. Look "
"for the <literal><fileset dir=\"${basedir}\"></literal> section of the "
"task below. Add the new includes at the bottom of the fileset."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1167
+#: Websphere.xml:914
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1941,9 +1507,7 @@
" <include name=\"*hibernate.cfg.xml\" />\n"
" <include name=\"jbpm.cfg.xml\" />\n"
" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
+"\n"
" <fileset dir=\"${basedir}\">\n"
" <include name=\"lib/jbpm*.jar\" />\n"
" <include name=\"lib/jboss-el.jar\" />\n"
@@ -1965,13 +1529,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1170
+#: Websphere.xml:917
#, no-c-format
msgid "Hibernate dependencies"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1171
+#: Websphere.xml:918
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1985,33 +1549,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1174
+#: Websphere.xml:921
#, no-c-format
-msgid ""
-"JSF dependencies. You will need to copy the <literal>el-ri.jar</literal> "
-"from the <literal>$SEAM/examples/jpa/lib</literal> directory."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1177
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1180
-#, no-c-format
msgid "Third party dependencies."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1181
+#: Websphere.xml:922
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2028,15 +1572,15 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1184
+#: Websphere.xml:925
#, no-c-format
msgid ""
-"<literal>jboss-seam.jar</literal> - this is needed in both the <literal>ear</"
-"literal> base and <literal>/lib</literal> directory."
+"<literal>jboss-seam.jar</literal> - this is needed in the <literal>ear</"
+"literal> base directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1188
+#: Websphere.xml:928
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2045,13 +1589,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1192
+#: Websphere.xml:932
#, no-c-format
msgid "You should end up with something like:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1193
+#: Websphere.xml:933
#, no-c-format
msgid ""
"<![CDATA[<fileset dir=\"${basedir}\">\n"
@@ -2072,13 +1616,7 @@
" <include name=\"lib/hibernate-entitymanager.jar\"/>\n"
" <include name=\"lib/hibernate-validator.jar\"/>\n"
" <include name=\"lib/jboss-common-core.jar\" />\n"
-" \n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>\n"
-" \n"
+"\n"
" <!-- 3rd party and supporting jars -->\n"
" <include name=\"lib/javassist.jar\"/>\n"
" <include name=\"lib/dom4j.jar\" />\n"
@@ -2095,38 +1633,14 @@
"</fileset>]]>"
msgstr ""
-#. Tag: para
-#: Websphere.xml:1195
-#, no-c-format
-msgid ""
-"The last step is to add <literal>jsf-impl.jar</literal> and <literal>el-ri."
-"jar</literal> to the war target. Look for <literal>copy todir=\"${war.dir}/"
-"WEB-INF/lib\"</literal> and add the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1199
-#, no-c-format
-msgid ""
-"<![CDATA[<copy todir=\"${war.dir}/WEB-INF/lib\">\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <includesfile name=\"deployed-jars-war.list"
-"\" />\n"
-" <include name=\"jsf-impl.jar\" />\n"
-" <include name=\"el-ri.jar\" /> \n"
-" <exclude name=\"jboss-seam-gen.jar\" />\n"
-" </fileset>\n"
-"</copy>]]>"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:1206
+#: Websphere.xml:940
#, no-c-format
msgid "Building and deploying the seam-gen'd application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:1212
+#: Websphere.xml:945
#, no-c-format
msgid ""
"Build your application by calling <literal>ant</literal> in the base "
@@ -2136,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1221
+#: Websphere.xml:954
#, no-c-format
msgid ""
"To deploy the application follow the instructions here : <xref linkend="
@@ -2146,7 +1660,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1227
+#: Websphere.xml:960
#, no-c-format
msgid ""
"Checkout the app at: <literal>http://localhost:9080/websphere_example/index."
Modified: trunk/doc/Seam_Reference_Guide/ja-JP/Excel.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/ja-JP/Excel.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/ja-JP/Excel.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: Seam_Reference_Guide \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-10-14 11:38+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -46,7 +46,7 @@
"&excel; JSF controls, which are used to construct views that can render the "
"document, and the DocumentStore component, which serves the rendered "
"document to the user. To include &excel; support in your application, "
-"included <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
+"include <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
"lib</literal> directory along with the <literal>jxl.jar</literal> JAR file. "
"Furthermore, you need to configure the DocumentStore servlet in your web.xml"
msgstr ""
@@ -247,9 +247,9 @@
msgid ""
"<literal>arrayGrowSize</literal> — The amount of memory by which to "
"increase the amount of memory allocated to storing the workbook data. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 1 megabyte. The value is a "
-"number (bytes)."
+"processes reading many small workbooks inside a WAS it might be necessary to "
+"reduce the default size. Default value is 1 megabyte. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -332,10 +332,10 @@
#, no-c-format
msgid ""
"<literal>initialFileSize</literal> — The initial amount of memory "
-"allocated to store the workbook data when reading a worksheet. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 5 megabytes. The value is a "
-"number (bytes)."
+"allocated to store the workbook data when reading a worksheet. For processes "
+"reading many small workbooks inside a WAS it might be necessary to reduce "
+"the default size. Default value is 5 megabytes. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -428,7 +428,7 @@
#, no-c-format
msgid ""
"<literal>filename</literal> — The filename to use for the download. "
-"The value is a string. Please not that if you map the DocumentServlet to "
+"The value is a string. Please note that if you map the DocumentServlet to "
"some pattern, this file extension must also match."
msgstr ""
@@ -442,11 +442,9 @@
msgstr ""
#. Tag: emphasis
-#: Excel.xml:322 Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081
-#: Excel.xml:1157 Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537
-#: Excel.xml:1595 Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#: Excel.xml:322 Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
#, no-c-format
-msgid "Child elemenents"
+msgid "Child elements"
msgstr ""
#. Tag: para
@@ -516,7 +514,7 @@
#, no-c-format
msgid ""
"Worksheets are the children of workbooks and the parent of columns and "
-"worksheet commands They can also contain explicitly placed cells, formulas, "
+"worksheet commands. They can also contain explicitly placed cells, formulas, "
"images and hyperlinks. They are the pages that make up the workbook."
msgstr ""
@@ -542,14 +540,14 @@
#, no-c-format
msgid ""
"<literal>var</literal> — The current row iterator variable name that "
-"can later be referenced in cell value attributes. The value is a string"
+"can later be referenced in cell value attributes. The value is a string."
msgstr ""
#. Tag: para
#: Excel.xml:401
#, no-c-format
msgid ""
-"<literal>name</literal> — The name of the worksheet. The valus is a "
+"<literal>name</literal> — The name of the worksheet. The value is a "
"string. Defaults to Sheet# where # is the worksheet index. If the given "
"worksheet name exists, that sheet is selected. This can be used for merging "
"several data sets into a single worksheet, just define the same name for "
@@ -590,7 +588,7 @@
#, no-c-format
msgid ""
"<literal>bottomMargin</literal> — The bottom margin. The value is a "
-"number (inches)"
+"number (inches)."
msgstr ""
#. Tag: para
@@ -709,7 +707,7 @@
#: Excel.xml:551
#, no-c-format
msgid ""
-"<literal>normalMagnification</literal> — The normal magnificaton "
+"<literal>normalMagnification</literal> — The normal magnification "
"factor (not zoom or scale factor). The value is a number (percentage)."
msgstr ""
@@ -727,7 +725,7 @@
#, no-c-format
msgid ""
"<literal>pageBreakPreviewMagnification</literal> — The page break "
-"preview magnificaton factor (not zoom or scale factors). the value is a "
+"preview magnification factor (not zoom or scale factors). The value is a "
"number (percentage)."
msgstr ""
@@ -803,7 +801,8 @@
#, no-c-format
msgid ""
"<literal>recalculateFormulasBeforeSave</literal> — Should the formulas "
-"be re-calculated when the sheet is saved? The value is a boolean. false"
+"be re-calculated when the sheet is saved? The value is a boolean. Default "
+"value is false."
msgstr ""
#. Tag: para
@@ -874,11 +873,19 @@
#: Excel.xml:698
#, no-c-format
msgid ""
-"<literal>zoomFactor</literal> — T zoom factor. Do not confuse zoom "
+"<literal>zoomFactor</literal> — The zoom factor. Do not confuse zoom "
"factor (which relates to the on screen view) with scale factor (which refers "
-"to the scale factor when printing). The value is a number (percentage."
+"to the scale factor when printing). The value is a number (percentage)."
msgstr ""
+#. Tag: emphasis
+#: Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081 Excel.xml:1157
+#: Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537 Excel.xml:1595
+#: Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#, no-c-format
+msgid "Child elemenents"
+msgstr ""
+
#. Tag: para
#: Excel.xml:712
#, no-c-format
@@ -900,7 +907,7 @@
#, no-c-format
msgid ""
"<literal><e:headerFooter/></literal> — Zero or more header/"
-"footer definitions ((see <xref linkend=\"excel.headersfooters\"/> ))."
+"footer definitions (see <xref linkend=\"excel.headersfooters\"/> )."
msgstr ""
#. Tag: para
@@ -916,7 +923,7 @@
#, no-c-format
msgid ""
"<literal>header</literal>— Contents that will be placed at the top of "
-"the data block, above the column headers (if any)"
+"the data block, above the column headers (if any)."
msgstr ""
#. Tag: para
@@ -924,7 +931,7 @@
#, no-c-format
msgid ""
"<literal>footer</literal>— Contents that will be placed at the bottom "
-"of the data block, below the column footers (if any)"
+"of the data block, below the column footers (if any)."
msgstr ""
#. Tag: programlisting
@@ -1062,7 +1069,7 @@
"Cells are nested within columns (for iteration) or inside worksheets (for "
"direct placement using the <literal>column</literal> and <literal>row</"
"literal> attributes) and are responsible for outputting the value (usually "
-"though en EL-expression involving the <literal>var</literal>-attribute of "
+"through an EL-expression involving the <literal>var</literal>-attribute of "
"the datatable. See"
msgstr ""
@@ -1495,7 +1502,7 @@
#: Excel.xml:1360
#, no-c-format
msgid ""
-"The formula of the cell in placed in the <literal>value</literal> -attribute "
+"The formula of the cell is placed in the <literal>value</literal> -attribute "
"as a normal &excel; notation. Note that when doing cross-sheet formulas, the "
"worksheets must exist before referencing a formula against them. The value "
"is a string."
@@ -2123,12 +2130,6 @@
"initially? The value is a boolean."
msgstr ""
-#. Tag: emphasis
-#: Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
-#, no-c-format
-msgid "Child elements"
-msgstr ""
-
#. Tag: literal
#: Excel.xml:2046
#, no-c-format
@@ -2171,7 +2172,7 @@
#: Excel.xml:2105
#, no-c-format
msgid ""
-"groups rows 5 trough 10 and columns 5 through 10 so that the rows are "
+"groups rows 5 through 10 and columns 5 through 10 so that the rows are "
"initially collapsed (but not the columns)."
msgstr ""
@@ -2382,7 +2383,7 @@
"The CSS attributes cascade down from parent to children and within one tag "
"cascades over the CSS classes referenced in the <literal>styleClass</"
"literal> attributes and finally over the CSS attributes defined in the "
-"<literal>style</literal>attribute. You can place them pretty much anywhere "
+"<literal>style</literal> attribute. You can place them pretty much anywhere "
"but e.g. placing a column width setting in a cell nested within that column "
"makes little sense."
msgstr ""
@@ -2579,7 +2580,7 @@
#. Tag: para
#: Excel.xml:2475
#, no-c-format
-msgid "This group of XLS-CSS attributes define the borders of the cell"
+msgid "This group of XLS-CSS attributes defines the borders of the cell"
msgstr ""
#. Tag: para
@@ -2667,7 +2668,7 @@
#, no-c-format
msgid ""
"A shorthand for setting line style and color of the top edge of the cell, e."
-"g style=\"xls-border-left: red thick\""
+"g style=\"xls-border-top: red thick\""
msgstr ""
#. Tag: para
@@ -2781,7 +2782,7 @@
#. Tag: para
#: Excel.xml:2668
#, no-c-format
-msgid "This group of XLS-CSS attributes define the background of the cell"
+msgid "This group of XLS-CSS attributes defines the background of the cell"
msgstr ""
#. Tag: para
@@ -2837,7 +2838,7 @@
#. Tag: para
#: Excel.xml:2722
#, no-c-format
-msgid "This group of XLS-CSS attributes define the column widths etc."
+msgid "This group of XLS-CSS attributes defines the column widths etc."
msgstr ""
#. Tag: para
@@ -2910,7 +2911,7 @@
#. Tag: para
#: Excel.xml:2783
#, no-c-format
-msgid "This group of XLS-CSS attributes define the cell properties"
+msgid "This group of XLS-CSS attributes defines the cell properties"
msgstr ""
#. Tag: para
@@ -3084,7 +3085,7 @@
#, no-c-format
msgid ""
"When using .xhtml documents, stylesheets must be referenced through the "
-"<literal><e:link> tag</literal>"
+"<literal><e:link></literal> tag"
msgstr ""
#. Tag: para
@@ -3106,8 +3107,9 @@
#, no-c-format
msgid ""
"The core of the &excel; functionality is based on the excellent JExcelAPI "
-"library which can be found on http://jexcelapi.sourceforge.net/ and most "
-"features and possible limitations are inherited from here."
+"library which can be found on <ulink url=\"http://jexcelapi.sourceforge.net"
+"\">http://jexcelapi.sourceforge.net/</ulink> and most features and possible "
+"limitations are inherited from here."
msgstr ""
#. Tag: para
Modified: trunk/doc/Seam_Reference_Guide/ja-JP/Itext.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/ja-JP/Itext.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/ja-JP/Itext.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -41,10 +41,10 @@
"iText support is provided by <literal>jboss-seam-pdf.jar</literal>. This JAR "
"contains the iText JSF controls, which are used to construct views that can "
"render to PDF, and the DocumentStore component, which serves the rendered "
-"documents to the user. To include PDF support in your application, included "
+"documents to the user. To include PDF support in your application, put "
"<literal>jboss-seam-pdf.jar</literal> in your <literal>WEB-INF/lib</literal> "
"directory along with the iText JAR file. There is no further configuration "
-"needed to use Seam's iText supportfon."
+"needed to use Seam's iText support."
msgstr ""
#. Tag: para
@@ -251,7 +251,7 @@
"for generating suitable PDF content. Tags like <literal><p:image></"
"literal> and <literal><p:paragraph></literal> are the basic "
"foundations of simple documents. Tags like <literal><p:font></literal> "
-"provide style information to all the content surrounging them."
+"provide style information to all the content surrounding them."
msgstr ""
#. Tag: literal
@@ -492,7 +492,7 @@
#, no-c-format
msgid ""
"<literal>p:image</literal> inserts an image into the document. Images can be "
-"be loaded from the classpath or from the web application context using the "
+"loaded from the classpath or from the web application context using the "
"<literal>value</literal> attribute."
msgstr ""
@@ -626,7 +626,7 @@
msgid ""
"<literal>reference</literal> — The destination the link refers to. "
"Links to other points in the document should begin with a \"#\". For "
-"example, \"#link1\" to refer to an anchor postion with a <literal>name</"
+"example, \"#link1\" to refer to an anchor position with a <literal>name</"
"literal> of <literal>link1</literal>. Links may also be a full URL to point "
"to a resource outside of the document."
msgstr ""
@@ -704,7 +704,7 @@
#: Itext.xml:631
#, no-c-format
msgid ""
-"<literal>borderWidth</literal> — The width of the border. Inidvidual "
+"<literal>borderWidth</literal> — The width of the border. Individual "
"border sides can be specified using <literal>borderWidthLeft</literal>, "
"<literal>borderWidthRight</literal>, <literal>borderWidthTop</literal> and "
"<literal>borderWidthBottom</literal>."
@@ -792,7 +792,7 @@
msgid ""
"<literal>numberDepth</literal> — The depth of numbering for section. "
"All sections are numbered relative to their surrounding chapter/sections. "
-"The fourth section of of the first section of chapter three would be section "
+"The fourth section of the first section of chapter three would be section "
"3.1.4, if displayed at the default number depth of three. To omit the "
"chapter number, a number depth of 2 should be used. In that case, the "
"section number would be displayed as 1.4."
@@ -839,7 +839,7 @@
msgid ""
"List structures can be displayed using the <literal>p:list</literal> and "
"<literal>p:listItem</literal> tags. Lists may contain arbitrarily-nested "
-"sublists. List items may not be used outside of a list. he following "
+"sublists. List items may not be used outside of a list. The following "
"document uses the <literal>ui:repeat</literal> tag to to display a list of "
"values retrieved from a Seam component."
msgstr ""
@@ -1391,7 +1391,7 @@
#, no-c-format
msgid ""
"<literal>domainGridlineStroke</literal> — The stroke style of the "
-"domain gridleines, if visible."
+"domain gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1493,7 +1493,7 @@
#, no-c-format
msgid ""
"<literal>plotOutlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1531,7 +1531,7 @@
#, no-c-format
msgid ""
"<literal>rangeGridlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1946,8 +1946,8 @@
#: Itext.xml:1893
#, no-c-format
msgid ""
-"<literal>seriesVisibleInLegend</literal> — A boolean indiciating if "
-"the series should be listed in the legend."
+"<literal>seriesVisibleInLegend</literal> — A boolean indicating if the "
+"series should be listed in the legend."
msgstr ""
#. Tag: programlisting
@@ -2149,7 +2149,7 @@
#, no-c-format
msgid ""
"<literal>dashPhase</literal> — The dash phase indicates the offset "
-"into the dash pattern that the the line should be drawn with."
+"into the dash pattern that the line should be drawn with."
msgstr ""
#. Tag: programlisting
@@ -2303,7 +2303,7 @@
#, no-c-format
msgid ""
"If you have a complex, pre-generated PDF with named fields, you can easily "
-"fill in the values from you application and present it to the user."
+"fill in the values from your application and present it to the user."
msgstr ""
#. Tag: literal
Modified: trunk/doc/Seam_Reference_Guide/ja-JP/Websphere.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/ja-JP/Websphere.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/ja-JP/Websphere.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-11-06 00:24+0000\n"
+"POT-Creation-Date: 2009-02-01 21:20+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,190 +16,80 @@
#. Tag: title
#: Websphere.xml:2
#, no-c-format
-msgid "Seam on IBM's Websphere"
+msgid "Seam on IBM's Websphere AS"
msgstr ""
#. Tag: para
#: Websphere.xml:4
#, no-c-format
msgid ""
-"Websphere 6.1.x is IBM's application server offering. The latest release is "
-"6.1.0.19 which does not have <literal>EJB3</literal> or <literal>JEE5</"
-"literal> support. There is a recently released (Nov 07) <literal>EJB3</"
-"literal> feature pack which provides some support for <literal>EJB3</"
-"literal> and <literal>JPA</literal>. Currently there is no true "
-"<literal>JEE5</literal> offering from IBM. This causes some issues with Seam "
-"integration with applications that use EJB3."
+"Websphere AS V7 is IBM's application server offering. This release is fully "
+"Java EE 5 certified."
msgstr ""
#. Tag: para
-#: Websphere.xml:12
+#: Websphere.xml:7
#, no-c-format
msgid ""
-"First we will go over some basic information about the Websphere environment "
-"that we used for these examples. After a good deal of research and work we "
-"were able to get EJB3 applications to function correctly. We will go over "
-"the details of those steps with the jee5 example. We will also deploy the "
-"JPA example application."
+"First we will go over some basic information about the Websphere AS "
+"environment that we used for these examples. We will go over the details of "
+"those steps with the JEE5 booking example. We will also deploy the JPA "
+"example application."
msgstr ""
#. Tag: title
-#: Websphere.xml:19
+#: Websphere.xml:13
#, no-c-format
-msgid "Websphere environment and deployment information"
+msgid "Websphere AS environment and deployment information"
msgstr ""
#. Tag: para
-#: Websphere.xml:21
+#: Websphere.xml:15
#, no-c-format
msgid ""
-"Websphere is a commercial product and so we will not discuss the details of "
-"its installation other than to say follow the directions provided by your "
+"Websphere AS is a commercial product and so we will not discuss the details "
+"of its installation other than to say follow the directions provided by your "
"particular installation type and license. This section will detail the exact "
"server versions used, installation tips, and some custom properties that are "
"needed for all of the examples."
msgstr ""
#. Tag: title
-#: Websphere.xml:29
+#: Websphere.xml:23
#, no-c-format
-msgid "Installation versions and tips"
+msgid "Installation versions"
msgstr ""
#. Tag: para
-#: Websphere.xml:30
+#: Websphere.xml:24
#, no-c-format
msgid ""
"All of the examples and information in this chapter are based on the version "
-"6.1 of Websphere at the time of this writing."
+"V7 of Websphere AS at the time of this writing."
msgstr ""
#. Tag: ulink
-#: Websphere.xml:35
+#: Websphere.xml:29
#, no-c-format
-msgid "Websphere Application Server 6.1"
+msgid "Websphere Application Server V7"
msgstr ""
-#. Tag: ulink
-#: Websphere.xml:40
-#, no-c-format
-msgid ""
-"Feature Pack for EJB 3.0 for Websphere Application Server V6.1 (6.1.0.13)"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:46
-#, no-c-format
-msgid "Fix Pack for Websphere Application Server V6.1 (6.1.0.19)"
-msgstr ""
-
#. Tag: para
-#: Websphere.xml:52
+#: Websphere.xml:34
#, no-c-format
msgid ""
-"The EJB3 feature pack that we installed came with the 6.1.0.13 patch version "
-"of Websphere. Installing the feature pack does not ensure that your server "
-"will have the proper environment for EJB3 applications. Be sure that as part "
-"of the installation of the feature pack you follow the instructions to "
-"create a new server profile with the EJB3 feature pack enabled, or augment "
-"one of your existing ones. This can also be done after the installation by "
-"running the profile management tool."
+"After installing Websphere AS, create server profile with Profile Management "
+"Tool, if you didn't create profile in installation process."
msgstr ""
-#. Tag: para
-#: Websphere.xml:60
-#, no-c-format
-msgid ""
-"It is highly recommended to patch Websphere by latest fix pack, at the time "
-"of this writing it is 6.1.0.19"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:63
+#: Websphere.xml:42
#, no-c-format
-msgid "A note about restarting the server"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:64
-#, no-c-format
-msgid ""
-"There are times that restarting the server will be required after deploying "
-"or changes the examples in this chapter. Its does not seem like every change "
-"requires a restart. If you get errors or exceptions after modifying a "
-"property or deploying an application try to restart the server."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:72
-#, no-c-format
-msgid "Required custom properties"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:73
-#, no-c-format
-msgid ""
-"There are a couple of Websphere custom properties that are required for Seam "
-"integration. These properties are not needed specifically for Seam, but work "
-"around some issues with Websphere. These are set following the instructions "
-"here : <ulink url=\"http://www-1.ibm.com/support/docview.wss?rss=180&"
-"uid=swg21284395\"> Setting web container custom properties</ulink>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:82
-#, no-c-format
-msgid ""
-"<literal>prependSlashToResource = \"true\"</literal> — This solves a "
-"fairly common issue with Websphere where applications are not using a "
-"leading \"/\" when attempting to access resources. If this is not set then a "
-"<literal>java.net.MalformedURLException</literal> will be thrown. With this "
-"property set you will still see warnings, but the resources will be "
-"retrieved as expected."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:90 Websphere.xml:108
-#, no-c-format
-msgid "Detailed can be found at:"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:92
-#, no-c-format
-msgid "SRVE0238E: Resource paths must have a leading slash"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:97
-#, no-c-format
-msgid ""
-"<literal>com.ibm.ws.webcontainer.invokefilterscompatibility = \"true\"</"
-"literal> — This solves an issue with Websphere where it throws a "
-"<literal>FileNotFoundException</literal> when a web application attempts to "
-"access a file resource that does not actually exist on disk. This is a "
-"common practice in modern web applications where filters or servlets are "
-"used to process resource requests like these. This issue manifests itself as "
-"failures to retrieve JavaScript, CSS, images, etc... when requesting a web "
-"page."
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:110
-#, no-c-format
-msgid ""
-"PK33090; 6.1: A filter that serves a file does not pop-up an alert message"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:119
-#, no-c-format
msgid "The <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:121
+#: Websphere.xml:44
#, no-c-format
msgid ""
"The <literal>jee5/booking</literal> example is based on the Hotel Booking "
@@ -208,45 +98,36 @@
"located in the <literal>$SEAM_DIST/examples/jee5/booking</literal> directory."
msgstr ""
-#. Tag: para
-#: Websphere.xml:128
-#, no-c-format
-msgid ""
-"As stated before the <literal>EJB3</literal> feature pack does not provide a "
-"full <literal>jee5</literal> implementation. This means that there are some "
-"tricks to getting an application deployed and functioning."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:134 Websphere.xml:927
+#: Websphere.xml:52 Websphere.xml:710
#, no-c-format
msgid "<title>Configuration file changes</title>"
msgstr ""
#. Tag: para
-#: Websphere.xml:136
+#: Websphere.xml:54
#, no-c-format
msgid ""
"Below are the configuration file changes that are need to the base example."
msgstr ""
#. Tag: literal
-#: Websphere.xml:142 Websphere.xml:1001
+#: Websphere.xml:60 Websphere.xml:784
#, no-c-format
msgid "resources/WEB-INF/components.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:145
+#: Websphere.xml:63
#, no-c-format
msgid ""
-"We need to change the way that we look up EJBs for Websphere. We need to "
-"remove the <literal>/local</literal> from the end of the <literal>jndi-"
-"pattern</literal> attribute. It should look like this:"
+"We need to change the way that we look up EJBs for WAS. We need to remove "
+"the <literal>/local</literal> from the end of the <literal>jndi-pattern</"
+"literal> attribute. It should look like this:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:152
+#: Websphere.xml:70
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -256,133 +137,119 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:156 Websphere.xml:1033
+#: Websphere.xml:76
#, no-c-format
-msgid "resources/WEB-INF/web.xml"
+msgid "resources/META-INF/ejb-jar.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:159
+#: Websphere.xml:79
#, no-c-format
msgid ""
-"This is the first place that we notice an unexpected change because this is "
-"not full <literal>jee5</literal> implementation."
+"We need to replace the /local string from <literal>ejb-ref-name</literal>. "
+"See at the following final code:"
msgstr ""
-#. Tag: para
-#: Websphere.xml:162
+#. Tag: programlisting
+#: Websphere.xml:82
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it requires "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
+"<![CDATA[\n"
+" <enterprise-beans>\n"
+" <!-- EJB reference required when one Seam EJB component references "
+"another Seam EJB component using @In -->\n"
+" <!-- Not required if you inject using @EJB, but then you lose state "
+"management and client-side interceptors (e.g., security) -->\n"
+" <session>\n"
+" <ejb-name>RegisterAction</ejb-name>\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
+"name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref>\n"
+" </session>\n"
+" </enterprise-beans>]]>"
msgstr ""
-#. Tag: programlisting
-#: Websphere.xml:169
+#. Tag: literal
+#: Websphere.xml:88 Websphere.xml:816
#, no-c-format
-msgid ""
-"<![CDATA[<xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
+msgid "resources/WEB-INF/web.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:170
+#: Websphere.xml:91
#, no-c-format
msgid ""
-"Next, we have to make some changes to the EJB references in the <literal>web."
-"xml</literal>. These changes are what will allow Websphere to bind the EJB2 "
-"references in the web module to the the actual EJB3 beans in the EAR module. "
-"Replace all of the <literal>ejb-local-refs</literal> when the values below."
+"We have to make some changes to the EJB references in the <literal>web.xml</"
+"literal>. These changes are what will allow WAS to bind automatically the "
+"EJB3 references in the web module to the the actual EJB3 beans in the EAR "
+"module. Replace all of the /local strings in <literal>ejb-local-refs</"
+"literal> when the values below."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:179
+#: Websphere.xml:100
#, no-c-format
msgid ""
"<![CDATA[\n"
" <!-- JEE5 EJB3 names -->\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Authenticator</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.BookingList</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Register</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.ChangePassword</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.HotelBooking</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.HotelSearching</local> \n"
-" </ejb-local-ref> \n"
-" \n"
" <ejb-local-ref>\n"
-" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name> \n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-name>\n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref> \n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.BookingList</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Register</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.ChangePassword</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelBooking</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelSearching</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:181
+#: Websphere.xml:102
#, no-c-format
msgid ""
-"The important change is that there is an empty <literal>local-home</literal> "
-"element for each EJB. This tells Websphere to make the correct bindings "
-"between the web module and the EJB3 beans. The <literal>ejb-link</literal> "
-"element is simply not used."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:187
-#, no-c-format
-msgid ""
"Note also that <literal>EjbSynchronizations</literal> is a built-in Seam EJB "
"and not part of the Hotel Booking example. This means that if your "
"application's <literal>components.xml</literal> specifies "
-"<literal>transaction:ejb-transaction</literal> , then you must include:"
+"<literal>transaction:ejb-transaction</literal>, then you must include:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:192
+#: Websphere.xml:107
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -395,34 +262,34 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:193
+#: Websphere.xml:108
#, no-c-format
msgid ""
"in your web.xml. If you don't include it, you'll get the following error:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:194
+#: Websphere.xml:109
#, no-c-format
msgid "Name comp/env/myapp/EjbSynchronizations not found in context java:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:199
+#: Websphere.xml:114
#, no-c-format
msgid "resources/META-INF/persistence.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:202
+#: Websphere.xml:117
#, no-c-format
msgid ""
"For this example we will be using the default datasource that comes with "
-"Websphere. To do this change the <literal>jta-data-source</literal> element:"
+"WAS. To do this change the <literal>jta-data-source</literal> element:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:205
+#: Websphere.xml:120
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -431,7 +298,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:206
+#: Websphere.xml:121
#, no-c-format
msgid ""
"Then we need to adjust some of the hibernate properties. First comment out "
@@ -439,7 +306,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:211
+#: Websphere.xml:126
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -455,25 +322,25 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:215
+#: Websphere.xml:130
#, no-c-format
msgid ""
"<literal>hibernate.transaction.manager_lookup_class</literal> — "
-"Standard Hibernate transaction manager property for Websphere 6.X"
+"Standard Hibernate transaction manager property for WAS 6.X and 7"
msgstr ""
#. Tag: para
-#: Websphere.xml:221
+#: Websphere.xml:136
#, no-c-format
msgid ""
"<literal>hibernate.transaction.flush_before_completion</literal> — "
"This is commented out because we want the container to manage the "
"transactions. Also if this is set to <literal>true</literal> an exception "
-"will be thrown by Websphere when the EJBContext is looked up."
+"will be thrown by WAS when the EJBContext is looked up."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:230
+#: Websphere.xml:145
#, no-c-format
msgid ""
"<![CDATA[com.ibm.wsspi.injectionengine.InjectionException: \n"
@@ -482,55 +349,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:233
+#: Websphere.xml:148
#, no-c-format
msgid ""
"<literal>hibernate.dialect</literal> — From WAS 6.1.0.9 on the "
-"embedded DB was switched to the same Derby DB in Glassfish."
+"embedded DB was switched to the same Derby DB as is in Glassfish v2."
msgstr ""
#. Tag: literal
-#: Websphere.xml:243 Websphere.xml:967
+#: Websphere.xml:158 Websphere.xml:750
#, no-c-format
-msgid "resources/GlassfishDerbyDialect.class"
+msgid "src/GlassfishDerbyDialect.java"
msgstr ""
#. Tag: para
-#: Websphere.xml:246
+#: Websphere.xml:161
#, no-c-format
msgid ""
-"You will need to get the <literal>GlassfishDerbyDialect.class</literal> and "
-"copy it into the <literal>/resources</literal> directory. The class exists "
-"in the JPA example and can be copied using the command below assuming you "
-"are in <literal>jee5/booking</literal> directory:"
+"You will need to get the <literal>GlassfishDerbyDialect.java</literal> and "
+"copy it into the <literal>/src</literal> directory. The java class exists in "
+"the JPA example source directory and can be copied using the command below "
+"assuming you are in <literal>jee5/booking</literal> directory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:254
+#: Websphere.xml:169
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/WEB-INF/classes/GlassfishDerbyDialect."
-"class\n"
-" ./resources]]>"
+"cp ../../jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:255
+#: Websphere.xml:170
#, no-c-format
msgid ""
-"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file "
-"using changes to the build.xml discussed later."
+"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file."
msgstr ""
#. Tag: literal
-#: Websphere.xml:261
+#: Websphere.xml:175
#, no-c-format
msgid "resources/import.sql"
msgstr ""
#. Tag: para
-#: Websphere.xml:264
+#: Websphere.xml:178
#, no-c-format
msgid ""
"This file must also be copied from the JPA example because either the Derby "
@@ -540,201 +405,91 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:271
+#: Websphere.xml:185
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/import.sql ./resources]]>"
+"cp ../../jpa/resources-websphere7/import.sql ./resources]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:280
+#: Websphere.xml:194
#, no-c-format
msgid "Building the <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:283
+#: Websphere.xml:197
#, no-c-format
msgid ""
"In order to get the changes we have made into our application we need to "
"make some changes to the <literal>build.xml</literal>. There are also some "
"additional jars that are required by our application in order to work with "
-"Websphere. This section will cover what changes are needed to the "
-"<literal>build.xml</literal>."
+"WAS. This section will cover what changes are needed to the <literal>build."
+"xml</literal>."
msgstr ""
#. Tag: title
-#: Websphere.xml:290
+#: Websphere.xml:204
#, no-c-format
-msgid "New libraries dependencies"
+msgid "Library dependency changes"
msgstr ""
#. Tag: para
-#: Websphere.xml:294
+#: Websphere.xml:205
#, no-c-format
msgid ""
-"JSF libraries — Websphere 6.1 comes with its own version of JSF 1.1 "
-"(Seam requires JSF 1.2). So we must add these jars to our application:"
+"We remove the <literal>log4j.jar</literal> so that all of the log output "
+"from our application will be added to the WAS log. Additional steps are "
+"required to fully configure log4j and those are outside of the scope of this "
+"document."
msgstr ""
-#. Tag: literal
-#: Websphere.xml:299 Websphere.xml:836
-#, no-c-format
-msgid "jsf-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:303 Websphere.xml:841
-#, no-c-format
-msgid "jsf-impl.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:309
-#, no-c-format
-msgid ""
-"Since Websphere is not a fully compliant <literal>JEE5</literal> "
-"implementation we need to add these EL libraries:"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:314 Websphere.xml:849
-#, no-c-format
-msgid "el-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:318 Websphere.xml:845
-#, no-c-format
-msgid "el-ri.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:324
-#, no-c-format
-msgid ""
-"<literal>jboss-seam.jar</literal> — for some reason when deploying the "
-"application through the Websphere administration console it can not find the "
-"<literal>jboss-seam.jar</literal> at the base of the EAR archive. This means "
-"that we need to add it to the <literal>/lib</literal> of the EAR."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:332
-#, no-c-format
-msgid ""
-"Finally we remove the <literal>log4j.jar</literal> so that all of the log "
-"output from our application will be added to the Websphere log. Additional "
-"steps are required to fully configure log4j and those are outside of the "
-"scope of this document."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:343
+#: Websphere.xml:213
#, no-c-format
msgid "Updating the <literal>build.xml</literal> file"
msgstr ""
#. Tag: para
-#: Websphere.xml:345
+#: Websphere.xml:215
#, no-c-format
msgid ""
"Add the following entry to the bottom of the <literal>build.xml</literal> "
"file. This overrides the default fileset that is used to populate the "
-"<literal>jboss-seam-jee5.jar</literal>. The primary change is the addition "
-"of the <literal>GlassfishDerbyDialect.class</literal>:"
+"<literal>jboss-seam-jee5.jar</literal>. :"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:354
+#: Websphere.xml:223
#, no-c-format
msgid ""
"<![CDATA[\n"
" <fileset id=\"jar.resources\" dir=\"${resources.dir}\">\n"
" <include name=\"import.sql\" />\n"
" <include name=\"seam.properties\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
" <include name=\"META-INF/persistence.xml\" />\n"
" <include name=\"META-INF/ejb-jar.xml\" />\n"
" </fileset>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:357
+#: Websphere.xml:225
#, no-c-format
msgid ""
-"Next we need to add the library dependencies discussed above. For this add "
-"the following to bottom of the <literal>ear.lib.extras</literal> fileset "
-"entry:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:363
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!--<include name=\"lib/log4j.jar\" />-->\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" />\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:365
-#, no-c-format
-msgid ""
-"We also need to add richfaces-api.jar, jsf-impl.jar and el-ri.jar into WEB-"
-"INF/lib of the war file. Add the following fileset after <literal>ear.lib."
-"extras</literal> fileset."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:368
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <fileset id=\"war.lib.extras\" dir=\"${seam.dir}\"> \n"
-" <include name=\"lib/richfaces-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" /> \n"
-" </fileset>]]>"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:370
-#, no-c-format
-msgid "A note about copying JSF and EL jars"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:371
-#, no-c-format
-msgid ""
-"There is a class loading issue with WebSphere, which causes the jars from "
-"ear lib directory to not be available when the web module is initialized."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:376
-#, no-c-format
-msgid ""
"Now all that is left is to execute the <literal>ant archive</literal> task "
"and the built application will be in the <literal>jee5/booking/dist</"
"literal> directory."
msgstr ""
#. Tag: title
-#: Websphere.xml:385
+#: Websphere.xml:234
#, no-c-format
msgid "Deploying the application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:387
+#: Websphere.xml:236
#, no-c-format
msgid ""
"So now we have everything we need in place. All that is left is to deploy it "
@@ -742,7 +497,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:389
+#: Websphere.xml:238
#, no-c-format
msgid ""
"For this we will use Websphere's administration console. As before there are "
@@ -750,52 +505,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:392
+#: Websphere.xml:241
#, no-c-format
msgid ""
-"The steps below are for the Websphere version stated above, yours may be "
-"slightly different."
+"The steps below are for the WAS version stated above. The ports are default "
+"values, if you changed them substitute your values."
msgstr ""
#. Tag: para
-#: Websphere.xml:396
+#: Websphere.xml:245
#, no-c-format
-msgid "Log in to the administration console"
+msgid ""
+"Log in to the administration console <programlisting><![CDATA[https://"
+"localhost:9043/admin]]></programlisting> or"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:399
+#: Websphere.xml:250
#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"https://localhost:9043/ibm/console]]>"
+msgid "<![CDATA[http://localhost:9060/admin]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:403
+#: Websphere.xml:254
#, no-c-format
msgid ""
-"Access the <literal>Enterprise Application</literal> menu option under the "
-"<literal>Applications</literal> top menu."
+"Access the <literal>Websphere enterprise applications</literal> menu option "
+"under the <literal>Applications --> Application Type</literal> left side "
+"menu."
msgstr ""
#. Tag: para
-#: Websphere.xml:408
+#: Websphere.xml:259
#, no-c-format
msgid ""
-"At the top of the <literal>Enterprise Application</literal> table select "
+"At the top of the <literal>Enterprise Applications</literal> table select "
"<literal>Install</literal>. Below are installation wizard pages and what "
"needs to done on each:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:414 Websphere.xml:674
+#: Websphere.xml:265 Websphere.xml:461
#, no-c-format
msgid "Preparing for the application installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:418
+#: Websphere.xml:269
#, no-c-format
msgid ""
"Browse to the <literal>examples/jee5/booking/dist/jboss-seam-jee5.ear</"
@@ -803,102 +559,81 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:424 Websphere.xml:442 Websphere.xml:475 Websphere.xml:689
+#: Websphere.xml:275 Websphere.xml:285 Websphere.xml:304 Websphere.xml:476
+#: Websphere.xml:496
#, no-c-format
msgid "Select the <literal>Next</literal> button."
msgstr ""
+#. Tag: para
+#: Websphere.xml:280 Websphere.xml:471
+#, no-c-format
+msgid "Select the <literal>Fast Path</literal> button."
+msgstr ""
+
#. Tag: literal
-#: Websphere.xml:431
+#: Websphere.xml:292
#, no-c-format
msgid "Select installation options"
msgstr ""
#. Tag: para
-#: Websphere.xml:435
+#: Websphere.xml:296
#, no-c-format
msgid ""
-"Select the <literal>Deploy enterprise beans</literal> check box. This is "
-"needed unless you used a Websphere tool to package the application."
+"Select the <literal>Deploy enterprise beans</literal> and <literal>Allow EJB "
+"reference targets to resolve automatically</literal> check boxes. This is "
+"needed unless you used a Websphere AS tool to package the application."
msgstr ""
#. Tag: literal
-#: Websphere.xml:449
+#: Websphere.xml:313
#, no-c-format
msgid "Map modules to servers"
msgstr ""
#. Tag: para
-#: Websphere.xml:453
+#: Websphere.xml:317
#, no-c-format
msgid ""
"No changes needed here as we only have one server. Select the <literal>Next</"
"literal> button."
msgstr ""
-#. Tag: para
-#: Websphere.xml:461
-#, no-c-format
-msgid ""
-"<literal>Map EJB references to beans</literal> This page will list all of "
-"the beans that we entered in the web.xml."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:466
-#, no-c-format
-msgid ""
-"Make sure that <literal>Allow EJB reference targets to resolve "
-"automatically</literal> check box is selected. This will tell Websphere to "
-"bind our EJB3 beans to the EJB references in the web module."
-msgstr ""
-
#. Tag: literal
-#: Websphere.xml:482
+#: Websphere.xml:325
#, no-c-format
-msgid "Map virtual hosts for Web modules"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:486
-#, no-c-format
-msgid "No changes needed here. Select the <literal>Next</literal> button."
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:493
-#, no-c-format
msgid "Summary"
msgstr ""
#. Tag: para
-#: Websphere.xml:496
+#: Websphere.xml:328
#, no-c-format
msgid "No changes needed here. Select the <literal>Finish</literal> button."
msgstr ""
#. Tag: literal
-#: Websphere.xml:503
+#: Websphere.xml:335
#, no-c-format
msgid "Installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:506
+#: Websphere.xml:338
#, no-c-format
msgid "Now you will see it installing and deploying your application."
msgstr ""
#. Tag: para
-#: Websphere.xml:511
+#: Websphere.xml:343
#, no-c-format
msgid ""
-"When if finishes select the <literal>Save</literal> link and you will be "
+"When it finishes select the <literal>Save</literal> link and you will be "
"returned to the <literal>Enterprise Applications</literal> table."
msgstr ""
#. Tag: para
-#: Websphere.xml:523
+#: Websphere.xml:355
#, no-c-format
msgid ""
"Now that we have our application installed we need to make some adjustments "
@@ -906,7 +641,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:527
+#: Websphere.xml:359
#, no-c-format
msgid ""
"Starting from the <literal>Enterprise Applications</literal> table select "
@@ -914,40 +649,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:533
+#: Websphere.xml:365
#, no-c-format
msgid "Select the <literal>Manage Modules</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:537
+#: Websphere.xml:369
#, no-c-format
-msgid "Select the <literal>jboss-seam-jee5.war</literal> link."
+msgid "Select the <literal>jboss-seam-jee5-booking.war</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:542
+#: Websphere.xml:374
#, no-c-format
msgid ""
"Change the <literal>Class loader order</literal> combo box to "
-"<literal>Classes loaded with application class loader first</literal>."
+"<literal>Classes loaded with application class loader first (parent last)</"
+"literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:548 Websphere.xml:573
+#: Websphere.xml:380 Websphere.xml:397
#, no-c-format
msgid ""
"Select <literal>Apply</literal> and then <literal>Save</literal> options."
msgstr ""
#. Tag: para
-#: Websphere.xml:552
+#: Websphere.xml:384
#, no-c-format
-msgid "Return the <literal>Seam Booking</literal> page."
+msgid "Return to the <literal>Seam Booking</literal> page."
msgstr ""
#. Tag: para
-#: Websphere.xml:556
+#: Websphere.xml:387
#, no-c-format
msgid ""
"On this page select the <literal>Class loading and update detection</"
@@ -955,7 +691,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:561
+#: Websphere.xml:392
#, no-c-format
msgid ""
"Select the radio button for <literal>Classes loaded with application class "
@@ -963,117 +699,40 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:566
+#: Websphere.xml:403
#, no-c-format
msgid ""
-"Even though we are not enabling class reload you must also enter a valid "
-"number in the <literal>Polling interval for updated files</literal> text "
-"area (zero works fine)."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:577
-#, no-c-format
-msgid ""
-"You should verify that the change you just made has been remembered. We have "
-"had problems with the last class loader change not taking effect - even "
-"after a restart. If the change did not take you will need to do it manually, "
-"following these directions:"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:585
-#, no-c-format
-msgid "Open the following file in a text editor of your choice:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:589
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"$WebSphereInstall/$yourServerName/profiles/$yourProfileName/config/cells/\n"
-" $yourCellName/applications/Seam Booking.ear/deployments/\n"
-" Seam Booking/deployment.xml]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:593
-#, no-c-format
-msgid ""
-"Modify the following line so that <literal>PARENT_FIRST</literal> is now "
-"<literal>PARENT_LAST</literal>:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:599
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<classloader xmi:id=\"Classloader_#######\" mode=\"PARENT_FIRST\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:603
-#, no-c-format
-msgid ""
-"Save the file and now when go to the <literal>Class loading and update "
-"detection</literal> page you should see <literal>Classes loaded with "
-"application class loader first</literal> selected."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:615
-#, no-c-format
-msgid ""
"To start the application return to the <literal>Enterprise Applications</"
"literal> table and select our application in the list. Then choose the "
"<literal>Start</literal> button at the top of the table."
msgstr ""
#. Tag: para
-#: Websphere.xml:622
+#: Websphere.xml:410
#, no-c-format
msgid ""
"You can now access the application at <literal>http://localhost:9080/seam-"
-"jee5/</literal> ."
+"jee5-booking/index.html</literal> ."
msgstr ""
#. Tag: title
-#: Websphere.xml:628
+#: Websphere.xml:431
#, no-c-format
-msgid "A note about Websphere Stateful bean timeouts"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:629
-#, no-c-format
-msgid ""
-"The default timeout period for a Websphere 6.1 Stateful EJB is 10 minutes. "
-"This means that you may see some EJB timeout exceptions after some idle "
-"time. It is possible to adjust the timeout of the Stateful EJBs on an "
-"individual basis, but that is beyond the scope of this document. See the "
-"Websphere documentation for details."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:643
-#, no-c-format
msgid "The <literal>jpa</literal> booking example"
msgstr ""
#. Tag: para
-#: Websphere.xml:644
+#: Websphere.xml:432
#, no-c-format
msgid ""
"Thankfully getting the <literal>jpa</literal> example to work is much easier "
"than the <literal>jee5</literal> example. This is the Hotel Booking example "
"implemented in Seam POJOs and using Hibernate JPA with JPA transactions. It "
-"does not require EJB3 support to run."
+"does not use EJB3."
msgstr ""
#. Tag: para
-#: Websphere.xml:650
+#: Websphere.xml:437
#, no-c-format
msgid ""
"The example already has a breakout of configurations and build scripts for "
@@ -1081,7 +740,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:653
+#: Websphere.xml:440
#, no-c-format
msgid ""
"First thing we are going to do is build and deploy that example. Then we'll "
@@ -1089,29 +748,29 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:657
+#: Websphere.xml:444
#, no-c-format
msgid "Building the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:658
+#: Websphere.xml:445
#, no-c-format
msgid ""
"Building it only requires running the correct ant command: "
-"<programlisting>ant websphere61</programlisting> This will create container "
+"<programlisting>ant websphere7</programlisting> This will create container "
"specific distribution and exploded archive directories with the "
-"<literal>websphere61</literal> label."
+"<literal>websphere7</literal> label."
msgstr ""
#. Tag: title
-#: Websphere.xml:664
+#: Websphere.xml:451
#, no-c-format
msgid "Deploying the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:665
+#: Websphere.xml:452
#, no-c-format
msgid ""
"This is similar to the <literal>jee5</literal> example at <xref linkend="
@@ -1119,7 +778,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:670
+#: Websphere.xml:457
#, no-c-format
msgid ""
"From the <literal>Enterprise Applications</literal> table select the "
@@ -1127,37 +786,43 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:678
+#: Websphere.xml:465
#, no-c-format
msgid ""
-"Browse to the <literal>examples/jpa/dist-websphere61/jboss-seam-jpa.war</"
+"Browse to the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
"literal> file using the file upload widget."
msgstr ""
#. Tag: para
-#: Websphere.xml:684
+#: Websphere.xml:483
#, no-c-format
msgid ""
-"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
-"jpa</literal>."
+"Select the <literal>Next</literal> button for the next three pages, no "
+"changes are needed."
msgstr ""
+#. Tag: literal
+#: Websphere.xml:488
+#, no-c-format
+msgid "Map context roots for Web modules"
+msgstr ""
+
#. Tag: para
-#: Websphere.xml:695
+#: Websphere.xml:491
#, no-c-format
msgid ""
-"Select the <literal>Next</literal> button for the next three pages, no "
-"changes are needed."
+"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
+"jpa</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:700
+#: Websphere.xml:502
#, no-c-format
msgid "<literal>Summary</literal> page"
msgstr ""
#. Tag: para
-#: Websphere.xml:703
+#: Websphere.xml:505
#, no-c-format
msgid ""
"Review the settings if you wish and select the <literal>Finish</literal> "
@@ -1167,17 +832,17 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:716
+#: Websphere.xml:519
#, no-c-format
msgid ""
"As with the <literal>jee5</literal> example there are some class loader "
"changes needed before we start the application. Follow the instructions at "
"<xref linkend=\"websphere-app-adj-after-install\"/> but exchange "
-"<literal>jboss-seam-jpa</literal> for <literal>Seam Booking</literal>."
+"<literal>jboss-seam-jpa_war</literal> for <literal>Seam Booking</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:723
+#: Websphere.xml:526
#, no-c-format
msgid ""
"Finally start the application by selecting it in the <literal>Enterprise "
@@ -1186,7 +851,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:729
+#: Websphere.xml:532
#, no-c-format
msgid ""
"You can now access the application at the <literal>http://localhost:9080/"
@@ -1194,187 +859,186 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:737
+#: Websphere.xml:540
#, no-c-format
-msgid "Whats different for Websphere 6.1"
+msgid "What's different for Websphere AS V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:738
+#: Websphere.xml:541
#, no-c-format
msgid ""
"The differences between the JPA examples that deploys to JBoss 4.2 and "
-"Websphere 6.1 are mostly expected; library and configuration file changes."
+"Websphere AS V7 are mostly expected; library and configuration file changes."
msgstr ""
#. Tag: para
-#: Websphere.xml:743
+#: Websphere.xml:546
#, no-c-format
msgid "<para>Configuration file changes</para>"
msgstr ""
#. Tag: para
-#: Websphere.xml:746
+#: Websphere.xml:549
#, no-c-format
msgid ""
-"<literal>WEB-INF/web.xml</literal> — the only significant change is "
-"that Websphere 6.1 only support <literal>Servlet 2.4</literal> so the top of "
-"this file was changed."
+"<literal>META-INF/persistence.xml</literal> — the main changes here "
+"are for the datasource JNDI path, switching to the Websphere transaction "
+"manager look up class, and changing the hibernate dialect to be "
+"<literal>GlassfishDerbyDialect</literal> ."
msgstr ""
#. Tag: para
-#: Websphere.xml:753
+#: Websphere.xml:559
#, no-c-format
msgid ""
-"<literal>META-INF/persistence.xml</literal> — the main changes here "
-"are for the datasource JNDI path, switching to the Websphere 6.1 transaction "
-"manager look up class, and changing the hibernate dialect to be "
-"<literal>GlassfishDerbyDialect</literal> ."
+"<literal>WEB-INF/components.xml</literal> — the change here is "
+"<literal>jndi-pattern</literal> without /local string."
msgstr ""
#. Tag: para
-#: Websphere.xml:763
+#: Websphere.xml:565
#, no-c-format
msgid ""
-"<literal>WEB-INF/classes/GlassfishDerbyDialect.class </literal> — this "
-"class is needed for the hibernate dialect change to "
-"<literal>GlassfishDerbyDialect</literal>"
+"<literal>META-INF/ejb-jar.xml</literal> — the same change in "
+"<literal>ejb-ref-name</literal>, where is replace /local string in "
+"<literal>jboss-seam-jee5/AuthenticatorAction</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:771
+#: Websphere.xml:572
#, no-c-format
msgid ""
+"<literal>src/GlassfishDerbyDialect.java </literal> — this class is "
+"needed for the hibernate dialect change to <literal>GlassfishDerbyDialect</"
+"literal>"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:580
+#, no-c-format
+msgid ""
"<literal>import.sql</literal> — either for the dialect or Derby DB the "
"<literal>ID</literal> column can not be populated by this file and was "
"removed."
msgstr ""
#. Tag: para
-#: Websphere.xml:780
+#: Websphere.xml:589
#, no-c-format
msgid "Changes for dependent libraries"
msgstr ""
#. Tag: para
-#: Websphere.xml:781
+#: Websphere.xml:590
#, no-c-format
msgid ""
-"<literal>WEB-INF/lib</literal> — The Websphere version requires "
-"several library packages because they are not included as they are with "
-"JBoss AS. These are primarily for hibernate, JSF-RI support and their "
-"dependencies. Below are listed only the additional jars needed above and "
-"beyond the JBoss <literal>JPA</literal> example."
+"The Websphere version requires several library packages because they are not "
+"included as they are with JBoss AS. These are primarily for hibernate and "
+"their dependencies. Below are listed only the additional jars needed above "
+"and beyond the JBoss <literal>JPA</literal> example."
msgstr ""
#. Tag: para
-#: Websphere.xml:789
+#: Websphere.xml:597
#, no-c-format
msgid "To use Hibernate as your JPA provider you need the following jars:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:794
+#: Websphere.xml:602
#, no-c-format
msgid "hibernate.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:799
+#: Websphere.xml:607
#, no-c-format
msgid "hibernate-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:804
+#: Websphere.xml:612
#, no-c-format
msgid "hibernate-commons-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:809
+#: Websphere.xml:617
#, no-c-format
msgid "hibernate-entitymanager.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:814
+#: Websphere.xml:622
#, no-c-format
msgid "hibernate-validator.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:819
+#: Websphere.xml:627
#, no-c-format
msgid "commons-collections.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:824
+#: Websphere.xml:632
#, no-c-format
msgid "jboss-common-core.jar"
msgstr ""
#. Tag: para
-#: Websphere.xml:830
+#: Websphere.xml:638
#, no-c-format
-msgid ""
-"Seam requires JSF 1.2 and these are the jars needed for that. Websphere 6.1 "
-"ships with its own implementation of JSF 1.1."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:855
-#, no-c-format
msgid "Various third party jars that Websphere needs:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:858
+#: Websphere.xml:641
#, no-c-format
msgid "antlr.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:862
+#: Websphere.xml:645
#, no-c-format
msgid "cglib.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:866
+#: Websphere.xml:649
#, no-c-format
msgid "asm.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:870
+#: Websphere.xml:653
#, no-c-format
msgid "dom4j.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:875
+#: Websphere.xml:658
#, no-c-format
msgid "javassist.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:880
+#: Websphere.xml:663
#, no-c-format
msgid "concurrent.jar"
msgstr ""
#. Tag: title
-#: Websphere.xml:895
+#: Websphere.xml:678
#, no-c-format
msgid ""
"Deploying an application created using <literal>seam-gen</literal> on "
-"Websphere 6.1.0.13"
+"Websphere V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:898
+#: Websphere.xml:681
#, no-c-format
msgid ""
"<literal>seam-gen</literal> is a very useful tool for developers to quickly "
@@ -1387,13 +1051,13 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:908
+#: Websphere.xml:691
#, no-c-format
msgid "Running <literal>seam-gen</literal> Setup"
msgstr ""
#. Tag: para
-#: Websphere.xml:909
+#: Websphere.xml:692
#, no-c-format
msgid ""
"The first step is setting up <literal>seam-gen</literal> to construct the "
@@ -1403,7 +1067,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:915
+#: Websphere.xml:698
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1499,7 +1163,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:917
+#: Websphere.xml:700
#, no-c-format
msgid ""
"Type <literal>./seam new-project</literal> to create your project and "
@@ -1508,25 +1172,25 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:924
+#: Websphere.xml:707
#, no-c-format
msgid "Changes needed for deployment to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:925
+#: Websphere.xml:708
#, no-c-format
msgid "We now need to make some changes to the generated project."
msgstr ""
#. Tag: literal
-#: Websphere.xml:931
+#: Websphere.xml:714
#, no-c-format
msgid "resources/META-INF/persistence-dev.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:936
+#: Websphere.xml:719
#, no-c-format
msgid ""
"Alter the <literal>jta-data-source</literal> to be "
@@ -1535,7 +1199,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:943
+#: Websphere.xml:726
#, no-c-format
msgid ""
"Add or change the properties below. These are described in detail at <xref "
@@ -1543,7 +1207,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:948
+#: Websphere.xml:731
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1559,14 +1223,14 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:951
+#: Websphere.xml:734
#, no-c-format
msgid ""
"Remove the JBoss AS specific method of exposing the EntityManagerFactory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:954
+#: Websphere.xml:737
#, no-c-format
msgid ""
"<![CDATA[<property \n"
@@ -1575,7 +1239,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:957
+#: Websphere.xml:740
#, no-c-format
msgid ""
"You'll need to alter <literal>persistence-prod.xml</literal> as well if you "
@@ -1583,32 +1247,31 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:970
+#: Websphere.xml:753
#, no-c-format
msgid ""
-"As with other examples we need to include this class for DB support. It can "
-"be copied from the <literal>jpa</literal> example into the "
-"<literal>websphere_example/resources</literal> directory."
+"As with other examples we need to include this java class for DB support. It "
+"can be copied from the <literal>jpa</literal> example into the "
+"<literal>websphere_example/src</literal> directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:976
+#: Websphere.xml:759
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp $SEAM/examples/jpa/resources-websphere61/WEB-INF/classes/"
-"GlassfishDerbyDialect.class\n"
-" ./resources]]>"
+"cp $SEAM/examples/jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: literal
-#: Websphere.xml:982
+#: Websphere.xml:765
#, no-c-format
msgid "resources/META-INF/jboss-app.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:985
+#: Websphere.xml:768
#, no-c-format
msgid ""
"You can delete this file as we aren't deploying to JBoss AS ( <literal>jboss-"
@@ -1616,13 +1279,13 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:991
+#: Websphere.xml:774
#, no-c-format
msgid "resources/*-ds.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:994
+#: Websphere.xml:777
#, no-c-format
msgid ""
"You can delete these file as we aren't deploying to JBoss AS (these files "
@@ -1630,7 +1293,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1006
+#: Websphere.xml:789
#, no-c-format
msgid ""
"Enable container managed transaction integration - add the <literal> <"
@@ -1640,7 +1303,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1015
+#: Websphere.xml:798
#, no-c-format
msgid ""
"Alter the <literal>jndi-pattern</literal> to <literal> java:comp/env/"
@@ -1648,7 +1311,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1021
+#: Websphere.xml:804
#, no-c-format
msgid ""
"We do not need <literal>managed-persistence-context</literal> for this "
@@ -1656,7 +1319,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1027
+#: Websphere.xml:810
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1667,67 +1330,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1036
+#: Websphere.xml:819
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it required "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1042
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1044
-#, no-c-format
-msgid ""
"As with the <literal>jee5/booking</literal> example we need to add EJB "
-"references to the web.xml. These references require the empty <literal>local-"
-"home</literal> to flag them for Websphere to perform the proper binding."
+"references to the web.xml. These references require replacing /local string "
+"in <literal>ejb-ref-name</literal> to flag them for Websphere to perform the "
+"proper binding."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1051
+#: Websphere.xml:826
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local> \n"
-" </ejb-local-ref>\n"
+"<![CDATA[ \n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local>\n"
+" </ejb-local-ref> \n"
" \n"
" <ejb-local-ref>\n"
" <ejb-ref-name>websphere_example/EjbSynchronizations</ejb-ref-name> \n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:1057
+#: Websphere.xml:832
#, no-c-format
msgid "Creating the <literal>AuthenticatorAction</literal> EJB"
msgstr ""
#. Tag: para
-#: Websphere.xml:1059
+#: Websphere.xml:834
#, no-c-format
msgid ""
"We want to take the existing <literal>Authenticator</literal> Seam POJO "
@@ -1735,13 +1372,19 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1065
+#: Websphere.xml:837
#, no-c-format
+msgid "Change the generated Authenticator class"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:840
+#, no-c-format
msgid "Rename the class to <literal>AuthenticatorAction</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1069
+#: Websphere.xml:844
#, no-c-format
msgid ""
"Add the <literal>@Stateless</literal> annotation to the new "
@@ -1749,7 +1392,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1075
+#: Websphere.xml:850
#, no-c-format
msgid ""
"Create an interface called <literal>Authenticator</literal> which "
@@ -1761,7 +1404,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1088
+#: Websphere.xml:863
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1770,7 +1413,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1091
+#: Websphere.xml:866
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1780,7 +1423,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1094
+#: Websphere.xml:869
#, no-c-format
msgid ""
"We've already added its reference to the <literal>web.xml</literal> file so "
@@ -1788,14 +1431,14 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:1100
+#: Websphere.xml:875
#, no-c-format
msgid ""
"Extra jar dependencies and other changes to the <literal>build.xml</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1102
+#: Websphere.xml:877
#, no-c-format
msgid ""
"This application has similar requirements as the <literal>jee5/booking</"
@@ -1803,7 +1446,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1107
+#: Websphere.xml:882
#, no-c-format
msgid ""
"Change the default target to <literal>archive</literal> (we aren't going to "
@@ -1811,7 +1454,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1113
+#: Websphere.xml:888
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1819,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1117
+#: Websphere.xml:892
#, no-c-format
msgid ""
"Websphere looks for the drools <literal>/security.drl</literal> file in the "
@@ -1832,7 +1475,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1128
+#: Websphere.xml:903
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1844,93 +1487,16 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1131
+#: Websphere.xml:906
#, no-c-format
msgid ""
-"We need to ge the <literal>GlassfishDerbyDialect.class</literal> into our "
-"application jar. To do that find the <literal>jar</literal> task and modify "
-"the top of it so that it looks like this:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1139
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"jar\" depends=\"compile,copyclasses\" \n"
-" description=\"Build the distribution .jar file\">\n"
-" <copy todir=\"${jar.dir}\">\n"
-" <fileset dir=\"${basedir}/resources\">\n"
-" <include name=\"seam.properties\" />\n"
-" <include name=\"*.drl\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
-" </fileset>\n"
-" </copy>\n"
-"...]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1142
-#, no-c-format
-msgid ""
-"Next we need to get the <literal>jboss-seam.jar</literal> into the base of "
-"the <literal>EAR</literal> file. For deployment Websphere requires this jar "
-"to be in both the <literal>/lib</literal> directory and at the base of the "
-"<literal>EAR</literal>. You must add the following to the <literal>archive</"
-"literal> task:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1151
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1152
-#, no-c-format
-msgid "So that the whole <literal>archive</literal> task looks like:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1156
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"archive\" depends=\"jar,war,ear\" \n"
-" description=\"Package the archives\">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.jar\" basedir=\"${jar.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.war\" basedir=\"${war.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.ear\">\n"
-" <fileset dir=\"${ear.dir}\"/>\n"
-" <fileset dir=\"${dist.dir}\">\n"
-" <include name=\"${project.name}.jar\"/>\n"
-" <include name=\"${project.name}.war\"/>\n"
-" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
-" </jar>\n"
-"</target>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1159
-#, no-c-format
-msgid ""
"Now we need to get extra jars into the <literal>build.xml</literal>. Look "
"for the <literal><fileset dir=\"${basedir}\"></literal> section of the "
"task below. Add the new includes at the bottom of the fileset."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1167
+#: Websphere.xml:914
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1941,9 +1507,7 @@
" <include name=\"*hibernate.cfg.xml\" />\n"
" <include name=\"jbpm.cfg.xml\" />\n"
" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
+"\n"
" <fileset dir=\"${basedir}\">\n"
" <include name=\"lib/jbpm*.jar\" />\n"
" <include name=\"lib/jboss-el.jar\" />\n"
@@ -1965,13 +1529,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1170
+#: Websphere.xml:917
#, no-c-format
msgid "Hibernate dependencies"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1171
+#: Websphere.xml:918
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1985,33 +1549,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1174
+#: Websphere.xml:921
#, no-c-format
-msgid ""
-"JSF dependencies. You will need to copy the <literal>el-ri.jar</literal> "
-"from the <literal>$SEAM/examples/jpa/lib</literal> directory."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1177
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1180
-#, no-c-format
msgid "Third party dependencies."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1181
+#: Websphere.xml:922
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2028,15 +1572,15 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1184
+#: Websphere.xml:925
#, no-c-format
msgid ""
-"<literal>jboss-seam.jar</literal> - this is needed in both the <literal>ear</"
-"literal> base and <literal>/lib</literal> directory."
+"<literal>jboss-seam.jar</literal> - this is needed in the <literal>ear</"
+"literal> base directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1188
+#: Websphere.xml:928
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2045,13 +1589,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1192
+#: Websphere.xml:932
#, no-c-format
msgid "You should end up with something like:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1193
+#: Websphere.xml:933
#, no-c-format
msgid ""
"<![CDATA[<fileset dir=\"${basedir}\">\n"
@@ -2072,13 +1616,7 @@
" <include name=\"lib/hibernate-entitymanager.jar\"/>\n"
" <include name=\"lib/hibernate-validator.jar\"/>\n"
" <include name=\"lib/jboss-common-core.jar\" />\n"
-" \n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>\n"
-" \n"
+"\n"
" <!-- 3rd party and supporting jars -->\n"
" <include name=\"lib/javassist.jar\"/>\n"
" <include name=\"lib/dom4j.jar\" />\n"
@@ -2095,38 +1633,14 @@
"</fileset>]]>"
msgstr ""
-#. Tag: para
-#: Websphere.xml:1195
-#, no-c-format
-msgid ""
-"The last step is to add <literal>jsf-impl.jar</literal> and <literal>el-ri."
-"jar</literal> to the war target. Look for <literal>copy todir=\"${war.dir}/"
-"WEB-INF/lib\"</literal> and add the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1199
-#, no-c-format
-msgid ""
-"<![CDATA[<copy todir=\"${war.dir}/WEB-INF/lib\">\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <includesfile name=\"deployed-jars-war.list"
-"\" />\n"
-" <include name=\"jsf-impl.jar\" />\n"
-" <include name=\"el-ri.jar\" /> \n"
-" <exclude name=\"jboss-seam-gen.jar\" />\n"
-" </fileset>\n"
-"</copy>]]>"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:1206
+#: Websphere.xml:940
#, no-c-format
msgid "Building and deploying the seam-gen'd application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:1212
+#: Websphere.xml:945
#, no-c-format
msgid ""
"Build your application by calling <literal>ant</literal> in the base "
@@ -2136,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1221
+#: Websphere.xml:954
#, no-c-format
msgid ""
"To deploy the application follow the instructions here : <xref linkend="
@@ -2146,7 +1660,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1227
+#: Websphere.xml:960
#, no-c-format
msgid ""
"Checkout the app at: <literal>http://localhost:9080/websphere_example/index."
Modified: trunk/doc/Seam_Reference_Guide/kn-IN/Excel.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/kn-IN/Excel.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/kn-IN/Excel.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: Seam_Reference_Guide \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-10-14 11:38+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -46,7 +46,7 @@
"&excel; JSF controls, which are used to construct views that can render the "
"document, and the DocumentStore component, which serves the rendered "
"document to the user. To include &excel; support in your application, "
-"included <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
+"include <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
"lib</literal> directory along with the <literal>jxl.jar</literal> JAR file. "
"Furthermore, you need to configure the DocumentStore servlet in your web.xml"
msgstr ""
@@ -247,9 +247,9 @@
msgid ""
"<literal>arrayGrowSize</literal> — The amount of memory by which to "
"increase the amount of memory allocated to storing the workbook data. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 1 megabyte. The value is a "
-"number (bytes)."
+"processes reading many small workbooks inside a WAS it might be necessary to "
+"reduce the default size. Default value is 1 megabyte. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -332,10 +332,10 @@
#, no-c-format
msgid ""
"<literal>initialFileSize</literal> — The initial amount of memory "
-"allocated to store the workbook data when reading a worksheet. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 5 megabytes. The value is a "
-"number (bytes)."
+"allocated to store the workbook data when reading a worksheet. For processes "
+"reading many small workbooks inside a WAS it might be necessary to reduce "
+"the default size. Default value is 5 megabytes. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -428,7 +428,7 @@
#, no-c-format
msgid ""
"<literal>filename</literal> — The filename to use for the download. "
-"The value is a string. Please not that if you map the DocumentServlet to "
+"The value is a string. Please note that if you map the DocumentServlet to "
"some pattern, this file extension must also match."
msgstr ""
@@ -442,11 +442,9 @@
msgstr ""
#. Tag: emphasis
-#: Excel.xml:322 Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081
-#: Excel.xml:1157 Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537
-#: Excel.xml:1595 Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#: Excel.xml:322 Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
#, no-c-format
-msgid "Child elemenents"
+msgid "Child elements"
msgstr ""
#. Tag: para
@@ -516,7 +514,7 @@
#, no-c-format
msgid ""
"Worksheets are the children of workbooks and the parent of columns and "
-"worksheet commands They can also contain explicitly placed cells, formulas, "
+"worksheet commands. They can also contain explicitly placed cells, formulas, "
"images and hyperlinks. They are the pages that make up the workbook."
msgstr ""
@@ -542,14 +540,14 @@
#, no-c-format
msgid ""
"<literal>var</literal> — The current row iterator variable name that "
-"can later be referenced in cell value attributes. The value is a string"
+"can later be referenced in cell value attributes. The value is a string."
msgstr ""
#. Tag: para
#: Excel.xml:401
#, no-c-format
msgid ""
-"<literal>name</literal> — The name of the worksheet. The valus is a "
+"<literal>name</literal> — The name of the worksheet. The value is a "
"string. Defaults to Sheet# where # is the worksheet index. If the given "
"worksheet name exists, that sheet is selected. This can be used for merging "
"several data sets into a single worksheet, just define the same name for "
@@ -590,7 +588,7 @@
#, no-c-format
msgid ""
"<literal>bottomMargin</literal> — The bottom margin. The value is a "
-"number (inches)"
+"number (inches)."
msgstr ""
#. Tag: para
@@ -709,7 +707,7 @@
#: Excel.xml:551
#, no-c-format
msgid ""
-"<literal>normalMagnification</literal> — The normal magnificaton "
+"<literal>normalMagnification</literal> — The normal magnification "
"factor (not zoom or scale factor). The value is a number (percentage)."
msgstr ""
@@ -727,7 +725,7 @@
#, no-c-format
msgid ""
"<literal>pageBreakPreviewMagnification</literal> — The page break "
-"preview magnificaton factor (not zoom or scale factors). the value is a "
+"preview magnification factor (not zoom or scale factors). The value is a "
"number (percentage)."
msgstr ""
@@ -803,7 +801,8 @@
#, no-c-format
msgid ""
"<literal>recalculateFormulasBeforeSave</literal> — Should the formulas "
-"be re-calculated when the sheet is saved? The value is a boolean. false"
+"be re-calculated when the sheet is saved? The value is a boolean. Default "
+"value is false."
msgstr ""
#. Tag: para
@@ -874,11 +873,19 @@
#: Excel.xml:698
#, no-c-format
msgid ""
-"<literal>zoomFactor</literal> — T zoom factor. Do not confuse zoom "
+"<literal>zoomFactor</literal> — The zoom factor. Do not confuse zoom "
"factor (which relates to the on screen view) with scale factor (which refers "
-"to the scale factor when printing). The value is a number (percentage."
+"to the scale factor when printing). The value is a number (percentage)."
msgstr ""
+#. Tag: emphasis
+#: Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081 Excel.xml:1157
+#: Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537 Excel.xml:1595
+#: Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#, no-c-format
+msgid "Child elemenents"
+msgstr ""
+
#. Tag: para
#: Excel.xml:712
#, no-c-format
@@ -900,7 +907,7 @@
#, no-c-format
msgid ""
"<literal><e:headerFooter/></literal> — Zero or more header/"
-"footer definitions ((see <xref linkend=\"excel.headersfooters\"/> ))."
+"footer definitions (see <xref linkend=\"excel.headersfooters\"/> )."
msgstr ""
#. Tag: para
@@ -916,7 +923,7 @@
#, no-c-format
msgid ""
"<literal>header</literal>— Contents that will be placed at the top of "
-"the data block, above the column headers (if any)"
+"the data block, above the column headers (if any)."
msgstr ""
#. Tag: para
@@ -924,7 +931,7 @@
#, no-c-format
msgid ""
"<literal>footer</literal>— Contents that will be placed at the bottom "
-"of the data block, below the column footers (if any)"
+"of the data block, below the column footers (if any)."
msgstr ""
#. Tag: programlisting
@@ -1062,7 +1069,7 @@
"Cells are nested within columns (for iteration) or inside worksheets (for "
"direct placement using the <literal>column</literal> and <literal>row</"
"literal> attributes) and are responsible for outputting the value (usually "
-"though en EL-expression involving the <literal>var</literal>-attribute of "
+"through an EL-expression involving the <literal>var</literal>-attribute of "
"the datatable. See"
msgstr ""
@@ -1495,7 +1502,7 @@
#: Excel.xml:1360
#, no-c-format
msgid ""
-"The formula of the cell in placed in the <literal>value</literal> -attribute "
+"The formula of the cell is placed in the <literal>value</literal> -attribute "
"as a normal &excel; notation. Note that when doing cross-sheet formulas, the "
"worksheets must exist before referencing a formula against them. The value "
"is a string."
@@ -2123,12 +2130,6 @@
"initially? The value is a boolean."
msgstr ""
-#. Tag: emphasis
-#: Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
-#, no-c-format
-msgid "Child elements"
-msgstr ""
-
#. Tag: literal
#: Excel.xml:2046
#, no-c-format
@@ -2171,7 +2172,7 @@
#: Excel.xml:2105
#, no-c-format
msgid ""
-"groups rows 5 trough 10 and columns 5 through 10 so that the rows are "
+"groups rows 5 through 10 and columns 5 through 10 so that the rows are "
"initially collapsed (but not the columns)."
msgstr ""
@@ -2382,7 +2383,7 @@
"The CSS attributes cascade down from parent to children and within one tag "
"cascades over the CSS classes referenced in the <literal>styleClass</"
"literal> attributes and finally over the CSS attributes defined in the "
-"<literal>style</literal>attribute. You can place them pretty much anywhere "
+"<literal>style</literal> attribute. You can place them pretty much anywhere "
"but e.g. placing a column width setting in a cell nested within that column "
"makes little sense."
msgstr ""
@@ -2579,7 +2580,7 @@
#. Tag: para
#: Excel.xml:2475
#, no-c-format
-msgid "This group of XLS-CSS attributes define the borders of the cell"
+msgid "This group of XLS-CSS attributes defines the borders of the cell"
msgstr ""
#. Tag: para
@@ -2667,7 +2668,7 @@
#, no-c-format
msgid ""
"A shorthand for setting line style and color of the top edge of the cell, e."
-"g style=\"xls-border-left: red thick\""
+"g style=\"xls-border-top: red thick\""
msgstr ""
#. Tag: para
@@ -2781,7 +2782,7 @@
#. Tag: para
#: Excel.xml:2668
#, no-c-format
-msgid "This group of XLS-CSS attributes define the background of the cell"
+msgid "This group of XLS-CSS attributes defines the background of the cell"
msgstr ""
#. Tag: para
@@ -2837,7 +2838,7 @@
#. Tag: para
#: Excel.xml:2722
#, no-c-format
-msgid "This group of XLS-CSS attributes define the column widths etc."
+msgid "This group of XLS-CSS attributes defines the column widths etc."
msgstr ""
#. Tag: para
@@ -2910,7 +2911,7 @@
#. Tag: para
#: Excel.xml:2783
#, no-c-format
-msgid "This group of XLS-CSS attributes define the cell properties"
+msgid "This group of XLS-CSS attributes defines the cell properties"
msgstr ""
#. Tag: para
@@ -3084,7 +3085,7 @@
#, no-c-format
msgid ""
"When using .xhtml documents, stylesheets must be referenced through the "
-"<literal><e:link> tag</literal>"
+"<literal><e:link></literal> tag"
msgstr ""
#. Tag: para
@@ -3106,8 +3107,9 @@
#, no-c-format
msgid ""
"The core of the &excel; functionality is based on the excellent JExcelAPI "
-"library which can be found on http://jexcelapi.sourceforge.net/ and most "
-"features and possible limitations are inherited from here."
+"library which can be found on <ulink url=\"http://jexcelapi.sourceforge.net"
+"\">http://jexcelapi.sourceforge.net/</ulink> and most features and possible "
+"limitations are inherited from here."
msgstr ""
#. Tag: para
Modified: trunk/doc/Seam_Reference_Guide/kn-IN/Itext.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/kn-IN/Itext.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/kn-IN/Itext.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -41,10 +41,10 @@
"iText support is provided by <literal>jboss-seam-pdf.jar</literal>. This JAR "
"contains the iText JSF controls, which are used to construct views that can "
"render to PDF, and the DocumentStore component, which serves the rendered "
-"documents to the user. To include PDF support in your application, included "
+"documents to the user. To include PDF support in your application, put "
"<literal>jboss-seam-pdf.jar</literal> in your <literal>WEB-INF/lib</literal> "
"directory along with the iText JAR file. There is no further configuration "
-"needed to use Seam's iText supportfon."
+"needed to use Seam's iText support."
msgstr ""
#. Tag: para
@@ -251,7 +251,7 @@
"for generating suitable PDF content. Tags like <literal><p:image></"
"literal> and <literal><p:paragraph></literal> are the basic "
"foundations of simple documents. Tags like <literal><p:font></literal> "
-"provide style information to all the content surrounging them."
+"provide style information to all the content surrounding them."
msgstr ""
#. Tag: literal
@@ -492,7 +492,7 @@
#, no-c-format
msgid ""
"<literal>p:image</literal> inserts an image into the document. Images can be "
-"be loaded from the classpath or from the web application context using the "
+"loaded from the classpath or from the web application context using the "
"<literal>value</literal> attribute."
msgstr ""
@@ -626,7 +626,7 @@
msgid ""
"<literal>reference</literal> — The destination the link refers to. "
"Links to other points in the document should begin with a \"#\". For "
-"example, \"#link1\" to refer to an anchor postion with a <literal>name</"
+"example, \"#link1\" to refer to an anchor position with a <literal>name</"
"literal> of <literal>link1</literal>. Links may also be a full URL to point "
"to a resource outside of the document."
msgstr ""
@@ -704,7 +704,7 @@
#: Itext.xml:631
#, no-c-format
msgid ""
-"<literal>borderWidth</literal> — The width of the border. Inidvidual "
+"<literal>borderWidth</literal> — The width of the border. Individual "
"border sides can be specified using <literal>borderWidthLeft</literal>, "
"<literal>borderWidthRight</literal>, <literal>borderWidthTop</literal> and "
"<literal>borderWidthBottom</literal>."
@@ -792,7 +792,7 @@
msgid ""
"<literal>numberDepth</literal> — The depth of numbering for section. "
"All sections are numbered relative to their surrounding chapter/sections. "
-"The fourth section of of the first section of chapter three would be section "
+"The fourth section of the first section of chapter three would be section "
"3.1.4, if displayed at the default number depth of three. To omit the "
"chapter number, a number depth of 2 should be used. In that case, the "
"section number would be displayed as 1.4."
@@ -839,7 +839,7 @@
msgid ""
"List structures can be displayed using the <literal>p:list</literal> and "
"<literal>p:listItem</literal> tags. Lists may contain arbitrarily-nested "
-"sublists. List items may not be used outside of a list. he following "
+"sublists. List items may not be used outside of a list. The following "
"document uses the <literal>ui:repeat</literal> tag to to display a list of "
"values retrieved from a Seam component."
msgstr ""
@@ -1391,7 +1391,7 @@
#, no-c-format
msgid ""
"<literal>domainGridlineStroke</literal> — The stroke style of the "
-"domain gridleines, if visible."
+"domain gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1493,7 +1493,7 @@
#, no-c-format
msgid ""
"<literal>plotOutlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1531,7 +1531,7 @@
#, no-c-format
msgid ""
"<literal>rangeGridlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1946,8 +1946,8 @@
#: Itext.xml:1893
#, no-c-format
msgid ""
-"<literal>seriesVisibleInLegend</literal> — A boolean indiciating if "
-"the series should be listed in the legend."
+"<literal>seriesVisibleInLegend</literal> — A boolean indicating if the "
+"series should be listed in the legend."
msgstr ""
#. Tag: programlisting
@@ -2149,7 +2149,7 @@
#, no-c-format
msgid ""
"<literal>dashPhase</literal> — The dash phase indicates the offset "
-"into the dash pattern that the the line should be drawn with."
+"into the dash pattern that the line should be drawn with."
msgstr ""
#. Tag: programlisting
@@ -2303,7 +2303,7 @@
#, no-c-format
msgid ""
"If you have a complex, pre-generated PDF with named fields, you can easily "
-"fill in the values from you application and present it to the user."
+"fill in the values from your application and present it to the user."
msgstr ""
#. Tag: literal
Modified: trunk/doc/Seam_Reference_Guide/kn-IN/Websphere.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/kn-IN/Websphere.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/kn-IN/Websphere.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-11-06 00:24+0000\n"
+"POT-Creation-Date: 2009-02-01 21:20+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,190 +16,80 @@
#. Tag: title
#: Websphere.xml:2
#, no-c-format
-msgid "Seam on IBM's Websphere"
+msgid "Seam on IBM's Websphere AS"
msgstr ""
#. Tag: para
#: Websphere.xml:4
#, no-c-format
msgid ""
-"Websphere 6.1.x is IBM's application server offering. The latest release is "
-"6.1.0.19 which does not have <literal>EJB3</literal> or <literal>JEE5</"
-"literal> support. There is a recently released (Nov 07) <literal>EJB3</"
-"literal> feature pack which provides some support for <literal>EJB3</"
-"literal> and <literal>JPA</literal>. Currently there is no true "
-"<literal>JEE5</literal> offering from IBM. This causes some issues with Seam "
-"integration with applications that use EJB3."
+"Websphere AS V7 is IBM's application server offering. This release is fully "
+"Java EE 5 certified."
msgstr ""
#. Tag: para
-#: Websphere.xml:12
+#: Websphere.xml:7
#, no-c-format
msgid ""
-"First we will go over some basic information about the Websphere environment "
-"that we used for these examples. After a good deal of research and work we "
-"were able to get EJB3 applications to function correctly. We will go over "
-"the details of those steps with the jee5 example. We will also deploy the "
-"JPA example application."
+"First we will go over some basic information about the Websphere AS "
+"environment that we used for these examples. We will go over the details of "
+"those steps with the JEE5 booking example. We will also deploy the JPA "
+"example application."
msgstr ""
#. Tag: title
-#: Websphere.xml:19
+#: Websphere.xml:13
#, no-c-format
-msgid "Websphere environment and deployment information"
+msgid "Websphere AS environment and deployment information"
msgstr ""
#. Tag: para
-#: Websphere.xml:21
+#: Websphere.xml:15
#, no-c-format
msgid ""
-"Websphere is a commercial product and so we will not discuss the details of "
-"its installation other than to say follow the directions provided by your "
+"Websphere AS is a commercial product and so we will not discuss the details "
+"of its installation other than to say follow the directions provided by your "
"particular installation type and license. This section will detail the exact "
"server versions used, installation tips, and some custom properties that are "
"needed for all of the examples."
msgstr ""
#. Tag: title
-#: Websphere.xml:29
+#: Websphere.xml:23
#, no-c-format
-msgid "Installation versions and tips"
+msgid "Installation versions"
msgstr ""
#. Tag: para
-#: Websphere.xml:30
+#: Websphere.xml:24
#, no-c-format
msgid ""
"All of the examples and information in this chapter are based on the version "
-"6.1 of Websphere at the time of this writing."
+"V7 of Websphere AS at the time of this writing."
msgstr ""
#. Tag: ulink
-#: Websphere.xml:35
+#: Websphere.xml:29
#, no-c-format
-msgid "Websphere Application Server 6.1"
+msgid "Websphere Application Server V7"
msgstr ""
-#. Tag: ulink
-#: Websphere.xml:40
-#, no-c-format
-msgid ""
-"Feature Pack for EJB 3.0 for Websphere Application Server V6.1 (6.1.0.13)"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:46
-#, no-c-format
-msgid "Fix Pack for Websphere Application Server V6.1 (6.1.0.19)"
-msgstr ""
-
#. Tag: para
-#: Websphere.xml:52
+#: Websphere.xml:34
#, no-c-format
msgid ""
-"The EJB3 feature pack that we installed came with the 6.1.0.13 patch version "
-"of Websphere. Installing the feature pack does not ensure that your server "
-"will have the proper environment for EJB3 applications. Be sure that as part "
-"of the installation of the feature pack you follow the instructions to "
-"create a new server profile with the EJB3 feature pack enabled, or augment "
-"one of your existing ones. This can also be done after the installation by "
-"running the profile management tool."
+"After installing Websphere AS, create server profile with Profile Management "
+"Tool, if you didn't create profile in installation process."
msgstr ""
-#. Tag: para
-#: Websphere.xml:60
-#, no-c-format
-msgid ""
-"It is highly recommended to patch Websphere by latest fix pack, at the time "
-"of this writing it is 6.1.0.19"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:63
+#: Websphere.xml:42
#, no-c-format
-msgid "A note about restarting the server"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:64
-#, no-c-format
-msgid ""
-"There are times that restarting the server will be required after deploying "
-"or changes the examples in this chapter. Its does not seem like every change "
-"requires a restart. If you get errors or exceptions after modifying a "
-"property or deploying an application try to restart the server."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:72
-#, no-c-format
-msgid "Required custom properties"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:73
-#, no-c-format
-msgid ""
-"There are a couple of Websphere custom properties that are required for Seam "
-"integration. These properties are not needed specifically for Seam, but work "
-"around some issues with Websphere. These are set following the instructions "
-"here : <ulink url=\"http://www-1.ibm.com/support/docview.wss?rss=180&"
-"uid=swg21284395\"> Setting web container custom properties</ulink>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:82
-#, no-c-format
-msgid ""
-"<literal>prependSlashToResource = \"true\"</literal> — This solves a "
-"fairly common issue with Websphere where applications are not using a "
-"leading \"/\" when attempting to access resources. If this is not set then a "
-"<literal>java.net.MalformedURLException</literal> will be thrown. With this "
-"property set you will still see warnings, but the resources will be "
-"retrieved as expected."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:90 Websphere.xml:108
-#, no-c-format
-msgid "Detailed can be found at:"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:92
-#, no-c-format
-msgid "SRVE0238E: Resource paths must have a leading slash"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:97
-#, no-c-format
-msgid ""
-"<literal>com.ibm.ws.webcontainer.invokefilterscompatibility = \"true\"</"
-"literal> — This solves an issue with Websphere where it throws a "
-"<literal>FileNotFoundException</literal> when a web application attempts to "
-"access a file resource that does not actually exist on disk. This is a "
-"common practice in modern web applications where filters or servlets are "
-"used to process resource requests like these. This issue manifests itself as "
-"failures to retrieve JavaScript, CSS, images, etc... when requesting a web "
-"page."
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:110
-#, no-c-format
-msgid ""
-"PK33090; 6.1: A filter that serves a file does not pop-up an alert message"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:119
-#, no-c-format
msgid "The <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:121
+#: Websphere.xml:44
#, no-c-format
msgid ""
"The <literal>jee5/booking</literal> example is based on the Hotel Booking "
@@ -208,45 +98,36 @@
"located in the <literal>$SEAM_DIST/examples/jee5/booking</literal> directory."
msgstr ""
-#. Tag: para
-#: Websphere.xml:128
-#, no-c-format
-msgid ""
-"As stated before the <literal>EJB3</literal> feature pack does not provide a "
-"full <literal>jee5</literal> implementation. This means that there are some "
-"tricks to getting an application deployed and functioning."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:134 Websphere.xml:927
+#: Websphere.xml:52 Websphere.xml:710
#, no-c-format
msgid "<title>Configuration file changes</title>"
msgstr ""
#. Tag: para
-#: Websphere.xml:136
+#: Websphere.xml:54
#, no-c-format
msgid ""
"Below are the configuration file changes that are need to the base example."
msgstr ""
#. Tag: literal
-#: Websphere.xml:142 Websphere.xml:1001
+#: Websphere.xml:60 Websphere.xml:784
#, no-c-format
msgid "resources/WEB-INF/components.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:145
+#: Websphere.xml:63
#, no-c-format
msgid ""
-"We need to change the way that we look up EJBs for Websphere. We need to "
-"remove the <literal>/local</literal> from the end of the <literal>jndi-"
-"pattern</literal> attribute. It should look like this:"
+"We need to change the way that we look up EJBs for WAS. We need to remove "
+"the <literal>/local</literal> from the end of the <literal>jndi-pattern</"
+"literal> attribute. It should look like this:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:152
+#: Websphere.xml:70
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -256,133 +137,119 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:156 Websphere.xml:1033
+#: Websphere.xml:76
#, no-c-format
-msgid "resources/WEB-INF/web.xml"
+msgid "resources/META-INF/ejb-jar.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:159
+#: Websphere.xml:79
#, no-c-format
msgid ""
-"This is the first place that we notice an unexpected change because this is "
-"not full <literal>jee5</literal> implementation."
+"We need to replace the /local string from <literal>ejb-ref-name</literal>. "
+"See at the following final code:"
msgstr ""
-#. Tag: para
-#: Websphere.xml:162
+#. Tag: programlisting
+#: Websphere.xml:82
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it requires "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
+"<![CDATA[\n"
+" <enterprise-beans>\n"
+" <!-- EJB reference required when one Seam EJB component references "
+"another Seam EJB component using @In -->\n"
+" <!-- Not required if you inject using @EJB, but then you lose state "
+"management and client-side interceptors (e.g., security) -->\n"
+" <session>\n"
+" <ejb-name>RegisterAction</ejb-name>\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
+"name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref>\n"
+" </session>\n"
+" </enterprise-beans>]]>"
msgstr ""
-#. Tag: programlisting
-#: Websphere.xml:169
+#. Tag: literal
+#: Websphere.xml:88 Websphere.xml:816
#, no-c-format
-msgid ""
-"<![CDATA[<xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
+msgid "resources/WEB-INF/web.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:170
+#: Websphere.xml:91
#, no-c-format
msgid ""
-"Next, we have to make some changes to the EJB references in the <literal>web."
-"xml</literal>. These changes are what will allow Websphere to bind the EJB2 "
-"references in the web module to the the actual EJB3 beans in the EAR module. "
-"Replace all of the <literal>ejb-local-refs</literal> when the values below."
+"We have to make some changes to the EJB references in the <literal>web.xml</"
+"literal>. These changes are what will allow WAS to bind automatically the "
+"EJB3 references in the web module to the the actual EJB3 beans in the EAR "
+"module. Replace all of the /local strings in <literal>ejb-local-refs</"
+"literal> when the values below."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:179
+#: Websphere.xml:100
#, no-c-format
msgid ""
"<![CDATA[\n"
" <!-- JEE5 EJB3 names -->\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Authenticator</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.BookingList</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Register</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.ChangePassword</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.HotelBooking</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.HotelSearching</local> \n"
-" </ejb-local-ref> \n"
-" \n"
" <ejb-local-ref>\n"
-" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name> \n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-name>\n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref> \n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.BookingList</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Register</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.ChangePassword</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelBooking</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelSearching</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:181
+#: Websphere.xml:102
#, no-c-format
msgid ""
-"The important change is that there is an empty <literal>local-home</literal> "
-"element for each EJB. This tells Websphere to make the correct bindings "
-"between the web module and the EJB3 beans. The <literal>ejb-link</literal> "
-"element is simply not used."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:187
-#, no-c-format
-msgid ""
"Note also that <literal>EjbSynchronizations</literal> is a built-in Seam EJB "
"and not part of the Hotel Booking example. This means that if your "
"application's <literal>components.xml</literal> specifies "
-"<literal>transaction:ejb-transaction</literal> , then you must include:"
+"<literal>transaction:ejb-transaction</literal>, then you must include:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:192
+#: Websphere.xml:107
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -395,34 +262,34 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:193
+#: Websphere.xml:108
#, no-c-format
msgid ""
"in your web.xml. If you don't include it, you'll get the following error:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:194
+#: Websphere.xml:109
#, no-c-format
msgid "Name comp/env/myapp/EjbSynchronizations not found in context java:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:199
+#: Websphere.xml:114
#, no-c-format
msgid "resources/META-INF/persistence.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:202
+#: Websphere.xml:117
#, no-c-format
msgid ""
"For this example we will be using the default datasource that comes with "
-"Websphere. To do this change the <literal>jta-data-source</literal> element:"
+"WAS. To do this change the <literal>jta-data-source</literal> element:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:205
+#: Websphere.xml:120
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -431,7 +298,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:206
+#: Websphere.xml:121
#, no-c-format
msgid ""
"Then we need to adjust some of the hibernate properties. First comment out "
@@ -439,7 +306,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:211
+#: Websphere.xml:126
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -455,25 +322,25 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:215
+#: Websphere.xml:130
#, no-c-format
msgid ""
"<literal>hibernate.transaction.manager_lookup_class</literal> — "
-"Standard Hibernate transaction manager property for Websphere 6.X"
+"Standard Hibernate transaction manager property for WAS 6.X and 7"
msgstr ""
#. Tag: para
-#: Websphere.xml:221
+#: Websphere.xml:136
#, no-c-format
msgid ""
"<literal>hibernate.transaction.flush_before_completion</literal> — "
"This is commented out because we want the container to manage the "
"transactions. Also if this is set to <literal>true</literal> an exception "
-"will be thrown by Websphere when the EJBContext is looked up."
+"will be thrown by WAS when the EJBContext is looked up."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:230
+#: Websphere.xml:145
#, no-c-format
msgid ""
"<![CDATA[com.ibm.wsspi.injectionengine.InjectionException: \n"
@@ -482,55 +349,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:233
+#: Websphere.xml:148
#, no-c-format
msgid ""
"<literal>hibernate.dialect</literal> — From WAS 6.1.0.9 on the "
-"embedded DB was switched to the same Derby DB in Glassfish."
+"embedded DB was switched to the same Derby DB as is in Glassfish v2."
msgstr ""
#. Tag: literal
-#: Websphere.xml:243 Websphere.xml:967
+#: Websphere.xml:158 Websphere.xml:750
#, no-c-format
-msgid "resources/GlassfishDerbyDialect.class"
+msgid "src/GlassfishDerbyDialect.java"
msgstr ""
#. Tag: para
-#: Websphere.xml:246
+#: Websphere.xml:161
#, no-c-format
msgid ""
-"You will need to get the <literal>GlassfishDerbyDialect.class</literal> and "
-"copy it into the <literal>/resources</literal> directory. The class exists "
-"in the JPA example and can be copied using the command below assuming you "
-"are in <literal>jee5/booking</literal> directory:"
+"You will need to get the <literal>GlassfishDerbyDialect.java</literal> and "
+"copy it into the <literal>/src</literal> directory. The java class exists in "
+"the JPA example source directory and can be copied using the command below "
+"assuming you are in <literal>jee5/booking</literal> directory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:254
+#: Websphere.xml:169
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/WEB-INF/classes/GlassfishDerbyDialect."
-"class\n"
-" ./resources]]>"
+"cp ../../jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:255
+#: Websphere.xml:170
#, no-c-format
msgid ""
-"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file "
-"using changes to the build.xml discussed later."
+"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file."
msgstr ""
#. Tag: literal
-#: Websphere.xml:261
+#: Websphere.xml:175
#, no-c-format
msgid "resources/import.sql"
msgstr ""
#. Tag: para
-#: Websphere.xml:264
+#: Websphere.xml:178
#, no-c-format
msgid ""
"This file must also be copied from the JPA example because either the Derby "
@@ -540,201 +405,91 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:271
+#: Websphere.xml:185
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/import.sql ./resources]]>"
+"cp ../../jpa/resources-websphere7/import.sql ./resources]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:280
+#: Websphere.xml:194
#, no-c-format
msgid "Building the <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:283
+#: Websphere.xml:197
#, no-c-format
msgid ""
"In order to get the changes we have made into our application we need to "
"make some changes to the <literal>build.xml</literal>. There are also some "
"additional jars that are required by our application in order to work with "
-"Websphere. This section will cover what changes are needed to the "
-"<literal>build.xml</literal>."
+"WAS. This section will cover what changes are needed to the <literal>build."
+"xml</literal>."
msgstr ""
#. Tag: title
-#: Websphere.xml:290
+#: Websphere.xml:204
#, no-c-format
-msgid "New libraries dependencies"
+msgid "Library dependency changes"
msgstr ""
#. Tag: para
-#: Websphere.xml:294
+#: Websphere.xml:205
#, no-c-format
msgid ""
-"JSF libraries — Websphere 6.1 comes with its own version of JSF 1.1 "
-"(Seam requires JSF 1.2). So we must add these jars to our application:"
+"We remove the <literal>log4j.jar</literal> so that all of the log output "
+"from our application will be added to the WAS log. Additional steps are "
+"required to fully configure log4j and those are outside of the scope of this "
+"document."
msgstr ""
-#. Tag: literal
-#: Websphere.xml:299 Websphere.xml:836
-#, no-c-format
-msgid "jsf-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:303 Websphere.xml:841
-#, no-c-format
-msgid "jsf-impl.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:309
-#, no-c-format
-msgid ""
-"Since Websphere is not a fully compliant <literal>JEE5</literal> "
-"implementation we need to add these EL libraries:"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:314 Websphere.xml:849
-#, no-c-format
-msgid "el-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:318 Websphere.xml:845
-#, no-c-format
-msgid "el-ri.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:324
-#, no-c-format
-msgid ""
-"<literal>jboss-seam.jar</literal> — for some reason when deploying the "
-"application through the Websphere administration console it can not find the "
-"<literal>jboss-seam.jar</literal> at the base of the EAR archive. This means "
-"that we need to add it to the <literal>/lib</literal> of the EAR."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:332
-#, no-c-format
-msgid ""
-"Finally we remove the <literal>log4j.jar</literal> so that all of the log "
-"output from our application will be added to the Websphere log. Additional "
-"steps are required to fully configure log4j and those are outside of the "
-"scope of this document."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:343
+#: Websphere.xml:213
#, no-c-format
msgid "Updating the <literal>build.xml</literal> file"
msgstr ""
#. Tag: para
-#: Websphere.xml:345
+#: Websphere.xml:215
#, no-c-format
msgid ""
"Add the following entry to the bottom of the <literal>build.xml</literal> "
"file. This overrides the default fileset that is used to populate the "
-"<literal>jboss-seam-jee5.jar</literal>. The primary change is the addition "
-"of the <literal>GlassfishDerbyDialect.class</literal>:"
+"<literal>jboss-seam-jee5.jar</literal>. :"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:354
+#: Websphere.xml:223
#, no-c-format
msgid ""
"<![CDATA[\n"
" <fileset id=\"jar.resources\" dir=\"${resources.dir}\">\n"
" <include name=\"import.sql\" />\n"
" <include name=\"seam.properties\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
" <include name=\"META-INF/persistence.xml\" />\n"
" <include name=\"META-INF/ejb-jar.xml\" />\n"
" </fileset>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:357
+#: Websphere.xml:225
#, no-c-format
msgid ""
-"Next we need to add the library dependencies discussed above. For this add "
-"the following to bottom of the <literal>ear.lib.extras</literal> fileset "
-"entry:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:363
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!--<include name=\"lib/log4j.jar\" />-->\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" />\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:365
-#, no-c-format
-msgid ""
-"We also need to add richfaces-api.jar, jsf-impl.jar and el-ri.jar into WEB-"
-"INF/lib of the war file. Add the following fileset after <literal>ear.lib."
-"extras</literal> fileset."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:368
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <fileset id=\"war.lib.extras\" dir=\"${seam.dir}\"> \n"
-" <include name=\"lib/richfaces-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" /> \n"
-" </fileset>]]>"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:370
-#, no-c-format
-msgid "A note about copying JSF and EL jars"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:371
-#, no-c-format
-msgid ""
-"There is a class loading issue with WebSphere, which causes the jars from "
-"ear lib directory to not be available when the web module is initialized."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:376
-#, no-c-format
-msgid ""
"Now all that is left is to execute the <literal>ant archive</literal> task "
"and the built application will be in the <literal>jee5/booking/dist</"
"literal> directory."
msgstr ""
#. Tag: title
-#: Websphere.xml:385
+#: Websphere.xml:234
#, no-c-format
msgid "Deploying the application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:387
+#: Websphere.xml:236
#, no-c-format
msgid ""
"So now we have everything we need in place. All that is left is to deploy it "
@@ -742,7 +497,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:389
+#: Websphere.xml:238
#, no-c-format
msgid ""
"For this we will use Websphere's administration console. As before there are "
@@ -750,52 +505,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:392
+#: Websphere.xml:241
#, no-c-format
msgid ""
-"The steps below are for the Websphere version stated above, yours may be "
-"slightly different."
+"The steps below are for the WAS version stated above. The ports are default "
+"values, if you changed them substitute your values."
msgstr ""
#. Tag: para
-#: Websphere.xml:396
+#: Websphere.xml:245
#, no-c-format
-msgid "Log in to the administration console"
+msgid ""
+"Log in to the administration console <programlisting><![CDATA[https://"
+"localhost:9043/admin]]></programlisting> or"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:399
+#: Websphere.xml:250
#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"https://localhost:9043/ibm/console]]>"
+msgid "<![CDATA[http://localhost:9060/admin]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:403
+#: Websphere.xml:254
#, no-c-format
msgid ""
-"Access the <literal>Enterprise Application</literal> menu option under the "
-"<literal>Applications</literal> top menu."
+"Access the <literal>Websphere enterprise applications</literal> menu option "
+"under the <literal>Applications --> Application Type</literal> left side "
+"menu."
msgstr ""
#. Tag: para
-#: Websphere.xml:408
+#: Websphere.xml:259
#, no-c-format
msgid ""
-"At the top of the <literal>Enterprise Application</literal> table select "
+"At the top of the <literal>Enterprise Applications</literal> table select "
"<literal>Install</literal>. Below are installation wizard pages and what "
"needs to done on each:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:414 Websphere.xml:674
+#: Websphere.xml:265 Websphere.xml:461
#, no-c-format
msgid "Preparing for the application installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:418
+#: Websphere.xml:269
#, no-c-format
msgid ""
"Browse to the <literal>examples/jee5/booking/dist/jboss-seam-jee5.ear</"
@@ -803,102 +559,81 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:424 Websphere.xml:442 Websphere.xml:475 Websphere.xml:689
+#: Websphere.xml:275 Websphere.xml:285 Websphere.xml:304 Websphere.xml:476
+#: Websphere.xml:496
#, no-c-format
msgid "Select the <literal>Next</literal> button."
msgstr ""
+#. Tag: para
+#: Websphere.xml:280 Websphere.xml:471
+#, no-c-format
+msgid "Select the <literal>Fast Path</literal> button."
+msgstr ""
+
#. Tag: literal
-#: Websphere.xml:431
+#: Websphere.xml:292
#, no-c-format
msgid "Select installation options"
msgstr ""
#. Tag: para
-#: Websphere.xml:435
+#: Websphere.xml:296
#, no-c-format
msgid ""
-"Select the <literal>Deploy enterprise beans</literal> check box. This is "
-"needed unless you used a Websphere tool to package the application."
+"Select the <literal>Deploy enterprise beans</literal> and <literal>Allow EJB "
+"reference targets to resolve automatically</literal> check boxes. This is "
+"needed unless you used a Websphere AS tool to package the application."
msgstr ""
#. Tag: literal
-#: Websphere.xml:449
+#: Websphere.xml:313
#, no-c-format
msgid "Map modules to servers"
msgstr ""
#. Tag: para
-#: Websphere.xml:453
+#: Websphere.xml:317
#, no-c-format
msgid ""
"No changes needed here as we only have one server. Select the <literal>Next</"
"literal> button."
msgstr ""
-#. Tag: para
-#: Websphere.xml:461
-#, no-c-format
-msgid ""
-"<literal>Map EJB references to beans</literal> This page will list all of "
-"the beans that we entered in the web.xml."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:466
-#, no-c-format
-msgid ""
-"Make sure that <literal>Allow EJB reference targets to resolve "
-"automatically</literal> check box is selected. This will tell Websphere to "
-"bind our EJB3 beans to the EJB references in the web module."
-msgstr ""
-
#. Tag: literal
-#: Websphere.xml:482
+#: Websphere.xml:325
#, no-c-format
-msgid "Map virtual hosts for Web modules"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:486
-#, no-c-format
-msgid "No changes needed here. Select the <literal>Next</literal> button."
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:493
-#, no-c-format
msgid "Summary"
msgstr ""
#. Tag: para
-#: Websphere.xml:496
+#: Websphere.xml:328
#, no-c-format
msgid "No changes needed here. Select the <literal>Finish</literal> button."
msgstr ""
#. Tag: literal
-#: Websphere.xml:503
+#: Websphere.xml:335
#, no-c-format
msgid "Installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:506
+#: Websphere.xml:338
#, no-c-format
msgid "Now you will see it installing and deploying your application."
msgstr ""
#. Tag: para
-#: Websphere.xml:511
+#: Websphere.xml:343
#, no-c-format
msgid ""
-"When if finishes select the <literal>Save</literal> link and you will be "
+"When it finishes select the <literal>Save</literal> link and you will be "
"returned to the <literal>Enterprise Applications</literal> table."
msgstr ""
#. Tag: para
-#: Websphere.xml:523
+#: Websphere.xml:355
#, no-c-format
msgid ""
"Now that we have our application installed we need to make some adjustments "
@@ -906,7 +641,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:527
+#: Websphere.xml:359
#, no-c-format
msgid ""
"Starting from the <literal>Enterprise Applications</literal> table select "
@@ -914,40 +649,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:533
+#: Websphere.xml:365
#, no-c-format
msgid "Select the <literal>Manage Modules</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:537
+#: Websphere.xml:369
#, no-c-format
-msgid "Select the <literal>jboss-seam-jee5.war</literal> link."
+msgid "Select the <literal>jboss-seam-jee5-booking.war</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:542
+#: Websphere.xml:374
#, no-c-format
msgid ""
"Change the <literal>Class loader order</literal> combo box to "
-"<literal>Classes loaded with application class loader first</literal>."
+"<literal>Classes loaded with application class loader first (parent last)</"
+"literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:548 Websphere.xml:573
+#: Websphere.xml:380 Websphere.xml:397
#, no-c-format
msgid ""
"Select <literal>Apply</literal> and then <literal>Save</literal> options."
msgstr ""
#. Tag: para
-#: Websphere.xml:552
+#: Websphere.xml:384
#, no-c-format
-msgid "Return the <literal>Seam Booking</literal> page."
+msgid "Return to the <literal>Seam Booking</literal> page."
msgstr ""
#. Tag: para
-#: Websphere.xml:556
+#: Websphere.xml:387
#, no-c-format
msgid ""
"On this page select the <literal>Class loading and update detection</"
@@ -955,7 +691,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:561
+#: Websphere.xml:392
#, no-c-format
msgid ""
"Select the radio button for <literal>Classes loaded with application class "
@@ -963,117 +699,40 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:566
+#: Websphere.xml:403
#, no-c-format
msgid ""
-"Even though we are not enabling class reload you must also enter a valid "
-"number in the <literal>Polling interval for updated files</literal> text "
-"area (zero works fine)."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:577
-#, no-c-format
-msgid ""
-"You should verify that the change you just made has been remembered. We have "
-"had problems with the last class loader change not taking effect - even "
-"after a restart. If the change did not take you will need to do it manually, "
-"following these directions:"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:585
-#, no-c-format
-msgid "Open the following file in a text editor of your choice:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:589
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"$WebSphereInstall/$yourServerName/profiles/$yourProfileName/config/cells/\n"
-" $yourCellName/applications/Seam Booking.ear/deployments/\n"
-" Seam Booking/deployment.xml]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:593
-#, no-c-format
-msgid ""
-"Modify the following line so that <literal>PARENT_FIRST</literal> is now "
-"<literal>PARENT_LAST</literal>:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:599
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<classloader xmi:id=\"Classloader_#######\" mode=\"PARENT_FIRST\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:603
-#, no-c-format
-msgid ""
-"Save the file and now when go to the <literal>Class loading and update "
-"detection</literal> page you should see <literal>Classes loaded with "
-"application class loader first</literal> selected."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:615
-#, no-c-format
-msgid ""
"To start the application return to the <literal>Enterprise Applications</"
"literal> table and select our application in the list. Then choose the "
"<literal>Start</literal> button at the top of the table."
msgstr ""
#. Tag: para
-#: Websphere.xml:622
+#: Websphere.xml:410
#, no-c-format
msgid ""
"You can now access the application at <literal>http://localhost:9080/seam-"
-"jee5/</literal> ."
+"jee5-booking/index.html</literal> ."
msgstr ""
#. Tag: title
-#: Websphere.xml:628
+#: Websphere.xml:431
#, no-c-format
-msgid "A note about Websphere Stateful bean timeouts"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:629
-#, no-c-format
-msgid ""
-"The default timeout period for a Websphere 6.1 Stateful EJB is 10 minutes. "
-"This means that you may see some EJB timeout exceptions after some idle "
-"time. It is possible to adjust the timeout of the Stateful EJBs on an "
-"individual basis, but that is beyond the scope of this document. See the "
-"Websphere documentation for details."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:643
-#, no-c-format
msgid "The <literal>jpa</literal> booking example"
msgstr ""
#. Tag: para
-#: Websphere.xml:644
+#: Websphere.xml:432
#, no-c-format
msgid ""
"Thankfully getting the <literal>jpa</literal> example to work is much easier "
"than the <literal>jee5</literal> example. This is the Hotel Booking example "
"implemented in Seam POJOs and using Hibernate JPA with JPA transactions. It "
-"does not require EJB3 support to run."
+"does not use EJB3."
msgstr ""
#. Tag: para
-#: Websphere.xml:650
+#: Websphere.xml:437
#, no-c-format
msgid ""
"The example already has a breakout of configurations and build scripts for "
@@ -1081,7 +740,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:653
+#: Websphere.xml:440
#, no-c-format
msgid ""
"First thing we are going to do is build and deploy that example. Then we'll "
@@ -1089,29 +748,29 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:657
+#: Websphere.xml:444
#, no-c-format
msgid "Building the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:658
+#: Websphere.xml:445
#, no-c-format
msgid ""
"Building it only requires running the correct ant command: "
-"<programlisting>ant websphere61</programlisting> This will create container "
+"<programlisting>ant websphere7</programlisting> This will create container "
"specific distribution and exploded archive directories with the "
-"<literal>websphere61</literal> label."
+"<literal>websphere7</literal> label."
msgstr ""
#. Tag: title
-#: Websphere.xml:664
+#: Websphere.xml:451
#, no-c-format
msgid "Deploying the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:665
+#: Websphere.xml:452
#, no-c-format
msgid ""
"This is similar to the <literal>jee5</literal> example at <xref linkend="
@@ -1119,7 +778,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:670
+#: Websphere.xml:457
#, no-c-format
msgid ""
"From the <literal>Enterprise Applications</literal> table select the "
@@ -1127,37 +786,43 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:678
+#: Websphere.xml:465
#, no-c-format
msgid ""
-"Browse to the <literal>examples/jpa/dist-websphere61/jboss-seam-jpa.war</"
+"Browse to the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
"literal> file using the file upload widget."
msgstr ""
#. Tag: para
-#: Websphere.xml:684
+#: Websphere.xml:483
#, no-c-format
msgid ""
-"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
-"jpa</literal>."
+"Select the <literal>Next</literal> button for the next three pages, no "
+"changes are needed."
msgstr ""
+#. Tag: literal
+#: Websphere.xml:488
+#, no-c-format
+msgid "Map context roots for Web modules"
+msgstr ""
+
#. Tag: para
-#: Websphere.xml:695
+#: Websphere.xml:491
#, no-c-format
msgid ""
-"Select the <literal>Next</literal> button for the next three pages, no "
-"changes are needed."
+"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
+"jpa</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:700
+#: Websphere.xml:502
#, no-c-format
msgid "<literal>Summary</literal> page"
msgstr ""
#. Tag: para
-#: Websphere.xml:703
+#: Websphere.xml:505
#, no-c-format
msgid ""
"Review the settings if you wish and select the <literal>Finish</literal> "
@@ -1167,17 +832,17 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:716
+#: Websphere.xml:519
#, no-c-format
msgid ""
"As with the <literal>jee5</literal> example there are some class loader "
"changes needed before we start the application. Follow the instructions at "
"<xref linkend=\"websphere-app-adj-after-install\"/> but exchange "
-"<literal>jboss-seam-jpa</literal> for <literal>Seam Booking</literal>."
+"<literal>jboss-seam-jpa_war</literal> for <literal>Seam Booking</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:723
+#: Websphere.xml:526
#, no-c-format
msgid ""
"Finally start the application by selecting it in the <literal>Enterprise "
@@ -1186,7 +851,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:729
+#: Websphere.xml:532
#, no-c-format
msgid ""
"You can now access the application at the <literal>http://localhost:9080/"
@@ -1194,187 +859,186 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:737
+#: Websphere.xml:540
#, no-c-format
-msgid "Whats different for Websphere 6.1"
+msgid "What's different for Websphere AS V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:738
+#: Websphere.xml:541
#, no-c-format
msgid ""
"The differences between the JPA examples that deploys to JBoss 4.2 and "
-"Websphere 6.1 are mostly expected; library and configuration file changes."
+"Websphere AS V7 are mostly expected; library and configuration file changes."
msgstr ""
#. Tag: para
-#: Websphere.xml:743
+#: Websphere.xml:546
#, no-c-format
msgid "<para>Configuration file changes</para>"
msgstr ""
#. Tag: para
-#: Websphere.xml:746
+#: Websphere.xml:549
#, no-c-format
msgid ""
-"<literal>WEB-INF/web.xml</literal> — the only significant change is "
-"that Websphere 6.1 only support <literal>Servlet 2.4</literal> so the top of "
-"this file was changed."
+"<literal>META-INF/persistence.xml</literal> — the main changes here "
+"are for the datasource JNDI path, switching to the Websphere transaction "
+"manager look up class, and changing the hibernate dialect to be "
+"<literal>GlassfishDerbyDialect</literal> ."
msgstr ""
#. Tag: para
-#: Websphere.xml:753
+#: Websphere.xml:559
#, no-c-format
msgid ""
-"<literal>META-INF/persistence.xml</literal> — the main changes here "
-"are for the datasource JNDI path, switching to the Websphere 6.1 transaction "
-"manager look up class, and changing the hibernate dialect to be "
-"<literal>GlassfishDerbyDialect</literal> ."
+"<literal>WEB-INF/components.xml</literal> — the change here is "
+"<literal>jndi-pattern</literal> without /local string."
msgstr ""
#. Tag: para
-#: Websphere.xml:763
+#: Websphere.xml:565
#, no-c-format
msgid ""
-"<literal>WEB-INF/classes/GlassfishDerbyDialect.class </literal> — this "
-"class is needed for the hibernate dialect change to "
-"<literal>GlassfishDerbyDialect</literal>"
+"<literal>META-INF/ejb-jar.xml</literal> — the same change in "
+"<literal>ejb-ref-name</literal>, where is replace /local string in "
+"<literal>jboss-seam-jee5/AuthenticatorAction</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:771
+#: Websphere.xml:572
#, no-c-format
msgid ""
+"<literal>src/GlassfishDerbyDialect.java </literal> — this class is "
+"needed for the hibernate dialect change to <literal>GlassfishDerbyDialect</"
+"literal>"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:580
+#, no-c-format
+msgid ""
"<literal>import.sql</literal> — either for the dialect or Derby DB the "
"<literal>ID</literal> column can not be populated by this file and was "
"removed."
msgstr ""
#. Tag: para
-#: Websphere.xml:780
+#: Websphere.xml:589
#, no-c-format
msgid "Changes for dependent libraries"
msgstr ""
#. Tag: para
-#: Websphere.xml:781
+#: Websphere.xml:590
#, no-c-format
msgid ""
-"<literal>WEB-INF/lib</literal> — The Websphere version requires "
-"several library packages because they are not included as they are with "
-"JBoss AS. These are primarily for hibernate, JSF-RI support and their "
-"dependencies. Below are listed only the additional jars needed above and "
-"beyond the JBoss <literal>JPA</literal> example."
+"The Websphere version requires several library packages because they are not "
+"included as they are with JBoss AS. These are primarily for hibernate and "
+"their dependencies. Below are listed only the additional jars needed above "
+"and beyond the JBoss <literal>JPA</literal> example."
msgstr ""
#. Tag: para
-#: Websphere.xml:789
+#: Websphere.xml:597
#, no-c-format
msgid "To use Hibernate as your JPA provider you need the following jars:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:794
+#: Websphere.xml:602
#, no-c-format
msgid "hibernate.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:799
+#: Websphere.xml:607
#, no-c-format
msgid "hibernate-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:804
+#: Websphere.xml:612
#, no-c-format
msgid "hibernate-commons-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:809
+#: Websphere.xml:617
#, no-c-format
msgid "hibernate-entitymanager.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:814
+#: Websphere.xml:622
#, no-c-format
msgid "hibernate-validator.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:819
+#: Websphere.xml:627
#, no-c-format
msgid "commons-collections.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:824
+#: Websphere.xml:632
#, no-c-format
msgid "jboss-common-core.jar"
msgstr ""
#. Tag: para
-#: Websphere.xml:830
+#: Websphere.xml:638
#, no-c-format
-msgid ""
-"Seam requires JSF 1.2 and these are the jars needed for that. Websphere 6.1 "
-"ships with its own implementation of JSF 1.1."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:855
-#, no-c-format
msgid "Various third party jars that Websphere needs:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:858
+#: Websphere.xml:641
#, no-c-format
msgid "antlr.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:862
+#: Websphere.xml:645
#, no-c-format
msgid "cglib.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:866
+#: Websphere.xml:649
#, no-c-format
msgid "asm.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:870
+#: Websphere.xml:653
#, no-c-format
msgid "dom4j.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:875
+#: Websphere.xml:658
#, no-c-format
msgid "javassist.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:880
+#: Websphere.xml:663
#, no-c-format
msgid "concurrent.jar"
msgstr ""
#. Tag: title
-#: Websphere.xml:895
+#: Websphere.xml:678
#, no-c-format
msgid ""
"Deploying an application created using <literal>seam-gen</literal> on "
-"Websphere 6.1.0.13"
+"Websphere V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:898
+#: Websphere.xml:681
#, no-c-format
msgid ""
"<literal>seam-gen</literal> is a very useful tool for developers to quickly "
@@ -1387,13 +1051,13 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:908
+#: Websphere.xml:691
#, no-c-format
msgid "Running <literal>seam-gen</literal> Setup"
msgstr ""
#. Tag: para
-#: Websphere.xml:909
+#: Websphere.xml:692
#, no-c-format
msgid ""
"The first step is setting up <literal>seam-gen</literal> to construct the "
@@ -1403,7 +1067,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:915
+#: Websphere.xml:698
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1499,7 +1163,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:917
+#: Websphere.xml:700
#, no-c-format
msgid ""
"Type <literal>./seam new-project</literal> to create your project and "
@@ -1508,25 +1172,25 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:924
+#: Websphere.xml:707
#, no-c-format
msgid "Changes needed for deployment to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:925
+#: Websphere.xml:708
#, no-c-format
msgid "We now need to make some changes to the generated project."
msgstr ""
#. Tag: literal
-#: Websphere.xml:931
+#: Websphere.xml:714
#, no-c-format
msgid "resources/META-INF/persistence-dev.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:936
+#: Websphere.xml:719
#, no-c-format
msgid ""
"Alter the <literal>jta-data-source</literal> to be "
@@ -1535,7 +1199,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:943
+#: Websphere.xml:726
#, no-c-format
msgid ""
"Add or change the properties below. These are described in detail at <xref "
@@ -1543,7 +1207,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:948
+#: Websphere.xml:731
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1559,14 +1223,14 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:951
+#: Websphere.xml:734
#, no-c-format
msgid ""
"Remove the JBoss AS specific method of exposing the EntityManagerFactory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:954
+#: Websphere.xml:737
#, no-c-format
msgid ""
"<![CDATA[<property \n"
@@ -1575,7 +1239,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:957
+#: Websphere.xml:740
#, no-c-format
msgid ""
"You'll need to alter <literal>persistence-prod.xml</literal> as well if you "
@@ -1583,32 +1247,31 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:970
+#: Websphere.xml:753
#, no-c-format
msgid ""
-"As with other examples we need to include this class for DB support. It can "
-"be copied from the <literal>jpa</literal> example into the "
-"<literal>websphere_example/resources</literal> directory."
+"As with other examples we need to include this java class for DB support. It "
+"can be copied from the <literal>jpa</literal> example into the "
+"<literal>websphere_example/src</literal> directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:976
+#: Websphere.xml:759
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp $SEAM/examples/jpa/resources-websphere61/WEB-INF/classes/"
-"GlassfishDerbyDialect.class\n"
-" ./resources]]>"
+"cp $SEAM/examples/jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: literal
-#: Websphere.xml:982
+#: Websphere.xml:765
#, no-c-format
msgid "resources/META-INF/jboss-app.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:985
+#: Websphere.xml:768
#, no-c-format
msgid ""
"You can delete this file as we aren't deploying to JBoss AS ( <literal>jboss-"
@@ -1616,13 +1279,13 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:991
+#: Websphere.xml:774
#, no-c-format
msgid "resources/*-ds.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:994
+#: Websphere.xml:777
#, no-c-format
msgid ""
"You can delete these file as we aren't deploying to JBoss AS (these files "
@@ -1630,7 +1293,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1006
+#: Websphere.xml:789
#, no-c-format
msgid ""
"Enable container managed transaction integration - add the <literal> <"
@@ -1640,7 +1303,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1015
+#: Websphere.xml:798
#, no-c-format
msgid ""
"Alter the <literal>jndi-pattern</literal> to <literal> java:comp/env/"
@@ -1648,7 +1311,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1021
+#: Websphere.xml:804
#, no-c-format
msgid ""
"We do not need <literal>managed-persistence-context</literal> for this "
@@ -1656,7 +1319,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1027
+#: Websphere.xml:810
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1667,67 +1330,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1036
+#: Websphere.xml:819
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it required "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1042
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1044
-#, no-c-format
-msgid ""
"As with the <literal>jee5/booking</literal> example we need to add EJB "
-"references to the web.xml. These references require the empty <literal>local-"
-"home</literal> to flag them for Websphere to perform the proper binding."
+"references to the web.xml. These references require replacing /local string "
+"in <literal>ejb-ref-name</literal> to flag them for Websphere to perform the "
+"proper binding."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1051
+#: Websphere.xml:826
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local> \n"
-" </ejb-local-ref>\n"
+"<![CDATA[ \n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local>\n"
+" </ejb-local-ref> \n"
" \n"
" <ejb-local-ref>\n"
" <ejb-ref-name>websphere_example/EjbSynchronizations</ejb-ref-name> \n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:1057
+#: Websphere.xml:832
#, no-c-format
msgid "Creating the <literal>AuthenticatorAction</literal> EJB"
msgstr ""
#. Tag: para
-#: Websphere.xml:1059
+#: Websphere.xml:834
#, no-c-format
msgid ""
"We want to take the existing <literal>Authenticator</literal> Seam POJO "
@@ -1735,13 +1372,19 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1065
+#: Websphere.xml:837
#, no-c-format
+msgid "Change the generated Authenticator class"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:840
+#, no-c-format
msgid "Rename the class to <literal>AuthenticatorAction</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1069
+#: Websphere.xml:844
#, no-c-format
msgid ""
"Add the <literal>@Stateless</literal> annotation to the new "
@@ -1749,7 +1392,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1075
+#: Websphere.xml:850
#, no-c-format
msgid ""
"Create an interface called <literal>Authenticator</literal> which "
@@ -1761,7 +1404,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1088
+#: Websphere.xml:863
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1770,7 +1413,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1091
+#: Websphere.xml:866
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1780,7 +1423,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1094
+#: Websphere.xml:869
#, no-c-format
msgid ""
"We've already added its reference to the <literal>web.xml</literal> file so "
@@ -1788,14 +1431,14 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:1100
+#: Websphere.xml:875
#, no-c-format
msgid ""
"Extra jar dependencies and other changes to the <literal>build.xml</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1102
+#: Websphere.xml:877
#, no-c-format
msgid ""
"This application has similar requirements as the <literal>jee5/booking</"
@@ -1803,7 +1446,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1107
+#: Websphere.xml:882
#, no-c-format
msgid ""
"Change the default target to <literal>archive</literal> (we aren't going to "
@@ -1811,7 +1454,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1113
+#: Websphere.xml:888
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1819,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1117
+#: Websphere.xml:892
#, no-c-format
msgid ""
"Websphere looks for the drools <literal>/security.drl</literal> file in the "
@@ -1832,7 +1475,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1128
+#: Websphere.xml:903
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1844,93 +1487,16 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1131
+#: Websphere.xml:906
#, no-c-format
msgid ""
-"We need to ge the <literal>GlassfishDerbyDialect.class</literal> into our "
-"application jar. To do that find the <literal>jar</literal> task and modify "
-"the top of it so that it looks like this:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1139
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"jar\" depends=\"compile,copyclasses\" \n"
-" description=\"Build the distribution .jar file\">\n"
-" <copy todir=\"${jar.dir}\">\n"
-" <fileset dir=\"${basedir}/resources\">\n"
-" <include name=\"seam.properties\" />\n"
-" <include name=\"*.drl\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
-" </fileset>\n"
-" </copy>\n"
-"...]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1142
-#, no-c-format
-msgid ""
-"Next we need to get the <literal>jboss-seam.jar</literal> into the base of "
-"the <literal>EAR</literal> file. For deployment Websphere requires this jar "
-"to be in both the <literal>/lib</literal> directory and at the base of the "
-"<literal>EAR</literal>. You must add the following to the <literal>archive</"
-"literal> task:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1151
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1152
-#, no-c-format
-msgid "So that the whole <literal>archive</literal> task looks like:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1156
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"archive\" depends=\"jar,war,ear\" \n"
-" description=\"Package the archives\">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.jar\" basedir=\"${jar.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.war\" basedir=\"${war.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.ear\">\n"
-" <fileset dir=\"${ear.dir}\"/>\n"
-" <fileset dir=\"${dist.dir}\">\n"
-" <include name=\"${project.name}.jar\"/>\n"
-" <include name=\"${project.name}.war\"/>\n"
-" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
-" </jar>\n"
-"</target>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1159
-#, no-c-format
-msgid ""
"Now we need to get extra jars into the <literal>build.xml</literal>. Look "
"for the <literal><fileset dir=\"${basedir}\"></literal> section of the "
"task below. Add the new includes at the bottom of the fileset."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1167
+#: Websphere.xml:914
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1941,9 +1507,7 @@
" <include name=\"*hibernate.cfg.xml\" />\n"
" <include name=\"jbpm.cfg.xml\" />\n"
" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
+"\n"
" <fileset dir=\"${basedir}\">\n"
" <include name=\"lib/jbpm*.jar\" />\n"
" <include name=\"lib/jboss-el.jar\" />\n"
@@ -1965,13 +1529,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1170
+#: Websphere.xml:917
#, no-c-format
msgid "Hibernate dependencies"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1171
+#: Websphere.xml:918
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1985,33 +1549,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1174
+#: Websphere.xml:921
#, no-c-format
-msgid ""
-"JSF dependencies. You will need to copy the <literal>el-ri.jar</literal> "
-"from the <literal>$SEAM/examples/jpa/lib</literal> directory."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1177
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1180
-#, no-c-format
msgid "Third party dependencies."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1181
+#: Websphere.xml:922
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2028,15 +1572,15 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1184
+#: Websphere.xml:925
#, no-c-format
msgid ""
-"<literal>jboss-seam.jar</literal> - this is needed in both the <literal>ear</"
-"literal> base and <literal>/lib</literal> directory."
+"<literal>jboss-seam.jar</literal> - this is needed in the <literal>ear</"
+"literal> base directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1188
+#: Websphere.xml:928
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2045,13 +1589,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1192
+#: Websphere.xml:932
#, no-c-format
msgid "You should end up with something like:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1193
+#: Websphere.xml:933
#, no-c-format
msgid ""
"<![CDATA[<fileset dir=\"${basedir}\">\n"
@@ -2072,13 +1616,7 @@
" <include name=\"lib/hibernate-entitymanager.jar\"/>\n"
" <include name=\"lib/hibernate-validator.jar\"/>\n"
" <include name=\"lib/jboss-common-core.jar\" />\n"
-" \n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>\n"
-" \n"
+"\n"
" <!-- 3rd party and supporting jars -->\n"
" <include name=\"lib/javassist.jar\"/>\n"
" <include name=\"lib/dom4j.jar\" />\n"
@@ -2095,38 +1633,14 @@
"</fileset>]]>"
msgstr ""
-#. Tag: para
-#: Websphere.xml:1195
-#, no-c-format
-msgid ""
-"The last step is to add <literal>jsf-impl.jar</literal> and <literal>el-ri."
-"jar</literal> to the war target. Look for <literal>copy todir=\"${war.dir}/"
-"WEB-INF/lib\"</literal> and add the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1199
-#, no-c-format
-msgid ""
-"<![CDATA[<copy todir=\"${war.dir}/WEB-INF/lib\">\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <includesfile name=\"deployed-jars-war.list"
-"\" />\n"
-" <include name=\"jsf-impl.jar\" />\n"
-" <include name=\"el-ri.jar\" /> \n"
-" <exclude name=\"jboss-seam-gen.jar\" />\n"
-" </fileset>\n"
-"</copy>]]>"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:1206
+#: Websphere.xml:940
#, no-c-format
msgid "Building and deploying the seam-gen'd application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:1212
+#: Websphere.xml:945
#, no-c-format
msgid ""
"Build your application by calling <literal>ant</literal> in the base "
@@ -2136,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1221
+#: Websphere.xml:954
#, no-c-format
msgid ""
"To deploy the application follow the instructions here : <xref linkend="
@@ -2146,7 +1660,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1227
+#: Websphere.xml:960
#, no-c-format
msgid ""
"Checkout the app at: <literal>http://localhost:9080/websphere_example/index."
Modified: trunk/doc/Seam_Reference_Guide/ko-KR/Excel.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/ko-KR/Excel.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/ko-KR/Excel.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: Seam_Reference_Guide \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-10-14 11:38+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -46,7 +46,7 @@
"&excel; JSF controls, which are used to construct views that can render the "
"document, and the DocumentStore component, which serves the rendered "
"document to the user. To include &excel; support in your application, "
-"included <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
+"include <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
"lib</literal> directory along with the <literal>jxl.jar</literal> JAR file. "
"Furthermore, you need to configure the DocumentStore servlet in your web.xml"
msgstr ""
@@ -247,9 +247,9 @@
msgid ""
"<literal>arrayGrowSize</literal> — The amount of memory by which to "
"increase the amount of memory allocated to storing the workbook data. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 1 megabyte. The value is a "
-"number (bytes)."
+"processes reading many small workbooks inside a WAS it might be necessary to "
+"reduce the default size. Default value is 1 megabyte. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -332,10 +332,10 @@
#, no-c-format
msgid ""
"<literal>initialFileSize</literal> — The initial amount of memory "
-"allocated to store the workbook data when reading a worksheet. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 5 megabytes. The value is a "
-"number (bytes)."
+"allocated to store the workbook data when reading a worksheet. For processes "
+"reading many small workbooks inside a WAS it might be necessary to reduce "
+"the default size. Default value is 5 megabytes. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -428,7 +428,7 @@
#, no-c-format
msgid ""
"<literal>filename</literal> — The filename to use for the download. "
-"The value is a string. Please not that if you map the DocumentServlet to "
+"The value is a string. Please note that if you map the DocumentServlet to "
"some pattern, this file extension must also match."
msgstr ""
@@ -442,11 +442,9 @@
msgstr ""
#. Tag: emphasis
-#: Excel.xml:322 Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081
-#: Excel.xml:1157 Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537
-#: Excel.xml:1595 Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#: Excel.xml:322 Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
#, no-c-format
-msgid "Child elemenents"
+msgid "Child elements"
msgstr ""
#. Tag: para
@@ -516,7 +514,7 @@
#, no-c-format
msgid ""
"Worksheets are the children of workbooks and the parent of columns and "
-"worksheet commands They can also contain explicitly placed cells, formulas, "
+"worksheet commands. They can also contain explicitly placed cells, formulas, "
"images and hyperlinks. They are the pages that make up the workbook."
msgstr ""
@@ -542,14 +540,14 @@
#, no-c-format
msgid ""
"<literal>var</literal> — The current row iterator variable name that "
-"can later be referenced in cell value attributes. The value is a string"
+"can later be referenced in cell value attributes. The value is a string."
msgstr ""
#. Tag: para
#: Excel.xml:401
#, no-c-format
msgid ""
-"<literal>name</literal> — The name of the worksheet. The valus is a "
+"<literal>name</literal> — The name of the worksheet. The value is a "
"string. Defaults to Sheet# where # is the worksheet index. If the given "
"worksheet name exists, that sheet is selected. This can be used for merging "
"several data sets into a single worksheet, just define the same name for "
@@ -590,7 +588,7 @@
#, no-c-format
msgid ""
"<literal>bottomMargin</literal> — The bottom margin. The value is a "
-"number (inches)"
+"number (inches)."
msgstr ""
#. Tag: para
@@ -709,7 +707,7 @@
#: Excel.xml:551
#, no-c-format
msgid ""
-"<literal>normalMagnification</literal> — The normal magnificaton "
+"<literal>normalMagnification</literal> — The normal magnification "
"factor (not zoom or scale factor). The value is a number (percentage)."
msgstr ""
@@ -727,7 +725,7 @@
#, no-c-format
msgid ""
"<literal>pageBreakPreviewMagnification</literal> — The page break "
-"preview magnificaton factor (not zoom or scale factors). the value is a "
+"preview magnification factor (not zoom or scale factors). The value is a "
"number (percentage)."
msgstr ""
@@ -803,7 +801,8 @@
#, no-c-format
msgid ""
"<literal>recalculateFormulasBeforeSave</literal> — Should the formulas "
-"be re-calculated when the sheet is saved? The value is a boolean. false"
+"be re-calculated when the sheet is saved? The value is a boolean. Default "
+"value is false."
msgstr ""
#. Tag: para
@@ -874,11 +873,19 @@
#: Excel.xml:698
#, no-c-format
msgid ""
-"<literal>zoomFactor</literal> — T zoom factor. Do not confuse zoom "
+"<literal>zoomFactor</literal> — The zoom factor. Do not confuse zoom "
"factor (which relates to the on screen view) with scale factor (which refers "
-"to the scale factor when printing). The value is a number (percentage."
+"to the scale factor when printing). The value is a number (percentage)."
msgstr ""
+#. Tag: emphasis
+#: Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081 Excel.xml:1157
+#: Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537 Excel.xml:1595
+#: Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#, no-c-format
+msgid "Child elemenents"
+msgstr ""
+
#. Tag: para
#: Excel.xml:712
#, no-c-format
@@ -900,7 +907,7 @@
#, no-c-format
msgid ""
"<literal><e:headerFooter/></literal> — Zero or more header/"
-"footer definitions ((see <xref linkend=\"excel.headersfooters\"/> ))."
+"footer definitions (see <xref linkend=\"excel.headersfooters\"/> )."
msgstr ""
#. Tag: para
@@ -916,7 +923,7 @@
#, no-c-format
msgid ""
"<literal>header</literal>— Contents that will be placed at the top of "
-"the data block, above the column headers (if any)"
+"the data block, above the column headers (if any)."
msgstr ""
#. Tag: para
@@ -924,7 +931,7 @@
#, no-c-format
msgid ""
"<literal>footer</literal>— Contents that will be placed at the bottom "
-"of the data block, below the column footers (if any)"
+"of the data block, below the column footers (if any)."
msgstr ""
#. Tag: programlisting
@@ -1062,7 +1069,7 @@
"Cells are nested within columns (for iteration) or inside worksheets (for "
"direct placement using the <literal>column</literal> and <literal>row</"
"literal> attributes) and are responsible for outputting the value (usually "
-"though en EL-expression involving the <literal>var</literal>-attribute of "
+"through an EL-expression involving the <literal>var</literal>-attribute of "
"the datatable. See"
msgstr ""
@@ -1495,7 +1502,7 @@
#: Excel.xml:1360
#, no-c-format
msgid ""
-"The formula of the cell in placed in the <literal>value</literal> -attribute "
+"The formula of the cell is placed in the <literal>value</literal> -attribute "
"as a normal &excel; notation. Note that when doing cross-sheet formulas, the "
"worksheets must exist before referencing a formula against them. The value "
"is a string."
@@ -2123,12 +2130,6 @@
"initially? The value is a boolean."
msgstr ""
-#. Tag: emphasis
-#: Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
-#, no-c-format
-msgid "Child elements"
-msgstr ""
-
#. Tag: literal
#: Excel.xml:2046
#, no-c-format
@@ -2171,7 +2172,7 @@
#: Excel.xml:2105
#, no-c-format
msgid ""
-"groups rows 5 trough 10 and columns 5 through 10 so that the rows are "
+"groups rows 5 through 10 and columns 5 through 10 so that the rows are "
"initially collapsed (but not the columns)."
msgstr ""
@@ -2382,7 +2383,7 @@
"The CSS attributes cascade down from parent to children and within one tag "
"cascades over the CSS classes referenced in the <literal>styleClass</"
"literal> attributes and finally over the CSS attributes defined in the "
-"<literal>style</literal>attribute. You can place them pretty much anywhere "
+"<literal>style</literal> attribute. You can place them pretty much anywhere "
"but e.g. placing a column width setting in a cell nested within that column "
"makes little sense."
msgstr ""
@@ -2579,7 +2580,7 @@
#. Tag: para
#: Excel.xml:2475
#, no-c-format
-msgid "This group of XLS-CSS attributes define the borders of the cell"
+msgid "This group of XLS-CSS attributes defines the borders of the cell"
msgstr ""
#. Tag: para
@@ -2667,7 +2668,7 @@
#, no-c-format
msgid ""
"A shorthand for setting line style and color of the top edge of the cell, e."
-"g style=\"xls-border-left: red thick\""
+"g style=\"xls-border-top: red thick\""
msgstr ""
#. Tag: para
@@ -2781,7 +2782,7 @@
#. Tag: para
#: Excel.xml:2668
#, no-c-format
-msgid "This group of XLS-CSS attributes define the background of the cell"
+msgid "This group of XLS-CSS attributes defines the background of the cell"
msgstr ""
#. Tag: para
@@ -2837,7 +2838,7 @@
#. Tag: para
#: Excel.xml:2722
#, no-c-format
-msgid "This group of XLS-CSS attributes define the column widths etc."
+msgid "This group of XLS-CSS attributes defines the column widths etc."
msgstr ""
#. Tag: para
@@ -2910,7 +2911,7 @@
#. Tag: para
#: Excel.xml:2783
#, no-c-format
-msgid "This group of XLS-CSS attributes define the cell properties"
+msgid "This group of XLS-CSS attributes defines the cell properties"
msgstr ""
#. Tag: para
@@ -3084,7 +3085,7 @@
#, no-c-format
msgid ""
"When using .xhtml documents, stylesheets must be referenced through the "
-"<literal><e:link> tag</literal>"
+"<literal><e:link></literal> tag"
msgstr ""
#. Tag: para
@@ -3106,8 +3107,9 @@
#, no-c-format
msgid ""
"The core of the &excel; functionality is based on the excellent JExcelAPI "
-"library which can be found on http://jexcelapi.sourceforge.net/ and most "
-"features and possible limitations are inherited from here."
+"library which can be found on <ulink url=\"http://jexcelapi.sourceforge.net"
+"\">http://jexcelapi.sourceforge.net/</ulink> and most features and possible "
+"limitations are inherited from here."
msgstr ""
#. Tag: para
Modified: trunk/doc/Seam_Reference_Guide/ko-KR/Itext.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/ko-KR/Itext.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/ko-KR/Itext.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -41,10 +41,10 @@
"iText support is provided by <literal>jboss-seam-pdf.jar</literal>. This JAR "
"contains the iText JSF controls, which are used to construct views that can "
"render to PDF, and the DocumentStore component, which serves the rendered "
-"documents to the user. To include PDF support in your application, included "
+"documents to the user. To include PDF support in your application, put "
"<literal>jboss-seam-pdf.jar</literal> in your <literal>WEB-INF/lib</literal> "
"directory along with the iText JAR file. There is no further configuration "
-"needed to use Seam's iText supportfon."
+"needed to use Seam's iText support."
msgstr ""
#. Tag: para
@@ -251,7 +251,7 @@
"for generating suitable PDF content. Tags like <literal><p:image></"
"literal> and <literal><p:paragraph></literal> are the basic "
"foundations of simple documents. Tags like <literal><p:font></literal> "
-"provide style information to all the content surrounging them."
+"provide style information to all the content surrounding them."
msgstr ""
#. Tag: literal
@@ -492,7 +492,7 @@
#, no-c-format
msgid ""
"<literal>p:image</literal> inserts an image into the document. Images can be "
-"be loaded from the classpath or from the web application context using the "
+"loaded from the classpath or from the web application context using the "
"<literal>value</literal> attribute."
msgstr ""
@@ -626,7 +626,7 @@
msgid ""
"<literal>reference</literal> — The destination the link refers to. "
"Links to other points in the document should begin with a \"#\". For "
-"example, \"#link1\" to refer to an anchor postion with a <literal>name</"
+"example, \"#link1\" to refer to an anchor position with a <literal>name</"
"literal> of <literal>link1</literal>. Links may also be a full URL to point "
"to a resource outside of the document."
msgstr ""
@@ -704,7 +704,7 @@
#: Itext.xml:631
#, no-c-format
msgid ""
-"<literal>borderWidth</literal> — The width of the border. Inidvidual "
+"<literal>borderWidth</literal> — The width of the border. Individual "
"border sides can be specified using <literal>borderWidthLeft</literal>, "
"<literal>borderWidthRight</literal>, <literal>borderWidthTop</literal> and "
"<literal>borderWidthBottom</literal>."
@@ -792,7 +792,7 @@
msgid ""
"<literal>numberDepth</literal> — The depth of numbering for section. "
"All sections are numbered relative to their surrounding chapter/sections. "
-"The fourth section of of the first section of chapter three would be section "
+"The fourth section of the first section of chapter three would be section "
"3.1.4, if displayed at the default number depth of three. To omit the "
"chapter number, a number depth of 2 should be used. In that case, the "
"section number would be displayed as 1.4."
@@ -839,7 +839,7 @@
msgid ""
"List structures can be displayed using the <literal>p:list</literal> and "
"<literal>p:listItem</literal> tags. Lists may contain arbitrarily-nested "
-"sublists. List items may not be used outside of a list. he following "
+"sublists. List items may not be used outside of a list. The following "
"document uses the <literal>ui:repeat</literal> tag to to display a list of "
"values retrieved from a Seam component."
msgstr ""
@@ -1391,7 +1391,7 @@
#, no-c-format
msgid ""
"<literal>domainGridlineStroke</literal> — The stroke style of the "
-"domain gridleines, if visible."
+"domain gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1493,7 +1493,7 @@
#, no-c-format
msgid ""
"<literal>plotOutlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1531,7 +1531,7 @@
#, no-c-format
msgid ""
"<literal>rangeGridlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1946,8 +1946,8 @@
#: Itext.xml:1893
#, no-c-format
msgid ""
-"<literal>seriesVisibleInLegend</literal> — A boolean indiciating if "
-"the series should be listed in the legend."
+"<literal>seriesVisibleInLegend</literal> — A boolean indicating if the "
+"series should be listed in the legend."
msgstr ""
#. Tag: programlisting
@@ -2149,7 +2149,7 @@
#, no-c-format
msgid ""
"<literal>dashPhase</literal> — The dash phase indicates the offset "
-"into the dash pattern that the the line should be drawn with."
+"into the dash pattern that the line should be drawn with."
msgstr ""
#. Tag: programlisting
@@ -2303,7 +2303,7 @@
#, no-c-format
msgid ""
"If you have a complex, pre-generated PDF with named fields, you can easily "
-"fill in the values from you application and present it to the user."
+"fill in the values from your application and present it to the user."
msgstr ""
#. Tag: literal
Modified: trunk/doc/Seam_Reference_Guide/ko-KR/Websphere.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/ko-KR/Websphere.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/ko-KR/Websphere.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-11-06 00:24+0000\n"
+"POT-Creation-Date: 2009-02-01 21:20+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,190 +16,80 @@
#. Tag: title
#: Websphere.xml:2
#, no-c-format
-msgid "Seam on IBM's Websphere"
+msgid "Seam on IBM's Websphere AS"
msgstr ""
#. Tag: para
#: Websphere.xml:4
#, no-c-format
msgid ""
-"Websphere 6.1.x is IBM's application server offering. The latest release is "
-"6.1.0.19 which does not have <literal>EJB3</literal> or <literal>JEE5</"
-"literal> support. There is a recently released (Nov 07) <literal>EJB3</"
-"literal> feature pack which provides some support for <literal>EJB3</"
-"literal> and <literal>JPA</literal>. Currently there is no true "
-"<literal>JEE5</literal> offering from IBM. This causes some issues with Seam "
-"integration with applications that use EJB3."
+"Websphere AS V7 is IBM's application server offering. This release is fully "
+"Java EE 5 certified."
msgstr ""
#. Tag: para
-#: Websphere.xml:12
+#: Websphere.xml:7
#, no-c-format
msgid ""
-"First we will go over some basic information about the Websphere environment "
-"that we used for these examples. After a good deal of research and work we "
-"were able to get EJB3 applications to function correctly. We will go over "
-"the details of those steps with the jee5 example. We will also deploy the "
-"JPA example application."
+"First we will go over some basic information about the Websphere AS "
+"environment that we used for these examples. We will go over the details of "
+"those steps with the JEE5 booking example. We will also deploy the JPA "
+"example application."
msgstr ""
#. Tag: title
-#: Websphere.xml:19
+#: Websphere.xml:13
#, no-c-format
-msgid "Websphere environment and deployment information"
+msgid "Websphere AS environment and deployment information"
msgstr ""
#. Tag: para
-#: Websphere.xml:21
+#: Websphere.xml:15
#, no-c-format
msgid ""
-"Websphere is a commercial product and so we will not discuss the details of "
-"its installation other than to say follow the directions provided by your "
+"Websphere AS is a commercial product and so we will not discuss the details "
+"of its installation other than to say follow the directions provided by your "
"particular installation type and license. This section will detail the exact "
"server versions used, installation tips, and some custom properties that are "
"needed for all of the examples."
msgstr ""
#. Tag: title
-#: Websphere.xml:29
+#: Websphere.xml:23
#, no-c-format
-msgid "Installation versions and tips"
+msgid "Installation versions"
msgstr ""
#. Tag: para
-#: Websphere.xml:30
+#: Websphere.xml:24
#, no-c-format
msgid ""
"All of the examples and information in this chapter are based on the version "
-"6.1 of Websphere at the time of this writing."
+"V7 of Websphere AS at the time of this writing."
msgstr ""
#. Tag: ulink
-#: Websphere.xml:35
+#: Websphere.xml:29
#, no-c-format
-msgid "Websphere Application Server 6.1"
+msgid "Websphere Application Server V7"
msgstr ""
-#. Tag: ulink
-#: Websphere.xml:40
-#, no-c-format
-msgid ""
-"Feature Pack for EJB 3.0 for Websphere Application Server V6.1 (6.1.0.13)"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:46
-#, no-c-format
-msgid "Fix Pack for Websphere Application Server V6.1 (6.1.0.19)"
-msgstr ""
-
#. Tag: para
-#: Websphere.xml:52
+#: Websphere.xml:34
#, no-c-format
msgid ""
-"The EJB3 feature pack that we installed came with the 6.1.0.13 patch version "
-"of Websphere. Installing the feature pack does not ensure that your server "
-"will have the proper environment for EJB3 applications. Be sure that as part "
-"of the installation of the feature pack you follow the instructions to "
-"create a new server profile with the EJB3 feature pack enabled, or augment "
-"one of your existing ones. This can also be done after the installation by "
-"running the profile management tool."
+"After installing Websphere AS, create server profile with Profile Management "
+"Tool, if you didn't create profile in installation process."
msgstr ""
-#. Tag: para
-#: Websphere.xml:60
-#, no-c-format
-msgid ""
-"It is highly recommended to patch Websphere by latest fix pack, at the time "
-"of this writing it is 6.1.0.19"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:63
+#: Websphere.xml:42
#, no-c-format
-msgid "A note about restarting the server"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:64
-#, no-c-format
-msgid ""
-"There are times that restarting the server will be required after deploying "
-"or changes the examples in this chapter. Its does not seem like every change "
-"requires a restart. If you get errors or exceptions after modifying a "
-"property or deploying an application try to restart the server."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:72
-#, no-c-format
-msgid "Required custom properties"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:73
-#, no-c-format
-msgid ""
-"There are a couple of Websphere custom properties that are required for Seam "
-"integration. These properties are not needed specifically for Seam, but work "
-"around some issues with Websphere. These are set following the instructions "
-"here : <ulink url=\"http://www-1.ibm.com/support/docview.wss?rss=180&"
-"uid=swg21284395\"> Setting web container custom properties</ulink>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:82
-#, no-c-format
-msgid ""
-"<literal>prependSlashToResource = \"true\"</literal> — This solves a "
-"fairly common issue with Websphere where applications are not using a "
-"leading \"/\" when attempting to access resources. If this is not set then a "
-"<literal>java.net.MalformedURLException</literal> will be thrown. With this "
-"property set you will still see warnings, but the resources will be "
-"retrieved as expected."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:90 Websphere.xml:108
-#, no-c-format
-msgid "Detailed can be found at:"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:92
-#, no-c-format
-msgid "SRVE0238E: Resource paths must have a leading slash"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:97
-#, no-c-format
-msgid ""
-"<literal>com.ibm.ws.webcontainer.invokefilterscompatibility = \"true\"</"
-"literal> — This solves an issue with Websphere where it throws a "
-"<literal>FileNotFoundException</literal> when a web application attempts to "
-"access a file resource that does not actually exist on disk. This is a "
-"common practice in modern web applications where filters or servlets are "
-"used to process resource requests like these. This issue manifests itself as "
-"failures to retrieve JavaScript, CSS, images, etc... when requesting a web "
-"page."
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:110
-#, no-c-format
-msgid ""
-"PK33090; 6.1: A filter that serves a file does not pop-up an alert message"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:119
-#, no-c-format
msgid "The <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:121
+#: Websphere.xml:44
#, no-c-format
msgid ""
"The <literal>jee5/booking</literal> example is based on the Hotel Booking "
@@ -208,45 +98,36 @@
"located in the <literal>$SEAM_DIST/examples/jee5/booking</literal> directory."
msgstr ""
-#. Tag: para
-#: Websphere.xml:128
-#, no-c-format
-msgid ""
-"As stated before the <literal>EJB3</literal> feature pack does not provide a "
-"full <literal>jee5</literal> implementation. This means that there are some "
-"tricks to getting an application deployed and functioning."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:134 Websphere.xml:927
+#: Websphere.xml:52 Websphere.xml:710
#, no-c-format
msgid "<title>Configuration file changes</title>"
msgstr ""
#. Tag: para
-#: Websphere.xml:136
+#: Websphere.xml:54
#, no-c-format
msgid ""
"Below are the configuration file changes that are need to the base example."
msgstr ""
#. Tag: literal
-#: Websphere.xml:142 Websphere.xml:1001
+#: Websphere.xml:60 Websphere.xml:784
#, no-c-format
msgid "resources/WEB-INF/components.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:145
+#: Websphere.xml:63
#, no-c-format
msgid ""
-"We need to change the way that we look up EJBs for Websphere. We need to "
-"remove the <literal>/local</literal> from the end of the <literal>jndi-"
-"pattern</literal> attribute. It should look like this:"
+"We need to change the way that we look up EJBs for WAS. We need to remove "
+"the <literal>/local</literal> from the end of the <literal>jndi-pattern</"
+"literal> attribute. It should look like this:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:152
+#: Websphere.xml:70
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -256,133 +137,119 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:156 Websphere.xml:1033
+#: Websphere.xml:76
#, no-c-format
-msgid "resources/WEB-INF/web.xml"
+msgid "resources/META-INF/ejb-jar.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:159
+#: Websphere.xml:79
#, no-c-format
msgid ""
-"This is the first place that we notice an unexpected change because this is "
-"not full <literal>jee5</literal> implementation."
+"We need to replace the /local string from <literal>ejb-ref-name</literal>. "
+"See at the following final code:"
msgstr ""
-#. Tag: para
-#: Websphere.xml:162
+#. Tag: programlisting
+#: Websphere.xml:82
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it requires "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
+"<![CDATA[\n"
+" <enterprise-beans>\n"
+" <!-- EJB reference required when one Seam EJB component references "
+"another Seam EJB component using @In -->\n"
+" <!-- Not required if you inject using @EJB, but then you lose state "
+"management and client-side interceptors (e.g., security) -->\n"
+" <session>\n"
+" <ejb-name>RegisterAction</ejb-name>\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
+"name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref>\n"
+" </session>\n"
+" </enterprise-beans>]]>"
msgstr ""
-#. Tag: programlisting
-#: Websphere.xml:169
+#. Tag: literal
+#: Websphere.xml:88 Websphere.xml:816
#, no-c-format
-msgid ""
-"<![CDATA[<xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
+msgid "resources/WEB-INF/web.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:170
+#: Websphere.xml:91
#, no-c-format
msgid ""
-"Next, we have to make some changes to the EJB references in the <literal>web."
-"xml</literal>. These changes are what will allow Websphere to bind the EJB2 "
-"references in the web module to the the actual EJB3 beans in the EAR module. "
-"Replace all of the <literal>ejb-local-refs</literal> when the values below."
+"We have to make some changes to the EJB references in the <literal>web.xml</"
+"literal>. These changes are what will allow WAS to bind automatically the "
+"EJB3 references in the web module to the the actual EJB3 beans in the EAR "
+"module. Replace all of the /local strings in <literal>ejb-local-refs</"
+"literal> when the values below."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:179
+#: Websphere.xml:100
#, no-c-format
msgid ""
"<![CDATA[\n"
" <!-- JEE5 EJB3 names -->\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Authenticator</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.BookingList</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Register</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.ChangePassword</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.HotelBooking</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.HotelSearching</local> \n"
-" </ejb-local-ref> \n"
-" \n"
" <ejb-local-ref>\n"
-" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name> \n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-name>\n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref> \n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.BookingList</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Register</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.ChangePassword</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelBooking</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelSearching</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:181
+#: Websphere.xml:102
#, no-c-format
msgid ""
-"The important change is that there is an empty <literal>local-home</literal> "
-"element for each EJB. This tells Websphere to make the correct bindings "
-"between the web module and the EJB3 beans. The <literal>ejb-link</literal> "
-"element is simply not used."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:187
-#, no-c-format
-msgid ""
"Note also that <literal>EjbSynchronizations</literal> is a built-in Seam EJB "
"and not part of the Hotel Booking example. This means that if your "
"application's <literal>components.xml</literal> specifies "
-"<literal>transaction:ejb-transaction</literal> , then you must include:"
+"<literal>transaction:ejb-transaction</literal>, then you must include:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:192
+#: Websphere.xml:107
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -395,34 +262,34 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:193
+#: Websphere.xml:108
#, no-c-format
msgid ""
"in your web.xml. If you don't include it, you'll get the following error:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:194
+#: Websphere.xml:109
#, no-c-format
msgid "Name comp/env/myapp/EjbSynchronizations not found in context java:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:199
+#: Websphere.xml:114
#, no-c-format
msgid "resources/META-INF/persistence.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:202
+#: Websphere.xml:117
#, no-c-format
msgid ""
"For this example we will be using the default datasource that comes with "
-"Websphere. To do this change the <literal>jta-data-source</literal> element:"
+"WAS. To do this change the <literal>jta-data-source</literal> element:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:205
+#: Websphere.xml:120
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -431,7 +298,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:206
+#: Websphere.xml:121
#, no-c-format
msgid ""
"Then we need to adjust some of the hibernate properties. First comment out "
@@ -439,7 +306,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:211
+#: Websphere.xml:126
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -455,25 +322,25 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:215
+#: Websphere.xml:130
#, no-c-format
msgid ""
"<literal>hibernate.transaction.manager_lookup_class</literal> — "
-"Standard Hibernate transaction manager property for Websphere 6.X"
+"Standard Hibernate transaction manager property for WAS 6.X and 7"
msgstr ""
#. Tag: para
-#: Websphere.xml:221
+#: Websphere.xml:136
#, no-c-format
msgid ""
"<literal>hibernate.transaction.flush_before_completion</literal> — "
"This is commented out because we want the container to manage the "
"transactions. Also if this is set to <literal>true</literal> an exception "
-"will be thrown by Websphere when the EJBContext is looked up."
+"will be thrown by WAS when the EJBContext is looked up."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:230
+#: Websphere.xml:145
#, no-c-format
msgid ""
"<![CDATA[com.ibm.wsspi.injectionengine.InjectionException: \n"
@@ -482,55 +349,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:233
+#: Websphere.xml:148
#, no-c-format
msgid ""
"<literal>hibernate.dialect</literal> — From WAS 6.1.0.9 on the "
-"embedded DB was switched to the same Derby DB in Glassfish."
+"embedded DB was switched to the same Derby DB as is in Glassfish v2."
msgstr ""
#. Tag: literal
-#: Websphere.xml:243 Websphere.xml:967
+#: Websphere.xml:158 Websphere.xml:750
#, no-c-format
-msgid "resources/GlassfishDerbyDialect.class"
+msgid "src/GlassfishDerbyDialect.java"
msgstr ""
#. Tag: para
-#: Websphere.xml:246
+#: Websphere.xml:161
#, no-c-format
msgid ""
-"You will need to get the <literal>GlassfishDerbyDialect.class</literal> and "
-"copy it into the <literal>/resources</literal> directory. The class exists "
-"in the JPA example and can be copied using the command below assuming you "
-"are in <literal>jee5/booking</literal> directory:"
+"You will need to get the <literal>GlassfishDerbyDialect.java</literal> and "
+"copy it into the <literal>/src</literal> directory. The java class exists in "
+"the JPA example source directory and can be copied using the command below "
+"assuming you are in <literal>jee5/booking</literal> directory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:254
+#: Websphere.xml:169
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/WEB-INF/classes/GlassfishDerbyDialect."
-"class\n"
-" ./resources]]>"
+"cp ../../jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:255
+#: Websphere.xml:170
#, no-c-format
msgid ""
-"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file "
-"using changes to the build.xml discussed later."
+"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file."
msgstr ""
#. Tag: literal
-#: Websphere.xml:261
+#: Websphere.xml:175
#, no-c-format
msgid "resources/import.sql"
msgstr ""
#. Tag: para
-#: Websphere.xml:264
+#: Websphere.xml:178
#, no-c-format
msgid ""
"This file must also be copied from the JPA example because either the Derby "
@@ -540,201 +405,91 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:271
+#: Websphere.xml:185
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/import.sql ./resources]]>"
+"cp ../../jpa/resources-websphere7/import.sql ./resources]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:280
+#: Websphere.xml:194
#, no-c-format
msgid "Building the <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:283
+#: Websphere.xml:197
#, no-c-format
msgid ""
"In order to get the changes we have made into our application we need to "
"make some changes to the <literal>build.xml</literal>. There are also some "
"additional jars that are required by our application in order to work with "
-"Websphere. This section will cover what changes are needed to the "
-"<literal>build.xml</literal>."
+"WAS. This section will cover what changes are needed to the <literal>build."
+"xml</literal>."
msgstr ""
#. Tag: title
-#: Websphere.xml:290
+#: Websphere.xml:204
#, no-c-format
-msgid "New libraries dependencies"
+msgid "Library dependency changes"
msgstr ""
#. Tag: para
-#: Websphere.xml:294
+#: Websphere.xml:205
#, no-c-format
msgid ""
-"JSF libraries — Websphere 6.1 comes with its own version of JSF 1.1 "
-"(Seam requires JSF 1.2). So we must add these jars to our application:"
+"We remove the <literal>log4j.jar</literal> so that all of the log output "
+"from our application will be added to the WAS log. Additional steps are "
+"required to fully configure log4j and those are outside of the scope of this "
+"document."
msgstr ""
-#. Tag: literal
-#: Websphere.xml:299 Websphere.xml:836
-#, no-c-format
-msgid "jsf-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:303 Websphere.xml:841
-#, no-c-format
-msgid "jsf-impl.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:309
-#, no-c-format
-msgid ""
-"Since Websphere is not a fully compliant <literal>JEE5</literal> "
-"implementation we need to add these EL libraries:"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:314 Websphere.xml:849
-#, no-c-format
-msgid "el-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:318 Websphere.xml:845
-#, no-c-format
-msgid "el-ri.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:324
-#, no-c-format
-msgid ""
-"<literal>jboss-seam.jar</literal> — for some reason when deploying the "
-"application through the Websphere administration console it can not find the "
-"<literal>jboss-seam.jar</literal> at the base of the EAR archive. This means "
-"that we need to add it to the <literal>/lib</literal> of the EAR."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:332
-#, no-c-format
-msgid ""
-"Finally we remove the <literal>log4j.jar</literal> so that all of the log "
-"output from our application will be added to the Websphere log. Additional "
-"steps are required to fully configure log4j and those are outside of the "
-"scope of this document."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:343
+#: Websphere.xml:213
#, no-c-format
msgid "Updating the <literal>build.xml</literal> file"
msgstr ""
#. Tag: para
-#: Websphere.xml:345
+#: Websphere.xml:215
#, no-c-format
msgid ""
"Add the following entry to the bottom of the <literal>build.xml</literal> "
"file. This overrides the default fileset that is used to populate the "
-"<literal>jboss-seam-jee5.jar</literal>. The primary change is the addition "
-"of the <literal>GlassfishDerbyDialect.class</literal>:"
+"<literal>jboss-seam-jee5.jar</literal>. :"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:354
+#: Websphere.xml:223
#, no-c-format
msgid ""
"<![CDATA[\n"
" <fileset id=\"jar.resources\" dir=\"${resources.dir}\">\n"
" <include name=\"import.sql\" />\n"
" <include name=\"seam.properties\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
" <include name=\"META-INF/persistence.xml\" />\n"
" <include name=\"META-INF/ejb-jar.xml\" />\n"
" </fileset>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:357
+#: Websphere.xml:225
#, no-c-format
msgid ""
-"Next we need to add the library dependencies discussed above. For this add "
-"the following to bottom of the <literal>ear.lib.extras</literal> fileset "
-"entry:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:363
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!--<include name=\"lib/log4j.jar\" />-->\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" />\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:365
-#, no-c-format
-msgid ""
-"We also need to add richfaces-api.jar, jsf-impl.jar and el-ri.jar into WEB-"
-"INF/lib of the war file. Add the following fileset after <literal>ear.lib."
-"extras</literal> fileset."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:368
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <fileset id=\"war.lib.extras\" dir=\"${seam.dir}\"> \n"
-" <include name=\"lib/richfaces-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" /> \n"
-" </fileset>]]>"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:370
-#, no-c-format
-msgid "A note about copying JSF and EL jars"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:371
-#, no-c-format
-msgid ""
-"There is a class loading issue with WebSphere, which causes the jars from "
-"ear lib directory to not be available when the web module is initialized."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:376
-#, no-c-format
-msgid ""
"Now all that is left is to execute the <literal>ant archive</literal> task "
"and the built application will be in the <literal>jee5/booking/dist</"
"literal> directory."
msgstr ""
#. Tag: title
-#: Websphere.xml:385
+#: Websphere.xml:234
#, no-c-format
msgid "Deploying the application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:387
+#: Websphere.xml:236
#, no-c-format
msgid ""
"So now we have everything we need in place. All that is left is to deploy it "
@@ -742,7 +497,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:389
+#: Websphere.xml:238
#, no-c-format
msgid ""
"For this we will use Websphere's administration console. As before there are "
@@ -750,52 +505,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:392
+#: Websphere.xml:241
#, no-c-format
msgid ""
-"The steps below are for the Websphere version stated above, yours may be "
-"slightly different."
+"The steps below are for the WAS version stated above. The ports are default "
+"values, if you changed them substitute your values."
msgstr ""
#. Tag: para
-#: Websphere.xml:396
+#: Websphere.xml:245
#, no-c-format
-msgid "Log in to the administration console"
+msgid ""
+"Log in to the administration console <programlisting><![CDATA[https://"
+"localhost:9043/admin]]></programlisting> or"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:399
+#: Websphere.xml:250
#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"https://localhost:9043/ibm/console]]>"
+msgid "<![CDATA[http://localhost:9060/admin]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:403
+#: Websphere.xml:254
#, no-c-format
msgid ""
-"Access the <literal>Enterprise Application</literal> menu option under the "
-"<literal>Applications</literal> top menu."
+"Access the <literal>Websphere enterprise applications</literal> menu option "
+"under the <literal>Applications --> Application Type</literal> left side "
+"menu."
msgstr ""
#. Tag: para
-#: Websphere.xml:408
+#: Websphere.xml:259
#, no-c-format
msgid ""
-"At the top of the <literal>Enterprise Application</literal> table select "
+"At the top of the <literal>Enterprise Applications</literal> table select "
"<literal>Install</literal>. Below are installation wizard pages and what "
"needs to done on each:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:414 Websphere.xml:674
+#: Websphere.xml:265 Websphere.xml:461
#, no-c-format
msgid "Preparing for the application installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:418
+#: Websphere.xml:269
#, no-c-format
msgid ""
"Browse to the <literal>examples/jee5/booking/dist/jboss-seam-jee5.ear</"
@@ -803,102 +559,81 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:424 Websphere.xml:442 Websphere.xml:475 Websphere.xml:689
+#: Websphere.xml:275 Websphere.xml:285 Websphere.xml:304 Websphere.xml:476
+#: Websphere.xml:496
#, no-c-format
msgid "Select the <literal>Next</literal> button."
msgstr ""
+#. Tag: para
+#: Websphere.xml:280 Websphere.xml:471
+#, no-c-format
+msgid "Select the <literal>Fast Path</literal> button."
+msgstr ""
+
#. Tag: literal
-#: Websphere.xml:431
+#: Websphere.xml:292
#, no-c-format
msgid "Select installation options"
msgstr ""
#. Tag: para
-#: Websphere.xml:435
+#: Websphere.xml:296
#, no-c-format
msgid ""
-"Select the <literal>Deploy enterprise beans</literal> check box. This is "
-"needed unless you used a Websphere tool to package the application."
+"Select the <literal>Deploy enterprise beans</literal> and <literal>Allow EJB "
+"reference targets to resolve automatically</literal> check boxes. This is "
+"needed unless you used a Websphere AS tool to package the application."
msgstr ""
#. Tag: literal
-#: Websphere.xml:449
+#: Websphere.xml:313
#, no-c-format
msgid "Map modules to servers"
msgstr ""
#. Tag: para
-#: Websphere.xml:453
+#: Websphere.xml:317
#, no-c-format
msgid ""
"No changes needed here as we only have one server. Select the <literal>Next</"
"literal> button."
msgstr ""
-#. Tag: para
-#: Websphere.xml:461
-#, no-c-format
-msgid ""
-"<literal>Map EJB references to beans</literal> This page will list all of "
-"the beans that we entered in the web.xml."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:466
-#, no-c-format
-msgid ""
-"Make sure that <literal>Allow EJB reference targets to resolve "
-"automatically</literal> check box is selected. This will tell Websphere to "
-"bind our EJB3 beans to the EJB references in the web module."
-msgstr ""
-
#. Tag: literal
-#: Websphere.xml:482
+#: Websphere.xml:325
#, no-c-format
-msgid "Map virtual hosts for Web modules"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:486
-#, no-c-format
-msgid "No changes needed here. Select the <literal>Next</literal> button."
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:493
-#, no-c-format
msgid "Summary"
msgstr ""
#. Tag: para
-#: Websphere.xml:496
+#: Websphere.xml:328
#, no-c-format
msgid "No changes needed here. Select the <literal>Finish</literal> button."
msgstr ""
#. Tag: literal
-#: Websphere.xml:503
+#: Websphere.xml:335
#, no-c-format
msgid "Installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:506
+#: Websphere.xml:338
#, no-c-format
msgid "Now you will see it installing and deploying your application."
msgstr ""
#. Tag: para
-#: Websphere.xml:511
+#: Websphere.xml:343
#, no-c-format
msgid ""
-"When if finishes select the <literal>Save</literal> link and you will be "
+"When it finishes select the <literal>Save</literal> link and you will be "
"returned to the <literal>Enterprise Applications</literal> table."
msgstr ""
#. Tag: para
-#: Websphere.xml:523
+#: Websphere.xml:355
#, no-c-format
msgid ""
"Now that we have our application installed we need to make some adjustments "
@@ -906,7 +641,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:527
+#: Websphere.xml:359
#, no-c-format
msgid ""
"Starting from the <literal>Enterprise Applications</literal> table select "
@@ -914,40 +649,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:533
+#: Websphere.xml:365
#, no-c-format
msgid "Select the <literal>Manage Modules</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:537
+#: Websphere.xml:369
#, no-c-format
-msgid "Select the <literal>jboss-seam-jee5.war</literal> link."
+msgid "Select the <literal>jboss-seam-jee5-booking.war</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:542
+#: Websphere.xml:374
#, no-c-format
msgid ""
"Change the <literal>Class loader order</literal> combo box to "
-"<literal>Classes loaded with application class loader first</literal>."
+"<literal>Classes loaded with application class loader first (parent last)</"
+"literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:548 Websphere.xml:573
+#: Websphere.xml:380 Websphere.xml:397
#, no-c-format
msgid ""
"Select <literal>Apply</literal> and then <literal>Save</literal> options."
msgstr ""
#. Tag: para
-#: Websphere.xml:552
+#: Websphere.xml:384
#, no-c-format
-msgid "Return the <literal>Seam Booking</literal> page."
+msgid "Return to the <literal>Seam Booking</literal> page."
msgstr ""
#. Tag: para
-#: Websphere.xml:556
+#: Websphere.xml:387
#, no-c-format
msgid ""
"On this page select the <literal>Class loading and update detection</"
@@ -955,7 +691,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:561
+#: Websphere.xml:392
#, no-c-format
msgid ""
"Select the radio button for <literal>Classes loaded with application class "
@@ -963,117 +699,40 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:566
+#: Websphere.xml:403
#, no-c-format
msgid ""
-"Even though we are not enabling class reload you must also enter a valid "
-"number in the <literal>Polling interval for updated files</literal> text "
-"area (zero works fine)."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:577
-#, no-c-format
-msgid ""
-"You should verify that the change you just made has been remembered. We have "
-"had problems with the last class loader change not taking effect - even "
-"after a restart. If the change did not take you will need to do it manually, "
-"following these directions:"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:585
-#, no-c-format
-msgid "Open the following file in a text editor of your choice:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:589
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"$WebSphereInstall/$yourServerName/profiles/$yourProfileName/config/cells/\n"
-" $yourCellName/applications/Seam Booking.ear/deployments/\n"
-" Seam Booking/deployment.xml]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:593
-#, no-c-format
-msgid ""
-"Modify the following line so that <literal>PARENT_FIRST</literal> is now "
-"<literal>PARENT_LAST</literal>:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:599
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<classloader xmi:id=\"Classloader_#######\" mode=\"PARENT_FIRST\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:603
-#, no-c-format
-msgid ""
-"Save the file and now when go to the <literal>Class loading and update "
-"detection</literal> page you should see <literal>Classes loaded with "
-"application class loader first</literal> selected."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:615
-#, no-c-format
-msgid ""
"To start the application return to the <literal>Enterprise Applications</"
"literal> table and select our application in the list. Then choose the "
"<literal>Start</literal> button at the top of the table."
msgstr ""
#. Tag: para
-#: Websphere.xml:622
+#: Websphere.xml:410
#, no-c-format
msgid ""
"You can now access the application at <literal>http://localhost:9080/seam-"
-"jee5/</literal> ."
+"jee5-booking/index.html</literal> ."
msgstr ""
#. Tag: title
-#: Websphere.xml:628
+#: Websphere.xml:431
#, no-c-format
-msgid "A note about Websphere Stateful bean timeouts"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:629
-#, no-c-format
-msgid ""
-"The default timeout period for a Websphere 6.1 Stateful EJB is 10 minutes. "
-"This means that you may see some EJB timeout exceptions after some idle "
-"time. It is possible to adjust the timeout of the Stateful EJBs on an "
-"individual basis, but that is beyond the scope of this document. See the "
-"Websphere documentation for details."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:643
-#, no-c-format
msgid "The <literal>jpa</literal> booking example"
msgstr ""
#. Tag: para
-#: Websphere.xml:644
+#: Websphere.xml:432
#, no-c-format
msgid ""
"Thankfully getting the <literal>jpa</literal> example to work is much easier "
"than the <literal>jee5</literal> example. This is the Hotel Booking example "
"implemented in Seam POJOs and using Hibernate JPA with JPA transactions. It "
-"does not require EJB3 support to run."
+"does not use EJB3."
msgstr ""
#. Tag: para
-#: Websphere.xml:650
+#: Websphere.xml:437
#, no-c-format
msgid ""
"The example already has a breakout of configurations and build scripts for "
@@ -1081,7 +740,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:653
+#: Websphere.xml:440
#, no-c-format
msgid ""
"First thing we are going to do is build and deploy that example. Then we'll "
@@ -1089,29 +748,29 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:657
+#: Websphere.xml:444
#, no-c-format
msgid "Building the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:658
+#: Websphere.xml:445
#, no-c-format
msgid ""
"Building it only requires running the correct ant command: "
-"<programlisting>ant websphere61</programlisting> This will create container "
+"<programlisting>ant websphere7</programlisting> This will create container "
"specific distribution and exploded archive directories with the "
-"<literal>websphere61</literal> label."
+"<literal>websphere7</literal> label."
msgstr ""
#. Tag: title
-#: Websphere.xml:664
+#: Websphere.xml:451
#, no-c-format
msgid "Deploying the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:665
+#: Websphere.xml:452
#, no-c-format
msgid ""
"This is similar to the <literal>jee5</literal> example at <xref linkend="
@@ -1119,7 +778,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:670
+#: Websphere.xml:457
#, no-c-format
msgid ""
"From the <literal>Enterprise Applications</literal> table select the "
@@ -1127,37 +786,43 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:678
+#: Websphere.xml:465
#, no-c-format
msgid ""
-"Browse to the <literal>examples/jpa/dist-websphere61/jboss-seam-jpa.war</"
+"Browse to the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
"literal> file using the file upload widget."
msgstr ""
#. Tag: para
-#: Websphere.xml:684
+#: Websphere.xml:483
#, no-c-format
msgid ""
-"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
-"jpa</literal>."
+"Select the <literal>Next</literal> button for the next three pages, no "
+"changes are needed."
msgstr ""
+#. Tag: literal
+#: Websphere.xml:488
+#, no-c-format
+msgid "Map context roots for Web modules"
+msgstr ""
+
#. Tag: para
-#: Websphere.xml:695
+#: Websphere.xml:491
#, no-c-format
msgid ""
-"Select the <literal>Next</literal> button for the next three pages, no "
-"changes are needed."
+"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
+"jpa</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:700
+#: Websphere.xml:502
#, no-c-format
msgid "<literal>Summary</literal> page"
msgstr ""
#. Tag: para
-#: Websphere.xml:703
+#: Websphere.xml:505
#, no-c-format
msgid ""
"Review the settings if you wish and select the <literal>Finish</literal> "
@@ -1167,17 +832,17 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:716
+#: Websphere.xml:519
#, no-c-format
msgid ""
"As with the <literal>jee5</literal> example there are some class loader "
"changes needed before we start the application. Follow the instructions at "
"<xref linkend=\"websphere-app-adj-after-install\"/> but exchange "
-"<literal>jboss-seam-jpa</literal> for <literal>Seam Booking</literal>."
+"<literal>jboss-seam-jpa_war</literal> for <literal>Seam Booking</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:723
+#: Websphere.xml:526
#, no-c-format
msgid ""
"Finally start the application by selecting it in the <literal>Enterprise "
@@ -1186,7 +851,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:729
+#: Websphere.xml:532
#, no-c-format
msgid ""
"You can now access the application at the <literal>http://localhost:9080/"
@@ -1194,187 +859,186 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:737
+#: Websphere.xml:540
#, no-c-format
-msgid "Whats different for Websphere 6.1"
+msgid "What's different for Websphere AS V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:738
+#: Websphere.xml:541
#, no-c-format
msgid ""
"The differences between the JPA examples that deploys to JBoss 4.2 and "
-"Websphere 6.1 are mostly expected; library and configuration file changes."
+"Websphere AS V7 are mostly expected; library and configuration file changes."
msgstr ""
#. Tag: para
-#: Websphere.xml:743
+#: Websphere.xml:546
#, no-c-format
msgid "<para>Configuration file changes</para>"
msgstr ""
#. Tag: para
-#: Websphere.xml:746
+#: Websphere.xml:549
#, no-c-format
msgid ""
-"<literal>WEB-INF/web.xml</literal> — the only significant change is "
-"that Websphere 6.1 only support <literal>Servlet 2.4</literal> so the top of "
-"this file was changed."
+"<literal>META-INF/persistence.xml</literal> — the main changes here "
+"are for the datasource JNDI path, switching to the Websphere transaction "
+"manager look up class, and changing the hibernate dialect to be "
+"<literal>GlassfishDerbyDialect</literal> ."
msgstr ""
#. Tag: para
-#: Websphere.xml:753
+#: Websphere.xml:559
#, no-c-format
msgid ""
-"<literal>META-INF/persistence.xml</literal> — the main changes here "
-"are for the datasource JNDI path, switching to the Websphere 6.1 transaction "
-"manager look up class, and changing the hibernate dialect to be "
-"<literal>GlassfishDerbyDialect</literal> ."
+"<literal>WEB-INF/components.xml</literal> — the change here is "
+"<literal>jndi-pattern</literal> without /local string."
msgstr ""
#. Tag: para
-#: Websphere.xml:763
+#: Websphere.xml:565
#, no-c-format
msgid ""
-"<literal>WEB-INF/classes/GlassfishDerbyDialect.class </literal> — this "
-"class is needed for the hibernate dialect change to "
-"<literal>GlassfishDerbyDialect</literal>"
+"<literal>META-INF/ejb-jar.xml</literal> — the same change in "
+"<literal>ejb-ref-name</literal>, where is replace /local string in "
+"<literal>jboss-seam-jee5/AuthenticatorAction</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:771
+#: Websphere.xml:572
#, no-c-format
msgid ""
+"<literal>src/GlassfishDerbyDialect.java </literal> — this class is "
+"needed for the hibernate dialect change to <literal>GlassfishDerbyDialect</"
+"literal>"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:580
+#, no-c-format
+msgid ""
"<literal>import.sql</literal> — either for the dialect or Derby DB the "
"<literal>ID</literal> column can not be populated by this file and was "
"removed."
msgstr ""
#. Tag: para
-#: Websphere.xml:780
+#: Websphere.xml:589
#, no-c-format
msgid "Changes for dependent libraries"
msgstr ""
#. Tag: para
-#: Websphere.xml:781
+#: Websphere.xml:590
#, no-c-format
msgid ""
-"<literal>WEB-INF/lib</literal> — The Websphere version requires "
-"several library packages because they are not included as they are with "
-"JBoss AS. These are primarily for hibernate, JSF-RI support and their "
-"dependencies. Below are listed only the additional jars needed above and "
-"beyond the JBoss <literal>JPA</literal> example."
+"The Websphere version requires several library packages because they are not "
+"included as they are with JBoss AS. These are primarily for hibernate and "
+"their dependencies. Below are listed only the additional jars needed above "
+"and beyond the JBoss <literal>JPA</literal> example."
msgstr ""
#. Tag: para
-#: Websphere.xml:789
+#: Websphere.xml:597
#, no-c-format
msgid "To use Hibernate as your JPA provider you need the following jars:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:794
+#: Websphere.xml:602
#, no-c-format
msgid "hibernate.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:799
+#: Websphere.xml:607
#, no-c-format
msgid "hibernate-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:804
+#: Websphere.xml:612
#, no-c-format
msgid "hibernate-commons-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:809
+#: Websphere.xml:617
#, no-c-format
msgid "hibernate-entitymanager.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:814
+#: Websphere.xml:622
#, no-c-format
msgid "hibernate-validator.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:819
+#: Websphere.xml:627
#, no-c-format
msgid "commons-collections.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:824
+#: Websphere.xml:632
#, no-c-format
msgid "jboss-common-core.jar"
msgstr ""
#. Tag: para
-#: Websphere.xml:830
+#: Websphere.xml:638
#, no-c-format
-msgid ""
-"Seam requires JSF 1.2 and these are the jars needed for that. Websphere 6.1 "
-"ships with its own implementation of JSF 1.1."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:855
-#, no-c-format
msgid "Various third party jars that Websphere needs:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:858
+#: Websphere.xml:641
#, no-c-format
msgid "antlr.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:862
+#: Websphere.xml:645
#, no-c-format
msgid "cglib.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:866
+#: Websphere.xml:649
#, no-c-format
msgid "asm.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:870
+#: Websphere.xml:653
#, no-c-format
msgid "dom4j.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:875
+#: Websphere.xml:658
#, no-c-format
msgid "javassist.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:880
+#: Websphere.xml:663
#, no-c-format
msgid "concurrent.jar"
msgstr ""
#. Tag: title
-#: Websphere.xml:895
+#: Websphere.xml:678
#, no-c-format
msgid ""
"Deploying an application created using <literal>seam-gen</literal> on "
-"Websphere 6.1.0.13"
+"Websphere V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:898
+#: Websphere.xml:681
#, no-c-format
msgid ""
"<literal>seam-gen</literal> is a very useful tool for developers to quickly "
@@ -1387,13 +1051,13 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:908
+#: Websphere.xml:691
#, no-c-format
msgid "Running <literal>seam-gen</literal> Setup"
msgstr ""
#. Tag: para
-#: Websphere.xml:909
+#: Websphere.xml:692
#, no-c-format
msgid ""
"The first step is setting up <literal>seam-gen</literal> to construct the "
@@ -1403,7 +1067,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:915
+#: Websphere.xml:698
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1499,7 +1163,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:917
+#: Websphere.xml:700
#, no-c-format
msgid ""
"Type <literal>./seam new-project</literal> to create your project and "
@@ -1508,25 +1172,25 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:924
+#: Websphere.xml:707
#, no-c-format
msgid "Changes needed for deployment to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:925
+#: Websphere.xml:708
#, no-c-format
msgid "We now need to make some changes to the generated project."
msgstr ""
#. Tag: literal
-#: Websphere.xml:931
+#: Websphere.xml:714
#, no-c-format
msgid "resources/META-INF/persistence-dev.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:936
+#: Websphere.xml:719
#, no-c-format
msgid ""
"Alter the <literal>jta-data-source</literal> to be "
@@ -1535,7 +1199,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:943
+#: Websphere.xml:726
#, no-c-format
msgid ""
"Add or change the properties below. These are described in detail at <xref "
@@ -1543,7 +1207,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:948
+#: Websphere.xml:731
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1559,14 +1223,14 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:951
+#: Websphere.xml:734
#, no-c-format
msgid ""
"Remove the JBoss AS specific method of exposing the EntityManagerFactory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:954
+#: Websphere.xml:737
#, no-c-format
msgid ""
"<![CDATA[<property \n"
@@ -1575,7 +1239,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:957
+#: Websphere.xml:740
#, no-c-format
msgid ""
"You'll need to alter <literal>persistence-prod.xml</literal> as well if you "
@@ -1583,32 +1247,31 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:970
+#: Websphere.xml:753
#, no-c-format
msgid ""
-"As with other examples we need to include this class for DB support. It can "
-"be copied from the <literal>jpa</literal> example into the "
-"<literal>websphere_example/resources</literal> directory."
+"As with other examples we need to include this java class for DB support. It "
+"can be copied from the <literal>jpa</literal> example into the "
+"<literal>websphere_example/src</literal> directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:976
+#: Websphere.xml:759
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp $SEAM/examples/jpa/resources-websphere61/WEB-INF/classes/"
-"GlassfishDerbyDialect.class\n"
-" ./resources]]>"
+"cp $SEAM/examples/jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: literal
-#: Websphere.xml:982
+#: Websphere.xml:765
#, no-c-format
msgid "resources/META-INF/jboss-app.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:985
+#: Websphere.xml:768
#, no-c-format
msgid ""
"You can delete this file as we aren't deploying to JBoss AS ( <literal>jboss-"
@@ -1616,13 +1279,13 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:991
+#: Websphere.xml:774
#, no-c-format
msgid "resources/*-ds.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:994
+#: Websphere.xml:777
#, no-c-format
msgid ""
"You can delete these file as we aren't deploying to JBoss AS (these files "
@@ -1630,7 +1293,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1006
+#: Websphere.xml:789
#, no-c-format
msgid ""
"Enable container managed transaction integration - add the <literal> <"
@@ -1640,7 +1303,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1015
+#: Websphere.xml:798
#, no-c-format
msgid ""
"Alter the <literal>jndi-pattern</literal> to <literal> java:comp/env/"
@@ -1648,7 +1311,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1021
+#: Websphere.xml:804
#, no-c-format
msgid ""
"We do not need <literal>managed-persistence-context</literal> for this "
@@ -1656,7 +1319,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1027
+#: Websphere.xml:810
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1667,67 +1330,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1036
+#: Websphere.xml:819
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it required "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1042
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1044
-#, no-c-format
-msgid ""
"As with the <literal>jee5/booking</literal> example we need to add EJB "
-"references to the web.xml. These references require the empty <literal>local-"
-"home</literal> to flag them for Websphere to perform the proper binding."
+"references to the web.xml. These references require replacing /local string "
+"in <literal>ejb-ref-name</literal> to flag them for Websphere to perform the "
+"proper binding."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1051
+#: Websphere.xml:826
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local> \n"
-" </ejb-local-ref>\n"
+"<![CDATA[ \n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local>\n"
+" </ejb-local-ref> \n"
" \n"
" <ejb-local-ref>\n"
" <ejb-ref-name>websphere_example/EjbSynchronizations</ejb-ref-name> \n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:1057
+#: Websphere.xml:832
#, no-c-format
msgid "Creating the <literal>AuthenticatorAction</literal> EJB"
msgstr ""
#. Tag: para
-#: Websphere.xml:1059
+#: Websphere.xml:834
#, no-c-format
msgid ""
"We want to take the existing <literal>Authenticator</literal> Seam POJO "
@@ -1735,13 +1372,19 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1065
+#: Websphere.xml:837
#, no-c-format
+msgid "Change the generated Authenticator class"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:840
+#, no-c-format
msgid "Rename the class to <literal>AuthenticatorAction</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1069
+#: Websphere.xml:844
#, no-c-format
msgid ""
"Add the <literal>@Stateless</literal> annotation to the new "
@@ -1749,7 +1392,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1075
+#: Websphere.xml:850
#, no-c-format
msgid ""
"Create an interface called <literal>Authenticator</literal> which "
@@ -1761,7 +1404,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1088
+#: Websphere.xml:863
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1770,7 +1413,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1091
+#: Websphere.xml:866
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1780,7 +1423,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1094
+#: Websphere.xml:869
#, no-c-format
msgid ""
"We've already added its reference to the <literal>web.xml</literal> file so "
@@ -1788,14 +1431,14 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:1100
+#: Websphere.xml:875
#, no-c-format
msgid ""
"Extra jar dependencies and other changes to the <literal>build.xml</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1102
+#: Websphere.xml:877
#, no-c-format
msgid ""
"This application has similar requirements as the <literal>jee5/booking</"
@@ -1803,7 +1446,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1107
+#: Websphere.xml:882
#, no-c-format
msgid ""
"Change the default target to <literal>archive</literal> (we aren't going to "
@@ -1811,7 +1454,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1113
+#: Websphere.xml:888
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1819,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1117
+#: Websphere.xml:892
#, no-c-format
msgid ""
"Websphere looks for the drools <literal>/security.drl</literal> file in the "
@@ -1832,7 +1475,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1128
+#: Websphere.xml:903
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1844,93 +1487,16 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1131
+#: Websphere.xml:906
#, no-c-format
msgid ""
-"We need to ge the <literal>GlassfishDerbyDialect.class</literal> into our "
-"application jar. To do that find the <literal>jar</literal> task and modify "
-"the top of it so that it looks like this:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1139
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"jar\" depends=\"compile,copyclasses\" \n"
-" description=\"Build the distribution .jar file\">\n"
-" <copy todir=\"${jar.dir}\">\n"
-" <fileset dir=\"${basedir}/resources\">\n"
-" <include name=\"seam.properties\" />\n"
-" <include name=\"*.drl\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
-" </fileset>\n"
-" </copy>\n"
-"...]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1142
-#, no-c-format
-msgid ""
-"Next we need to get the <literal>jboss-seam.jar</literal> into the base of "
-"the <literal>EAR</literal> file. For deployment Websphere requires this jar "
-"to be in both the <literal>/lib</literal> directory and at the base of the "
-"<literal>EAR</literal>. You must add the following to the <literal>archive</"
-"literal> task:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1151
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1152
-#, no-c-format
-msgid "So that the whole <literal>archive</literal> task looks like:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1156
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"archive\" depends=\"jar,war,ear\" \n"
-" description=\"Package the archives\">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.jar\" basedir=\"${jar.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.war\" basedir=\"${war.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.ear\">\n"
-" <fileset dir=\"${ear.dir}\"/>\n"
-" <fileset dir=\"${dist.dir}\">\n"
-" <include name=\"${project.name}.jar\"/>\n"
-" <include name=\"${project.name}.war\"/>\n"
-" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
-" </jar>\n"
-"</target>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1159
-#, no-c-format
-msgid ""
"Now we need to get extra jars into the <literal>build.xml</literal>. Look "
"for the <literal><fileset dir=\"${basedir}\"></literal> section of the "
"task below. Add the new includes at the bottom of the fileset."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1167
+#: Websphere.xml:914
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1941,9 +1507,7 @@
" <include name=\"*hibernate.cfg.xml\" />\n"
" <include name=\"jbpm.cfg.xml\" />\n"
" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
+"\n"
" <fileset dir=\"${basedir}\">\n"
" <include name=\"lib/jbpm*.jar\" />\n"
" <include name=\"lib/jboss-el.jar\" />\n"
@@ -1965,13 +1529,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1170
+#: Websphere.xml:917
#, no-c-format
msgid "Hibernate dependencies"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1171
+#: Websphere.xml:918
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1985,33 +1549,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1174
+#: Websphere.xml:921
#, no-c-format
-msgid ""
-"JSF dependencies. You will need to copy the <literal>el-ri.jar</literal> "
-"from the <literal>$SEAM/examples/jpa/lib</literal> directory."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1177
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1180
-#, no-c-format
msgid "Third party dependencies."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1181
+#: Websphere.xml:922
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2028,15 +1572,15 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1184
+#: Websphere.xml:925
#, no-c-format
msgid ""
-"<literal>jboss-seam.jar</literal> - this is needed in both the <literal>ear</"
-"literal> base and <literal>/lib</literal> directory."
+"<literal>jboss-seam.jar</literal> - this is needed in the <literal>ear</"
+"literal> base directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1188
+#: Websphere.xml:928
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2045,13 +1589,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1192
+#: Websphere.xml:932
#, no-c-format
msgid "You should end up with something like:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1193
+#: Websphere.xml:933
#, no-c-format
msgid ""
"<![CDATA[<fileset dir=\"${basedir}\">\n"
@@ -2072,13 +1616,7 @@
" <include name=\"lib/hibernate-entitymanager.jar\"/>\n"
" <include name=\"lib/hibernate-validator.jar\"/>\n"
" <include name=\"lib/jboss-common-core.jar\" />\n"
-" \n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>\n"
-" \n"
+"\n"
" <!-- 3rd party and supporting jars -->\n"
" <include name=\"lib/javassist.jar\"/>\n"
" <include name=\"lib/dom4j.jar\" />\n"
@@ -2095,38 +1633,14 @@
"</fileset>]]>"
msgstr ""
-#. Tag: para
-#: Websphere.xml:1195
-#, no-c-format
-msgid ""
-"The last step is to add <literal>jsf-impl.jar</literal> and <literal>el-ri."
-"jar</literal> to the war target. Look for <literal>copy todir=\"${war.dir}/"
-"WEB-INF/lib\"</literal> and add the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1199
-#, no-c-format
-msgid ""
-"<![CDATA[<copy todir=\"${war.dir}/WEB-INF/lib\">\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <includesfile name=\"deployed-jars-war.list"
-"\" />\n"
-" <include name=\"jsf-impl.jar\" />\n"
-" <include name=\"el-ri.jar\" /> \n"
-" <exclude name=\"jboss-seam-gen.jar\" />\n"
-" </fileset>\n"
-"</copy>]]>"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:1206
+#: Websphere.xml:940
#, no-c-format
msgid "Building and deploying the seam-gen'd application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:1212
+#: Websphere.xml:945
#, no-c-format
msgid ""
"Build your application by calling <literal>ant</literal> in the base "
@@ -2136,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1221
+#: Websphere.xml:954
#, no-c-format
msgid ""
"To deploy the application follow the instructions here : <xref linkend="
@@ -2146,7 +1660,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1227
+#: Websphere.xml:960
#, no-c-format
msgid ""
"Checkout the app at: <literal>http://localhost:9080/websphere_example/index."
Modified: trunk/doc/Seam_Reference_Guide/ml-IN/Excel.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/ml-IN/Excel.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/ml-IN/Excel.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: Seam_Reference_Guide \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-10-14 11:38+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -46,7 +46,7 @@
"&excel; JSF controls, which are used to construct views that can render the "
"document, and the DocumentStore component, which serves the rendered "
"document to the user. To include &excel; support in your application, "
-"included <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
+"include <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
"lib</literal> directory along with the <literal>jxl.jar</literal> JAR file. "
"Furthermore, you need to configure the DocumentStore servlet in your web.xml"
msgstr ""
@@ -247,9 +247,9 @@
msgid ""
"<literal>arrayGrowSize</literal> — The amount of memory by which to "
"increase the amount of memory allocated to storing the workbook data. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 1 megabyte. The value is a "
-"number (bytes)."
+"processes reading many small workbooks inside a WAS it might be necessary to "
+"reduce the default size. Default value is 1 megabyte. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -332,10 +332,10 @@
#, no-c-format
msgid ""
"<literal>initialFileSize</literal> — The initial amount of memory "
-"allocated to store the workbook data when reading a worksheet. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 5 megabytes. The value is a "
-"number (bytes)."
+"allocated to store the workbook data when reading a worksheet. For processes "
+"reading many small workbooks inside a WAS it might be necessary to reduce "
+"the default size. Default value is 5 megabytes. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -428,7 +428,7 @@
#, no-c-format
msgid ""
"<literal>filename</literal> — The filename to use for the download. "
-"The value is a string. Please not that if you map the DocumentServlet to "
+"The value is a string. Please note that if you map the DocumentServlet to "
"some pattern, this file extension must also match."
msgstr ""
@@ -442,11 +442,9 @@
msgstr ""
#. Tag: emphasis
-#: Excel.xml:322 Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081
-#: Excel.xml:1157 Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537
-#: Excel.xml:1595 Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#: Excel.xml:322 Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
#, no-c-format
-msgid "Child elemenents"
+msgid "Child elements"
msgstr ""
#. Tag: para
@@ -516,7 +514,7 @@
#, no-c-format
msgid ""
"Worksheets are the children of workbooks and the parent of columns and "
-"worksheet commands They can also contain explicitly placed cells, formulas, "
+"worksheet commands. They can also contain explicitly placed cells, formulas, "
"images and hyperlinks. They are the pages that make up the workbook."
msgstr ""
@@ -542,14 +540,14 @@
#, no-c-format
msgid ""
"<literal>var</literal> — The current row iterator variable name that "
-"can later be referenced in cell value attributes. The value is a string"
+"can later be referenced in cell value attributes. The value is a string."
msgstr ""
#. Tag: para
#: Excel.xml:401
#, no-c-format
msgid ""
-"<literal>name</literal> — The name of the worksheet. The valus is a "
+"<literal>name</literal> — The name of the worksheet. The value is a "
"string. Defaults to Sheet# where # is the worksheet index. If the given "
"worksheet name exists, that sheet is selected. This can be used for merging "
"several data sets into a single worksheet, just define the same name for "
@@ -590,7 +588,7 @@
#, no-c-format
msgid ""
"<literal>bottomMargin</literal> — The bottom margin. The value is a "
-"number (inches)"
+"number (inches)."
msgstr ""
#. Tag: para
@@ -709,7 +707,7 @@
#: Excel.xml:551
#, no-c-format
msgid ""
-"<literal>normalMagnification</literal> — The normal magnificaton "
+"<literal>normalMagnification</literal> — The normal magnification "
"factor (not zoom or scale factor). The value is a number (percentage)."
msgstr ""
@@ -727,7 +725,7 @@
#, no-c-format
msgid ""
"<literal>pageBreakPreviewMagnification</literal> — The page break "
-"preview magnificaton factor (not zoom or scale factors). the value is a "
+"preview magnification factor (not zoom or scale factors). The value is a "
"number (percentage)."
msgstr ""
@@ -803,7 +801,8 @@
#, no-c-format
msgid ""
"<literal>recalculateFormulasBeforeSave</literal> — Should the formulas "
-"be re-calculated when the sheet is saved? The value is a boolean. false"
+"be re-calculated when the sheet is saved? The value is a boolean. Default "
+"value is false."
msgstr ""
#. Tag: para
@@ -874,11 +873,19 @@
#: Excel.xml:698
#, no-c-format
msgid ""
-"<literal>zoomFactor</literal> — T zoom factor. Do not confuse zoom "
+"<literal>zoomFactor</literal> — The zoom factor. Do not confuse zoom "
"factor (which relates to the on screen view) with scale factor (which refers "
-"to the scale factor when printing). The value is a number (percentage."
+"to the scale factor when printing). The value is a number (percentage)."
msgstr ""
+#. Tag: emphasis
+#: Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081 Excel.xml:1157
+#: Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537 Excel.xml:1595
+#: Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#, no-c-format
+msgid "Child elemenents"
+msgstr ""
+
#. Tag: para
#: Excel.xml:712
#, no-c-format
@@ -900,7 +907,7 @@
#, no-c-format
msgid ""
"<literal><e:headerFooter/></literal> — Zero or more header/"
-"footer definitions ((see <xref linkend=\"excel.headersfooters\"/> ))."
+"footer definitions (see <xref linkend=\"excel.headersfooters\"/> )."
msgstr ""
#. Tag: para
@@ -916,7 +923,7 @@
#, no-c-format
msgid ""
"<literal>header</literal>— Contents that will be placed at the top of "
-"the data block, above the column headers (if any)"
+"the data block, above the column headers (if any)."
msgstr ""
#. Tag: para
@@ -924,7 +931,7 @@
#, no-c-format
msgid ""
"<literal>footer</literal>— Contents that will be placed at the bottom "
-"of the data block, below the column footers (if any)"
+"of the data block, below the column footers (if any)."
msgstr ""
#. Tag: programlisting
@@ -1062,7 +1069,7 @@
"Cells are nested within columns (for iteration) or inside worksheets (for "
"direct placement using the <literal>column</literal> and <literal>row</"
"literal> attributes) and are responsible for outputting the value (usually "
-"though en EL-expression involving the <literal>var</literal>-attribute of "
+"through an EL-expression involving the <literal>var</literal>-attribute of "
"the datatable. See"
msgstr ""
@@ -1495,7 +1502,7 @@
#: Excel.xml:1360
#, no-c-format
msgid ""
-"The formula of the cell in placed in the <literal>value</literal> -attribute "
+"The formula of the cell is placed in the <literal>value</literal> -attribute "
"as a normal &excel; notation. Note that when doing cross-sheet formulas, the "
"worksheets must exist before referencing a formula against them. The value "
"is a string."
@@ -2123,12 +2130,6 @@
"initially? The value is a boolean."
msgstr ""
-#. Tag: emphasis
-#: Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
-#, no-c-format
-msgid "Child elements"
-msgstr ""
-
#. Tag: literal
#: Excel.xml:2046
#, no-c-format
@@ -2171,7 +2172,7 @@
#: Excel.xml:2105
#, no-c-format
msgid ""
-"groups rows 5 trough 10 and columns 5 through 10 so that the rows are "
+"groups rows 5 through 10 and columns 5 through 10 so that the rows are "
"initially collapsed (but not the columns)."
msgstr ""
@@ -2382,7 +2383,7 @@
"The CSS attributes cascade down from parent to children and within one tag "
"cascades over the CSS classes referenced in the <literal>styleClass</"
"literal> attributes and finally over the CSS attributes defined in the "
-"<literal>style</literal>attribute. You can place them pretty much anywhere "
+"<literal>style</literal> attribute. You can place them pretty much anywhere "
"but e.g. placing a column width setting in a cell nested within that column "
"makes little sense."
msgstr ""
@@ -2579,7 +2580,7 @@
#. Tag: para
#: Excel.xml:2475
#, no-c-format
-msgid "This group of XLS-CSS attributes define the borders of the cell"
+msgid "This group of XLS-CSS attributes defines the borders of the cell"
msgstr ""
#. Tag: para
@@ -2667,7 +2668,7 @@
#, no-c-format
msgid ""
"A shorthand for setting line style and color of the top edge of the cell, e."
-"g style=\"xls-border-left: red thick\""
+"g style=\"xls-border-top: red thick\""
msgstr ""
#. Tag: para
@@ -2781,7 +2782,7 @@
#. Tag: para
#: Excel.xml:2668
#, no-c-format
-msgid "This group of XLS-CSS attributes define the background of the cell"
+msgid "This group of XLS-CSS attributes defines the background of the cell"
msgstr ""
#. Tag: para
@@ -2837,7 +2838,7 @@
#. Tag: para
#: Excel.xml:2722
#, no-c-format
-msgid "This group of XLS-CSS attributes define the column widths etc."
+msgid "This group of XLS-CSS attributes defines the column widths etc."
msgstr ""
#. Tag: para
@@ -2910,7 +2911,7 @@
#. Tag: para
#: Excel.xml:2783
#, no-c-format
-msgid "This group of XLS-CSS attributes define the cell properties"
+msgid "This group of XLS-CSS attributes defines the cell properties"
msgstr ""
#. Tag: para
@@ -3084,7 +3085,7 @@
#, no-c-format
msgid ""
"When using .xhtml documents, stylesheets must be referenced through the "
-"<literal><e:link> tag</literal>"
+"<literal><e:link></literal> tag"
msgstr ""
#. Tag: para
@@ -3106,8 +3107,9 @@
#, no-c-format
msgid ""
"The core of the &excel; functionality is based on the excellent JExcelAPI "
-"library which can be found on http://jexcelapi.sourceforge.net/ and most "
-"features and possible limitations are inherited from here."
+"library which can be found on <ulink url=\"http://jexcelapi.sourceforge.net"
+"\">http://jexcelapi.sourceforge.net/</ulink> and most features and possible "
+"limitations are inherited from here."
msgstr ""
#. Tag: para
Modified: trunk/doc/Seam_Reference_Guide/ml-IN/Itext.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/ml-IN/Itext.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/ml-IN/Itext.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -41,10 +41,10 @@
"iText support is provided by <literal>jboss-seam-pdf.jar</literal>. This JAR "
"contains the iText JSF controls, which are used to construct views that can "
"render to PDF, and the DocumentStore component, which serves the rendered "
-"documents to the user. To include PDF support in your application, included "
+"documents to the user. To include PDF support in your application, put "
"<literal>jboss-seam-pdf.jar</literal> in your <literal>WEB-INF/lib</literal> "
"directory along with the iText JAR file. There is no further configuration "
-"needed to use Seam's iText supportfon."
+"needed to use Seam's iText support."
msgstr ""
#. Tag: para
@@ -251,7 +251,7 @@
"for generating suitable PDF content. Tags like <literal><p:image></"
"literal> and <literal><p:paragraph></literal> are the basic "
"foundations of simple documents. Tags like <literal><p:font></literal> "
-"provide style information to all the content surrounging them."
+"provide style information to all the content surrounding them."
msgstr ""
#. Tag: literal
@@ -492,7 +492,7 @@
#, no-c-format
msgid ""
"<literal>p:image</literal> inserts an image into the document. Images can be "
-"be loaded from the classpath or from the web application context using the "
+"loaded from the classpath or from the web application context using the "
"<literal>value</literal> attribute."
msgstr ""
@@ -626,7 +626,7 @@
msgid ""
"<literal>reference</literal> — The destination the link refers to. "
"Links to other points in the document should begin with a \"#\". For "
-"example, \"#link1\" to refer to an anchor postion with a <literal>name</"
+"example, \"#link1\" to refer to an anchor position with a <literal>name</"
"literal> of <literal>link1</literal>. Links may also be a full URL to point "
"to a resource outside of the document."
msgstr ""
@@ -704,7 +704,7 @@
#: Itext.xml:631
#, no-c-format
msgid ""
-"<literal>borderWidth</literal> — The width of the border. Inidvidual "
+"<literal>borderWidth</literal> — The width of the border. Individual "
"border sides can be specified using <literal>borderWidthLeft</literal>, "
"<literal>borderWidthRight</literal>, <literal>borderWidthTop</literal> and "
"<literal>borderWidthBottom</literal>."
@@ -792,7 +792,7 @@
msgid ""
"<literal>numberDepth</literal> — The depth of numbering for section. "
"All sections are numbered relative to their surrounding chapter/sections. "
-"The fourth section of of the first section of chapter three would be section "
+"The fourth section of the first section of chapter three would be section "
"3.1.4, if displayed at the default number depth of three. To omit the "
"chapter number, a number depth of 2 should be used. In that case, the "
"section number would be displayed as 1.4."
@@ -839,7 +839,7 @@
msgid ""
"List structures can be displayed using the <literal>p:list</literal> and "
"<literal>p:listItem</literal> tags. Lists may contain arbitrarily-nested "
-"sublists. List items may not be used outside of a list. he following "
+"sublists. List items may not be used outside of a list. The following "
"document uses the <literal>ui:repeat</literal> tag to to display a list of "
"values retrieved from a Seam component."
msgstr ""
@@ -1391,7 +1391,7 @@
#, no-c-format
msgid ""
"<literal>domainGridlineStroke</literal> — The stroke style of the "
-"domain gridleines, if visible."
+"domain gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1493,7 +1493,7 @@
#, no-c-format
msgid ""
"<literal>plotOutlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1531,7 +1531,7 @@
#, no-c-format
msgid ""
"<literal>rangeGridlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1946,8 +1946,8 @@
#: Itext.xml:1893
#, no-c-format
msgid ""
-"<literal>seriesVisibleInLegend</literal> — A boolean indiciating if "
-"the series should be listed in the legend."
+"<literal>seriesVisibleInLegend</literal> — A boolean indicating if the "
+"series should be listed in the legend."
msgstr ""
#. Tag: programlisting
@@ -2149,7 +2149,7 @@
#, no-c-format
msgid ""
"<literal>dashPhase</literal> — The dash phase indicates the offset "
-"into the dash pattern that the the line should be drawn with."
+"into the dash pattern that the line should be drawn with."
msgstr ""
#. Tag: programlisting
@@ -2303,7 +2303,7 @@
#, no-c-format
msgid ""
"If you have a complex, pre-generated PDF with named fields, you can easily "
-"fill in the values from you application and present it to the user."
+"fill in the values from your application and present it to the user."
msgstr ""
#. Tag: literal
Modified: trunk/doc/Seam_Reference_Guide/ml-IN/Websphere.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/ml-IN/Websphere.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/ml-IN/Websphere.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-11-06 00:24+0000\n"
+"POT-Creation-Date: 2009-02-01 21:20+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,190 +16,80 @@
#. Tag: title
#: Websphere.xml:2
#, no-c-format
-msgid "Seam on IBM's Websphere"
+msgid "Seam on IBM's Websphere AS"
msgstr ""
#. Tag: para
#: Websphere.xml:4
#, no-c-format
msgid ""
-"Websphere 6.1.x is IBM's application server offering. The latest release is "
-"6.1.0.19 which does not have <literal>EJB3</literal> or <literal>JEE5</"
-"literal> support. There is a recently released (Nov 07) <literal>EJB3</"
-"literal> feature pack which provides some support for <literal>EJB3</"
-"literal> and <literal>JPA</literal>. Currently there is no true "
-"<literal>JEE5</literal> offering from IBM. This causes some issues with Seam "
-"integration with applications that use EJB3."
+"Websphere AS V7 is IBM's application server offering. This release is fully "
+"Java EE 5 certified."
msgstr ""
#. Tag: para
-#: Websphere.xml:12
+#: Websphere.xml:7
#, no-c-format
msgid ""
-"First we will go over some basic information about the Websphere environment "
-"that we used for these examples. After a good deal of research and work we "
-"were able to get EJB3 applications to function correctly. We will go over "
-"the details of those steps with the jee5 example. We will also deploy the "
-"JPA example application."
+"First we will go over some basic information about the Websphere AS "
+"environment that we used for these examples. We will go over the details of "
+"those steps with the JEE5 booking example. We will also deploy the JPA "
+"example application."
msgstr ""
#. Tag: title
-#: Websphere.xml:19
+#: Websphere.xml:13
#, no-c-format
-msgid "Websphere environment and deployment information"
+msgid "Websphere AS environment and deployment information"
msgstr ""
#. Tag: para
-#: Websphere.xml:21
+#: Websphere.xml:15
#, no-c-format
msgid ""
-"Websphere is a commercial product and so we will not discuss the details of "
-"its installation other than to say follow the directions provided by your "
+"Websphere AS is a commercial product and so we will not discuss the details "
+"of its installation other than to say follow the directions provided by your "
"particular installation type and license. This section will detail the exact "
"server versions used, installation tips, and some custom properties that are "
"needed for all of the examples."
msgstr ""
#. Tag: title
-#: Websphere.xml:29
+#: Websphere.xml:23
#, no-c-format
-msgid "Installation versions and tips"
+msgid "Installation versions"
msgstr ""
#. Tag: para
-#: Websphere.xml:30
+#: Websphere.xml:24
#, no-c-format
msgid ""
"All of the examples and information in this chapter are based on the version "
-"6.1 of Websphere at the time of this writing."
+"V7 of Websphere AS at the time of this writing."
msgstr ""
#. Tag: ulink
-#: Websphere.xml:35
+#: Websphere.xml:29
#, no-c-format
-msgid "Websphere Application Server 6.1"
+msgid "Websphere Application Server V7"
msgstr ""
-#. Tag: ulink
-#: Websphere.xml:40
-#, no-c-format
-msgid ""
-"Feature Pack for EJB 3.0 for Websphere Application Server V6.1 (6.1.0.13)"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:46
-#, no-c-format
-msgid "Fix Pack for Websphere Application Server V6.1 (6.1.0.19)"
-msgstr ""
-
#. Tag: para
-#: Websphere.xml:52
+#: Websphere.xml:34
#, no-c-format
msgid ""
-"The EJB3 feature pack that we installed came with the 6.1.0.13 patch version "
-"of Websphere. Installing the feature pack does not ensure that your server "
-"will have the proper environment for EJB3 applications. Be sure that as part "
-"of the installation of the feature pack you follow the instructions to "
-"create a new server profile with the EJB3 feature pack enabled, or augment "
-"one of your existing ones. This can also be done after the installation by "
-"running the profile management tool."
+"After installing Websphere AS, create server profile with Profile Management "
+"Tool, if you didn't create profile in installation process."
msgstr ""
-#. Tag: para
-#: Websphere.xml:60
-#, no-c-format
-msgid ""
-"It is highly recommended to patch Websphere by latest fix pack, at the time "
-"of this writing it is 6.1.0.19"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:63
+#: Websphere.xml:42
#, no-c-format
-msgid "A note about restarting the server"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:64
-#, no-c-format
-msgid ""
-"There are times that restarting the server will be required after deploying "
-"or changes the examples in this chapter. Its does not seem like every change "
-"requires a restart. If you get errors or exceptions after modifying a "
-"property or deploying an application try to restart the server."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:72
-#, no-c-format
-msgid "Required custom properties"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:73
-#, no-c-format
-msgid ""
-"There are a couple of Websphere custom properties that are required for Seam "
-"integration. These properties are not needed specifically for Seam, but work "
-"around some issues with Websphere. These are set following the instructions "
-"here : <ulink url=\"http://www-1.ibm.com/support/docview.wss?rss=180&"
-"uid=swg21284395\"> Setting web container custom properties</ulink>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:82
-#, no-c-format
-msgid ""
-"<literal>prependSlashToResource = \"true\"</literal> — This solves a "
-"fairly common issue with Websphere where applications are not using a "
-"leading \"/\" when attempting to access resources. If this is not set then a "
-"<literal>java.net.MalformedURLException</literal> will be thrown. With this "
-"property set you will still see warnings, but the resources will be "
-"retrieved as expected."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:90 Websphere.xml:108
-#, no-c-format
-msgid "Detailed can be found at:"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:92
-#, no-c-format
-msgid "SRVE0238E: Resource paths must have a leading slash"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:97
-#, no-c-format
-msgid ""
-"<literal>com.ibm.ws.webcontainer.invokefilterscompatibility = \"true\"</"
-"literal> — This solves an issue with Websphere where it throws a "
-"<literal>FileNotFoundException</literal> when a web application attempts to "
-"access a file resource that does not actually exist on disk. This is a "
-"common practice in modern web applications where filters or servlets are "
-"used to process resource requests like these. This issue manifests itself as "
-"failures to retrieve JavaScript, CSS, images, etc... when requesting a web "
-"page."
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:110
-#, no-c-format
-msgid ""
-"PK33090; 6.1: A filter that serves a file does not pop-up an alert message"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:119
-#, no-c-format
msgid "The <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:121
+#: Websphere.xml:44
#, no-c-format
msgid ""
"The <literal>jee5/booking</literal> example is based on the Hotel Booking "
@@ -208,45 +98,36 @@
"located in the <literal>$SEAM_DIST/examples/jee5/booking</literal> directory."
msgstr ""
-#. Tag: para
-#: Websphere.xml:128
-#, no-c-format
-msgid ""
-"As stated before the <literal>EJB3</literal> feature pack does not provide a "
-"full <literal>jee5</literal> implementation. This means that there are some "
-"tricks to getting an application deployed and functioning."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:134 Websphere.xml:927
+#: Websphere.xml:52 Websphere.xml:710
#, no-c-format
msgid "<title>Configuration file changes</title>"
msgstr ""
#. Tag: para
-#: Websphere.xml:136
+#: Websphere.xml:54
#, no-c-format
msgid ""
"Below are the configuration file changes that are need to the base example."
msgstr ""
#. Tag: literal
-#: Websphere.xml:142 Websphere.xml:1001
+#: Websphere.xml:60 Websphere.xml:784
#, no-c-format
msgid "resources/WEB-INF/components.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:145
+#: Websphere.xml:63
#, no-c-format
msgid ""
-"We need to change the way that we look up EJBs for Websphere. We need to "
-"remove the <literal>/local</literal> from the end of the <literal>jndi-"
-"pattern</literal> attribute. It should look like this:"
+"We need to change the way that we look up EJBs for WAS. We need to remove "
+"the <literal>/local</literal> from the end of the <literal>jndi-pattern</"
+"literal> attribute. It should look like this:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:152
+#: Websphere.xml:70
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -256,133 +137,119 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:156 Websphere.xml:1033
+#: Websphere.xml:76
#, no-c-format
-msgid "resources/WEB-INF/web.xml"
+msgid "resources/META-INF/ejb-jar.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:159
+#: Websphere.xml:79
#, no-c-format
msgid ""
-"This is the first place that we notice an unexpected change because this is "
-"not full <literal>jee5</literal> implementation."
+"We need to replace the /local string from <literal>ejb-ref-name</literal>. "
+"See at the following final code:"
msgstr ""
-#. Tag: para
-#: Websphere.xml:162
+#. Tag: programlisting
+#: Websphere.xml:82
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it requires "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
+"<![CDATA[\n"
+" <enterprise-beans>\n"
+" <!-- EJB reference required when one Seam EJB component references "
+"another Seam EJB component using @In -->\n"
+" <!-- Not required if you inject using @EJB, but then you lose state "
+"management and client-side interceptors (e.g., security) -->\n"
+" <session>\n"
+" <ejb-name>RegisterAction</ejb-name>\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
+"name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref>\n"
+" </session>\n"
+" </enterprise-beans>]]>"
msgstr ""
-#. Tag: programlisting
-#: Websphere.xml:169
+#. Tag: literal
+#: Websphere.xml:88 Websphere.xml:816
#, no-c-format
-msgid ""
-"<![CDATA[<xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
+msgid "resources/WEB-INF/web.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:170
+#: Websphere.xml:91
#, no-c-format
msgid ""
-"Next, we have to make some changes to the EJB references in the <literal>web."
-"xml</literal>. These changes are what will allow Websphere to bind the EJB2 "
-"references in the web module to the the actual EJB3 beans in the EAR module. "
-"Replace all of the <literal>ejb-local-refs</literal> when the values below."
+"We have to make some changes to the EJB references in the <literal>web.xml</"
+"literal>. These changes are what will allow WAS to bind automatically the "
+"EJB3 references in the web module to the the actual EJB3 beans in the EAR "
+"module. Replace all of the /local strings in <literal>ejb-local-refs</"
+"literal> when the values below."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:179
+#: Websphere.xml:100
#, no-c-format
msgid ""
"<![CDATA[\n"
" <!-- JEE5 EJB3 names -->\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Authenticator</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.BookingList</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Register</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.ChangePassword</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.HotelBooking</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.HotelSearching</local> \n"
-" </ejb-local-ref> \n"
-" \n"
" <ejb-local-ref>\n"
-" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name> \n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-name>\n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref> \n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.BookingList</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Register</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.ChangePassword</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelBooking</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelSearching</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:181
+#: Websphere.xml:102
#, no-c-format
msgid ""
-"The important change is that there is an empty <literal>local-home</literal> "
-"element for each EJB. This tells Websphere to make the correct bindings "
-"between the web module and the EJB3 beans. The <literal>ejb-link</literal> "
-"element is simply not used."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:187
-#, no-c-format
-msgid ""
"Note also that <literal>EjbSynchronizations</literal> is a built-in Seam EJB "
"and not part of the Hotel Booking example. This means that if your "
"application's <literal>components.xml</literal> specifies "
-"<literal>transaction:ejb-transaction</literal> , then you must include:"
+"<literal>transaction:ejb-transaction</literal>, then you must include:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:192
+#: Websphere.xml:107
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -395,34 +262,34 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:193
+#: Websphere.xml:108
#, no-c-format
msgid ""
"in your web.xml. If you don't include it, you'll get the following error:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:194
+#: Websphere.xml:109
#, no-c-format
msgid "Name comp/env/myapp/EjbSynchronizations not found in context java:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:199
+#: Websphere.xml:114
#, no-c-format
msgid "resources/META-INF/persistence.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:202
+#: Websphere.xml:117
#, no-c-format
msgid ""
"For this example we will be using the default datasource that comes with "
-"Websphere. To do this change the <literal>jta-data-source</literal> element:"
+"WAS. To do this change the <literal>jta-data-source</literal> element:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:205
+#: Websphere.xml:120
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -431,7 +298,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:206
+#: Websphere.xml:121
#, no-c-format
msgid ""
"Then we need to adjust some of the hibernate properties. First comment out "
@@ -439,7 +306,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:211
+#: Websphere.xml:126
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -455,25 +322,25 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:215
+#: Websphere.xml:130
#, no-c-format
msgid ""
"<literal>hibernate.transaction.manager_lookup_class</literal> — "
-"Standard Hibernate transaction manager property for Websphere 6.X"
+"Standard Hibernate transaction manager property for WAS 6.X and 7"
msgstr ""
#. Tag: para
-#: Websphere.xml:221
+#: Websphere.xml:136
#, no-c-format
msgid ""
"<literal>hibernate.transaction.flush_before_completion</literal> — "
"This is commented out because we want the container to manage the "
"transactions. Also if this is set to <literal>true</literal> an exception "
-"will be thrown by Websphere when the EJBContext is looked up."
+"will be thrown by WAS when the EJBContext is looked up."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:230
+#: Websphere.xml:145
#, no-c-format
msgid ""
"<![CDATA[com.ibm.wsspi.injectionengine.InjectionException: \n"
@@ -482,55 +349,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:233
+#: Websphere.xml:148
#, no-c-format
msgid ""
"<literal>hibernate.dialect</literal> — From WAS 6.1.0.9 on the "
-"embedded DB was switched to the same Derby DB in Glassfish."
+"embedded DB was switched to the same Derby DB as is in Glassfish v2."
msgstr ""
#. Tag: literal
-#: Websphere.xml:243 Websphere.xml:967
+#: Websphere.xml:158 Websphere.xml:750
#, no-c-format
-msgid "resources/GlassfishDerbyDialect.class"
+msgid "src/GlassfishDerbyDialect.java"
msgstr ""
#. Tag: para
-#: Websphere.xml:246
+#: Websphere.xml:161
#, no-c-format
msgid ""
-"You will need to get the <literal>GlassfishDerbyDialect.class</literal> and "
-"copy it into the <literal>/resources</literal> directory. The class exists "
-"in the JPA example and can be copied using the command below assuming you "
-"are in <literal>jee5/booking</literal> directory:"
+"You will need to get the <literal>GlassfishDerbyDialect.java</literal> and "
+"copy it into the <literal>/src</literal> directory. The java class exists in "
+"the JPA example source directory and can be copied using the command below "
+"assuming you are in <literal>jee5/booking</literal> directory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:254
+#: Websphere.xml:169
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/WEB-INF/classes/GlassfishDerbyDialect."
-"class\n"
-" ./resources]]>"
+"cp ../../jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:255
+#: Websphere.xml:170
#, no-c-format
msgid ""
-"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file "
-"using changes to the build.xml discussed later."
+"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file."
msgstr ""
#. Tag: literal
-#: Websphere.xml:261
+#: Websphere.xml:175
#, no-c-format
msgid "resources/import.sql"
msgstr ""
#. Tag: para
-#: Websphere.xml:264
+#: Websphere.xml:178
#, no-c-format
msgid ""
"This file must also be copied from the JPA example because either the Derby "
@@ -540,201 +405,91 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:271
+#: Websphere.xml:185
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/import.sql ./resources]]>"
+"cp ../../jpa/resources-websphere7/import.sql ./resources]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:280
+#: Websphere.xml:194
#, no-c-format
msgid "Building the <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:283
+#: Websphere.xml:197
#, no-c-format
msgid ""
"In order to get the changes we have made into our application we need to "
"make some changes to the <literal>build.xml</literal>. There are also some "
"additional jars that are required by our application in order to work with "
-"Websphere. This section will cover what changes are needed to the "
-"<literal>build.xml</literal>."
+"WAS. This section will cover what changes are needed to the <literal>build."
+"xml</literal>."
msgstr ""
#. Tag: title
-#: Websphere.xml:290
+#: Websphere.xml:204
#, no-c-format
-msgid "New libraries dependencies"
+msgid "Library dependency changes"
msgstr ""
#. Tag: para
-#: Websphere.xml:294
+#: Websphere.xml:205
#, no-c-format
msgid ""
-"JSF libraries — Websphere 6.1 comes with its own version of JSF 1.1 "
-"(Seam requires JSF 1.2). So we must add these jars to our application:"
+"We remove the <literal>log4j.jar</literal> so that all of the log output "
+"from our application will be added to the WAS log. Additional steps are "
+"required to fully configure log4j and those are outside of the scope of this "
+"document."
msgstr ""
-#. Tag: literal
-#: Websphere.xml:299 Websphere.xml:836
-#, no-c-format
-msgid "jsf-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:303 Websphere.xml:841
-#, no-c-format
-msgid "jsf-impl.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:309
-#, no-c-format
-msgid ""
-"Since Websphere is not a fully compliant <literal>JEE5</literal> "
-"implementation we need to add these EL libraries:"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:314 Websphere.xml:849
-#, no-c-format
-msgid "el-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:318 Websphere.xml:845
-#, no-c-format
-msgid "el-ri.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:324
-#, no-c-format
-msgid ""
-"<literal>jboss-seam.jar</literal> — for some reason when deploying the "
-"application through the Websphere administration console it can not find the "
-"<literal>jboss-seam.jar</literal> at the base of the EAR archive. This means "
-"that we need to add it to the <literal>/lib</literal> of the EAR."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:332
-#, no-c-format
-msgid ""
-"Finally we remove the <literal>log4j.jar</literal> so that all of the log "
-"output from our application will be added to the Websphere log. Additional "
-"steps are required to fully configure log4j and those are outside of the "
-"scope of this document."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:343
+#: Websphere.xml:213
#, no-c-format
msgid "Updating the <literal>build.xml</literal> file"
msgstr ""
#. Tag: para
-#: Websphere.xml:345
+#: Websphere.xml:215
#, no-c-format
msgid ""
"Add the following entry to the bottom of the <literal>build.xml</literal> "
"file. This overrides the default fileset that is used to populate the "
-"<literal>jboss-seam-jee5.jar</literal>. The primary change is the addition "
-"of the <literal>GlassfishDerbyDialect.class</literal>:"
+"<literal>jboss-seam-jee5.jar</literal>. :"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:354
+#: Websphere.xml:223
#, no-c-format
msgid ""
"<![CDATA[\n"
" <fileset id=\"jar.resources\" dir=\"${resources.dir}\">\n"
" <include name=\"import.sql\" />\n"
" <include name=\"seam.properties\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
" <include name=\"META-INF/persistence.xml\" />\n"
" <include name=\"META-INF/ejb-jar.xml\" />\n"
" </fileset>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:357
+#: Websphere.xml:225
#, no-c-format
msgid ""
-"Next we need to add the library dependencies discussed above. For this add "
-"the following to bottom of the <literal>ear.lib.extras</literal> fileset "
-"entry:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:363
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!--<include name=\"lib/log4j.jar\" />-->\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" />\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:365
-#, no-c-format
-msgid ""
-"We also need to add richfaces-api.jar, jsf-impl.jar and el-ri.jar into WEB-"
-"INF/lib of the war file. Add the following fileset after <literal>ear.lib."
-"extras</literal> fileset."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:368
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <fileset id=\"war.lib.extras\" dir=\"${seam.dir}\"> \n"
-" <include name=\"lib/richfaces-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" /> \n"
-" </fileset>]]>"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:370
-#, no-c-format
-msgid "A note about copying JSF and EL jars"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:371
-#, no-c-format
-msgid ""
-"There is a class loading issue with WebSphere, which causes the jars from "
-"ear lib directory to not be available when the web module is initialized."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:376
-#, no-c-format
-msgid ""
"Now all that is left is to execute the <literal>ant archive</literal> task "
"and the built application will be in the <literal>jee5/booking/dist</"
"literal> directory."
msgstr ""
#. Tag: title
-#: Websphere.xml:385
+#: Websphere.xml:234
#, no-c-format
msgid "Deploying the application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:387
+#: Websphere.xml:236
#, no-c-format
msgid ""
"So now we have everything we need in place. All that is left is to deploy it "
@@ -742,7 +497,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:389
+#: Websphere.xml:238
#, no-c-format
msgid ""
"For this we will use Websphere's administration console. As before there are "
@@ -750,52 +505,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:392
+#: Websphere.xml:241
#, no-c-format
msgid ""
-"The steps below are for the Websphere version stated above, yours may be "
-"slightly different."
+"The steps below are for the WAS version stated above. The ports are default "
+"values, if you changed them substitute your values."
msgstr ""
#. Tag: para
-#: Websphere.xml:396
+#: Websphere.xml:245
#, no-c-format
-msgid "Log in to the administration console"
+msgid ""
+"Log in to the administration console <programlisting><![CDATA[https://"
+"localhost:9043/admin]]></programlisting> or"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:399
+#: Websphere.xml:250
#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"https://localhost:9043/ibm/console]]>"
+msgid "<![CDATA[http://localhost:9060/admin]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:403
+#: Websphere.xml:254
#, no-c-format
msgid ""
-"Access the <literal>Enterprise Application</literal> menu option under the "
-"<literal>Applications</literal> top menu."
+"Access the <literal>Websphere enterprise applications</literal> menu option "
+"under the <literal>Applications --> Application Type</literal> left side "
+"menu."
msgstr ""
#. Tag: para
-#: Websphere.xml:408
+#: Websphere.xml:259
#, no-c-format
msgid ""
-"At the top of the <literal>Enterprise Application</literal> table select "
+"At the top of the <literal>Enterprise Applications</literal> table select "
"<literal>Install</literal>. Below are installation wizard pages and what "
"needs to done on each:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:414 Websphere.xml:674
+#: Websphere.xml:265 Websphere.xml:461
#, no-c-format
msgid "Preparing for the application installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:418
+#: Websphere.xml:269
#, no-c-format
msgid ""
"Browse to the <literal>examples/jee5/booking/dist/jboss-seam-jee5.ear</"
@@ -803,102 +559,81 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:424 Websphere.xml:442 Websphere.xml:475 Websphere.xml:689
+#: Websphere.xml:275 Websphere.xml:285 Websphere.xml:304 Websphere.xml:476
+#: Websphere.xml:496
#, no-c-format
msgid "Select the <literal>Next</literal> button."
msgstr ""
+#. Tag: para
+#: Websphere.xml:280 Websphere.xml:471
+#, no-c-format
+msgid "Select the <literal>Fast Path</literal> button."
+msgstr ""
+
#. Tag: literal
-#: Websphere.xml:431
+#: Websphere.xml:292
#, no-c-format
msgid "Select installation options"
msgstr ""
#. Tag: para
-#: Websphere.xml:435
+#: Websphere.xml:296
#, no-c-format
msgid ""
-"Select the <literal>Deploy enterprise beans</literal> check box. This is "
-"needed unless you used a Websphere tool to package the application."
+"Select the <literal>Deploy enterprise beans</literal> and <literal>Allow EJB "
+"reference targets to resolve automatically</literal> check boxes. This is "
+"needed unless you used a Websphere AS tool to package the application."
msgstr ""
#. Tag: literal
-#: Websphere.xml:449
+#: Websphere.xml:313
#, no-c-format
msgid "Map modules to servers"
msgstr ""
#. Tag: para
-#: Websphere.xml:453
+#: Websphere.xml:317
#, no-c-format
msgid ""
"No changes needed here as we only have one server. Select the <literal>Next</"
"literal> button."
msgstr ""
-#. Tag: para
-#: Websphere.xml:461
-#, no-c-format
-msgid ""
-"<literal>Map EJB references to beans</literal> This page will list all of "
-"the beans that we entered in the web.xml."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:466
-#, no-c-format
-msgid ""
-"Make sure that <literal>Allow EJB reference targets to resolve "
-"automatically</literal> check box is selected. This will tell Websphere to "
-"bind our EJB3 beans to the EJB references in the web module."
-msgstr ""
-
#. Tag: literal
-#: Websphere.xml:482
+#: Websphere.xml:325
#, no-c-format
-msgid "Map virtual hosts for Web modules"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:486
-#, no-c-format
-msgid "No changes needed here. Select the <literal>Next</literal> button."
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:493
-#, no-c-format
msgid "Summary"
msgstr ""
#. Tag: para
-#: Websphere.xml:496
+#: Websphere.xml:328
#, no-c-format
msgid "No changes needed here. Select the <literal>Finish</literal> button."
msgstr ""
#. Tag: literal
-#: Websphere.xml:503
+#: Websphere.xml:335
#, no-c-format
msgid "Installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:506
+#: Websphere.xml:338
#, no-c-format
msgid "Now you will see it installing and deploying your application."
msgstr ""
#. Tag: para
-#: Websphere.xml:511
+#: Websphere.xml:343
#, no-c-format
msgid ""
-"When if finishes select the <literal>Save</literal> link and you will be "
+"When it finishes select the <literal>Save</literal> link and you will be "
"returned to the <literal>Enterprise Applications</literal> table."
msgstr ""
#. Tag: para
-#: Websphere.xml:523
+#: Websphere.xml:355
#, no-c-format
msgid ""
"Now that we have our application installed we need to make some adjustments "
@@ -906,7 +641,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:527
+#: Websphere.xml:359
#, no-c-format
msgid ""
"Starting from the <literal>Enterprise Applications</literal> table select "
@@ -914,40 +649,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:533
+#: Websphere.xml:365
#, no-c-format
msgid "Select the <literal>Manage Modules</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:537
+#: Websphere.xml:369
#, no-c-format
-msgid "Select the <literal>jboss-seam-jee5.war</literal> link."
+msgid "Select the <literal>jboss-seam-jee5-booking.war</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:542
+#: Websphere.xml:374
#, no-c-format
msgid ""
"Change the <literal>Class loader order</literal> combo box to "
-"<literal>Classes loaded with application class loader first</literal>."
+"<literal>Classes loaded with application class loader first (parent last)</"
+"literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:548 Websphere.xml:573
+#: Websphere.xml:380 Websphere.xml:397
#, no-c-format
msgid ""
"Select <literal>Apply</literal> and then <literal>Save</literal> options."
msgstr ""
#. Tag: para
-#: Websphere.xml:552
+#: Websphere.xml:384
#, no-c-format
-msgid "Return the <literal>Seam Booking</literal> page."
+msgid "Return to the <literal>Seam Booking</literal> page."
msgstr ""
#. Tag: para
-#: Websphere.xml:556
+#: Websphere.xml:387
#, no-c-format
msgid ""
"On this page select the <literal>Class loading and update detection</"
@@ -955,7 +691,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:561
+#: Websphere.xml:392
#, no-c-format
msgid ""
"Select the radio button for <literal>Classes loaded with application class "
@@ -963,117 +699,40 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:566
+#: Websphere.xml:403
#, no-c-format
msgid ""
-"Even though we are not enabling class reload you must also enter a valid "
-"number in the <literal>Polling interval for updated files</literal> text "
-"area (zero works fine)."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:577
-#, no-c-format
-msgid ""
-"You should verify that the change you just made has been remembered. We have "
-"had problems with the last class loader change not taking effect - even "
-"after a restart. If the change did not take you will need to do it manually, "
-"following these directions:"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:585
-#, no-c-format
-msgid "Open the following file in a text editor of your choice:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:589
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"$WebSphereInstall/$yourServerName/profiles/$yourProfileName/config/cells/\n"
-" $yourCellName/applications/Seam Booking.ear/deployments/\n"
-" Seam Booking/deployment.xml]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:593
-#, no-c-format
-msgid ""
-"Modify the following line so that <literal>PARENT_FIRST</literal> is now "
-"<literal>PARENT_LAST</literal>:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:599
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<classloader xmi:id=\"Classloader_#######\" mode=\"PARENT_FIRST\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:603
-#, no-c-format
-msgid ""
-"Save the file and now when go to the <literal>Class loading and update "
-"detection</literal> page you should see <literal>Classes loaded with "
-"application class loader first</literal> selected."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:615
-#, no-c-format
-msgid ""
"To start the application return to the <literal>Enterprise Applications</"
"literal> table and select our application in the list. Then choose the "
"<literal>Start</literal> button at the top of the table."
msgstr ""
#. Tag: para
-#: Websphere.xml:622
+#: Websphere.xml:410
#, no-c-format
msgid ""
"You can now access the application at <literal>http://localhost:9080/seam-"
-"jee5/</literal> ."
+"jee5-booking/index.html</literal> ."
msgstr ""
#. Tag: title
-#: Websphere.xml:628
+#: Websphere.xml:431
#, no-c-format
-msgid "A note about Websphere Stateful bean timeouts"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:629
-#, no-c-format
-msgid ""
-"The default timeout period for a Websphere 6.1 Stateful EJB is 10 minutes. "
-"This means that you may see some EJB timeout exceptions after some idle "
-"time. It is possible to adjust the timeout of the Stateful EJBs on an "
-"individual basis, but that is beyond the scope of this document. See the "
-"Websphere documentation for details."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:643
-#, no-c-format
msgid "The <literal>jpa</literal> booking example"
msgstr ""
#. Tag: para
-#: Websphere.xml:644
+#: Websphere.xml:432
#, no-c-format
msgid ""
"Thankfully getting the <literal>jpa</literal> example to work is much easier "
"than the <literal>jee5</literal> example. This is the Hotel Booking example "
"implemented in Seam POJOs and using Hibernate JPA with JPA transactions. It "
-"does not require EJB3 support to run."
+"does not use EJB3."
msgstr ""
#. Tag: para
-#: Websphere.xml:650
+#: Websphere.xml:437
#, no-c-format
msgid ""
"The example already has a breakout of configurations and build scripts for "
@@ -1081,7 +740,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:653
+#: Websphere.xml:440
#, no-c-format
msgid ""
"First thing we are going to do is build and deploy that example. Then we'll "
@@ -1089,29 +748,29 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:657
+#: Websphere.xml:444
#, no-c-format
msgid "Building the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:658
+#: Websphere.xml:445
#, no-c-format
msgid ""
"Building it only requires running the correct ant command: "
-"<programlisting>ant websphere61</programlisting> This will create container "
+"<programlisting>ant websphere7</programlisting> This will create container "
"specific distribution and exploded archive directories with the "
-"<literal>websphere61</literal> label."
+"<literal>websphere7</literal> label."
msgstr ""
#. Tag: title
-#: Websphere.xml:664
+#: Websphere.xml:451
#, no-c-format
msgid "Deploying the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:665
+#: Websphere.xml:452
#, no-c-format
msgid ""
"This is similar to the <literal>jee5</literal> example at <xref linkend="
@@ -1119,7 +778,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:670
+#: Websphere.xml:457
#, no-c-format
msgid ""
"From the <literal>Enterprise Applications</literal> table select the "
@@ -1127,37 +786,43 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:678
+#: Websphere.xml:465
#, no-c-format
msgid ""
-"Browse to the <literal>examples/jpa/dist-websphere61/jboss-seam-jpa.war</"
+"Browse to the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
"literal> file using the file upload widget."
msgstr ""
#. Tag: para
-#: Websphere.xml:684
+#: Websphere.xml:483
#, no-c-format
msgid ""
-"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
-"jpa</literal>."
+"Select the <literal>Next</literal> button for the next three pages, no "
+"changes are needed."
msgstr ""
+#. Tag: literal
+#: Websphere.xml:488
+#, no-c-format
+msgid "Map context roots for Web modules"
+msgstr ""
+
#. Tag: para
-#: Websphere.xml:695
+#: Websphere.xml:491
#, no-c-format
msgid ""
-"Select the <literal>Next</literal> button for the next three pages, no "
-"changes are needed."
+"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
+"jpa</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:700
+#: Websphere.xml:502
#, no-c-format
msgid "<literal>Summary</literal> page"
msgstr ""
#. Tag: para
-#: Websphere.xml:703
+#: Websphere.xml:505
#, no-c-format
msgid ""
"Review the settings if you wish and select the <literal>Finish</literal> "
@@ -1167,17 +832,17 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:716
+#: Websphere.xml:519
#, no-c-format
msgid ""
"As with the <literal>jee5</literal> example there are some class loader "
"changes needed before we start the application. Follow the instructions at "
"<xref linkend=\"websphere-app-adj-after-install\"/> but exchange "
-"<literal>jboss-seam-jpa</literal> for <literal>Seam Booking</literal>."
+"<literal>jboss-seam-jpa_war</literal> for <literal>Seam Booking</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:723
+#: Websphere.xml:526
#, no-c-format
msgid ""
"Finally start the application by selecting it in the <literal>Enterprise "
@@ -1186,7 +851,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:729
+#: Websphere.xml:532
#, no-c-format
msgid ""
"You can now access the application at the <literal>http://localhost:9080/"
@@ -1194,187 +859,186 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:737
+#: Websphere.xml:540
#, no-c-format
-msgid "Whats different for Websphere 6.1"
+msgid "What's different for Websphere AS V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:738
+#: Websphere.xml:541
#, no-c-format
msgid ""
"The differences between the JPA examples that deploys to JBoss 4.2 and "
-"Websphere 6.1 are mostly expected; library and configuration file changes."
+"Websphere AS V7 are mostly expected; library and configuration file changes."
msgstr ""
#. Tag: para
-#: Websphere.xml:743
+#: Websphere.xml:546
#, no-c-format
msgid "<para>Configuration file changes</para>"
msgstr ""
#. Tag: para
-#: Websphere.xml:746
+#: Websphere.xml:549
#, no-c-format
msgid ""
-"<literal>WEB-INF/web.xml</literal> — the only significant change is "
-"that Websphere 6.1 only support <literal>Servlet 2.4</literal> so the top of "
-"this file was changed."
+"<literal>META-INF/persistence.xml</literal> — the main changes here "
+"are for the datasource JNDI path, switching to the Websphere transaction "
+"manager look up class, and changing the hibernate dialect to be "
+"<literal>GlassfishDerbyDialect</literal> ."
msgstr ""
#. Tag: para
-#: Websphere.xml:753
+#: Websphere.xml:559
#, no-c-format
msgid ""
-"<literal>META-INF/persistence.xml</literal> — the main changes here "
-"are for the datasource JNDI path, switching to the Websphere 6.1 transaction "
-"manager look up class, and changing the hibernate dialect to be "
-"<literal>GlassfishDerbyDialect</literal> ."
+"<literal>WEB-INF/components.xml</literal> — the change here is "
+"<literal>jndi-pattern</literal> without /local string."
msgstr ""
#. Tag: para
-#: Websphere.xml:763
+#: Websphere.xml:565
#, no-c-format
msgid ""
-"<literal>WEB-INF/classes/GlassfishDerbyDialect.class </literal> — this "
-"class is needed for the hibernate dialect change to "
-"<literal>GlassfishDerbyDialect</literal>"
+"<literal>META-INF/ejb-jar.xml</literal> — the same change in "
+"<literal>ejb-ref-name</literal>, where is replace /local string in "
+"<literal>jboss-seam-jee5/AuthenticatorAction</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:771
+#: Websphere.xml:572
#, no-c-format
msgid ""
+"<literal>src/GlassfishDerbyDialect.java </literal> — this class is "
+"needed for the hibernate dialect change to <literal>GlassfishDerbyDialect</"
+"literal>"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:580
+#, no-c-format
+msgid ""
"<literal>import.sql</literal> — either for the dialect or Derby DB the "
"<literal>ID</literal> column can not be populated by this file and was "
"removed."
msgstr ""
#. Tag: para
-#: Websphere.xml:780
+#: Websphere.xml:589
#, no-c-format
msgid "Changes for dependent libraries"
msgstr ""
#. Tag: para
-#: Websphere.xml:781
+#: Websphere.xml:590
#, no-c-format
msgid ""
-"<literal>WEB-INF/lib</literal> — The Websphere version requires "
-"several library packages because they are not included as they are with "
-"JBoss AS. These are primarily for hibernate, JSF-RI support and their "
-"dependencies. Below are listed only the additional jars needed above and "
-"beyond the JBoss <literal>JPA</literal> example."
+"The Websphere version requires several library packages because they are not "
+"included as they are with JBoss AS. These are primarily for hibernate and "
+"their dependencies. Below are listed only the additional jars needed above "
+"and beyond the JBoss <literal>JPA</literal> example."
msgstr ""
#. Tag: para
-#: Websphere.xml:789
+#: Websphere.xml:597
#, no-c-format
msgid "To use Hibernate as your JPA provider you need the following jars:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:794
+#: Websphere.xml:602
#, no-c-format
msgid "hibernate.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:799
+#: Websphere.xml:607
#, no-c-format
msgid "hibernate-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:804
+#: Websphere.xml:612
#, no-c-format
msgid "hibernate-commons-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:809
+#: Websphere.xml:617
#, no-c-format
msgid "hibernate-entitymanager.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:814
+#: Websphere.xml:622
#, no-c-format
msgid "hibernate-validator.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:819
+#: Websphere.xml:627
#, no-c-format
msgid "commons-collections.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:824
+#: Websphere.xml:632
#, no-c-format
msgid "jboss-common-core.jar"
msgstr ""
#. Tag: para
-#: Websphere.xml:830
+#: Websphere.xml:638
#, no-c-format
-msgid ""
-"Seam requires JSF 1.2 and these are the jars needed for that. Websphere 6.1 "
-"ships with its own implementation of JSF 1.1."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:855
-#, no-c-format
msgid "Various third party jars that Websphere needs:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:858
+#: Websphere.xml:641
#, no-c-format
msgid "antlr.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:862
+#: Websphere.xml:645
#, no-c-format
msgid "cglib.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:866
+#: Websphere.xml:649
#, no-c-format
msgid "asm.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:870
+#: Websphere.xml:653
#, no-c-format
msgid "dom4j.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:875
+#: Websphere.xml:658
#, no-c-format
msgid "javassist.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:880
+#: Websphere.xml:663
#, no-c-format
msgid "concurrent.jar"
msgstr ""
#. Tag: title
-#: Websphere.xml:895
+#: Websphere.xml:678
#, no-c-format
msgid ""
"Deploying an application created using <literal>seam-gen</literal> on "
-"Websphere 6.1.0.13"
+"Websphere V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:898
+#: Websphere.xml:681
#, no-c-format
msgid ""
"<literal>seam-gen</literal> is a very useful tool for developers to quickly "
@@ -1387,13 +1051,13 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:908
+#: Websphere.xml:691
#, no-c-format
msgid "Running <literal>seam-gen</literal> Setup"
msgstr ""
#. Tag: para
-#: Websphere.xml:909
+#: Websphere.xml:692
#, no-c-format
msgid ""
"The first step is setting up <literal>seam-gen</literal> to construct the "
@@ -1403,7 +1067,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:915
+#: Websphere.xml:698
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1499,7 +1163,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:917
+#: Websphere.xml:700
#, no-c-format
msgid ""
"Type <literal>./seam new-project</literal> to create your project and "
@@ -1508,25 +1172,25 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:924
+#: Websphere.xml:707
#, no-c-format
msgid "Changes needed for deployment to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:925
+#: Websphere.xml:708
#, no-c-format
msgid "We now need to make some changes to the generated project."
msgstr ""
#. Tag: literal
-#: Websphere.xml:931
+#: Websphere.xml:714
#, no-c-format
msgid "resources/META-INF/persistence-dev.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:936
+#: Websphere.xml:719
#, no-c-format
msgid ""
"Alter the <literal>jta-data-source</literal> to be "
@@ -1535,7 +1199,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:943
+#: Websphere.xml:726
#, no-c-format
msgid ""
"Add or change the properties below. These are described in detail at <xref "
@@ -1543,7 +1207,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:948
+#: Websphere.xml:731
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1559,14 +1223,14 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:951
+#: Websphere.xml:734
#, no-c-format
msgid ""
"Remove the JBoss AS specific method of exposing the EntityManagerFactory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:954
+#: Websphere.xml:737
#, no-c-format
msgid ""
"<![CDATA[<property \n"
@@ -1575,7 +1239,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:957
+#: Websphere.xml:740
#, no-c-format
msgid ""
"You'll need to alter <literal>persistence-prod.xml</literal> as well if you "
@@ -1583,32 +1247,31 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:970
+#: Websphere.xml:753
#, no-c-format
msgid ""
-"As with other examples we need to include this class for DB support. It can "
-"be copied from the <literal>jpa</literal> example into the "
-"<literal>websphere_example/resources</literal> directory."
+"As with other examples we need to include this java class for DB support. It "
+"can be copied from the <literal>jpa</literal> example into the "
+"<literal>websphere_example/src</literal> directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:976
+#: Websphere.xml:759
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp $SEAM/examples/jpa/resources-websphere61/WEB-INF/classes/"
-"GlassfishDerbyDialect.class\n"
-" ./resources]]>"
+"cp $SEAM/examples/jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: literal
-#: Websphere.xml:982
+#: Websphere.xml:765
#, no-c-format
msgid "resources/META-INF/jboss-app.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:985
+#: Websphere.xml:768
#, no-c-format
msgid ""
"You can delete this file as we aren't deploying to JBoss AS ( <literal>jboss-"
@@ -1616,13 +1279,13 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:991
+#: Websphere.xml:774
#, no-c-format
msgid "resources/*-ds.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:994
+#: Websphere.xml:777
#, no-c-format
msgid ""
"You can delete these file as we aren't deploying to JBoss AS (these files "
@@ -1630,7 +1293,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1006
+#: Websphere.xml:789
#, no-c-format
msgid ""
"Enable container managed transaction integration - add the <literal> <"
@@ -1640,7 +1303,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1015
+#: Websphere.xml:798
#, no-c-format
msgid ""
"Alter the <literal>jndi-pattern</literal> to <literal> java:comp/env/"
@@ -1648,7 +1311,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1021
+#: Websphere.xml:804
#, no-c-format
msgid ""
"We do not need <literal>managed-persistence-context</literal> for this "
@@ -1656,7 +1319,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1027
+#: Websphere.xml:810
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1667,67 +1330,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1036
+#: Websphere.xml:819
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it required "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1042
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1044
-#, no-c-format
-msgid ""
"As with the <literal>jee5/booking</literal> example we need to add EJB "
-"references to the web.xml. These references require the empty <literal>local-"
-"home</literal> to flag them for Websphere to perform the proper binding."
+"references to the web.xml. These references require replacing /local string "
+"in <literal>ejb-ref-name</literal> to flag them for Websphere to perform the "
+"proper binding."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1051
+#: Websphere.xml:826
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local> \n"
-" </ejb-local-ref>\n"
+"<![CDATA[ \n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local>\n"
+" </ejb-local-ref> \n"
" \n"
" <ejb-local-ref>\n"
" <ejb-ref-name>websphere_example/EjbSynchronizations</ejb-ref-name> \n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:1057
+#: Websphere.xml:832
#, no-c-format
msgid "Creating the <literal>AuthenticatorAction</literal> EJB"
msgstr ""
#. Tag: para
-#: Websphere.xml:1059
+#: Websphere.xml:834
#, no-c-format
msgid ""
"We want to take the existing <literal>Authenticator</literal> Seam POJO "
@@ -1735,13 +1372,19 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1065
+#: Websphere.xml:837
#, no-c-format
+msgid "Change the generated Authenticator class"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:840
+#, no-c-format
msgid "Rename the class to <literal>AuthenticatorAction</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1069
+#: Websphere.xml:844
#, no-c-format
msgid ""
"Add the <literal>@Stateless</literal> annotation to the new "
@@ -1749,7 +1392,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1075
+#: Websphere.xml:850
#, no-c-format
msgid ""
"Create an interface called <literal>Authenticator</literal> which "
@@ -1761,7 +1404,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1088
+#: Websphere.xml:863
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1770,7 +1413,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1091
+#: Websphere.xml:866
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1780,7 +1423,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1094
+#: Websphere.xml:869
#, no-c-format
msgid ""
"We've already added its reference to the <literal>web.xml</literal> file so "
@@ -1788,14 +1431,14 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:1100
+#: Websphere.xml:875
#, no-c-format
msgid ""
"Extra jar dependencies and other changes to the <literal>build.xml</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1102
+#: Websphere.xml:877
#, no-c-format
msgid ""
"This application has similar requirements as the <literal>jee5/booking</"
@@ -1803,7 +1446,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1107
+#: Websphere.xml:882
#, no-c-format
msgid ""
"Change the default target to <literal>archive</literal> (we aren't going to "
@@ -1811,7 +1454,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1113
+#: Websphere.xml:888
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1819,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1117
+#: Websphere.xml:892
#, no-c-format
msgid ""
"Websphere looks for the drools <literal>/security.drl</literal> file in the "
@@ -1832,7 +1475,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1128
+#: Websphere.xml:903
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1844,93 +1487,16 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1131
+#: Websphere.xml:906
#, no-c-format
msgid ""
-"We need to ge the <literal>GlassfishDerbyDialect.class</literal> into our "
-"application jar. To do that find the <literal>jar</literal> task and modify "
-"the top of it so that it looks like this:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1139
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"jar\" depends=\"compile,copyclasses\" \n"
-" description=\"Build the distribution .jar file\">\n"
-" <copy todir=\"${jar.dir}\">\n"
-" <fileset dir=\"${basedir}/resources\">\n"
-" <include name=\"seam.properties\" />\n"
-" <include name=\"*.drl\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
-" </fileset>\n"
-" </copy>\n"
-"...]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1142
-#, no-c-format
-msgid ""
-"Next we need to get the <literal>jboss-seam.jar</literal> into the base of "
-"the <literal>EAR</literal> file. For deployment Websphere requires this jar "
-"to be in both the <literal>/lib</literal> directory and at the base of the "
-"<literal>EAR</literal>. You must add the following to the <literal>archive</"
-"literal> task:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1151
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1152
-#, no-c-format
-msgid "So that the whole <literal>archive</literal> task looks like:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1156
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"archive\" depends=\"jar,war,ear\" \n"
-" description=\"Package the archives\">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.jar\" basedir=\"${jar.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.war\" basedir=\"${war.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.ear\">\n"
-" <fileset dir=\"${ear.dir}\"/>\n"
-" <fileset dir=\"${dist.dir}\">\n"
-" <include name=\"${project.name}.jar\"/>\n"
-" <include name=\"${project.name}.war\"/>\n"
-" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
-" </jar>\n"
-"</target>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1159
-#, no-c-format
-msgid ""
"Now we need to get extra jars into the <literal>build.xml</literal>. Look "
"for the <literal><fileset dir=\"${basedir}\"></literal> section of the "
"task below. Add the new includes at the bottom of the fileset."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1167
+#: Websphere.xml:914
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1941,9 +1507,7 @@
" <include name=\"*hibernate.cfg.xml\" />\n"
" <include name=\"jbpm.cfg.xml\" />\n"
" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
+"\n"
" <fileset dir=\"${basedir}\">\n"
" <include name=\"lib/jbpm*.jar\" />\n"
" <include name=\"lib/jboss-el.jar\" />\n"
@@ -1965,13 +1529,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1170
+#: Websphere.xml:917
#, no-c-format
msgid "Hibernate dependencies"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1171
+#: Websphere.xml:918
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1985,33 +1549,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1174
+#: Websphere.xml:921
#, no-c-format
-msgid ""
-"JSF dependencies. You will need to copy the <literal>el-ri.jar</literal> "
-"from the <literal>$SEAM/examples/jpa/lib</literal> directory."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1177
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1180
-#, no-c-format
msgid "Third party dependencies."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1181
+#: Websphere.xml:922
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2028,15 +1572,15 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1184
+#: Websphere.xml:925
#, no-c-format
msgid ""
-"<literal>jboss-seam.jar</literal> - this is needed in both the <literal>ear</"
-"literal> base and <literal>/lib</literal> directory."
+"<literal>jboss-seam.jar</literal> - this is needed in the <literal>ear</"
+"literal> base directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1188
+#: Websphere.xml:928
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2045,13 +1589,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1192
+#: Websphere.xml:932
#, no-c-format
msgid "You should end up with something like:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1193
+#: Websphere.xml:933
#, no-c-format
msgid ""
"<![CDATA[<fileset dir=\"${basedir}\">\n"
@@ -2072,13 +1616,7 @@
" <include name=\"lib/hibernate-entitymanager.jar\"/>\n"
" <include name=\"lib/hibernate-validator.jar\"/>\n"
" <include name=\"lib/jboss-common-core.jar\" />\n"
-" \n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>\n"
-" \n"
+"\n"
" <!-- 3rd party and supporting jars -->\n"
" <include name=\"lib/javassist.jar\"/>\n"
" <include name=\"lib/dom4j.jar\" />\n"
@@ -2095,38 +1633,14 @@
"</fileset>]]>"
msgstr ""
-#. Tag: para
-#: Websphere.xml:1195
-#, no-c-format
-msgid ""
-"The last step is to add <literal>jsf-impl.jar</literal> and <literal>el-ri."
-"jar</literal> to the war target. Look for <literal>copy todir=\"${war.dir}/"
-"WEB-INF/lib\"</literal> and add the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1199
-#, no-c-format
-msgid ""
-"<![CDATA[<copy todir=\"${war.dir}/WEB-INF/lib\">\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <includesfile name=\"deployed-jars-war.list"
-"\" />\n"
-" <include name=\"jsf-impl.jar\" />\n"
-" <include name=\"el-ri.jar\" /> \n"
-" <exclude name=\"jboss-seam-gen.jar\" />\n"
-" </fileset>\n"
-"</copy>]]>"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:1206
+#: Websphere.xml:940
#, no-c-format
msgid "Building and deploying the seam-gen'd application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:1212
+#: Websphere.xml:945
#, no-c-format
msgid ""
"Build your application by calling <literal>ant</literal> in the base "
@@ -2136,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1221
+#: Websphere.xml:954
#, no-c-format
msgid ""
"To deploy the application follow the instructions here : <xref linkend="
@@ -2146,7 +1660,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1227
+#: Websphere.xml:960
#, no-c-format
msgid ""
"Checkout the app at: <literal>http://localhost:9080/websphere_example/index."
Modified: trunk/doc/Seam_Reference_Guide/mr-IN/Excel.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/mr-IN/Excel.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/mr-IN/Excel.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: Seam_Reference_Guide \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-10-14 11:38+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -46,7 +46,7 @@
"&excel; JSF controls, which are used to construct views that can render the "
"document, and the DocumentStore component, which serves the rendered "
"document to the user. To include &excel; support in your application, "
-"included <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
+"include <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
"lib</literal> directory along with the <literal>jxl.jar</literal> JAR file. "
"Furthermore, you need to configure the DocumentStore servlet in your web.xml"
msgstr ""
@@ -247,9 +247,9 @@
msgid ""
"<literal>arrayGrowSize</literal> — The amount of memory by which to "
"increase the amount of memory allocated to storing the workbook data. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 1 megabyte. The value is a "
-"number (bytes)."
+"processes reading many small workbooks inside a WAS it might be necessary to "
+"reduce the default size. Default value is 1 megabyte. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -332,10 +332,10 @@
#, no-c-format
msgid ""
"<literal>initialFileSize</literal> — The initial amount of memory "
-"allocated to store the workbook data when reading a worksheet. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 5 megabytes. The value is a "
-"number (bytes)."
+"allocated to store the workbook data when reading a worksheet. For processes "
+"reading many small workbooks inside a WAS it might be necessary to reduce "
+"the default size. Default value is 5 megabytes. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -428,7 +428,7 @@
#, no-c-format
msgid ""
"<literal>filename</literal> — The filename to use for the download. "
-"The value is a string. Please not that if you map the DocumentServlet to "
+"The value is a string. Please note that if you map the DocumentServlet to "
"some pattern, this file extension must also match."
msgstr ""
@@ -442,11 +442,9 @@
msgstr ""
#. Tag: emphasis
-#: Excel.xml:322 Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081
-#: Excel.xml:1157 Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537
-#: Excel.xml:1595 Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#: Excel.xml:322 Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
#, no-c-format
-msgid "Child elemenents"
+msgid "Child elements"
msgstr ""
#. Tag: para
@@ -516,7 +514,7 @@
#, no-c-format
msgid ""
"Worksheets are the children of workbooks and the parent of columns and "
-"worksheet commands They can also contain explicitly placed cells, formulas, "
+"worksheet commands. They can also contain explicitly placed cells, formulas, "
"images and hyperlinks. They are the pages that make up the workbook."
msgstr ""
@@ -542,14 +540,14 @@
#, no-c-format
msgid ""
"<literal>var</literal> — The current row iterator variable name that "
-"can later be referenced in cell value attributes. The value is a string"
+"can later be referenced in cell value attributes. The value is a string."
msgstr ""
#. Tag: para
#: Excel.xml:401
#, no-c-format
msgid ""
-"<literal>name</literal> — The name of the worksheet. The valus is a "
+"<literal>name</literal> — The name of the worksheet. The value is a "
"string. Defaults to Sheet# where # is the worksheet index. If the given "
"worksheet name exists, that sheet is selected. This can be used for merging "
"several data sets into a single worksheet, just define the same name for "
@@ -590,7 +588,7 @@
#, no-c-format
msgid ""
"<literal>bottomMargin</literal> — The bottom margin. The value is a "
-"number (inches)"
+"number (inches)."
msgstr ""
#. Tag: para
@@ -709,7 +707,7 @@
#: Excel.xml:551
#, no-c-format
msgid ""
-"<literal>normalMagnification</literal> — The normal magnificaton "
+"<literal>normalMagnification</literal> — The normal magnification "
"factor (not zoom or scale factor). The value is a number (percentage)."
msgstr ""
@@ -727,7 +725,7 @@
#, no-c-format
msgid ""
"<literal>pageBreakPreviewMagnification</literal> — The page break "
-"preview magnificaton factor (not zoom or scale factors). the value is a "
+"preview magnification factor (not zoom or scale factors). The value is a "
"number (percentage)."
msgstr ""
@@ -803,7 +801,8 @@
#, no-c-format
msgid ""
"<literal>recalculateFormulasBeforeSave</literal> — Should the formulas "
-"be re-calculated when the sheet is saved? The value is a boolean. false"
+"be re-calculated when the sheet is saved? The value is a boolean. Default "
+"value is false."
msgstr ""
#. Tag: para
@@ -874,11 +873,19 @@
#: Excel.xml:698
#, no-c-format
msgid ""
-"<literal>zoomFactor</literal> — T zoom factor. Do not confuse zoom "
+"<literal>zoomFactor</literal> — The zoom factor. Do not confuse zoom "
"factor (which relates to the on screen view) with scale factor (which refers "
-"to the scale factor when printing). The value is a number (percentage."
+"to the scale factor when printing). The value is a number (percentage)."
msgstr ""
+#. Tag: emphasis
+#: Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081 Excel.xml:1157
+#: Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537 Excel.xml:1595
+#: Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#, no-c-format
+msgid "Child elemenents"
+msgstr ""
+
#. Tag: para
#: Excel.xml:712
#, no-c-format
@@ -900,7 +907,7 @@
#, no-c-format
msgid ""
"<literal><e:headerFooter/></literal> — Zero or more header/"
-"footer definitions ((see <xref linkend=\"excel.headersfooters\"/> ))."
+"footer definitions (see <xref linkend=\"excel.headersfooters\"/> )."
msgstr ""
#. Tag: para
@@ -916,7 +923,7 @@
#, no-c-format
msgid ""
"<literal>header</literal>— Contents that will be placed at the top of "
-"the data block, above the column headers (if any)"
+"the data block, above the column headers (if any)."
msgstr ""
#. Tag: para
@@ -924,7 +931,7 @@
#, no-c-format
msgid ""
"<literal>footer</literal>— Contents that will be placed at the bottom "
-"of the data block, below the column footers (if any)"
+"of the data block, below the column footers (if any)."
msgstr ""
#. Tag: programlisting
@@ -1062,7 +1069,7 @@
"Cells are nested within columns (for iteration) or inside worksheets (for "
"direct placement using the <literal>column</literal> and <literal>row</"
"literal> attributes) and are responsible for outputting the value (usually "
-"though en EL-expression involving the <literal>var</literal>-attribute of "
+"through an EL-expression involving the <literal>var</literal>-attribute of "
"the datatable. See"
msgstr ""
@@ -1495,7 +1502,7 @@
#: Excel.xml:1360
#, no-c-format
msgid ""
-"The formula of the cell in placed in the <literal>value</literal> -attribute "
+"The formula of the cell is placed in the <literal>value</literal> -attribute "
"as a normal &excel; notation. Note that when doing cross-sheet formulas, the "
"worksheets must exist before referencing a formula against them. The value "
"is a string."
@@ -2123,12 +2130,6 @@
"initially? The value is a boolean."
msgstr ""
-#. Tag: emphasis
-#: Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
-#, no-c-format
-msgid "Child elements"
-msgstr ""
-
#. Tag: literal
#: Excel.xml:2046
#, no-c-format
@@ -2171,7 +2172,7 @@
#: Excel.xml:2105
#, no-c-format
msgid ""
-"groups rows 5 trough 10 and columns 5 through 10 so that the rows are "
+"groups rows 5 through 10 and columns 5 through 10 so that the rows are "
"initially collapsed (but not the columns)."
msgstr ""
@@ -2382,7 +2383,7 @@
"The CSS attributes cascade down from parent to children and within one tag "
"cascades over the CSS classes referenced in the <literal>styleClass</"
"literal> attributes and finally over the CSS attributes defined in the "
-"<literal>style</literal>attribute. You can place them pretty much anywhere "
+"<literal>style</literal> attribute. You can place them pretty much anywhere "
"but e.g. placing a column width setting in a cell nested within that column "
"makes little sense."
msgstr ""
@@ -2579,7 +2580,7 @@
#. Tag: para
#: Excel.xml:2475
#, no-c-format
-msgid "This group of XLS-CSS attributes define the borders of the cell"
+msgid "This group of XLS-CSS attributes defines the borders of the cell"
msgstr ""
#. Tag: para
@@ -2667,7 +2668,7 @@
#, no-c-format
msgid ""
"A shorthand for setting line style and color of the top edge of the cell, e."
-"g style=\"xls-border-left: red thick\""
+"g style=\"xls-border-top: red thick\""
msgstr ""
#. Tag: para
@@ -2781,7 +2782,7 @@
#. Tag: para
#: Excel.xml:2668
#, no-c-format
-msgid "This group of XLS-CSS attributes define the background of the cell"
+msgid "This group of XLS-CSS attributes defines the background of the cell"
msgstr ""
#. Tag: para
@@ -2837,7 +2838,7 @@
#. Tag: para
#: Excel.xml:2722
#, no-c-format
-msgid "This group of XLS-CSS attributes define the column widths etc."
+msgid "This group of XLS-CSS attributes defines the column widths etc."
msgstr ""
#. Tag: para
@@ -2910,7 +2911,7 @@
#. Tag: para
#: Excel.xml:2783
#, no-c-format
-msgid "This group of XLS-CSS attributes define the cell properties"
+msgid "This group of XLS-CSS attributes defines the cell properties"
msgstr ""
#. Tag: para
@@ -3084,7 +3085,7 @@
#, no-c-format
msgid ""
"When using .xhtml documents, stylesheets must be referenced through the "
-"<literal><e:link> tag</literal>"
+"<literal><e:link></literal> tag"
msgstr ""
#. Tag: para
@@ -3106,8 +3107,9 @@
#, no-c-format
msgid ""
"The core of the &excel; functionality is based on the excellent JExcelAPI "
-"library which can be found on http://jexcelapi.sourceforge.net/ and most "
-"features and possible limitations are inherited from here."
+"library which can be found on <ulink url=\"http://jexcelapi.sourceforge.net"
+"\">http://jexcelapi.sourceforge.net/</ulink> and most features and possible "
+"limitations are inherited from here."
msgstr ""
#. Tag: para
Modified: trunk/doc/Seam_Reference_Guide/mr-IN/Itext.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/mr-IN/Itext.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/mr-IN/Itext.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -41,10 +41,10 @@
"iText support is provided by <literal>jboss-seam-pdf.jar</literal>. This JAR "
"contains the iText JSF controls, which are used to construct views that can "
"render to PDF, and the DocumentStore component, which serves the rendered "
-"documents to the user. To include PDF support in your application, included "
+"documents to the user. To include PDF support in your application, put "
"<literal>jboss-seam-pdf.jar</literal> in your <literal>WEB-INF/lib</literal> "
"directory along with the iText JAR file. There is no further configuration "
-"needed to use Seam's iText supportfon."
+"needed to use Seam's iText support."
msgstr ""
#. Tag: para
@@ -251,7 +251,7 @@
"for generating suitable PDF content. Tags like <literal><p:image></"
"literal> and <literal><p:paragraph></literal> are the basic "
"foundations of simple documents. Tags like <literal><p:font></literal> "
-"provide style information to all the content surrounging them."
+"provide style information to all the content surrounding them."
msgstr ""
#. Tag: literal
@@ -492,7 +492,7 @@
#, no-c-format
msgid ""
"<literal>p:image</literal> inserts an image into the document. Images can be "
-"be loaded from the classpath or from the web application context using the "
+"loaded from the classpath or from the web application context using the "
"<literal>value</literal> attribute."
msgstr ""
@@ -626,7 +626,7 @@
msgid ""
"<literal>reference</literal> — The destination the link refers to. "
"Links to other points in the document should begin with a \"#\". For "
-"example, \"#link1\" to refer to an anchor postion with a <literal>name</"
+"example, \"#link1\" to refer to an anchor position with a <literal>name</"
"literal> of <literal>link1</literal>. Links may also be a full URL to point "
"to a resource outside of the document."
msgstr ""
@@ -704,7 +704,7 @@
#: Itext.xml:631
#, no-c-format
msgid ""
-"<literal>borderWidth</literal> — The width of the border. Inidvidual "
+"<literal>borderWidth</literal> — The width of the border. Individual "
"border sides can be specified using <literal>borderWidthLeft</literal>, "
"<literal>borderWidthRight</literal>, <literal>borderWidthTop</literal> and "
"<literal>borderWidthBottom</literal>."
@@ -792,7 +792,7 @@
msgid ""
"<literal>numberDepth</literal> — The depth of numbering for section. "
"All sections are numbered relative to their surrounding chapter/sections. "
-"The fourth section of of the first section of chapter three would be section "
+"The fourth section of the first section of chapter three would be section "
"3.1.4, if displayed at the default number depth of three. To omit the "
"chapter number, a number depth of 2 should be used. In that case, the "
"section number would be displayed as 1.4."
@@ -839,7 +839,7 @@
msgid ""
"List structures can be displayed using the <literal>p:list</literal> and "
"<literal>p:listItem</literal> tags. Lists may contain arbitrarily-nested "
-"sublists. List items may not be used outside of a list. he following "
+"sublists. List items may not be used outside of a list. The following "
"document uses the <literal>ui:repeat</literal> tag to to display a list of "
"values retrieved from a Seam component."
msgstr ""
@@ -1391,7 +1391,7 @@
#, no-c-format
msgid ""
"<literal>domainGridlineStroke</literal> — The stroke style of the "
-"domain gridleines, if visible."
+"domain gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1493,7 +1493,7 @@
#, no-c-format
msgid ""
"<literal>plotOutlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1531,7 +1531,7 @@
#, no-c-format
msgid ""
"<literal>rangeGridlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1946,8 +1946,8 @@
#: Itext.xml:1893
#, no-c-format
msgid ""
-"<literal>seriesVisibleInLegend</literal> — A boolean indiciating if "
-"the series should be listed in the legend."
+"<literal>seriesVisibleInLegend</literal> — A boolean indicating if the "
+"series should be listed in the legend."
msgstr ""
#. Tag: programlisting
@@ -2149,7 +2149,7 @@
#, no-c-format
msgid ""
"<literal>dashPhase</literal> — The dash phase indicates the offset "
-"into the dash pattern that the the line should be drawn with."
+"into the dash pattern that the line should be drawn with."
msgstr ""
#. Tag: programlisting
@@ -2303,7 +2303,7 @@
#, no-c-format
msgid ""
"If you have a complex, pre-generated PDF with named fields, you can easily "
-"fill in the values from you application and present it to the user."
+"fill in the values from your application and present it to the user."
msgstr ""
#. Tag: literal
Modified: trunk/doc/Seam_Reference_Guide/mr-IN/Websphere.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/mr-IN/Websphere.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/mr-IN/Websphere.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-11-06 00:24+0000\n"
+"POT-Creation-Date: 2009-02-01 21:20+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,190 +16,80 @@
#. Tag: title
#: Websphere.xml:2
#, no-c-format
-msgid "Seam on IBM's Websphere"
+msgid "Seam on IBM's Websphere AS"
msgstr ""
#. Tag: para
#: Websphere.xml:4
#, no-c-format
msgid ""
-"Websphere 6.1.x is IBM's application server offering. The latest release is "
-"6.1.0.19 which does not have <literal>EJB3</literal> or <literal>JEE5</"
-"literal> support. There is a recently released (Nov 07) <literal>EJB3</"
-"literal> feature pack which provides some support for <literal>EJB3</"
-"literal> and <literal>JPA</literal>. Currently there is no true "
-"<literal>JEE5</literal> offering from IBM. This causes some issues with Seam "
-"integration with applications that use EJB3."
+"Websphere AS V7 is IBM's application server offering. This release is fully "
+"Java EE 5 certified."
msgstr ""
#. Tag: para
-#: Websphere.xml:12
+#: Websphere.xml:7
#, no-c-format
msgid ""
-"First we will go over some basic information about the Websphere environment "
-"that we used for these examples. After a good deal of research and work we "
-"were able to get EJB3 applications to function correctly. We will go over "
-"the details of those steps with the jee5 example. We will also deploy the "
-"JPA example application."
+"First we will go over some basic information about the Websphere AS "
+"environment that we used for these examples. We will go over the details of "
+"those steps with the JEE5 booking example. We will also deploy the JPA "
+"example application."
msgstr ""
#. Tag: title
-#: Websphere.xml:19
+#: Websphere.xml:13
#, no-c-format
-msgid "Websphere environment and deployment information"
+msgid "Websphere AS environment and deployment information"
msgstr ""
#. Tag: para
-#: Websphere.xml:21
+#: Websphere.xml:15
#, no-c-format
msgid ""
-"Websphere is a commercial product and so we will not discuss the details of "
-"its installation other than to say follow the directions provided by your "
+"Websphere AS is a commercial product and so we will not discuss the details "
+"of its installation other than to say follow the directions provided by your "
"particular installation type and license. This section will detail the exact "
"server versions used, installation tips, and some custom properties that are "
"needed for all of the examples."
msgstr ""
#. Tag: title
-#: Websphere.xml:29
+#: Websphere.xml:23
#, no-c-format
-msgid "Installation versions and tips"
+msgid "Installation versions"
msgstr ""
#. Tag: para
-#: Websphere.xml:30
+#: Websphere.xml:24
#, no-c-format
msgid ""
"All of the examples and information in this chapter are based on the version "
-"6.1 of Websphere at the time of this writing."
+"V7 of Websphere AS at the time of this writing."
msgstr ""
#. Tag: ulink
-#: Websphere.xml:35
+#: Websphere.xml:29
#, no-c-format
-msgid "Websphere Application Server 6.1"
+msgid "Websphere Application Server V7"
msgstr ""
-#. Tag: ulink
-#: Websphere.xml:40
-#, no-c-format
-msgid ""
-"Feature Pack for EJB 3.0 for Websphere Application Server V6.1 (6.1.0.13)"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:46
-#, no-c-format
-msgid "Fix Pack for Websphere Application Server V6.1 (6.1.0.19)"
-msgstr ""
-
#. Tag: para
-#: Websphere.xml:52
+#: Websphere.xml:34
#, no-c-format
msgid ""
-"The EJB3 feature pack that we installed came with the 6.1.0.13 patch version "
-"of Websphere. Installing the feature pack does not ensure that your server "
-"will have the proper environment for EJB3 applications. Be sure that as part "
-"of the installation of the feature pack you follow the instructions to "
-"create a new server profile with the EJB3 feature pack enabled, or augment "
-"one of your existing ones. This can also be done after the installation by "
-"running the profile management tool."
+"After installing Websphere AS, create server profile with Profile Management "
+"Tool, if you didn't create profile in installation process."
msgstr ""
-#. Tag: para
-#: Websphere.xml:60
-#, no-c-format
-msgid ""
-"It is highly recommended to patch Websphere by latest fix pack, at the time "
-"of this writing it is 6.1.0.19"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:63
+#: Websphere.xml:42
#, no-c-format
-msgid "A note about restarting the server"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:64
-#, no-c-format
-msgid ""
-"There are times that restarting the server will be required after deploying "
-"or changes the examples in this chapter. Its does not seem like every change "
-"requires a restart. If you get errors or exceptions after modifying a "
-"property or deploying an application try to restart the server."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:72
-#, no-c-format
-msgid "Required custom properties"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:73
-#, no-c-format
-msgid ""
-"There are a couple of Websphere custom properties that are required for Seam "
-"integration. These properties are not needed specifically for Seam, but work "
-"around some issues with Websphere. These are set following the instructions "
-"here : <ulink url=\"http://www-1.ibm.com/support/docview.wss?rss=180&"
-"uid=swg21284395\"> Setting web container custom properties</ulink>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:82
-#, no-c-format
-msgid ""
-"<literal>prependSlashToResource = \"true\"</literal> — This solves a "
-"fairly common issue with Websphere where applications are not using a "
-"leading \"/\" when attempting to access resources. If this is not set then a "
-"<literal>java.net.MalformedURLException</literal> will be thrown. With this "
-"property set you will still see warnings, but the resources will be "
-"retrieved as expected."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:90 Websphere.xml:108
-#, no-c-format
-msgid "Detailed can be found at:"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:92
-#, no-c-format
-msgid "SRVE0238E: Resource paths must have a leading slash"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:97
-#, no-c-format
-msgid ""
-"<literal>com.ibm.ws.webcontainer.invokefilterscompatibility = \"true\"</"
-"literal> — This solves an issue with Websphere where it throws a "
-"<literal>FileNotFoundException</literal> when a web application attempts to "
-"access a file resource that does not actually exist on disk. This is a "
-"common practice in modern web applications where filters or servlets are "
-"used to process resource requests like these. This issue manifests itself as "
-"failures to retrieve JavaScript, CSS, images, etc... when requesting a web "
-"page."
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:110
-#, no-c-format
-msgid ""
-"PK33090; 6.1: A filter that serves a file does not pop-up an alert message"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:119
-#, no-c-format
msgid "The <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:121
+#: Websphere.xml:44
#, no-c-format
msgid ""
"The <literal>jee5/booking</literal> example is based on the Hotel Booking "
@@ -208,45 +98,36 @@
"located in the <literal>$SEAM_DIST/examples/jee5/booking</literal> directory."
msgstr ""
-#. Tag: para
-#: Websphere.xml:128
-#, no-c-format
-msgid ""
-"As stated before the <literal>EJB3</literal> feature pack does not provide a "
-"full <literal>jee5</literal> implementation. This means that there are some "
-"tricks to getting an application deployed and functioning."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:134 Websphere.xml:927
+#: Websphere.xml:52 Websphere.xml:710
#, no-c-format
msgid "<title>Configuration file changes</title>"
msgstr ""
#. Tag: para
-#: Websphere.xml:136
+#: Websphere.xml:54
#, no-c-format
msgid ""
"Below are the configuration file changes that are need to the base example."
msgstr ""
#. Tag: literal
-#: Websphere.xml:142 Websphere.xml:1001
+#: Websphere.xml:60 Websphere.xml:784
#, no-c-format
msgid "resources/WEB-INF/components.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:145
+#: Websphere.xml:63
#, no-c-format
msgid ""
-"We need to change the way that we look up EJBs for Websphere. We need to "
-"remove the <literal>/local</literal> from the end of the <literal>jndi-"
-"pattern</literal> attribute. It should look like this:"
+"We need to change the way that we look up EJBs for WAS. We need to remove "
+"the <literal>/local</literal> from the end of the <literal>jndi-pattern</"
+"literal> attribute. It should look like this:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:152
+#: Websphere.xml:70
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -256,133 +137,119 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:156 Websphere.xml:1033
+#: Websphere.xml:76
#, no-c-format
-msgid "resources/WEB-INF/web.xml"
+msgid "resources/META-INF/ejb-jar.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:159
+#: Websphere.xml:79
#, no-c-format
msgid ""
-"This is the first place that we notice an unexpected change because this is "
-"not full <literal>jee5</literal> implementation."
+"We need to replace the /local string from <literal>ejb-ref-name</literal>. "
+"See at the following final code:"
msgstr ""
-#. Tag: para
-#: Websphere.xml:162
+#. Tag: programlisting
+#: Websphere.xml:82
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it requires "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
+"<![CDATA[\n"
+" <enterprise-beans>\n"
+" <!-- EJB reference required when one Seam EJB component references "
+"another Seam EJB component using @In -->\n"
+" <!-- Not required if you inject using @EJB, but then you lose state "
+"management and client-side interceptors (e.g., security) -->\n"
+" <session>\n"
+" <ejb-name>RegisterAction</ejb-name>\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
+"name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref>\n"
+" </session>\n"
+" </enterprise-beans>]]>"
msgstr ""
-#. Tag: programlisting
-#: Websphere.xml:169
+#. Tag: literal
+#: Websphere.xml:88 Websphere.xml:816
#, no-c-format
-msgid ""
-"<![CDATA[<xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
+msgid "resources/WEB-INF/web.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:170
+#: Websphere.xml:91
#, no-c-format
msgid ""
-"Next, we have to make some changes to the EJB references in the <literal>web."
-"xml</literal>. These changes are what will allow Websphere to bind the EJB2 "
-"references in the web module to the the actual EJB3 beans in the EAR module. "
-"Replace all of the <literal>ejb-local-refs</literal> when the values below."
+"We have to make some changes to the EJB references in the <literal>web.xml</"
+"literal>. These changes are what will allow WAS to bind automatically the "
+"EJB3 references in the web module to the the actual EJB3 beans in the EAR "
+"module. Replace all of the /local strings in <literal>ejb-local-refs</"
+"literal> when the values below."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:179
+#: Websphere.xml:100
#, no-c-format
msgid ""
"<![CDATA[\n"
" <!-- JEE5 EJB3 names -->\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Authenticator</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.BookingList</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Register</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.ChangePassword</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.HotelBooking</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.HotelSearching</local> \n"
-" </ejb-local-ref> \n"
-" \n"
" <ejb-local-ref>\n"
-" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name> \n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-name>\n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref> \n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.BookingList</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Register</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.ChangePassword</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelBooking</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelSearching</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:181
+#: Websphere.xml:102
#, no-c-format
msgid ""
-"The important change is that there is an empty <literal>local-home</literal> "
-"element for each EJB. This tells Websphere to make the correct bindings "
-"between the web module and the EJB3 beans. The <literal>ejb-link</literal> "
-"element is simply not used."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:187
-#, no-c-format
-msgid ""
"Note also that <literal>EjbSynchronizations</literal> is a built-in Seam EJB "
"and not part of the Hotel Booking example. This means that if your "
"application's <literal>components.xml</literal> specifies "
-"<literal>transaction:ejb-transaction</literal> , then you must include:"
+"<literal>transaction:ejb-transaction</literal>, then you must include:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:192
+#: Websphere.xml:107
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -395,34 +262,34 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:193
+#: Websphere.xml:108
#, no-c-format
msgid ""
"in your web.xml. If you don't include it, you'll get the following error:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:194
+#: Websphere.xml:109
#, no-c-format
msgid "Name comp/env/myapp/EjbSynchronizations not found in context java:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:199
+#: Websphere.xml:114
#, no-c-format
msgid "resources/META-INF/persistence.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:202
+#: Websphere.xml:117
#, no-c-format
msgid ""
"For this example we will be using the default datasource that comes with "
-"Websphere. To do this change the <literal>jta-data-source</literal> element:"
+"WAS. To do this change the <literal>jta-data-source</literal> element:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:205
+#: Websphere.xml:120
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -431,7 +298,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:206
+#: Websphere.xml:121
#, no-c-format
msgid ""
"Then we need to adjust some of the hibernate properties. First comment out "
@@ -439,7 +306,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:211
+#: Websphere.xml:126
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -455,25 +322,25 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:215
+#: Websphere.xml:130
#, no-c-format
msgid ""
"<literal>hibernate.transaction.manager_lookup_class</literal> — "
-"Standard Hibernate transaction manager property for Websphere 6.X"
+"Standard Hibernate transaction manager property for WAS 6.X and 7"
msgstr ""
#. Tag: para
-#: Websphere.xml:221
+#: Websphere.xml:136
#, no-c-format
msgid ""
"<literal>hibernate.transaction.flush_before_completion</literal> — "
"This is commented out because we want the container to manage the "
"transactions. Also if this is set to <literal>true</literal> an exception "
-"will be thrown by Websphere when the EJBContext is looked up."
+"will be thrown by WAS when the EJBContext is looked up."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:230
+#: Websphere.xml:145
#, no-c-format
msgid ""
"<![CDATA[com.ibm.wsspi.injectionengine.InjectionException: \n"
@@ -482,55 +349,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:233
+#: Websphere.xml:148
#, no-c-format
msgid ""
"<literal>hibernate.dialect</literal> — From WAS 6.1.0.9 on the "
-"embedded DB was switched to the same Derby DB in Glassfish."
+"embedded DB was switched to the same Derby DB as is in Glassfish v2."
msgstr ""
#. Tag: literal
-#: Websphere.xml:243 Websphere.xml:967
+#: Websphere.xml:158 Websphere.xml:750
#, no-c-format
-msgid "resources/GlassfishDerbyDialect.class"
+msgid "src/GlassfishDerbyDialect.java"
msgstr ""
#. Tag: para
-#: Websphere.xml:246
+#: Websphere.xml:161
#, no-c-format
msgid ""
-"You will need to get the <literal>GlassfishDerbyDialect.class</literal> and "
-"copy it into the <literal>/resources</literal> directory. The class exists "
-"in the JPA example and can be copied using the command below assuming you "
-"are in <literal>jee5/booking</literal> directory:"
+"You will need to get the <literal>GlassfishDerbyDialect.java</literal> and "
+"copy it into the <literal>/src</literal> directory. The java class exists in "
+"the JPA example source directory and can be copied using the command below "
+"assuming you are in <literal>jee5/booking</literal> directory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:254
+#: Websphere.xml:169
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/WEB-INF/classes/GlassfishDerbyDialect."
-"class\n"
-" ./resources]]>"
+"cp ../../jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:255
+#: Websphere.xml:170
#, no-c-format
msgid ""
-"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file "
-"using changes to the build.xml discussed later."
+"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file."
msgstr ""
#. Tag: literal
-#: Websphere.xml:261
+#: Websphere.xml:175
#, no-c-format
msgid "resources/import.sql"
msgstr ""
#. Tag: para
-#: Websphere.xml:264
+#: Websphere.xml:178
#, no-c-format
msgid ""
"This file must also be copied from the JPA example because either the Derby "
@@ -540,201 +405,91 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:271
+#: Websphere.xml:185
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/import.sql ./resources]]>"
+"cp ../../jpa/resources-websphere7/import.sql ./resources]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:280
+#: Websphere.xml:194
#, no-c-format
msgid "Building the <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:283
+#: Websphere.xml:197
#, no-c-format
msgid ""
"In order to get the changes we have made into our application we need to "
"make some changes to the <literal>build.xml</literal>. There are also some "
"additional jars that are required by our application in order to work with "
-"Websphere. This section will cover what changes are needed to the "
-"<literal>build.xml</literal>."
+"WAS. This section will cover what changes are needed to the <literal>build."
+"xml</literal>."
msgstr ""
#. Tag: title
-#: Websphere.xml:290
+#: Websphere.xml:204
#, no-c-format
-msgid "New libraries dependencies"
+msgid "Library dependency changes"
msgstr ""
#. Tag: para
-#: Websphere.xml:294
+#: Websphere.xml:205
#, no-c-format
msgid ""
-"JSF libraries — Websphere 6.1 comes with its own version of JSF 1.1 "
-"(Seam requires JSF 1.2). So we must add these jars to our application:"
+"We remove the <literal>log4j.jar</literal> so that all of the log output "
+"from our application will be added to the WAS log. Additional steps are "
+"required to fully configure log4j and those are outside of the scope of this "
+"document."
msgstr ""
-#. Tag: literal
-#: Websphere.xml:299 Websphere.xml:836
-#, no-c-format
-msgid "jsf-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:303 Websphere.xml:841
-#, no-c-format
-msgid "jsf-impl.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:309
-#, no-c-format
-msgid ""
-"Since Websphere is not a fully compliant <literal>JEE5</literal> "
-"implementation we need to add these EL libraries:"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:314 Websphere.xml:849
-#, no-c-format
-msgid "el-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:318 Websphere.xml:845
-#, no-c-format
-msgid "el-ri.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:324
-#, no-c-format
-msgid ""
-"<literal>jboss-seam.jar</literal> — for some reason when deploying the "
-"application through the Websphere administration console it can not find the "
-"<literal>jboss-seam.jar</literal> at the base of the EAR archive. This means "
-"that we need to add it to the <literal>/lib</literal> of the EAR."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:332
-#, no-c-format
-msgid ""
-"Finally we remove the <literal>log4j.jar</literal> so that all of the log "
-"output from our application will be added to the Websphere log. Additional "
-"steps are required to fully configure log4j and those are outside of the "
-"scope of this document."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:343
+#: Websphere.xml:213
#, no-c-format
msgid "Updating the <literal>build.xml</literal> file"
msgstr ""
#. Tag: para
-#: Websphere.xml:345
+#: Websphere.xml:215
#, no-c-format
msgid ""
"Add the following entry to the bottom of the <literal>build.xml</literal> "
"file. This overrides the default fileset that is used to populate the "
-"<literal>jboss-seam-jee5.jar</literal>. The primary change is the addition "
-"of the <literal>GlassfishDerbyDialect.class</literal>:"
+"<literal>jboss-seam-jee5.jar</literal>. :"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:354
+#: Websphere.xml:223
#, no-c-format
msgid ""
"<![CDATA[\n"
" <fileset id=\"jar.resources\" dir=\"${resources.dir}\">\n"
" <include name=\"import.sql\" />\n"
" <include name=\"seam.properties\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
" <include name=\"META-INF/persistence.xml\" />\n"
" <include name=\"META-INF/ejb-jar.xml\" />\n"
" </fileset>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:357
+#: Websphere.xml:225
#, no-c-format
msgid ""
-"Next we need to add the library dependencies discussed above. For this add "
-"the following to bottom of the <literal>ear.lib.extras</literal> fileset "
-"entry:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:363
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!--<include name=\"lib/log4j.jar\" />-->\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" />\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:365
-#, no-c-format
-msgid ""
-"We also need to add richfaces-api.jar, jsf-impl.jar and el-ri.jar into WEB-"
-"INF/lib of the war file. Add the following fileset after <literal>ear.lib."
-"extras</literal> fileset."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:368
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <fileset id=\"war.lib.extras\" dir=\"${seam.dir}\"> \n"
-" <include name=\"lib/richfaces-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" /> \n"
-" </fileset>]]>"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:370
-#, no-c-format
-msgid "A note about copying JSF and EL jars"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:371
-#, no-c-format
-msgid ""
-"There is a class loading issue with WebSphere, which causes the jars from "
-"ear lib directory to not be available when the web module is initialized."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:376
-#, no-c-format
-msgid ""
"Now all that is left is to execute the <literal>ant archive</literal> task "
"and the built application will be in the <literal>jee5/booking/dist</"
"literal> directory."
msgstr ""
#. Tag: title
-#: Websphere.xml:385
+#: Websphere.xml:234
#, no-c-format
msgid "Deploying the application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:387
+#: Websphere.xml:236
#, no-c-format
msgid ""
"So now we have everything we need in place. All that is left is to deploy it "
@@ -742,7 +497,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:389
+#: Websphere.xml:238
#, no-c-format
msgid ""
"For this we will use Websphere's administration console. As before there are "
@@ -750,52 +505,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:392
+#: Websphere.xml:241
#, no-c-format
msgid ""
-"The steps below are for the Websphere version stated above, yours may be "
-"slightly different."
+"The steps below are for the WAS version stated above. The ports are default "
+"values, if you changed them substitute your values."
msgstr ""
#. Tag: para
-#: Websphere.xml:396
+#: Websphere.xml:245
#, no-c-format
-msgid "Log in to the administration console"
+msgid ""
+"Log in to the administration console <programlisting><![CDATA[https://"
+"localhost:9043/admin]]></programlisting> or"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:399
+#: Websphere.xml:250
#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"https://localhost:9043/ibm/console]]>"
+msgid "<![CDATA[http://localhost:9060/admin]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:403
+#: Websphere.xml:254
#, no-c-format
msgid ""
-"Access the <literal>Enterprise Application</literal> menu option under the "
-"<literal>Applications</literal> top menu."
+"Access the <literal>Websphere enterprise applications</literal> menu option "
+"under the <literal>Applications --> Application Type</literal> left side "
+"menu."
msgstr ""
#. Tag: para
-#: Websphere.xml:408
+#: Websphere.xml:259
#, no-c-format
msgid ""
-"At the top of the <literal>Enterprise Application</literal> table select "
+"At the top of the <literal>Enterprise Applications</literal> table select "
"<literal>Install</literal>. Below are installation wizard pages and what "
"needs to done on each:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:414 Websphere.xml:674
+#: Websphere.xml:265 Websphere.xml:461
#, no-c-format
msgid "Preparing for the application installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:418
+#: Websphere.xml:269
#, no-c-format
msgid ""
"Browse to the <literal>examples/jee5/booking/dist/jboss-seam-jee5.ear</"
@@ -803,102 +559,81 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:424 Websphere.xml:442 Websphere.xml:475 Websphere.xml:689
+#: Websphere.xml:275 Websphere.xml:285 Websphere.xml:304 Websphere.xml:476
+#: Websphere.xml:496
#, no-c-format
msgid "Select the <literal>Next</literal> button."
msgstr ""
+#. Tag: para
+#: Websphere.xml:280 Websphere.xml:471
+#, no-c-format
+msgid "Select the <literal>Fast Path</literal> button."
+msgstr ""
+
#. Tag: literal
-#: Websphere.xml:431
+#: Websphere.xml:292
#, no-c-format
msgid "Select installation options"
msgstr ""
#. Tag: para
-#: Websphere.xml:435
+#: Websphere.xml:296
#, no-c-format
msgid ""
-"Select the <literal>Deploy enterprise beans</literal> check box. This is "
-"needed unless you used a Websphere tool to package the application."
+"Select the <literal>Deploy enterprise beans</literal> and <literal>Allow EJB "
+"reference targets to resolve automatically</literal> check boxes. This is "
+"needed unless you used a Websphere AS tool to package the application."
msgstr ""
#. Tag: literal
-#: Websphere.xml:449
+#: Websphere.xml:313
#, no-c-format
msgid "Map modules to servers"
msgstr ""
#. Tag: para
-#: Websphere.xml:453
+#: Websphere.xml:317
#, no-c-format
msgid ""
"No changes needed here as we only have one server. Select the <literal>Next</"
"literal> button."
msgstr ""
-#. Tag: para
-#: Websphere.xml:461
-#, no-c-format
-msgid ""
-"<literal>Map EJB references to beans</literal> This page will list all of "
-"the beans that we entered in the web.xml."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:466
-#, no-c-format
-msgid ""
-"Make sure that <literal>Allow EJB reference targets to resolve "
-"automatically</literal> check box is selected. This will tell Websphere to "
-"bind our EJB3 beans to the EJB references in the web module."
-msgstr ""
-
#. Tag: literal
-#: Websphere.xml:482
+#: Websphere.xml:325
#, no-c-format
-msgid "Map virtual hosts for Web modules"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:486
-#, no-c-format
-msgid "No changes needed here. Select the <literal>Next</literal> button."
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:493
-#, no-c-format
msgid "Summary"
msgstr ""
#. Tag: para
-#: Websphere.xml:496
+#: Websphere.xml:328
#, no-c-format
msgid "No changes needed here. Select the <literal>Finish</literal> button."
msgstr ""
#. Tag: literal
-#: Websphere.xml:503
+#: Websphere.xml:335
#, no-c-format
msgid "Installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:506
+#: Websphere.xml:338
#, no-c-format
msgid "Now you will see it installing and deploying your application."
msgstr ""
#. Tag: para
-#: Websphere.xml:511
+#: Websphere.xml:343
#, no-c-format
msgid ""
-"When if finishes select the <literal>Save</literal> link and you will be "
+"When it finishes select the <literal>Save</literal> link and you will be "
"returned to the <literal>Enterprise Applications</literal> table."
msgstr ""
#. Tag: para
-#: Websphere.xml:523
+#: Websphere.xml:355
#, no-c-format
msgid ""
"Now that we have our application installed we need to make some adjustments "
@@ -906,7 +641,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:527
+#: Websphere.xml:359
#, no-c-format
msgid ""
"Starting from the <literal>Enterprise Applications</literal> table select "
@@ -914,40 +649,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:533
+#: Websphere.xml:365
#, no-c-format
msgid "Select the <literal>Manage Modules</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:537
+#: Websphere.xml:369
#, no-c-format
-msgid "Select the <literal>jboss-seam-jee5.war</literal> link."
+msgid "Select the <literal>jboss-seam-jee5-booking.war</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:542
+#: Websphere.xml:374
#, no-c-format
msgid ""
"Change the <literal>Class loader order</literal> combo box to "
-"<literal>Classes loaded with application class loader first</literal>."
+"<literal>Classes loaded with application class loader first (parent last)</"
+"literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:548 Websphere.xml:573
+#: Websphere.xml:380 Websphere.xml:397
#, no-c-format
msgid ""
"Select <literal>Apply</literal> and then <literal>Save</literal> options."
msgstr ""
#. Tag: para
-#: Websphere.xml:552
+#: Websphere.xml:384
#, no-c-format
-msgid "Return the <literal>Seam Booking</literal> page."
+msgid "Return to the <literal>Seam Booking</literal> page."
msgstr ""
#. Tag: para
-#: Websphere.xml:556
+#: Websphere.xml:387
#, no-c-format
msgid ""
"On this page select the <literal>Class loading and update detection</"
@@ -955,7 +691,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:561
+#: Websphere.xml:392
#, no-c-format
msgid ""
"Select the radio button for <literal>Classes loaded with application class "
@@ -963,117 +699,40 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:566
+#: Websphere.xml:403
#, no-c-format
msgid ""
-"Even though we are not enabling class reload you must also enter a valid "
-"number in the <literal>Polling interval for updated files</literal> text "
-"area (zero works fine)."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:577
-#, no-c-format
-msgid ""
-"You should verify that the change you just made has been remembered. We have "
-"had problems with the last class loader change not taking effect - even "
-"after a restart. If the change did not take you will need to do it manually, "
-"following these directions:"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:585
-#, no-c-format
-msgid "Open the following file in a text editor of your choice:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:589
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"$WebSphereInstall/$yourServerName/profiles/$yourProfileName/config/cells/\n"
-" $yourCellName/applications/Seam Booking.ear/deployments/\n"
-" Seam Booking/deployment.xml]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:593
-#, no-c-format
-msgid ""
-"Modify the following line so that <literal>PARENT_FIRST</literal> is now "
-"<literal>PARENT_LAST</literal>:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:599
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<classloader xmi:id=\"Classloader_#######\" mode=\"PARENT_FIRST\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:603
-#, no-c-format
-msgid ""
-"Save the file and now when go to the <literal>Class loading and update "
-"detection</literal> page you should see <literal>Classes loaded with "
-"application class loader first</literal> selected."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:615
-#, no-c-format
-msgid ""
"To start the application return to the <literal>Enterprise Applications</"
"literal> table and select our application in the list. Then choose the "
"<literal>Start</literal> button at the top of the table."
msgstr ""
#. Tag: para
-#: Websphere.xml:622
+#: Websphere.xml:410
#, no-c-format
msgid ""
"You can now access the application at <literal>http://localhost:9080/seam-"
-"jee5/</literal> ."
+"jee5-booking/index.html</literal> ."
msgstr ""
#. Tag: title
-#: Websphere.xml:628
+#: Websphere.xml:431
#, no-c-format
-msgid "A note about Websphere Stateful bean timeouts"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:629
-#, no-c-format
-msgid ""
-"The default timeout period for a Websphere 6.1 Stateful EJB is 10 minutes. "
-"This means that you may see some EJB timeout exceptions after some idle "
-"time. It is possible to adjust the timeout of the Stateful EJBs on an "
-"individual basis, but that is beyond the scope of this document. See the "
-"Websphere documentation for details."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:643
-#, no-c-format
msgid "The <literal>jpa</literal> booking example"
msgstr ""
#. Tag: para
-#: Websphere.xml:644
+#: Websphere.xml:432
#, no-c-format
msgid ""
"Thankfully getting the <literal>jpa</literal> example to work is much easier "
"than the <literal>jee5</literal> example. This is the Hotel Booking example "
"implemented in Seam POJOs and using Hibernate JPA with JPA transactions. It "
-"does not require EJB3 support to run."
+"does not use EJB3."
msgstr ""
#. Tag: para
-#: Websphere.xml:650
+#: Websphere.xml:437
#, no-c-format
msgid ""
"The example already has a breakout of configurations and build scripts for "
@@ -1081,7 +740,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:653
+#: Websphere.xml:440
#, no-c-format
msgid ""
"First thing we are going to do is build and deploy that example. Then we'll "
@@ -1089,29 +748,29 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:657
+#: Websphere.xml:444
#, no-c-format
msgid "Building the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:658
+#: Websphere.xml:445
#, no-c-format
msgid ""
"Building it only requires running the correct ant command: "
-"<programlisting>ant websphere61</programlisting> This will create container "
+"<programlisting>ant websphere7</programlisting> This will create container "
"specific distribution and exploded archive directories with the "
-"<literal>websphere61</literal> label."
+"<literal>websphere7</literal> label."
msgstr ""
#. Tag: title
-#: Websphere.xml:664
+#: Websphere.xml:451
#, no-c-format
msgid "Deploying the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:665
+#: Websphere.xml:452
#, no-c-format
msgid ""
"This is similar to the <literal>jee5</literal> example at <xref linkend="
@@ -1119,7 +778,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:670
+#: Websphere.xml:457
#, no-c-format
msgid ""
"From the <literal>Enterprise Applications</literal> table select the "
@@ -1127,37 +786,43 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:678
+#: Websphere.xml:465
#, no-c-format
msgid ""
-"Browse to the <literal>examples/jpa/dist-websphere61/jboss-seam-jpa.war</"
+"Browse to the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
"literal> file using the file upload widget."
msgstr ""
#. Tag: para
-#: Websphere.xml:684
+#: Websphere.xml:483
#, no-c-format
msgid ""
-"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
-"jpa</literal>."
+"Select the <literal>Next</literal> button for the next three pages, no "
+"changes are needed."
msgstr ""
+#. Tag: literal
+#: Websphere.xml:488
+#, no-c-format
+msgid "Map context roots for Web modules"
+msgstr ""
+
#. Tag: para
-#: Websphere.xml:695
+#: Websphere.xml:491
#, no-c-format
msgid ""
-"Select the <literal>Next</literal> button for the next three pages, no "
-"changes are needed."
+"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
+"jpa</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:700
+#: Websphere.xml:502
#, no-c-format
msgid "<literal>Summary</literal> page"
msgstr ""
#. Tag: para
-#: Websphere.xml:703
+#: Websphere.xml:505
#, no-c-format
msgid ""
"Review the settings if you wish and select the <literal>Finish</literal> "
@@ -1167,17 +832,17 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:716
+#: Websphere.xml:519
#, no-c-format
msgid ""
"As with the <literal>jee5</literal> example there are some class loader "
"changes needed before we start the application. Follow the instructions at "
"<xref linkend=\"websphere-app-adj-after-install\"/> but exchange "
-"<literal>jboss-seam-jpa</literal> for <literal>Seam Booking</literal>."
+"<literal>jboss-seam-jpa_war</literal> for <literal>Seam Booking</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:723
+#: Websphere.xml:526
#, no-c-format
msgid ""
"Finally start the application by selecting it in the <literal>Enterprise "
@@ -1186,7 +851,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:729
+#: Websphere.xml:532
#, no-c-format
msgid ""
"You can now access the application at the <literal>http://localhost:9080/"
@@ -1194,187 +859,186 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:737
+#: Websphere.xml:540
#, no-c-format
-msgid "Whats different for Websphere 6.1"
+msgid "What's different for Websphere AS V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:738
+#: Websphere.xml:541
#, no-c-format
msgid ""
"The differences between the JPA examples that deploys to JBoss 4.2 and "
-"Websphere 6.1 are mostly expected; library and configuration file changes."
+"Websphere AS V7 are mostly expected; library and configuration file changes."
msgstr ""
#. Tag: para
-#: Websphere.xml:743
+#: Websphere.xml:546
#, no-c-format
msgid "<para>Configuration file changes</para>"
msgstr ""
#. Tag: para
-#: Websphere.xml:746
+#: Websphere.xml:549
#, no-c-format
msgid ""
-"<literal>WEB-INF/web.xml</literal> — the only significant change is "
-"that Websphere 6.1 only support <literal>Servlet 2.4</literal> so the top of "
-"this file was changed."
+"<literal>META-INF/persistence.xml</literal> — the main changes here "
+"are for the datasource JNDI path, switching to the Websphere transaction "
+"manager look up class, and changing the hibernate dialect to be "
+"<literal>GlassfishDerbyDialect</literal> ."
msgstr ""
#. Tag: para
-#: Websphere.xml:753
+#: Websphere.xml:559
#, no-c-format
msgid ""
-"<literal>META-INF/persistence.xml</literal> — the main changes here "
-"are for the datasource JNDI path, switching to the Websphere 6.1 transaction "
-"manager look up class, and changing the hibernate dialect to be "
-"<literal>GlassfishDerbyDialect</literal> ."
+"<literal>WEB-INF/components.xml</literal> — the change here is "
+"<literal>jndi-pattern</literal> without /local string."
msgstr ""
#. Tag: para
-#: Websphere.xml:763
+#: Websphere.xml:565
#, no-c-format
msgid ""
-"<literal>WEB-INF/classes/GlassfishDerbyDialect.class </literal> — this "
-"class is needed for the hibernate dialect change to "
-"<literal>GlassfishDerbyDialect</literal>"
+"<literal>META-INF/ejb-jar.xml</literal> — the same change in "
+"<literal>ejb-ref-name</literal>, where is replace /local string in "
+"<literal>jboss-seam-jee5/AuthenticatorAction</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:771
+#: Websphere.xml:572
#, no-c-format
msgid ""
+"<literal>src/GlassfishDerbyDialect.java </literal> — this class is "
+"needed for the hibernate dialect change to <literal>GlassfishDerbyDialect</"
+"literal>"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:580
+#, no-c-format
+msgid ""
"<literal>import.sql</literal> — either for the dialect or Derby DB the "
"<literal>ID</literal> column can not be populated by this file and was "
"removed."
msgstr ""
#. Tag: para
-#: Websphere.xml:780
+#: Websphere.xml:589
#, no-c-format
msgid "Changes for dependent libraries"
msgstr ""
#. Tag: para
-#: Websphere.xml:781
+#: Websphere.xml:590
#, no-c-format
msgid ""
-"<literal>WEB-INF/lib</literal> — The Websphere version requires "
-"several library packages because they are not included as they are with "
-"JBoss AS. These are primarily for hibernate, JSF-RI support and their "
-"dependencies. Below are listed only the additional jars needed above and "
-"beyond the JBoss <literal>JPA</literal> example."
+"The Websphere version requires several library packages because they are not "
+"included as they are with JBoss AS. These are primarily for hibernate and "
+"their dependencies. Below are listed only the additional jars needed above "
+"and beyond the JBoss <literal>JPA</literal> example."
msgstr ""
#. Tag: para
-#: Websphere.xml:789
+#: Websphere.xml:597
#, no-c-format
msgid "To use Hibernate as your JPA provider you need the following jars:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:794
+#: Websphere.xml:602
#, no-c-format
msgid "hibernate.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:799
+#: Websphere.xml:607
#, no-c-format
msgid "hibernate-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:804
+#: Websphere.xml:612
#, no-c-format
msgid "hibernate-commons-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:809
+#: Websphere.xml:617
#, no-c-format
msgid "hibernate-entitymanager.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:814
+#: Websphere.xml:622
#, no-c-format
msgid "hibernate-validator.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:819
+#: Websphere.xml:627
#, no-c-format
msgid "commons-collections.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:824
+#: Websphere.xml:632
#, no-c-format
msgid "jboss-common-core.jar"
msgstr ""
#. Tag: para
-#: Websphere.xml:830
+#: Websphere.xml:638
#, no-c-format
-msgid ""
-"Seam requires JSF 1.2 and these are the jars needed for that. Websphere 6.1 "
-"ships with its own implementation of JSF 1.1."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:855
-#, no-c-format
msgid "Various third party jars that Websphere needs:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:858
+#: Websphere.xml:641
#, no-c-format
msgid "antlr.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:862
+#: Websphere.xml:645
#, no-c-format
msgid "cglib.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:866
+#: Websphere.xml:649
#, no-c-format
msgid "asm.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:870
+#: Websphere.xml:653
#, no-c-format
msgid "dom4j.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:875
+#: Websphere.xml:658
#, no-c-format
msgid "javassist.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:880
+#: Websphere.xml:663
#, no-c-format
msgid "concurrent.jar"
msgstr ""
#. Tag: title
-#: Websphere.xml:895
+#: Websphere.xml:678
#, no-c-format
msgid ""
"Deploying an application created using <literal>seam-gen</literal> on "
-"Websphere 6.1.0.13"
+"Websphere V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:898
+#: Websphere.xml:681
#, no-c-format
msgid ""
"<literal>seam-gen</literal> is a very useful tool for developers to quickly "
@@ -1387,13 +1051,13 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:908
+#: Websphere.xml:691
#, no-c-format
msgid "Running <literal>seam-gen</literal> Setup"
msgstr ""
#. Tag: para
-#: Websphere.xml:909
+#: Websphere.xml:692
#, no-c-format
msgid ""
"The first step is setting up <literal>seam-gen</literal> to construct the "
@@ -1403,7 +1067,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:915
+#: Websphere.xml:698
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1499,7 +1163,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:917
+#: Websphere.xml:700
#, no-c-format
msgid ""
"Type <literal>./seam new-project</literal> to create your project and "
@@ -1508,25 +1172,25 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:924
+#: Websphere.xml:707
#, no-c-format
msgid "Changes needed for deployment to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:925
+#: Websphere.xml:708
#, no-c-format
msgid "We now need to make some changes to the generated project."
msgstr ""
#. Tag: literal
-#: Websphere.xml:931
+#: Websphere.xml:714
#, no-c-format
msgid "resources/META-INF/persistence-dev.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:936
+#: Websphere.xml:719
#, no-c-format
msgid ""
"Alter the <literal>jta-data-source</literal> to be "
@@ -1535,7 +1199,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:943
+#: Websphere.xml:726
#, no-c-format
msgid ""
"Add or change the properties below. These are described in detail at <xref "
@@ -1543,7 +1207,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:948
+#: Websphere.xml:731
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1559,14 +1223,14 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:951
+#: Websphere.xml:734
#, no-c-format
msgid ""
"Remove the JBoss AS specific method of exposing the EntityManagerFactory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:954
+#: Websphere.xml:737
#, no-c-format
msgid ""
"<![CDATA[<property \n"
@@ -1575,7 +1239,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:957
+#: Websphere.xml:740
#, no-c-format
msgid ""
"You'll need to alter <literal>persistence-prod.xml</literal> as well if you "
@@ -1583,32 +1247,31 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:970
+#: Websphere.xml:753
#, no-c-format
msgid ""
-"As with other examples we need to include this class for DB support. It can "
-"be copied from the <literal>jpa</literal> example into the "
-"<literal>websphere_example/resources</literal> directory."
+"As with other examples we need to include this java class for DB support. It "
+"can be copied from the <literal>jpa</literal> example into the "
+"<literal>websphere_example/src</literal> directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:976
+#: Websphere.xml:759
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp $SEAM/examples/jpa/resources-websphere61/WEB-INF/classes/"
-"GlassfishDerbyDialect.class\n"
-" ./resources]]>"
+"cp $SEAM/examples/jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: literal
-#: Websphere.xml:982
+#: Websphere.xml:765
#, no-c-format
msgid "resources/META-INF/jboss-app.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:985
+#: Websphere.xml:768
#, no-c-format
msgid ""
"You can delete this file as we aren't deploying to JBoss AS ( <literal>jboss-"
@@ -1616,13 +1279,13 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:991
+#: Websphere.xml:774
#, no-c-format
msgid "resources/*-ds.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:994
+#: Websphere.xml:777
#, no-c-format
msgid ""
"You can delete these file as we aren't deploying to JBoss AS (these files "
@@ -1630,7 +1293,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1006
+#: Websphere.xml:789
#, no-c-format
msgid ""
"Enable container managed transaction integration - add the <literal> <"
@@ -1640,7 +1303,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1015
+#: Websphere.xml:798
#, no-c-format
msgid ""
"Alter the <literal>jndi-pattern</literal> to <literal> java:comp/env/"
@@ -1648,7 +1311,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1021
+#: Websphere.xml:804
#, no-c-format
msgid ""
"We do not need <literal>managed-persistence-context</literal> for this "
@@ -1656,7 +1319,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1027
+#: Websphere.xml:810
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1667,67 +1330,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1036
+#: Websphere.xml:819
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it required "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1042
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1044
-#, no-c-format
-msgid ""
"As with the <literal>jee5/booking</literal> example we need to add EJB "
-"references to the web.xml. These references require the empty <literal>local-"
-"home</literal> to flag them for Websphere to perform the proper binding."
+"references to the web.xml. These references require replacing /local string "
+"in <literal>ejb-ref-name</literal> to flag them for Websphere to perform the "
+"proper binding."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1051
+#: Websphere.xml:826
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local> \n"
-" </ejb-local-ref>\n"
+"<![CDATA[ \n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local>\n"
+" </ejb-local-ref> \n"
" \n"
" <ejb-local-ref>\n"
" <ejb-ref-name>websphere_example/EjbSynchronizations</ejb-ref-name> \n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:1057
+#: Websphere.xml:832
#, no-c-format
msgid "Creating the <literal>AuthenticatorAction</literal> EJB"
msgstr ""
#. Tag: para
-#: Websphere.xml:1059
+#: Websphere.xml:834
#, no-c-format
msgid ""
"We want to take the existing <literal>Authenticator</literal> Seam POJO "
@@ -1735,13 +1372,19 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1065
+#: Websphere.xml:837
#, no-c-format
+msgid "Change the generated Authenticator class"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:840
+#, no-c-format
msgid "Rename the class to <literal>AuthenticatorAction</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1069
+#: Websphere.xml:844
#, no-c-format
msgid ""
"Add the <literal>@Stateless</literal> annotation to the new "
@@ -1749,7 +1392,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1075
+#: Websphere.xml:850
#, no-c-format
msgid ""
"Create an interface called <literal>Authenticator</literal> which "
@@ -1761,7 +1404,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1088
+#: Websphere.xml:863
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1770,7 +1413,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1091
+#: Websphere.xml:866
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1780,7 +1423,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1094
+#: Websphere.xml:869
#, no-c-format
msgid ""
"We've already added its reference to the <literal>web.xml</literal> file so "
@@ -1788,14 +1431,14 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:1100
+#: Websphere.xml:875
#, no-c-format
msgid ""
"Extra jar dependencies and other changes to the <literal>build.xml</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1102
+#: Websphere.xml:877
#, no-c-format
msgid ""
"This application has similar requirements as the <literal>jee5/booking</"
@@ -1803,7 +1446,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1107
+#: Websphere.xml:882
#, no-c-format
msgid ""
"Change the default target to <literal>archive</literal> (we aren't going to "
@@ -1811,7 +1454,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1113
+#: Websphere.xml:888
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1819,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1117
+#: Websphere.xml:892
#, no-c-format
msgid ""
"Websphere looks for the drools <literal>/security.drl</literal> file in the "
@@ -1832,7 +1475,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1128
+#: Websphere.xml:903
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1844,93 +1487,16 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1131
+#: Websphere.xml:906
#, no-c-format
msgid ""
-"We need to ge the <literal>GlassfishDerbyDialect.class</literal> into our "
-"application jar. To do that find the <literal>jar</literal> task and modify "
-"the top of it so that it looks like this:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1139
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"jar\" depends=\"compile,copyclasses\" \n"
-" description=\"Build the distribution .jar file\">\n"
-" <copy todir=\"${jar.dir}\">\n"
-" <fileset dir=\"${basedir}/resources\">\n"
-" <include name=\"seam.properties\" />\n"
-" <include name=\"*.drl\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
-" </fileset>\n"
-" </copy>\n"
-"...]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1142
-#, no-c-format
-msgid ""
-"Next we need to get the <literal>jboss-seam.jar</literal> into the base of "
-"the <literal>EAR</literal> file. For deployment Websphere requires this jar "
-"to be in both the <literal>/lib</literal> directory and at the base of the "
-"<literal>EAR</literal>. You must add the following to the <literal>archive</"
-"literal> task:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1151
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1152
-#, no-c-format
-msgid "So that the whole <literal>archive</literal> task looks like:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1156
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"archive\" depends=\"jar,war,ear\" \n"
-" description=\"Package the archives\">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.jar\" basedir=\"${jar.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.war\" basedir=\"${war.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.ear\">\n"
-" <fileset dir=\"${ear.dir}\"/>\n"
-" <fileset dir=\"${dist.dir}\">\n"
-" <include name=\"${project.name}.jar\"/>\n"
-" <include name=\"${project.name}.war\"/>\n"
-" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
-" </jar>\n"
-"</target>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1159
-#, no-c-format
-msgid ""
"Now we need to get extra jars into the <literal>build.xml</literal>. Look "
"for the <literal><fileset dir=\"${basedir}\"></literal> section of the "
"task below. Add the new includes at the bottom of the fileset."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1167
+#: Websphere.xml:914
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1941,9 +1507,7 @@
" <include name=\"*hibernate.cfg.xml\" />\n"
" <include name=\"jbpm.cfg.xml\" />\n"
" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
+"\n"
" <fileset dir=\"${basedir}\">\n"
" <include name=\"lib/jbpm*.jar\" />\n"
" <include name=\"lib/jboss-el.jar\" />\n"
@@ -1965,13 +1529,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1170
+#: Websphere.xml:917
#, no-c-format
msgid "Hibernate dependencies"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1171
+#: Websphere.xml:918
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1985,33 +1549,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1174
+#: Websphere.xml:921
#, no-c-format
-msgid ""
-"JSF dependencies. You will need to copy the <literal>el-ri.jar</literal> "
-"from the <literal>$SEAM/examples/jpa/lib</literal> directory."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1177
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1180
-#, no-c-format
msgid "Third party dependencies."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1181
+#: Websphere.xml:922
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2028,15 +1572,15 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1184
+#: Websphere.xml:925
#, no-c-format
msgid ""
-"<literal>jboss-seam.jar</literal> - this is needed in both the <literal>ear</"
-"literal> base and <literal>/lib</literal> directory."
+"<literal>jboss-seam.jar</literal> - this is needed in the <literal>ear</"
+"literal> base directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1188
+#: Websphere.xml:928
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2045,13 +1589,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1192
+#: Websphere.xml:932
#, no-c-format
msgid "You should end up with something like:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1193
+#: Websphere.xml:933
#, no-c-format
msgid ""
"<![CDATA[<fileset dir=\"${basedir}\">\n"
@@ -2072,13 +1616,7 @@
" <include name=\"lib/hibernate-entitymanager.jar\"/>\n"
" <include name=\"lib/hibernate-validator.jar\"/>\n"
" <include name=\"lib/jboss-common-core.jar\" />\n"
-" \n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>\n"
-" \n"
+"\n"
" <!-- 3rd party and supporting jars -->\n"
" <include name=\"lib/javassist.jar\"/>\n"
" <include name=\"lib/dom4j.jar\" />\n"
@@ -2095,38 +1633,14 @@
"</fileset>]]>"
msgstr ""
-#. Tag: para
-#: Websphere.xml:1195
-#, no-c-format
-msgid ""
-"The last step is to add <literal>jsf-impl.jar</literal> and <literal>el-ri."
-"jar</literal> to the war target. Look for <literal>copy todir=\"${war.dir}/"
-"WEB-INF/lib\"</literal> and add the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1199
-#, no-c-format
-msgid ""
-"<![CDATA[<copy todir=\"${war.dir}/WEB-INF/lib\">\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <includesfile name=\"deployed-jars-war.list"
-"\" />\n"
-" <include name=\"jsf-impl.jar\" />\n"
-" <include name=\"el-ri.jar\" /> \n"
-" <exclude name=\"jboss-seam-gen.jar\" />\n"
-" </fileset>\n"
-"</copy>]]>"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:1206
+#: Websphere.xml:940
#, no-c-format
msgid "Building and deploying the seam-gen'd application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:1212
+#: Websphere.xml:945
#, no-c-format
msgid ""
"Build your application by calling <literal>ant</literal> in the base "
@@ -2136,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1221
+#: Websphere.xml:954
#, no-c-format
msgid ""
"To deploy the application follow the instructions here : <xref linkend="
@@ -2146,7 +1660,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1227
+#: Websphere.xml:960
#, no-c-format
msgid ""
"Checkout the app at: <literal>http://localhost:9080/websphere_example/index."
Modified: trunk/doc/Seam_Reference_Guide/or-IN/Excel.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/or-IN/Excel.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/or-IN/Excel.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: Seam_Reference_Guide \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-10-14 11:38+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -46,7 +46,7 @@
"&excel; JSF controls, which are used to construct views that can render the "
"document, and the DocumentStore component, which serves the rendered "
"document to the user. To include &excel; support in your application, "
-"included <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
+"include <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
"lib</literal> directory along with the <literal>jxl.jar</literal> JAR file. "
"Furthermore, you need to configure the DocumentStore servlet in your web.xml"
msgstr ""
@@ -247,9 +247,9 @@
msgid ""
"<literal>arrayGrowSize</literal> — The amount of memory by which to "
"increase the amount of memory allocated to storing the workbook data. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 1 megabyte. The value is a "
-"number (bytes)."
+"processes reading many small workbooks inside a WAS it might be necessary to "
+"reduce the default size. Default value is 1 megabyte. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -332,10 +332,10 @@
#, no-c-format
msgid ""
"<literal>initialFileSize</literal> — The initial amount of memory "
-"allocated to store the workbook data when reading a worksheet. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 5 megabytes. The value is a "
-"number (bytes)."
+"allocated to store the workbook data when reading a worksheet. For processes "
+"reading many small workbooks inside a WAS it might be necessary to reduce "
+"the default size. Default value is 5 megabytes. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -428,7 +428,7 @@
#, no-c-format
msgid ""
"<literal>filename</literal> — The filename to use for the download. "
-"The value is a string. Please not that if you map the DocumentServlet to "
+"The value is a string. Please note that if you map the DocumentServlet to "
"some pattern, this file extension must also match."
msgstr ""
@@ -442,11 +442,9 @@
msgstr ""
#. Tag: emphasis
-#: Excel.xml:322 Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081
-#: Excel.xml:1157 Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537
-#: Excel.xml:1595 Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#: Excel.xml:322 Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
#, no-c-format
-msgid "Child elemenents"
+msgid "Child elements"
msgstr ""
#. Tag: para
@@ -516,7 +514,7 @@
#, no-c-format
msgid ""
"Worksheets are the children of workbooks and the parent of columns and "
-"worksheet commands They can also contain explicitly placed cells, formulas, "
+"worksheet commands. They can also contain explicitly placed cells, formulas, "
"images and hyperlinks. They are the pages that make up the workbook."
msgstr ""
@@ -542,14 +540,14 @@
#, no-c-format
msgid ""
"<literal>var</literal> — The current row iterator variable name that "
-"can later be referenced in cell value attributes. The value is a string"
+"can later be referenced in cell value attributes. The value is a string."
msgstr ""
#. Tag: para
#: Excel.xml:401
#, no-c-format
msgid ""
-"<literal>name</literal> — The name of the worksheet. The valus is a "
+"<literal>name</literal> — The name of the worksheet. The value is a "
"string. Defaults to Sheet# where # is the worksheet index. If the given "
"worksheet name exists, that sheet is selected. This can be used for merging "
"several data sets into a single worksheet, just define the same name for "
@@ -590,7 +588,7 @@
#, no-c-format
msgid ""
"<literal>bottomMargin</literal> — The bottom margin. The value is a "
-"number (inches)"
+"number (inches)."
msgstr ""
#. Tag: para
@@ -709,7 +707,7 @@
#: Excel.xml:551
#, no-c-format
msgid ""
-"<literal>normalMagnification</literal> — The normal magnificaton "
+"<literal>normalMagnification</literal> — The normal magnification "
"factor (not zoom or scale factor). The value is a number (percentage)."
msgstr ""
@@ -727,7 +725,7 @@
#, no-c-format
msgid ""
"<literal>pageBreakPreviewMagnification</literal> — The page break "
-"preview magnificaton factor (not zoom or scale factors). the value is a "
+"preview magnification factor (not zoom or scale factors). The value is a "
"number (percentage)."
msgstr ""
@@ -803,7 +801,8 @@
#, no-c-format
msgid ""
"<literal>recalculateFormulasBeforeSave</literal> — Should the formulas "
-"be re-calculated when the sheet is saved? The value is a boolean. false"
+"be re-calculated when the sheet is saved? The value is a boolean. Default "
+"value is false."
msgstr ""
#. Tag: para
@@ -874,11 +873,19 @@
#: Excel.xml:698
#, no-c-format
msgid ""
-"<literal>zoomFactor</literal> — T zoom factor. Do not confuse zoom "
+"<literal>zoomFactor</literal> — The zoom factor. Do not confuse zoom "
"factor (which relates to the on screen view) with scale factor (which refers "
-"to the scale factor when printing). The value is a number (percentage."
+"to the scale factor when printing). The value is a number (percentage)."
msgstr ""
+#. Tag: emphasis
+#: Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081 Excel.xml:1157
+#: Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537 Excel.xml:1595
+#: Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#, no-c-format
+msgid "Child elemenents"
+msgstr ""
+
#. Tag: para
#: Excel.xml:712
#, no-c-format
@@ -900,7 +907,7 @@
#, no-c-format
msgid ""
"<literal><e:headerFooter/></literal> — Zero or more header/"
-"footer definitions ((see <xref linkend=\"excel.headersfooters\"/> ))."
+"footer definitions (see <xref linkend=\"excel.headersfooters\"/> )."
msgstr ""
#. Tag: para
@@ -916,7 +923,7 @@
#, no-c-format
msgid ""
"<literal>header</literal>— Contents that will be placed at the top of "
-"the data block, above the column headers (if any)"
+"the data block, above the column headers (if any)."
msgstr ""
#. Tag: para
@@ -924,7 +931,7 @@
#, no-c-format
msgid ""
"<literal>footer</literal>— Contents that will be placed at the bottom "
-"of the data block, below the column footers (if any)"
+"of the data block, below the column footers (if any)."
msgstr ""
#. Tag: programlisting
@@ -1062,7 +1069,7 @@
"Cells are nested within columns (for iteration) or inside worksheets (for "
"direct placement using the <literal>column</literal> and <literal>row</"
"literal> attributes) and are responsible for outputting the value (usually "
-"though en EL-expression involving the <literal>var</literal>-attribute of "
+"through an EL-expression involving the <literal>var</literal>-attribute of "
"the datatable. See"
msgstr ""
@@ -1495,7 +1502,7 @@
#: Excel.xml:1360
#, no-c-format
msgid ""
-"The formula of the cell in placed in the <literal>value</literal> -attribute "
+"The formula of the cell is placed in the <literal>value</literal> -attribute "
"as a normal &excel; notation. Note that when doing cross-sheet formulas, the "
"worksheets must exist before referencing a formula against them. The value "
"is a string."
@@ -2123,12 +2130,6 @@
"initially? The value is a boolean."
msgstr ""
-#. Tag: emphasis
-#: Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
-#, no-c-format
-msgid "Child elements"
-msgstr ""
-
#. Tag: literal
#: Excel.xml:2046
#, no-c-format
@@ -2171,7 +2172,7 @@
#: Excel.xml:2105
#, no-c-format
msgid ""
-"groups rows 5 trough 10 and columns 5 through 10 so that the rows are "
+"groups rows 5 through 10 and columns 5 through 10 so that the rows are "
"initially collapsed (but not the columns)."
msgstr ""
@@ -2382,7 +2383,7 @@
"The CSS attributes cascade down from parent to children and within one tag "
"cascades over the CSS classes referenced in the <literal>styleClass</"
"literal> attributes and finally over the CSS attributes defined in the "
-"<literal>style</literal>attribute. You can place them pretty much anywhere "
+"<literal>style</literal> attribute. You can place them pretty much anywhere "
"but e.g. placing a column width setting in a cell nested within that column "
"makes little sense."
msgstr ""
@@ -2579,7 +2580,7 @@
#. Tag: para
#: Excel.xml:2475
#, no-c-format
-msgid "This group of XLS-CSS attributes define the borders of the cell"
+msgid "This group of XLS-CSS attributes defines the borders of the cell"
msgstr ""
#. Tag: para
@@ -2667,7 +2668,7 @@
#, no-c-format
msgid ""
"A shorthand for setting line style and color of the top edge of the cell, e."
-"g style=\"xls-border-left: red thick\""
+"g style=\"xls-border-top: red thick\""
msgstr ""
#. Tag: para
@@ -2781,7 +2782,7 @@
#. Tag: para
#: Excel.xml:2668
#, no-c-format
-msgid "This group of XLS-CSS attributes define the background of the cell"
+msgid "This group of XLS-CSS attributes defines the background of the cell"
msgstr ""
#. Tag: para
@@ -2837,7 +2838,7 @@
#. Tag: para
#: Excel.xml:2722
#, no-c-format
-msgid "This group of XLS-CSS attributes define the column widths etc."
+msgid "This group of XLS-CSS attributes defines the column widths etc."
msgstr ""
#. Tag: para
@@ -2910,7 +2911,7 @@
#. Tag: para
#: Excel.xml:2783
#, no-c-format
-msgid "This group of XLS-CSS attributes define the cell properties"
+msgid "This group of XLS-CSS attributes defines the cell properties"
msgstr ""
#. Tag: para
@@ -3084,7 +3085,7 @@
#, no-c-format
msgid ""
"When using .xhtml documents, stylesheets must be referenced through the "
-"<literal><e:link> tag</literal>"
+"<literal><e:link></literal> tag"
msgstr ""
#. Tag: para
@@ -3106,8 +3107,9 @@
#, no-c-format
msgid ""
"The core of the &excel; functionality is based on the excellent JExcelAPI "
-"library which can be found on http://jexcelapi.sourceforge.net/ and most "
-"features and possible limitations are inherited from here."
+"library which can be found on <ulink url=\"http://jexcelapi.sourceforge.net"
+"\">http://jexcelapi.sourceforge.net/</ulink> and most features and possible "
+"limitations are inherited from here."
msgstr ""
#. Tag: para
Modified: trunk/doc/Seam_Reference_Guide/or-IN/Itext.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/or-IN/Itext.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/or-IN/Itext.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -41,10 +41,10 @@
"iText support is provided by <literal>jboss-seam-pdf.jar</literal>. This JAR "
"contains the iText JSF controls, which are used to construct views that can "
"render to PDF, and the DocumentStore component, which serves the rendered "
-"documents to the user. To include PDF support in your application, included "
+"documents to the user. To include PDF support in your application, put "
"<literal>jboss-seam-pdf.jar</literal> in your <literal>WEB-INF/lib</literal> "
"directory along with the iText JAR file. There is no further configuration "
-"needed to use Seam's iText supportfon."
+"needed to use Seam's iText support."
msgstr ""
#. Tag: para
@@ -251,7 +251,7 @@
"for generating suitable PDF content. Tags like <literal><p:image></"
"literal> and <literal><p:paragraph></literal> are the basic "
"foundations of simple documents. Tags like <literal><p:font></literal> "
-"provide style information to all the content surrounging them."
+"provide style information to all the content surrounding them."
msgstr ""
#. Tag: literal
@@ -492,7 +492,7 @@
#, no-c-format
msgid ""
"<literal>p:image</literal> inserts an image into the document. Images can be "
-"be loaded from the classpath or from the web application context using the "
+"loaded from the classpath or from the web application context using the "
"<literal>value</literal> attribute."
msgstr ""
@@ -626,7 +626,7 @@
msgid ""
"<literal>reference</literal> — The destination the link refers to. "
"Links to other points in the document should begin with a \"#\". For "
-"example, \"#link1\" to refer to an anchor postion with a <literal>name</"
+"example, \"#link1\" to refer to an anchor position with a <literal>name</"
"literal> of <literal>link1</literal>. Links may also be a full URL to point "
"to a resource outside of the document."
msgstr ""
@@ -704,7 +704,7 @@
#: Itext.xml:631
#, no-c-format
msgid ""
-"<literal>borderWidth</literal> — The width of the border. Inidvidual "
+"<literal>borderWidth</literal> — The width of the border. Individual "
"border sides can be specified using <literal>borderWidthLeft</literal>, "
"<literal>borderWidthRight</literal>, <literal>borderWidthTop</literal> and "
"<literal>borderWidthBottom</literal>."
@@ -792,7 +792,7 @@
msgid ""
"<literal>numberDepth</literal> — The depth of numbering for section. "
"All sections are numbered relative to their surrounding chapter/sections. "
-"The fourth section of of the first section of chapter three would be section "
+"The fourth section of the first section of chapter three would be section "
"3.1.4, if displayed at the default number depth of three. To omit the "
"chapter number, a number depth of 2 should be used. In that case, the "
"section number would be displayed as 1.4."
@@ -839,7 +839,7 @@
msgid ""
"List structures can be displayed using the <literal>p:list</literal> and "
"<literal>p:listItem</literal> tags. Lists may contain arbitrarily-nested "
-"sublists. List items may not be used outside of a list. he following "
+"sublists. List items may not be used outside of a list. The following "
"document uses the <literal>ui:repeat</literal> tag to to display a list of "
"values retrieved from a Seam component."
msgstr ""
@@ -1391,7 +1391,7 @@
#, no-c-format
msgid ""
"<literal>domainGridlineStroke</literal> — The stroke style of the "
-"domain gridleines, if visible."
+"domain gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1493,7 +1493,7 @@
#, no-c-format
msgid ""
"<literal>plotOutlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1531,7 +1531,7 @@
#, no-c-format
msgid ""
"<literal>rangeGridlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1946,8 +1946,8 @@
#: Itext.xml:1893
#, no-c-format
msgid ""
-"<literal>seriesVisibleInLegend</literal> — A boolean indiciating if "
-"the series should be listed in the legend."
+"<literal>seriesVisibleInLegend</literal> — A boolean indicating if the "
+"series should be listed in the legend."
msgstr ""
#. Tag: programlisting
@@ -2149,7 +2149,7 @@
#, no-c-format
msgid ""
"<literal>dashPhase</literal> — The dash phase indicates the offset "
-"into the dash pattern that the the line should be drawn with."
+"into the dash pattern that the line should be drawn with."
msgstr ""
#. Tag: programlisting
@@ -2303,7 +2303,7 @@
#, no-c-format
msgid ""
"If you have a complex, pre-generated PDF with named fields, you can easily "
-"fill in the values from you application and present it to the user."
+"fill in the values from your application and present it to the user."
msgstr ""
#. Tag: literal
Modified: trunk/doc/Seam_Reference_Guide/or-IN/Websphere.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/or-IN/Websphere.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/or-IN/Websphere.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-11-06 00:24+0000\n"
+"POT-Creation-Date: 2009-02-01 21:20+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,190 +16,80 @@
#. Tag: title
#: Websphere.xml:2
#, no-c-format
-msgid "Seam on IBM's Websphere"
+msgid "Seam on IBM's Websphere AS"
msgstr ""
#. Tag: para
#: Websphere.xml:4
#, no-c-format
msgid ""
-"Websphere 6.1.x is IBM's application server offering. The latest release is "
-"6.1.0.19 which does not have <literal>EJB3</literal> or <literal>JEE5</"
-"literal> support. There is a recently released (Nov 07) <literal>EJB3</"
-"literal> feature pack which provides some support for <literal>EJB3</"
-"literal> and <literal>JPA</literal>. Currently there is no true "
-"<literal>JEE5</literal> offering from IBM. This causes some issues with Seam "
-"integration with applications that use EJB3."
+"Websphere AS V7 is IBM's application server offering. This release is fully "
+"Java EE 5 certified."
msgstr ""
#. Tag: para
-#: Websphere.xml:12
+#: Websphere.xml:7
#, no-c-format
msgid ""
-"First we will go over some basic information about the Websphere environment "
-"that we used for these examples. After a good deal of research and work we "
-"were able to get EJB3 applications to function correctly. We will go over "
-"the details of those steps with the jee5 example. We will also deploy the "
-"JPA example application."
+"First we will go over some basic information about the Websphere AS "
+"environment that we used for these examples. We will go over the details of "
+"those steps with the JEE5 booking example. We will also deploy the JPA "
+"example application."
msgstr ""
#. Tag: title
-#: Websphere.xml:19
+#: Websphere.xml:13
#, no-c-format
-msgid "Websphere environment and deployment information"
+msgid "Websphere AS environment and deployment information"
msgstr ""
#. Tag: para
-#: Websphere.xml:21
+#: Websphere.xml:15
#, no-c-format
msgid ""
-"Websphere is a commercial product and so we will not discuss the details of "
-"its installation other than to say follow the directions provided by your "
+"Websphere AS is a commercial product and so we will not discuss the details "
+"of its installation other than to say follow the directions provided by your "
"particular installation type and license. This section will detail the exact "
"server versions used, installation tips, and some custom properties that are "
"needed for all of the examples."
msgstr ""
#. Tag: title
-#: Websphere.xml:29
+#: Websphere.xml:23
#, no-c-format
-msgid "Installation versions and tips"
+msgid "Installation versions"
msgstr ""
#. Tag: para
-#: Websphere.xml:30
+#: Websphere.xml:24
#, no-c-format
msgid ""
"All of the examples and information in this chapter are based on the version "
-"6.1 of Websphere at the time of this writing."
+"V7 of Websphere AS at the time of this writing."
msgstr ""
#. Tag: ulink
-#: Websphere.xml:35
+#: Websphere.xml:29
#, no-c-format
-msgid "Websphere Application Server 6.1"
+msgid "Websphere Application Server V7"
msgstr ""
-#. Tag: ulink
-#: Websphere.xml:40
-#, no-c-format
-msgid ""
-"Feature Pack for EJB 3.0 for Websphere Application Server V6.1 (6.1.0.13)"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:46
-#, no-c-format
-msgid "Fix Pack for Websphere Application Server V6.1 (6.1.0.19)"
-msgstr ""
-
#. Tag: para
-#: Websphere.xml:52
+#: Websphere.xml:34
#, no-c-format
msgid ""
-"The EJB3 feature pack that we installed came with the 6.1.0.13 patch version "
-"of Websphere. Installing the feature pack does not ensure that your server "
-"will have the proper environment for EJB3 applications. Be sure that as part "
-"of the installation of the feature pack you follow the instructions to "
-"create a new server profile with the EJB3 feature pack enabled, or augment "
-"one of your existing ones. This can also be done after the installation by "
-"running the profile management tool."
+"After installing Websphere AS, create server profile with Profile Management "
+"Tool, if you didn't create profile in installation process."
msgstr ""
-#. Tag: para
-#: Websphere.xml:60
-#, no-c-format
-msgid ""
-"It is highly recommended to patch Websphere by latest fix pack, at the time "
-"of this writing it is 6.1.0.19"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:63
+#: Websphere.xml:42
#, no-c-format
-msgid "A note about restarting the server"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:64
-#, no-c-format
-msgid ""
-"There are times that restarting the server will be required after deploying "
-"or changes the examples in this chapter. Its does not seem like every change "
-"requires a restart. If you get errors or exceptions after modifying a "
-"property or deploying an application try to restart the server."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:72
-#, no-c-format
-msgid "Required custom properties"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:73
-#, no-c-format
-msgid ""
-"There are a couple of Websphere custom properties that are required for Seam "
-"integration. These properties are not needed specifically for Seam, but work "
-"around some issues with Websphere. These are set following the instructions "
-"here : <ulink url=\"http://www-1.ibm.com/support/docview.wss?rss=180&"
-"uid=swg21284395\"> Setting web container custom properties</ulink>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:82
-#, no-c-format
-msgid ""
-"<literal>prependSlashToResource = \"true\"</literal> — This solves a "
-"fairly common issue with Websphere where applications are not using a "
-"leading \"/\" when attempting to access resources. If this is not set then a "
-"<literal>java.net.MalformedURLException</literal> will be thrown. With this "
-"property set you will still see warnings, but the resources will be "
-"retrieved as expected."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:90 Websphere.xml:108
-#, no-c-format
-msgid "Detailed can be found at:"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:92
-#, no-c-format
-msgid "SRVE0238E: Resource paths must have a leading slash"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:97
-#, no-c-format
-msgid ""
-"<literal>com.ibm.ws.webcontainer.invokefilterscompatibility = \"true\"</"
-"literal> — This solves an issue with Websphere where it throws a "
-"<literal>FileNotFoundException</literal> when a web application attempts to "
-"access a file resource that does not actually exist on disk. This is a "
-"common practice in modern web applications where filters or servlets are "
-"used to process resource requests like these. This issue manifests itself as "
-"failures to retrieve JavaScript, CSS, images, etc... when requesting a web "
-"page."
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:110
-#, no-c-format
-msgid ""
-"PK33090; 6.1: A filter that serves a file does not pop-up an alert message"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:119
-#, no-c-format
msgid "The <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:121
+#: Websphere.xml:44
#, no-c-format
msgid ""
"The <literal>jee5/booking</literal> example is based on the Hotel Booking "
@@ -208,45 +98,36 @@
"located in the <literal>$SEAM_DIST/examples/jee5/booking</literal> directory."
msgstr ""
-#. Tag: para
-#: Websphere.xml:128
-#, no-c-format
-msgid ""
-"As stated before the <literal>EJB3</literal> feature pack does not provide a "
-"full <literal>jee5</literal> implementation. This means that there are some "
-"tricks to getting an application deployed and functioning."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:134 Websphere.xml:927
+#: Websphere.xml:52 Websphere.xml:710
#, no-c-format
msgid "<title>Configuration file changes</title>"
msgstr ""
#. Tag: para
-#: Websphere.xml:136
+#: Websphere.xml:54
#, no-c-format
msgid ""
"Below are the configuration file changes that are need to the base example."
msgstr ""
#. Tag: literal
-#: Websphere.xml:142 Websphere.xml:1001
+#: Websphere.xml:60 Websphere.xml:784
#, no-c-format
msgid "resources/WEB-INF/components.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:145
+#: Websphere.xml:63
#, no-c-format
msgid ""
-"We need to change the way that we look up EJBs for Websphere. We need to "
-"remove the <literal>/local</literal> from the end of the <literal>jndi-"
-"pattern</literal> attribute. It should look like this:"
+"We need to change the way that we look up EJBs for WAS. We need to remove "
+"the <literal>/local</literal> from the end of the <literal>jndi-pattern</"
+"literal> attribute. It should look like this:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:152
+#: Websphere.xml:70
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -256,133 +137,119 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:156 Websphere.xml:1033
+#: Websphere.xml:76
#, no-c-format
-msgid "resources/WEB-INF/web.xml"
+msgid "resources/META-INF/ejb-jar.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:159
+#: Websphere.xml:79
#, no-c-format
msgid ""
-"This is the first place that we notice an unexpected change because this is "
-"not full <literal>jee5</literal> implementation."
+"We need to replace the /local string from <literal>ejb-ref-name</literal>. "
+"See at the following final code:"
msgstr ""
-#. Tag: para
-#: Websphere.xml:162
+#. Tag: programlisting
+#: Websphere.xml:82
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it requires "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
+"<![CDATA[\n"
+" <enterprise-beans>\n"
+" <!-- EJB reference required when one Seam EJB component references "
+"another Seam EJB component using @In -->\n"
+" <!-- Not required if you inject using @EJB, but then you lose state "
+"management and client-side interceptors (e.g., security) -->\n"
+" <session>\n"
+" <ejb-name>RegisterAction</ejb-name>\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
+"name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref>\n"
+" </session>\n"
+" </enterprise-beans>]]>"
msgstr ""
-#. Tag: programlisting
-#: Websphere.xml:169
+#. Tag: literal
+#: Websphere.xml:88 Websphere.xml:816
#, no-c-format
-msgid ""
-"<![CDATA[<xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
+msgid "resources/WEB-INF/web.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:170
+#: Websphere.xml:91
#, no-c-format
msgid ""
-"Next, we have to make some changes to the EJB references in the <literal>web."
-"xml</literal>. These changes are what will allow Websphere to bind the EJB2 "
-"references in the web module to the the actual EJB3 beans in the EAR module. "
-"Replace all of the <literal>ejb-local-refs</literal> when the values below."
+"We have to make some changes to the EJB references in the <literal>web.xml</"
+"literal>. These changes are what will allow WAS to bind automatically the "
+"EJB3 references in the web module to the the actual EJB3 beans in the EAR "
+"module. Replace all of the /local strings in <literal>ejb-local-refs</"
+"literal> when the values below."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:179
+#: Websphere.xml:100
#, no-c-format
msgid ""
"<![CDATA[\n"
" <!-- JEE5 EJB3 names -->\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Authenticator</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.BookingList</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Register</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.ChangePassword</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.HotelBooking</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.HotelSearching</local> \n"
-" </ejb-local-ref> \n"
-" \n"
" <ejb-local-ref>\n"
-" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name> \n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-name>\n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref> \n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.BookingList</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Register</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.ChangePassword</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelBooking</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelSearching</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:181
+#: Websphere.xml:102
#, no-c-format
msgid ""
-"The important change is that there is an empty <literal>local-home</literal> "
-"element for each EJB. This tells Websphere to make the correct bindings "
-"between the web module and the EJB3 beans. The <literal>ejb-link</literal> "
-"element is simply not used."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:187
-#, no-c-format
-msgid ""
"Note also that <literal>EjbSynchronizations</literal> is a built-in Seam EJB "
"and not part of the Hotel Booking example. This means that if your "
"application's <literal>components.xml</literal> specifies "
-"<literal>transaction:ejb-transaction</literal> , then you must include:"
+"<literal>transaction:ejb-transaction</literal>, then you must include:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:192
+#: Websphere.xml:107
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -395,34 +262,34 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:193
+#: Websphere.xml:108
#, no-c-format
msgid ""
"in your web.xml. If you don't include it, you'll get the following error:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:194
+#: Websphere.xml:109
#, no-c-format
msgid "Name comp/env/myapp/EjbSynchronizations not found in context java:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:199
+#: Websphere.xml:114
#, no-c-format
msgid "resources/META-INF/persistence.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:202
+#: Websphere.xml:117
#, no-c-format
msgid ""
"For this example we will be using the default datasource that comes with "
-"Websphere. To do this change the <literal>jta-data-source</literal> element:"
+"WAS. To do this change the <literal>jta-data-source</literal> element:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:205
+#: Websphere.xml:120
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -431,7 +298,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:206
+#: Websphere.xml:121
#, no-c-format
msgid ""
"Then we need to adjust some of the hibernate properties. First comment out "
@@ -439,7 +306,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:211
+#: Websphere.xml:126
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -455,25 +322,25 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:215
+#: Websphere.xml:130
#, no-c-format
msgid ""
"<literal>hibernate.transaction.manager_lookup_class</literal> — "
-"Standard Hibernate transaction manager property for Websphere 6.X"
+"Standard Hibernate transaction manager property for WAS 6.X and 7"
msgstr ""
#. Tag: para
-#: Websphere.xml:221
+#: Websphere.xml:136
#, no-c-format
msgid ""
"<literal>hibernate.transaction.flush_before_completion</literal> — "
"This is commented out because we want the container to manage the "
"transactions. Also if this is set to <literal>true</literal> an exception "
-"will be thrown by Websphere when the EJBContext is looked up."
+"will be thrown by WAS when the EJBContext is looked up."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:230
+#: Websphere.xml:145
#, no-c-format
msgid ""
"<![CDATA[com.ibm.wsspi.injectionengine.InjectionException: \n"
@@ -482,55 +349,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:233
+#: Websphere.xml:148
#, no-c-format
msgid ""
"<literal>hibernate.dialect</literal> — From WAS 6.1.0.9 on the "
-"embedded DB was switched to the same Derby DB in Glassfish."
+"embedded DB was switched to the same Derby DB as is in Glassfish v2."
msgstr ""
#. Tag: literal
-#: Websphere.xml:243 Websphere.xml:967
+#: Websphere.xml:158 Websphere.xml:750
#, no-c-format
-msgid "resources/GlassfishDerbyDialect.class"
+msgid "src/GlassfishDerbyDialect.java"
msgstr ""
#. Tag: para
-#: Websphere.xml:246
+#: Websphere.xml:161
#, no-c-format
msgid ""
-"You will need to get the <literal>GlassfishDerbyDialect.class</literal> and "
-"copy it into the <literal>/resources</literal> directory. The class exists "
-"in the JPA example and can be copied using the command below assuming you "
-"are in <literal>jee5/booking</literal> directory:"
+"You will need to get the <literal>GlassfishDerbyDialect.java</literal> and "
+"copy it into the <literal>/src</literal> directory. The java class exists in "
+"the JPA example source directory and can be copied using the command below "
+"assuming you are in <literal>jee5/booking</literal> directory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:254
+#: Websphere.xml:169
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/WEB-INF/classes/GlassfishDerbyDialect."
-"class\n"
-" ./resources]]>"
+"cp ../../jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:255
+#: Websphere.xml:170
#, no-c-format
msgid ""
-"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file "
-"using changes to the build.xml discussed later."
+"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file."
msgstr ""
#. Tag: literal
-#: Websphere.xml:261
+#: Websphere.xml:175
#, no-c-format
msgid "resources/import.sql"
msgstr ""
#. Tag: para
-#: Websphere.xml:264
+#: Websphere.xml:178
#, no-c-format
msgid ""
"This file must also be copied from the JPA example because either the Derby "
@@ -540,201 +405,91 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:271
+#: Websphere.xml:185
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/import.sql ./resources]]>"
+"cp ../../jpa/resources-websphere7/import.sql ./resources]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:280
+#: Websphere.xml:194
#, no-c-format
msgid "Building the <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:283
+#: Websphere.xml:197
#, no-c-format
msgid ""
"In order to get the changes we have made into our application we need to "
"make some changes to the <literal>build.xml</literal>. There are also some "
"additional jars that are required by our application in order to work with "
-"Websphere. This section will cover what changes are needed to the "
-"<literal>build.xml</literal>."
+"WAS. This section will cover what changes are needed to the <literal>build."
+"xml</literal>."
msgstr ""
#. Tag: title
-#: Websphere.xml:290
+#: Websphere.xml:204
#, no-c-format
-msgid "New libraries dependencies"
+msgid "Library dependency changes"
msgstr ""
#. Tag: para
-#: Websphere.xml:294
+#: Websphere.xml:205
#, no-c-format
msgid ""
-"JSF libraries — Websphere 6.1 comes with its own version of JSF 1.1 "
-"(Seam requires JSF 1.2). So we must add these jars to our application:"
+"We remove the <literal>log4j.jar</literal> so that all of the log output "
+"from our application will be added to the WAS log. Additional steps are "
+"required to fully configure log4j and those are outside of the scope of this "
+"document."
msgstr ""
-#. Tag: literal
-#: Websphere.xml:299 Websphere.xml:836
-#, no-c-format
-msgid "jsf-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:303 Websphere.xml:841
-#, no-c-format
-msgid "jsf-impl.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:309
-#, no-c-format
-msgid ""
-"Since Websphere is not a fully compliant <literal>JEE5</literal> "
-"implementation we need to add these EL libraries:"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:314 Websphere.xml:849
-#, no-c-format
-msgid "el-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:318 Websphere.xml:845
-#, no-c-format
-msgid "el-ri.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:324
-#, no-c-format
-msgid ""
-"<literal>jboss-seam.jar</literal> — for some reason when deploying the "
-"application through the Websphere administration console it can not find the "
-"<literal>jboss-seam.jar</literal> at the base of the EAR archive. This means "
-"that we need to add it to the <literal>/lib</literal> of the EAR."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:332
-#, no-c-format
-msgid ""
-"Finally we remove the <literal>log4j.jar</literal> so that all of the log "
-"output from our application will be added to the Websphere log. Additional "
-"steps are required to fully configure log4j and those are outside of the "
-"scope of this document."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:343
+#: Websphere.xml:213
#, no-c-format
msgid "Updating the <literal>build.xml</literal> file"
msgstr ""
#. Tag: para
-#: Websphere.xml:345
+#: Websphere.xml:215
#, no-c-format
msgid ""
"Add the following entry to the bottom of the <literal>build.xml</literal> "
"file. This overrides the default fileset that is used to populate the "
-"<literal>jboss-seam-jee5.jar</literal>. The primary change is the addition "
-"of the <literal>GlassfishDerbyDialect.class</literal>:"
+"<literal>jboss-seam-jee5.jar</literal>. :"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:354
+#: Websphere.xml:223
#, no-c-format
msgid ""
"<![CDATA[\n"
" <fileset id=\"jar.resources\" dir=\"${resources.dir}\">\n"
" <include name=\"import.sql\" />\n"
" <include name=\"seam.properties\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
" <include name=\"META-INF/persistence.xml\" />\n"
" <include name=\"META-INF/ejb-jar.xml\" />\n"
" </fileset>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:357
+#: Websphere.xml:225
#, no-c-format
msgid ""
-"Next we need to add the library dependencies discussed above. For this add "
-"the following to bottom of the <literal>ear.lib.extras</literal> fileset "
-"entry:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:363
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!--<include name=\"lib/log4j.jar\" />-->\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" />\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:365
-#, no-c-format
-msgid ""
-"We also need to add richfaces-api.jar, jsf-impl.jar and el-ri.jar into WEB-"
-"INF/lib of the war file. Add the following fileset after <literal>ear.lib."
-"extras</literal> fileset."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:368
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <fileset id=\"war.lib.extras\" dir=\"${seam.dir}\"> \n"
-" <include name=\"lib/richfaces-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" /> \n"
-" </fileset>]]>"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:370
-#, no-c-format
-msgid "A note about copying JSF and EL jars"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:371
-#, no-c-format
-msgid ""
-"There is a class loading issue with WebSphere, which causes the jars from "
-"ear lib directory to not be available when the web module is initialized."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:376
-#, no-c-format
-msgid ""
"Now all that is left is to execute the <literal>ant archive</literal> task "
"and the built application will be in the <literal>jee5/booking/dist</"
"literal> directory."
msgstr ""
#. Tag: title
-#: Websphere.xml:385
+#: Websphere.xml:234
#, no-c-format
msgid "Deploying the application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:387
+#: Websphere.xml:236
#, no-c-format
msgid ""
"So now we have everything we need in place. All that is left is to deploy it "
@@ -742,7 +497,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:389
+#: Websphere.xml:238
#, no-c-format
msgid ""
"For this we will use Websphere's administration console. As before there are "
@@ -750,52 +505,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:392
+#: Websphere.xml:241
#, no-c-format
msgid ""
-"The steps below are for the Websphere version stated above, yours may be "
-"slightly different."
+"The steps below are for the WAS version stated above. The ports are default "
+"values, if you changed them substitute your values."
msgstr ""
#. Tag: para
-#: Websphere.xml:396
+#: Websphere.xml:245
#, no-c-format
-msgid "Log in to the administration console"
+msgid ""
+"Log in to the administration console <programlisting><![CDATA[https://"
+"localhost:9043/admin]]></programlisting> or"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:399
+#: Websphere.xml:250
#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"https://localhost:9043/ibm/console]]>"
+msgid "<![CDATA[http://localhost:9060/admin]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:403
+#: Websphere.xml:254
#, no-c-format
msgid ""
-"Access the <literal>Enterprise Application</literal> menu option under the "
-"<literal>Applications</literal> top menu."
+"Access the <literal>Websphere enterprise applications</literal> menu option "
+"under the <literal>Applications --> Application Type</literal> left side "
+"menu."
msgstr ""
#. Tag: para
-#: Websphere.xml:408
+#: Websphere.xml:259
#, no-c-format
msgid ""
-"At the top of the <literal>Enterprise Application</literal> table select "
+"At the top of the <literal>Enterprise Applications</literal> table select "
"<literal>Install</literal>. Below are installation wizard pages and what "
"needs to done on each:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:414 Websphere.xml:674
+#: Websphere.xml:265 Websphere.xml:461
#, no-c-format
msgid "Preparing for the application installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:418
+#: Websphere.xml:269
#, no-c-format
msgid ""
"Browse to the <literal>examples/jee5/booking/dist/jboss-seam-jee5.ear</"
@@ -803,102 +559,81 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:424 Websphere.xml:442 Websphere.xml:475 Websphere.xml:689
+#: Websphere.xml:275 Websphere.xml:285 Websphere.xml:304 Websphere.xml:476
+#: Websphere.xml:496
#, no-c-format
msgid "Select the <literal>Next</literal> button."
msgstr ""
+#. Tag: para
+#: Websphere.xml:280 Websphere.xml:471
+#, no-c-format
+msgid "Select the <literal>Fast Path</literal> button."
+msgstr ""
+
#. Tag: literal
-#: Websphere.xml:431
+#: Websphere.xml:292
#, no-c-format
msgid "Select installation options"
msgstr ""
#. Tag: para
-#: Websphere.xml:435
+#: Websphere.xml:296
#, no-c-format
msgid ""
-"Select the <literal>Deploy enterprise beans</literal> check box. This is "
-"needed unless you used a Websphere tool to package the application."
+"Select the <literal>Deploy enterprise beans</literal> and <literal>Allow EJB "
+"reference targets to resolve automatically</literal> check boxes. This is "
+"needed unless you used a Websphere AS tool to package the application."
msgstr ""
#. Tag: literal
-#: Websphere.xml:449
+#: Websphere.xml:313
#, no-c-format
msgid "Map modules to servers"
msgstr ""
#. Tag: para
-#: Websphere.xml:453
+#: Websphere.xml:317
#, no-c-format
msgid ""
"No changes needed here as we only have one server. Select the <literal>Next</"
"literal> button."
msgstr ""
-#. Tag: para
-#: Websphere.xml:461
-#, no-c-format
-msgid ""
-"<literal>Map EJB references to beans</literal> This page will list all of "
-"the beans that we entered in the web.xml."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:466
-#, no-c-format
-msgid ""
-"Make sure that <literal>Allow EJB reference targets to resolve "
-"automatically</literal> check box is selected. This will tell Websphere to "
-"bind our EJB3 beans to the EJB references in the web module."
-msgstr ""
-
#. Tag: literal
-#: Websphere.xml:482
+#: Websphere.xml:325
#, no-c-format
-msgid "Map virtual hosts for Web modules"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:486
-#, no-c-format
-msgid "No changes needed here. Select the <literal>Next</literal> button."
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:493
-#, no-c-format
msgid "Summary"
msgstr ""
#. Tag: para
-#: Websphere.xml:496
+#: Websphere.xml:328
#, no-c-format
msgid "No changes needed here. Select the <literal>Finish</literal> button."
msgstr ""
#. Tag: literal
-#: Websphere.xml:503
+#: Websphere.xml:335
#, no-c-format
msgid "Installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:506
+#: Websphere.xml:338
#, no-c-format
msgid "Now you will see it installing and deploying your application."
msgstr ""
#. Tag: para
-#: Websphere.xml:511
+#: Websphere.xml:343
#, no-c-format
msgid ""
-"When if finishes select the <literal>Save</literal> link and you will be "
+"When it finishes select the <literal>Save</literal> link and you will be "
"returned to the <literal>Enterprise Applications</literal> table."
msgstr ""
#. Tag: para
-#: Websphere.xml:523
+#: Websphere.xml:355
#, no-c-format
msgid ""
"Now that we have our application installed we need to make some adjustments "
@@ -906,7 +641,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:527
+#: Websphere.xml:359
#, no-c-format
msgid ""
"Starting from the <literal>Enterprise Applications</literal> table select "
@@ -914,40 +649,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:533
+#: Websphere.xml:365
#, no-c-format
msgid "Select the <literal>Manage Modules</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:537
+#: Websphere.xml:369
#, no-c-format
-msgid "Select the <literal>jboss-seam-jee5.war</literal> link."
+msgid "Select the <literal>jboss-seam-jee5-booking.war</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:542
+#: Websphere.xml:374
#, no-c-format
msgid ""
"Change the <literal>Class loader order</literal> combo box to "
-"<literal>Classes loaded with application class loader first</literal>."
+"<literal>Classes loaded with application class loader first (parent last)</"
+"literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:548 Websphere.xml:573
+#: Websphere.xml:380 Websphere.xml:397
#, no-c-format
msgid ""
"Select <literal>Apply</literal> and then <literal>Save</literal> options."
msgstr ""
#. Tag: para
-#: Websphere.xml:552
+#: Websphere.xml:384
#, no-c-format
-msgid "Return the <literal>Seam Booking</literal> page."
+msgid "Return to the <literal>Seam Booking</literal> page."
msgstr ""
#. Tag: para
-#: Websphere.xml:556
+#: Websphere.xml:387
#, no-c-format
msgid ""
"On this page select the <literal>Class loading and update detection</"
@@ -955,7 +691,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:561
+#: Websphere.xml:392
#, no-c-format
msgid ""
"Select the radio button for <literal>Classes loaded with application class "
@@ -963,117 +699,40 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:566
+#: Websphere.xml:403
#, no-c-format
msgid ""
-"Even though we are not enabling class reload you must also enter a valid "
-"number in the <literal>Polling interval for updated files</literal> text "
-"area (zero works fine)."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:577
-#, no-c-format
-msgid ""
-"You should verify that the change you just made has been remembered. We have "
-"had problems with the last class loader change not taking effect - even "
-"after a restart. If the change did not take you will need to do it manually, "
-"following these directions:"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:585
-#, no-c-format
-msgid "Open the following file in a text editor of your choice:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:589
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"$WebSphereInstall/$yourServerName/profiles/$yourProfileName/config/cells/\n"
-" $yourCellName/applications/Seam Booking.ear/deployments/\n"
-" Seam Booking/deployment.xml]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:593
-#, no-c-format
-msgid ""
-"Modify the following line so that <literal>PARENT_FIRST</literal> is now "
-"<literal>PARENT_LAST</literal>:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:599
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<classloader xmi:id=\"Classloader_#######\" mode=\"PARENT_FIRST\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:603
-#, no-c-format
-msgid ""
-"Save the file and now when go to the <literal>Class loading and update "
-"detection</literal> page you should see <literal>Classes loaded with "
-"application class loader first</literal> selected."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:615
-#, no-c-format
-msgid ""
"To start the application return to the <literal>Enterprise Applications</"
"literal> table and select our application in the list. Then choose the "
"<literal>Start</literal> button at the top of the table."
msgstr ""
#. Tag: para
-#: Websphere.xml:622
+#: Websphere.xml:410
#, no-c-format
msgid ""
"You can now access the application at <literal>http://localhost:9080/seam-"
-"jee5/</literal> ."
+"jee5-booking/index.html</literal> ."
msgstr ""
#. Tag: title
-#: Websphere.xml:628
+#: Websphere.xml:431
#, no-c-format
-msgid "A note about Websphere Stateful bean timeouts"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:629
-#, no-c-format
-msgid ""
-"The default timeout period for a Websphere 6.1 Stateful EJB is 10 minutes. "
-"This means that you may see some EJB timeout exceptions after some idle "
-"time. It is possible to adjust the timeout of the Stateful EJBs on an "
-"individual basis, but that is beyond the scope of this document. See the "
-"Websphere documentation for details."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:643
-#, no-c-format
msgid "The <literal>jpa</literal> booking example"
msgstr ""
#. Tag: para
-#: Websphere.xml:644
+#: Websphere.xml:432
#, no-c-format
msgid ""
"Thankfully getting the <literal>jpa</literal> example to work is much easier "
"than the <literal>jee5</literal> example. This is the Hotel Booking example "
"implemented in Seam POJOs and using Hibernate JPA with JPA transactions. It "
-"does not require EJB3 support to run."
+"does not use EJB3."
msgstr ""
#. Tag: para
-#: Websphere.xml:650
+#: Websphere.xml:437
#, no-c-format
msgid ""
"The example already has a breakout of configurations and build scripts for "
@@ -1081,7 +740,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:653
+#: Websphere.xml:440
#, no-c-format
msgid ""
"First thing we are going to do is build and deploy that example. Then we'll "
@@ -1089,29 +748,29 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:657
+#: Websphere.xml:444
#, no-c-format
msgid "Building the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:658
+#: Websphere.xml:445
#, no-c-format
msgid ""
"Building it only requires running the correct ant command: "
-"<programlisting>ant websphere61</programlisting> This will create container "
+"<programlisting>ant websphere7</programlisting> This will create container "
"specific distribution and exploded archive directories with the "
-"<literal>websphere61</literal> label."
+"<literal>websphere7</literal> label."
msgstr ""
#. Tag: title
-#: Websphere.xml:664
+#: Websphere.xml:451
#, no-c-format
msgid "Deploying the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:665
+#: Websphere.xml:452
#, no-c-format
msgid ""
"This is similar to the <literal>jee5</literal> example at <xref linkend="
@@ -1119,7 +778,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:670
+#: Websphere.xml:457
#, no-c-format
msgid ""
"From the <literal>Enterprise Applications</literal> table select the "
@@ -1127,37 +786,43 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:678
+#: Websphere.xml:465
#, no-c-format
msgid ""
-"Browse to the <literal>examples/jpa/dist-websphere61/jboss-seam-jpa.war</"
+"Browse to the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
"literal> file using the file upload widget."
msgstr ""
#. Tag: para
-#: Websphere.xml:684
+#: Websphere.xml:483
#, no-c-format
msgid ""
-"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
-"jpa</literal>."
+"Select the <literal>Next</literal> button for the next three pages, no "
+"changes are needed."
msgstr ""
+#. Tag: literal
+#: Websphere.xml:488
+#, no-c-format
+msgid "Map context roots for Web modules"
+msgstr ""
+
#. Tag: para
-#: Websphere.xml:695
+#: Websphere.xml:491
#, no-c-format
msgid ""
-"Select the <literal>Next</literal> button for the next three pages, no "
-"changes are needed."
+"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
+"jpa</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:700
+#: Websphere.xml:502
#, no-c-format
msgid "<literal>Summary</literal> page"
msgstr ""
#. Tag: para
-#: Websphere.xml:703
+#: Websphere.xml:505
#, no-c-format
msgid ""
"Review the settings if you wish and select the <literal>Finish</literal> "
@@ -1167,17 +832,17 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:716
+#: Websphere.xml:519
#, no-c-format
msgid ""
"As with the <literal>jee5</literal> example there are some class loader "
"changes needed before we start the application. Follow the instructions at "
"<xref linkend=\"websphere-app-adj-after-install\"/> but exchange "
-"<literal>jboss-seam-jpa</literal> for <literal>Seam Booking</literal>."
+"<literal>jboss-seam-jpa_war</literal> for <literal>Seam Booking</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:723
+#: Websphere.xml:526
#, no-c-format
msgid ""
"Finally start the application by selecting it in the <literal>Enterprise "
@@ -1186,7 +851,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:729
+#: Websphere.xml:532
#, no-c-format
msgid ""
"You can now access the application at the <literal>http://localhost:9080/"
@@ -1194,187 +859,186 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:737
+#: Websphere.xml:540
#, no-c-format
-msgid "Whats different for Websphere 6.1"
+msgid "What's different for Websphere AS V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:738
+#: Websphere.xml:541
#, no-c-format
msgid ""
"The differences between the JPA examples that deploys to JBoss 4.2 and "
-"Websphere 6.1 are mostly expected; library and configuration file changes."
+"Websphere AS V7 are mostly expected; library and configuration file changes."
msgstr ""
#. Tag: para
-#: Websphere.xml:743
+#: Websphere.xml:546
#, no-c-format
msgid "<para>Configuration file changes</para>"
msgstr ""
#. Tag: para
-#: Websphere.xml:746
+#: Websphere.xml:549
#, no-c-format
msgid ""
-"<literal>WEB-INF/web.xml</literal> — the only significant change is "
-"that Websphere 6.1 only support <literal>Servlet 2.4</literal> so the top of "
-"this file was changed."
+"<literal>META-INF/persistence.xml</literal> — the main changes here "
+"are for the datasource JNDI path, switching to the Websphere transaction "
+"manager look up class, and changing the hibernate dialect to be "
+"<literal>GlassfishDerbyDialect</literal> ."
msgstr ""
#. Tag: para
-#: Websphere.xml:753
+#: Websphere.xml:559
#, no-c-format
msgid ""
-"<literal>META-INF/persistence.xml</literal> — the main changes here "
-"are for the datasource JNDI path, switching to the Websphere 6.1 transaction "
-"manager look up class, and changing the hibernate dialect to be "
-"<literal>GlassfishDerbyDialect</literal> ."
+"<literal>WEB-INF/components.xml</literal> — the change here is "
+"<literal>jndi-pattern</literal> without /local string."
msgstr ""
#. Tag: para
-#: Websphere.xml:763
+#: Websphere.xml:565
#, no-c-format
msgid ""
-"<literal>WEB-INF/classes/GlassfishDerbyDialect.class </literal> — this "
-"class is needed for the hibernate dialect change to "
-"<literal>GlassfishDerbyDialect</literal>"
+"<literal>META-INF/ejb-jar.xml</literal> — the same change in "
+"<literal>ejb-ref-name</literal>, where is replace /local string in "
+"<literal>jboss-seam-jee5/AuthenticatorAction</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:771
+#: Websphere.xml:572
#, no-c-format
msgid ""
+"<literal>src/GlassfishDerbyDialect.java </literal> — this class is "
+"needed for the hibernate dialect change to <literal>GlassfishDerbyDialect</"
+"literal>"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:580
+#, no-c-format
+msgid ""
"<literal>import.sql</literal> — either for the dialect or Derby DB the "
"<literal>ID</literal> column can not be populated by this file and was "
"removed."
msgstr ""
#. Tag: para
-#: Websphere.xml:780
+#: Websphere.xml:589
#, no-c-format
msgid "Changes for dependent libraries"
msgstr ""
#. Tag: para
-#: Websphere.xml:781
+#: Websphere.xml:590
#, no-c-format
msgid ""
-"<literal>WEB-INF/lib</literal> — The Websphere version requires "
-"several library packages because they are not included as they are with "
-"JBoss AS. These are primarily for hibernate, JSF-RI support and their "
-"dependencies. Below are listed only the additional jars needed above and "
-"beyond the JBoss <literal>JPA</literal> example."
+"The Websphere version requires several library packages because they are not "
+"included as they are with JBoss AS. These are primarily for hibernate and "
+"their dependencies. Below are listed only the additional jars needed above "
+"and beyond the JBoss <literal>JPA</literal> example."
msgstr ""
#. Tag: para
-#: Websphere.xml:789
+#: Websphere.xml:597
#, no-c-format
msgid "To use Hibernate as your JPA provider you need the following jars:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:794
+#: Websphere.xml:602
#, no-c-format
msgid "hibernate.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:799
+#: Websphere.xml:607
#, no-c-format
msgid "hibernate-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:804
+#: Websphere.xml:612
#, no-c-format
msgid "hibernate-commons-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:809
+#: Websphere.xml:617
#, no-c-format
msgid "hibernate-entitymanager.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:814
+#: Websphere.xml:622
#, no-c-format
msgid "hibernate-validator.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:819
+#: Websphere.xml:627
#, no-c-format
msgid "commons-collections.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:824
+#: Websphere.xml:632
#, no-c-format
msgid "jboss-common-core.jar"
msgstr ""
#. Tag: para
-#: Websphere.xml:830
+#: Websphere.xml:638
#, no-c-format
-msgid ""
-"Seam requires JSF 1.2 and these are the jars needed for that. Websphere 6.1 "
-"ships with its own implementation of JSF 1.1."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:855
-#, no-c-format
msgid "Various third party jars that Websphere needs:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:858
+#: Websphere.xml:641
#, no-c-format
msgid "antlr.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:862
+#: Websphere.xml:645
#, no-c-format
msgid "cglib.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:866
+#: Websphere.xml:649
#, no-c-format
msgid "asm.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:870
+#: Websphere.xml:653
#, no-c-format
msgid "dom4j.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:875
+#: Websphere.xml:658
#, no-c-format
msgid "javassist.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:880
+#: Websphere.xml:663
#, no-c-format
msgid "concurrent.jar"
msgstr ""
#. Tag: title
-#: Websphere.xml:895
+#: Websphere.xml:678
#, no-c-format
msgid ""
"Deploying an application created using <literal>seam-gen</literal> on "
-"Websphere 6.1.0.13"
+"Websphere V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:898
+#: Websphere.xml:681
#, no-c-format
msgid ""
"<literal>seam-gen</literal> is a very useful tool for developers to quickly "
@@ -1387,13 +1051,13 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:908
+#: Websphere.xml:691
#, no-c-format
msgid "Running <literal>seam-gen</literal> Setup"
msgstr ""
#. Tag: para
-#: Websphere.xml:909
+#: Websphere.xml:692
#, no-c-format
msgid ""
"The first step is setting up <literal>seam-gen</literal> to construct the "
@@ -1403,7 +1067,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:915
+#: Websphere.xml:698
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1499,7 +1163,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:917
+#: Websphere.xml:700
#, no-c-format
msgid ""
"Type <literal>./seam new-project</literal> to create your project and "
@@ -1508,25 +1172,25 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:924
+#: Websphere.xml:707
#, no-c-format
msgid "Changes needed for deployment to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:925
+#: Websphere.xml:708
#, no-c-format
msgid "We now need to make some changes to the generated project."
msgstr ""
#. Tag: literal
-#: Websphere.xml:931
+#: Websphere.xml:714
#, no-c-format
msgid "resources/META-INF/persistence-dev.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:936
+#: Websphere.xml:719
#, no-c-format
msgid ""
"Alter the <literal>jta-data-source</literal> to be "
@@ -1535,7 +1199,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:943
+#: Websphere.xml:726
#, no-c-format
msgid ""
"Add or change the properties below. These are described in detail at <xref "
@@ -1543,7 +1207,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:948
+#: Websphere.xml:731
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1559,14 +1223,14 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:951
+#: Websphere.xml:734
#, no-c-format
msgid ""
"Remove the JBoss AS specific method of exposing the EntityManagerFactory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:954
+#: Websphere.xml:737
#, no-c-format
msgid ""
"<![CDATA[<property \n"
@@ -1575,7 +1239,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:957
+#: Websphere.xml:740
#, no-c-format
msgid ""
"You'll need to alter <literal>persistence-prod.xml</literal> as well if you "
@@ -1583,32 +1247,31 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:970
+#: Websphere.xml:753
#, no-c-format
msgid ""
-"As with other examples we need to include this class for DB support. It can "
-"be copied from the <literal>jpa</literal> example into the "
-"<literal>websphere_example/resources</literal> directory."
+"As with other examples we need to include this java class for DB support. It "
+"can be copied from the <literal>jpa</literal> example into the "
+"<literal>websphere_example/src</literal> directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:976
+#: Websphere.xml:759
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp $SEAM/examples/jpa/resources-websphere61/WEB-INF/classes/"
-"GlassfishDerbyDialect.class\n"
-" ./resources]]>"
+"cp $SEAM/examples/jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: literal
-#: Websphere.xml:982
+#: Websphere.xml:765
#, no-c-format
msgid "resources/META-INF/jboss-app.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:985
+#: Websphere.xml:768
#, no-c-format
msgid ""
"You can delete this file as we aren't deploying to JBoss AS ( <literal>jboss-"
@@ -1616,13 +1279,13 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:991
+#: Websphere.xml:774
#, no-c-format
msgid "resources/*-ds.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:994
+#: Websphere.xml:777
#, no-c-format
msgid ""
"You can delete these file as we aren't deploying to JBoss AS (these files "
@@ -1630,7 +1293,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1006
+#: Websphere.xml:789
#, no-c-format
msgid ""
"Enable container managed transaction integration - add the <literal> <"
@@ -1640,7 +1303,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1015
+#: Websphere.xml:798
#, no-c-format
msgid ""
"Alter the <literal>jndi-pattern</literal> to <literal> java:comp/env/"
@@ -1648,7 +1311,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1021
+#: Websphere.xml:804
#, no-c-format
msgid ""
"We do not need <literal>managed-persistence-context</literal> for this "
@@ -1656,7 +1319,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1027
+#: Websphere.xml:810
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1667,67 +1330,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1036
+#: Websphere.xml:819
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it required "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1042
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1044
-#, no-c-format
-msgid ""
"As with the <literal>jee5/booking</literal> example we need to add EJB "
-"references to the web.xml. These references require the empty <literal>local-"
-"home</literal> to flag them for Websphere to perform the proper binding."
+"references to the web.xml. These references require replacing /local string "
+"in <literal>ejb-ref-name</literal> to flag them for Websphere to perform the "
+"proper binding."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1051
+#: Websphere.xml:826
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local> \n"
-" </ejb-local-ref>\n"
+"<![CDATA[ \n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local>\n"
+" </ejb-local-ref> \n"
" \n"
" <ejb-local-ref>\n"
" <ejb-ref-name>websphere_example/EjbSynchronizations</ejb-ref-name> \n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:1057
+#: Websphere.xml:832
#, no-c-format
msgid "Creating the <literal>AuthenticatorAction</literal> EJB"
msgstr ""
#. Tag: para
-#: Websphere.xml:1059
+#: Websphere.xml:834
#, no-c-format
msgid ""
"We want to take the existing <literal>Authenticator</literal> Seam POJO "
@@ -1735,13 +1372,19 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1065
+#: Websphere.xml:837
#, no-c-format
+msgid "Change the generated Authenticator class"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:840
+#, no-c-format
msgid "Rename the class to <literal>AuthenticatorAction</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1069
+#: Websphere.xml:844
#, no-c-format
msgid ""
"Add the <literal>@Stateless</literal> annotation to the new "
@@ -1749,7 +1392,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1075
+#: Websphere.xml:850
#, no-c-format
msgid ""
"Create an interface called <literal>Authenticator</literal> which "
@@ -1761,7 +1404,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1088
+#: Websphere.xml:863
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1770,7 +1413,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1091
+#: Websphere.xml:866
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1780,7 +1423,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1094
+#: Websphere.xml:869
#, no-c-format
msgid ""
"We've already added its reference to the <literal>web.xml</literal> file so "
@@ -1788,14 +1431,14 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:1100
+#: Websphere.xml:875
#, no-c-format
msgid ""
"Extra jar dependencies and other changes to the <literal>build.xml</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1102
+#: Websphere.xml:877
#, no-c-format
msgid ""
"This application has similar requirements as the <literal>jee5/booking</"
@@ -1803,7 +1446,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1107
+#: Websphere.xml:882
#, no-c-format
msgid ""
"Change the default target to <literal>archive</literal> (we aren't going to "
@@ -1811,7 +1454,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1113
+#: Websphere.xml:888
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1819,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1117
+#: Websphere.xml:892
#, no-c-format
msgid ""
"Websphere looks for the drools <literal>/security.drl</literal> file in the "
@@ -1832,7 +1475,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1128
+#: Websphere.xml:903
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1844,93 +1487,16 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1131
+#: Websphere.xml:906
#, no-c-format
msgid ""
-"We need to ge the <literal>GlassfishDerbyDialect.class</literal> into our "
-"application jar. To do that find the <literal>jar</literal> task and modify "
-"the top of it so that it looks like this:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1139
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"jar\" depends=\"compile,copyclasses\" \n"
-" description=\"Build the distribution .jar file\">\n"
-" <copy todir=\"${jar.dir}\">\n"
-" <fileset dir=\"${basedir}/resources\">\n"
-" <include name=\"seam.properties\" />\n"
-" <include name=\"*.drl\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
-" </fileset>\n"
-" </copy>\n"
-"...]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1142
-#, no-c-format
-msgid ""
-"Next we need to get the <literal>jboss-seam.jar</literal> into the base of "
-"the <literal>EAR</literal> file. For deployment Websphere requires this jar "
-"to be in both the <literal>/lib</literal> directory and at the base of the "
-"<literal>EAR</literal>. You must add the following to the <literal>archive</"
-"literal> task:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1151
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1152
-#, no-c-format
-msgid "So that the whole <literal>archive</literal> task looks like:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1156
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"archive\" depends=\"jar,war,ear\" \n"
-" description=\"Package the archives\">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.jar\" basedir=\"${jar.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.war\" basedir=\"${war.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.ear\">\n"
-" <fileset dir=\"${ear.dir}\"/>\n"
-" <fileset dir=\"${dist.dir}\">\n"
-" <include name=\"${project.name}.jar\"/>\n"
-" <include name=\"${project.name}.war\"/>\n"
-" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
-" </jar>\n"
-"</target>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1159
-#, no-c-format
-msgid ""
"Now we need to get extra jars into the <literal>build.xml</literal>. Look "
"for the <literal><fileset dir=\"${basedir}\"></literal> section of the "
"task below. Add the new includes at the bottom of the fileset."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1167
+#: Websphere.xml:914
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1941,9 +1507,7 @@
" <include name=\"*hibernate.cfg.xml\" />\n"
" <include name=\"jbpm.cfg.xml\" />\n"
" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
+"\n"
" <fileset dir=\"${basedir}\">\n"
" <include name=\"lib/jbpm*.jar\" />\n"
" <include name=\"lib/jboss-el.jar\" />\n"
@@ -1965,13 +1529,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1170
+#: Websphere.xml:917
#, no-c-format
msgid "Hibernate dependencies"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1171
+#: Websphere.xml:918
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1985,33 +1549,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1174
+#: Websphere.xml:921
#, no-c-format
-msgid ""
-"JSF dependencies. You will need to copy the <literal>el-ri.jar</literal> "
-"from the <literal>$SEAM/examples/jpa/lib</literal> directory."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1177
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1180
-#, no-c-format
msgid "Third party dependencies."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1181
+#: Websphere.xml:922
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2028,15 +1572,15 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1184
+#: Websphere.xml:925
#, no-c-format
msgid ""
-"<literal>jboss-seam.jar</literal> - this is needed in both the <literal>ear</"
-"literal> base and <literal>/lib</literal> directory."
+"<literal>jboss-seam.jar</literal> - this is needed in the <literal>ear</"
+"literal> base directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1188
+#: Websphere.xml:928
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2045,13 +1589,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1192
+#: Websphere.xml:932
#, no-c-format
msgid "You should end up with something like:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1193
+#: Websphere.xml:933
#, no-c-format
msgid ""
"<![CDATA[<fileset dir=\"${basedir}\">\n"
@@ -2072,13 +1616,7 @@
" <include name=\"lib/hibernate-entitymanager.jar\"/>\n"
" <include name=\"lib/hibernate-validator.jar\"/>\n"
" <include name=\"lib/jboss-common-core.jar\" />\n"
-" \n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>\n"
-" \n"
+"\n"
" <!-- 3rd party and supporting jars -->\n"
" <include name=\"lib/javassist.jar\"/>\n"
" <include name=\"lib/dom4j.jar\" />\n"
@@ -2095,38 +1633,14 @@
"</fileset>]]>"
msgstr ""
-#. Tag: para
-#: Websphere.xml:1195
-#, no-c-format
-msgid ""
-"The last step is to add <literal>jsf-impl.jar</literal> and <literal>el-ri."
-"jar</literal> to the war target. Look for <literal>copy todir=\"${war.dir}/"
-"WEB-INF/lib\"</literal> and add the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1199
-#, no-c-format
-msgid ""
-"<![CDATA[<copy todir=\"${war.dir}/WEB-INF/lib\">\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <includesfile name=\"deployed-jars-war.list"
-"\" />\n"
-" <include name=\"jsf-impl.jar\" />\n"
-" <include name=\"el-ri.jar\" /> \n"
-" <exclude name=\"jboss-seam-gen.jar\" />\n"
-" </fileset>\n"
-"</copy>]]>"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:1206
+#: Websphere.xml:940
#, no-c-format
msgid "Building and deploying the seam-gen'd application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:1212
+#: Websphere.xml:945
#, no-c-format
msgid ""
"Build your application by calling <literal>ant</literal> in the base "
@@ -2136,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1221
+#: Websphere.xml:954
#, no-c-format
msgid ""
"To deploy the application follow the instructions here : <xref linkend="
@@ -2146,7 +1660,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1227
+#: Websphere.xml:960
#, no-c-format
msgid ""
"Checkout the app at: <literal>http://localhost:9080/websphere_example/index."
Modified: trunk/doc/Seam_Reference_Guide/pa-IN/Excel.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/pa-IN/Excel.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pa-IN/Excel.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: Seam_Reference_Guide \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-10-14 11:38+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -46,7 +46,7 @@
"&excel; JSF controls, which are used to construct views that can render the "
"document, and the DocumentStore component, which serves the rendered "
"document to the user. To include &excel; support in your application, "
-"included <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
+"include <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
"lib</literal> directory along with the <literal>jxl.jar</literal> JAR file. "
"Furthermore, you need to configure the DocumentStore servlet in your web.xml"
msgstr ""
@@ -247,9 +247,9 @@
msgid ""
"<literal>arrayGrowSize</literal> — The amount of memory by which to "
"increase the amount of memory allocated to storing the workbook data. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 1 megabyte. The value is a "
-"number (bytes)."
+"processes reading many small workbooks inside a WAS it might be necessary to "
+"reduce the default size. Default value is 1 megabyte. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -332,10 +332,10 @@
#, no-c-format
msgid ""
"<literal>initialFileSize</literal> — The initial amount of memory "
-"allocated to store the workbook data when reading a worksheet. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 5 megabytes. The value is a "
-"number (bytes)."
+"allocated to store the workbook data when reading a worksheet. For processes "
+"reading many small workbooks inside a WAS it might be necessary to reduce "
+"the default size. Default value is 5 megabytes. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -428,7 +428,7 @@
#, no-c-format
msgid ""
"<literal>filename</literal> — The filename to use for the download. "
-"The value is a string. Please not that if you map the DocumentServlet to "
+"The value is a string. Please note that if you map the DocumentServlet to "
"some pattern, this file extension must also match."
msgstr ""
@@ -442,11 +442,9 @@
msgstr ""
#. Tag: emphasis
-#: Excel.xml:322 Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081
-#: Excel.xml:1157 Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537
-#: Excel.xml:1595 Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#: Excel.xml:322 Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
#, no-c-format
-msgid "Child elemenents"
+msgid "Child elements"
msgstr ""
#. Tag: para
@@ -516,7 +514,7 @@
#, no-c-format
msgid ""
"Worksheets are the children of workbooks and the parent of columns and "
-"worksheet commands They can also contain explicitly placed cells, formulas, "
+"worksheet commands. They can also contain explicitly placed cells, formulas, "
"images and hyperlinks. They are the pages that make up the workbook."
msgstr ""
@@ -542,14 +540,14 @@
#, no-c-format
msgid ""
"<literal>var</literal> — The current row iterator variable name that "
-"can later be referenced in cell value attributes. The value is a string"
+"can later be referenced in cell value attributes. The value is a string."
msgstr ""
#. Tag: para
#: Excel.xml:401
#, no-c-format
msgid ""
-"<literal>name</literal> — The name of the worksheet. The valus is a "
+"<literal>name</literal> — The name of the worksheet. The value is a "
"string. Defaults to Sheet# where # is the worksheet index. If the given "
"worksheet name exists, that sheet is selected. This can be used for merging "
"several data sets into a single worksheet, just define the same name for "
@@ -590,7 +588,7 @@
#, no-c-format
msgid ""
"<literal>bottomMargin</literal> — The bottom margin. The value is a "
-"number (inches)"
+"number (inches)."
msgstr ""
#. Tag: para
@@ -709,7 +707,7 @@
#: Excel.xml:551
#, no-c-format
msgid ""
-"<literal>normalMagnification</literal> — The normal magnificaton "
+"<literal>normalMagnification</literal> — The normal magnification "
"factor (not zoom or scale factor). The value is a number (percentage)."
msgstr ""
@@ -727,7 +725,7 @@
#, no-c-format
msgid ""
"<literal>pageBreakPreviewMagnification</literal> — The page break "
-"preview magnificaton factor (not zoom or scale factors). the value is a "
+"preview magnification factor (not zoom or scale factors). The value is a "
"number (percentage)."
msgstr ""
@@ -803,7 +801,8 @@
#, no-c-format
msgid ""
"<literal>recalculateFormulasBeforeSave</literal> — Should the formulas "
-"be re-calculated when the sheet is saved? The value is a boolean. false"
+"be re-calculated when the sheet is saved? The value is a boolean. Default "
+"value is false."
msgstr ""
#. Tag: para
@@ -874,11 +873,19 @@
#: Excel.xml:698
#, no-c-format
msgid ""
-"<literal>zoomFactor</literal> — T zoom factor. Do not confuse zoom "
+"<literal>zoomFactor</literal> — The zoom factor. Do not confuse zoom "
"factor (which relates to the on screen view) with scale factor (which refers "
-"to the scale factor when printing). The value is a number (percentage."
+"to the scale factor when printing). The value is a number (percentage)."
msgstr ""
+#. Tag: emphasis
+#: Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081 Excel.xml:1157
+#: Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537 Excel.xml:1595
+#: Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#, no-c-format
+msgid "Child elemenents"
+msgstr ""
+
#. Tag: para
#: Excel.xml:712
#, no-c-format
@@ -900,7 +907,7 @@
#, no-c-format
msgid ""
"<literal><e:headerFooter/></literal> — Zero or more header/"
-"footer definitions ((see <xref linkend=\"excel.headersfooters\"/> ))."
+"footer definitions (see <xref linkend=\"excel.headersfooters\"/> )."
msgstr ""
#. Tag: para
@@ -916,7 +923,7 @@
#, no-c-format
msgid ""
"<literal>header</literal>— Contents that will be placed at the top of "
-"the data block, above the column headers (if any)"
+"the data block, above the column headers (if any)."
msgstr ""
#. Tag: para
@@ -924,7 +931,7 @@
#, no-c-format
msgid ""
"<literal>footer</literal>— Contents that will be placed at the bottom "
-"of the data block, below the column footers (if any)"
+"of the data block, below the column footers (if any)."
msgstr ""
#. Tag: programlisting
@@ -1062,7 +1069,7 @@
"Cells are nested within columns (for iteration) or inside worksheets (for "
"direct placement using the <literal>column</literal> and <literal>row</"
"literal> attributes) and are responsible for outputting the value (usually "
-"though en EL-expression involving the <literal>var</literal>-attribute of "
+"through an EL-expression involving the <literal>var</literal>-attribute of "
"the datatable. See"
msgstr ""
@@ -1495,7 +1502,7 @@
#: Excel.xml:1360
#, no-c-format
msgid ""
-"The formula of the cell in placed in the <literal>value</literal> -attribute "
+"The formula of the cell is placed in the <literal>value</literal> -attribute "
"as a normal &excel; notation. Note that when doing cross-sheet formulas, the "
"worksheets must exist before referencing a formula against them. The value "
"is a string."
@@ -2123,12 +2130,6 @@
"initially? The value is a boolean."
msgstr ""
-#. Tag: emphasis
-#: Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
-#, no-c-format
-msgid "Child elements"
-msgstr ""
-
#. Tag: literal
#: Excel.xml:2046
#, no-c-format
@@ -2171,7 +2172,7 @@
#: Excel.xml:2105
#, no-c-format
msgid ""
-"groups rows 5 trough 10 and columns 5 through 10 so that the rows are "
+"groups rows 5 through 10 and columns 5 through 10 so that the rows are "
"initially collapsed (but not the columns)."
msgstr ""
@@ -2382,7 +2383,7 @@
"The CSS attributes cascade down from parent to children and within one tag "
"cascades over the CSS classes referenced in the <literal>styleClass</"
"literal> attributes and finally over the CSS attributes defined in the "
-"<literal>style</literal>attribute. You can place them pretty much anywhere "
+"<literal>style</literal> attribute. You can place them pretty much anywhere "
"but e.g. placing a column width setting in a cell nested within that column "
"makes little sense."
msgstr ""
@@ -2579,7 +2580,7 @@
#. Tag: para
#: Excel.xml:2475
#, no-c-format
-msgid "This group of XLS-CSS attributes define the borders of the cell"
+msgid "This group of XLS-CSS attributes defines the borders of the cell"
msgstr ""
#. Tag: para
@@ -2667,7 +2668,7 @@
#, no-c-format
msgid ""
"A shorthand for setting line style and color of the top edge of the cell, e."
-"g style=\"xls-border-left: red thick\""
+"g style=\"xls-border-top: red thick\""
msgstr ""
#. Tag: para
@@ -2781,7 +2782,7 @@
#. Tag: para
#: Excel.xml:2668
#, no-c-format
-msgid "This group of XLS-CSS attributes define the background of the cell"
+msgid "This group of XLS-CSS attributes defines the background of the cell"
msgstr ""
#. Tag: para
@@ -2837,7 +2838,7 @@
#. Tag: para
#: Excel.xml:2722
#, no-c-format
-msgid "This group of XLS-CSS attributes define the column widths etc."
+msgid "This group of XLS-CSS attributes defines the column widths etc."
msgstr ""
#. Tag: para
@@ -2910,7 +2911,7 @@
#. Tag: para
#: Excel.xml:2783
#, no-c-format
-msgid "This group of XLS-CSS attributes define the cell properties"
+msgid "This group of XLS-CSS attributes defines the cell properties"
msgstr ""
#. Tag: para
@@ -3084,7 +3085,7 @@
#, no-c-format
msgid ""
"When using .xhtml documents, stylesheets must be referenced through the "
-"<literal><e:link> tag</literal>"
+"<literal><e:link></literal> tag"
msgstr ""
#. Tag: para
@@ -3106,8 +3107,9 @@
#, no-c-format
msgid ""
"The core of the &excel; functionality is based on the excellent JExcelAPI "
-"library which can be found on http://jexcelapi.sourceforge.net/ and most "
-"features and possible limitations are inherited from here."
+"library which can be found on <ulink url=\"http://jexcelapi.sourceforge.net"
+"\">http://jexcelapi.sourceforge.net/</ulink> and most features and possible "
+"limitations are inherited from here."
msgstr ""
#. Tag: para
Modified: trunk/doc/Seam_Reference_Guide/pa-IN/Itext.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/pa-IN/Itext.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pa-IN/Itext.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -41,10 +41,10 @@
"iText support is provided by <literal>jboss-seam-pdf.jar</literal>. This JAR "
"contains the iText JSF controls, which are used to construct views that can "
"render to PDF, and the DocumentStore component, which serves the rendered "
-"documents to the user. To include PDF support in your application, included "
+"documents to the user. To include PDF support in your application, put "
"<literal>jboss-seam-pdf.jar</literal> in your <literal>WEB-INF/lib</literal> "
"directory along with the iText JAR file. There is no further configuration "
-"needed to use Seam's iText supportfon."
+"needed to use Seam's iText support."
msgstr ""
#. Tag: para
@@ -251,7 +251,7 @@
"for generating suitable PDF content. Tags like <literal><p:image></"
"literal> and <literal><p:paragraph></literal> are the basic "
"foundations of simple documents. Tags like <literal><p:font></literal> "
-"provide style information to all the content surrounging them."
+"provide style information to all the content surrounding them."
msgstr ""
#. Tag: literal
@@ -492,7 +492,7 @@
#, no-c-format
msgid ""
"<literal>p:image</literal> inserts an image into the document. Images can be "
-"be loaded from the classpath or from the web application context using the "
+"loaded from the classpath or from the web application context using the "
"<literal>value</literal> attribute."
msgstr ""
@@ -626,7 +626,7 @@
msgid ""
"<literal>reference</literal> — The destination the link refers to. "
"Links to other points in the document should begin with a \"#\". For "
-"example, \"#link1\" to refer to an anchor postion with a <literal>name</"
+"example, \"#link1\" to refer to an anchor position with a <literal>name</"
"literal> of <literal>link1</literal>. Links may also be a full URL to point "
"to a resource outside of the document."
msgstr ""
@@ -704,7 +704,7 @@
#: Itext.xml:631
#, no-c-format
msgid ""
-"<literal>borderWidth</literal> — The width of the border. Inidvidual "
+"<literal>borderWidth</literal> — The width of the border. Individual "
"border sides can be specified using <literal>borderWidthLeft</literal>, "
"<literal>borderWidthRight</literal>, <literal>borderWidthTop</literal> and "
"<literal>borderWidthBottom</literal>."
@@ -792,7 +792,7 @@
msgid ""
"<literal>numberDepth</literal> — The depth of numbering for section. "
"All sections are numbered relative to their surrounding chapter/sections. "
-"The fourth section of of the first section of chapter three would be section "
+"The fourth section of the first section of chapter three would be section "
"3.1.4, if displayed at the default number depth of three. To omit the "
"chapter number, a number depth of 2 should be used. In that case, the "
"section number would be displayed as 1.4."
@@ -839,7 +839,7 @@
msgid ""
"List structures can be displayed using the <literal>p:list</literal> and "
"<literal>p:listItem</literal> tags. Lists may contain arbitrarily-nested "
-"sublists. List items may not be used outside of a list. he following "
+"sublists. List items may not be used outside of a list. The following "
"document uses the <literal>ui:repeat</literal> tag to to display a list of "
"values retrieved from a Seam component."
msgstr ""
@@ -1391,7 +1391,7 @@
#, no-c-format
msgid ""
"<literal>domainGridlineStroke</literal> — The stroke style of the "
-"domain gridleines, if visible."
+"domain gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1493,7 +1493,7 @@
#, no-c-format
msgid ""
"<literal>plotOutlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1531,7 +1531,7 @@
#, no-c-format
msgid ""
"<literal>rangeGridlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1946,8 +1946,8 @@
#: Itext.xml:1893
#, no-c-format
msgid ""
-"<literal>seriesVisibleInLegend</literal> — A boolean indiciating if "
-"the series should be listed in the legend."
+"<literal>seriesVisibleInLegend</literal> — A boolean indicating if the "
+"series should be listed in the legend."
msgstr ""
#. Tag: programlisting
@@ -2149,7 +2149,7 @@
#, no-c-format
msgid ""
"<literal>dashPhase</literal> — The dash phase indicates the offset "
-"into the dash pattern that the the line should be drawn with."
+"into the dash pattern that the line should be drawn with."
msgstr ""
#. Tag: programlisting
@@ -2303,7 +2303,7 @@
#, no-c-format
msgid ""
"If you have a complex, pre-generated PDF with named fields, you can easily "
-"fill in the values from you application and present it to the user."
+"fill in the values from your application and present it to the user."
msgstr ""
#. Tag: literal
Modified: trunk/doc/Seam_Reference_Guide/pa-IN/Websphere.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/pa-IN/Websphere.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pa-IN/Websphere.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-11-06 00:24+0000\n"
+"POT-Creation-Date: 2009-02-01 21:20+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,190 +16,80 @@
#. Tag: title
#: Websphere.xml:2
#, no-c-format
-msgid "Seam on IBM's Websphere"
+msgid "Seam on IBM's Websphere AS"
msgstr ""
#. Tag: para
#: Websphere.xml:4
#, no-c-format
msgid ""
-"Websphere 6.1.x is IBM's application server offering. The latest release is "
-"6.1.0.19 which does not have <literal>EJB3</literal> or <literal>JEE5</"
-"literal> support. There is a recently released (Nov 07) <literal>EJB3</"
-"literal> feature pack which provides some support for <literal>EJB3</"
-"literal> and <literal>JPA</literal>. Currently there is no true "
-"<literal>JEE5</literal> offering from IBM. This causes some issues with Seam "
-"integration with applications that use EJB3."
+"Websphere AS V7 is IBM's application server offering. This release is fully "
+"Java EE 5 certified."
msgstr ""
#. Tag: para
-#: Websphere.xml:12
+#: Websphere.xml:7
#, no-c-format
msgid ""
-"First we will go over some basic information about the Websphere environment "
-"that we used for these examples. After a good deal of research and work we "
-"were able to get EJB3 applications to function correctly. We will go over "
-"the details of those steps with the jee5 example. We will also deploy the "
-"JPA example application."
+"First we will go over some basic information about the Websphere AS "
+"environment that we used for these examples. We will go over the details of "
+"those steps with the JEE5 booking example. We will also deploy the JPA "
+"example application."
msgstr ""
#. Tag: title
-#: Websphere.xml:19
+#: Websphere.xml:13
#, no-c-format
-msgid "Websphere environment and deployment information"
+msgid "Websphere AS environment and deployment information"
msgstr ""
#. Tag: para
-#: Websphere.xml:21
+#: Websphere.xml:15
#, no-c-format
msgid ""
-"Websphere is a commercial product and so we will not discuss the details of "
-"its installation other than to say follow the directions provided by your "
+"Websphere AS is a commercial product and so we will not discuss the details "
+"of its installation other than to say follow the directions provided by your "
"particular installation type and license. This section will detail the exact "
"server versions used, installation tips, and some custom properties that are "
"needed for all of the examples."
msgstr ""
#. Tag: title
-#: Websphere.xml:29
+#: Websphere.xml:23
#, no-c-format
-msgid "Installation versions and tips"
+msgid "Installation versions"
msgstr ""
#. Tag: para
-#: Websphere.xml:30
+#: Websphere.xml:24
#, no-c-format
msgid ""
"All of the examples and information in this chapter are based on the version "
-"6.1 of Websphere at the time of this writing."
+"V7 of Websphere AS at the time of this writing."
msgstr ""
#. Tag: ulink
-#: Websphere.xml:35
+#: Websphere.xml:29
#, no-c-format
-msgid "Websphere Application Server 6.1"
+msgid "Websphere Application Server V7"
msgstr ""
-#. Tag: ulink
-#: Websphere.xml:40
-#, no-c-format
-msgid ""
-"Feature Pack for EJB 3.0 for Websphere Application Server V6.1 (6.1.0.13)"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:46
-#, no-c-format
-msgid "Fix Pack for Websphere Application Server V6.1 (6.1.0.19)"
-msgstr ""
-
#. Tag: para
-#: Websphere.xml:52
+#: Websphere.xml:34
#, no-c-format
msgid ""
-"The EJB3 feature pack that we installed came with the 6.1.0.13 patch version "
-"of Websphere. Installing the feature pack does not ensure that your server "
-"will have the proper environment for EJB3 applications. Be sure that as part "
-"of the installation of the feature pack you follow the instructions to "
-"create a new server profile with the EJB3 feature pack enabled, or augment "
-"one of your existing ones. This can also be done after the installation by "
-"running the profile management tool."
+"After installing Websphere AS, create server profile with Profile Management "
+"Tool, if you didn't create profile in installation process."
msgstr ""
-#. Tag: para
-#: Websphere.xml:60
-#, no-c-format
-msgid ""
-"It is highly recommended to patch Websphere by latest fix pack, at the time "
-"of this writing it is 6.1.0.19"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:63
+#: Websphere.xml:42
#, no-c-format
-msgid "A note about restarting the server"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:64
-#, no-c-format
-msgid ""
-"There are times that restarting the server will be required after deploying "
-"or changes the examples in this chapter. Its does not seem like every change "
-"requires a restart. If you get errors or exceptions after modifying a "
-"property or deploying an application try to restart the server."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:72
-#, no-c-format
-msgid "Required custom properties"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:73
-#, no-c-format
-msgid ""
-"There are a couple of Websphere custom properties that are required for Seam "
-"integration. These properties are not needed specifically for Seam, but work "
-"around some issues with Websphere. These are set following the instructions "
-"here : <ulink url=\"http://www-1.ibm.com/support/docview.wss?rss=180&"
-"uid=swg21284395\"> Setting web container custom properties</ulink>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:82
-#, no-c-format
-msgid ""
-"<literal>prependSlashToResource = \"true\"</literal> — This solves a "
-"fairly common issue with Websphere where applications are not using a "
-"leading \"/\" when attempting to access resources. If this is not set then a "
-"<literal>java.net.MalformedURLException</literal> will be thrown. With this "
-"property set you will still see warnings, but the resources will be "
-"retrieved as expected."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:90 Websphere.xml:108
-#, no-c-format
-msgid "Detailed can be found at:"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:92
-#, no-c-format
-msgid "SRVE0238E: Resource paths must have a leading slash"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:97
-#, no-c-format
-msgid ""
-"<literal>com.ibm.ws.webcontainer.invokefilterscompatibility = \"true\"</"
-"literal> — This solves an issue with Websphere where it throws a "
-"<literal>FileNotFoundException</literal> when a web application attempts to "
-"access a file resource that does not actually exist on disk. This is a "
-"common practice in modern web applications where filters or servlets are "
-"used to process resource requests like these. This issue manifests itself as "
-"failures to retrieve JavaScript, CSS, images, etc... when requesting a web "
-"page."
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:110
-#, no-c-format
-msgid ""
-"PK33090; 6.1: A filter that serves a file does not pop-up an alert message"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:119
-#, no-c-format
msgid "The <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:121
+#: Websphere.xml:44
#, no-c-format
msgid ""
"The <literal>jee5/booking</literal> example is based on the Hotel Booking "
@@ -208,45 +98,36 @@
"located in the <literal>$SEAM_DIST/examples/jee5/booking</literal> directory."
msgstr ""
-#. Tag: para
-#: Websphere.xml:128
-#, no-c-format
-msgid ""
-"As stated before the <literal>EJB3</literal> feature pack does not provide a "
-"full <literal>jee5</literal> implementation. This means that there are some "
-"tricks to getting an application deployed and functioning."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:134 Websphere.xml:927
+#: Websphere.xml:52 Websphere.xml:710
#, no-c-format
msgid "<title>Configuration file changes</title>"
msgstr ""
#. Tag: para
-#: Websphere.xml:136
+#: Websphere.xml:54
#, no-c-format
msgid ""
"Below are the configuration file changes that are need to the base example."
msgstr ""
#. Tag: literal
-#: Websphere.xml:142 Websphere.xml:1001
+#: Websphere.xml:60 Websphere.xml:784
#, no-c-format
msgid "resources/WEB-INF/components.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:145
+#: Websphere.xml:63
#, no-c-format
msgid ""
-"We need to change the way that we look up EJBs for Websphere. We need to "
-"remove the <literal>/local</literal> from the end of the <literal>jndi-"
-"pattern</literal> attribute. It should look like this:"
+"We need to change the way that we look up EJBs for WAS. We need to remove "
+"the <literal>/local</literal> from the end of the <literal>jndi-pattern</"
+"literal> attribute. It should look like this:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:152
+#: Websphere.xml:70
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -256,133 +137,119 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:156 Websphere.xml:1033
+#: Websphere.xml:76
#, no-c-format
-msgid "resources/WEB-INF/web.xml"
+msgid "resources/META-INF/ejb-jar.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:159
+#: Websphere.xml:79
#, no-c-format
msgid ""
-"This is the first place that we notice an unexpected change because this is "
-"not full <literal>jee5</literal> implementation."
+"We need to replace the /local string from <literal>ejb-ref-name</literal>. "
+"See at the following final code:"
msgstr ""
-#. Tag: para
-#: Websphere.xml:162
+#. Tag: programlisting
+#: Websphere.xml:82
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it requires "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
+"<![CDATA[\n"
+" <enterprise-beans>\n"
+" <!-- EJB reference required when one Seam EJB component references "
+"another Seam EJB component using @In -->\n"
+" <!-- Not required if you inject using @EJB, but then you lose state "
+"management and client-side interceptors (e.g., security) -->\n"
+" <session>\n"
+" <ejb-name>RegisterAction</ejb-name>\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
+"name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref>\n"
+" </session>\n"
+" </enterprise-beans>]]>"
msgstr ""
-#. Tag: programlisting
-#: Websphere.xml:169
+#. Tag: literal
+#: Websphere.xml:88 Websphere.xml:816
#, no-c-format
-msgid ""
-"<![CDATA[<xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
+msgid "resources/WEB-INF/web.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:170
+#: Websphere.xml:91
#, no-c-format
msgid ""
-"Next, we have to make some changes to the EJB references in the <literal>web."
-"xml</literal>. These changes are what will allow Websphere to bind the EJB2 "
-"references in the web module to the the actual EJB3 beans in the EAR module. "
-"Replace all of the <literal>ejb-local-refs</literal> when the values below."
+"We have to make some changes to the EJB references in the <literal>web.xml</"
+"literal>. These changes are what will allow WAS to bind automatically the "
+"EJB3 references in the web module to the the actual EJB3 beans in the EAR "
+"module. Replace all of the /local strings in <literal>ejb-local-refs</"
+"literal> when the values below."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:179
+#: Websphere.xml:100
#, no-c-format
msgid ""
"<![CDATA[\n"
" <!-- JEE5 EJB3 names -->\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Authenticator</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.BookingList</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Register</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.ChangePassword</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.HotelBooking</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.HotelSearching</local> \n"
-" </ejb-local-ref> \n"
-" \n"
" <ejb-local-ref>\n"
-" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name> \n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-name>\n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref> \n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.BookingList</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Register</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.ChangePassword</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelBooking</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelSearching</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:181
+#: Websphere.xml:102
#, no-c-format
msgid ""
-"The important change is that there is an empty <literal>local-home</literal> "
-"element for each EJB. This tells Websphere to make the correct bindings "
-"between the web module and the EJB3 beans. The <literal>ejb-link</literal> "
-"element is simply not used."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:187
-#, no-c-format
-msgid ""
"Note also that <literal>EjbSynchronizations</literal> is a built-in Seam EJB "
"and not part of the Hotel Booking example. This means that if your "
"application's <literal>components.xml</literal> specifies "
-"<literal>transaction:ejb-transaction</literal> , then you must include:"
+"<literal>transaction:ejb-transaction</literal>, then you must include:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:192
+#: Websphere.xml:107
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -395,34 +262,34 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:193
+#: Websphere.xml:108
#, no-c-format
msgid ""
"in your web.xml. If you don't include it, you'll get the following error:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:194
+#: Websphere.xml:109
#, no-c-format
msgid "Name comp/env/myapp/EjbSynchronizations not found in context java:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:199
+#: Websphere.xml:114
#, no-c-format
msgid "resources/META-INF/persistence.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:202
+#: Websphere.xml:117
#, no-c-format
msgid ""
"For this example we will be using the default datasource that comes with "
-"Websphere. To do this change the <literal>jta-data-source</literal> element:"
+"WAS. To do this change the <literal>jta-data-source</literal> element:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:205
+#: Websphere.xml:120
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -431,7 +298,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:206
+#: Websphere.xml:121
#, no-c-format
msgid ""
"Then we need to adjust some of the hibernate properties. First comment out "
@@ -439,7 +306,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:211
+#: Websphere.xml:126
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -455,25 +322,25 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:215
+#: Websphere.xml:130
#, no-c-format
msgid ""
"<literal>hibernate.transaction.manager_lookup_class</literal> — "
-"Standard Hibernate transaction manager property for Websphere 6.X"
+"Standard Hibernate transaction manager property for WAS 6.X and 7"
msgstr ""
#. Tag: para
-#: Websphere.xml:221
+#: Websphere.xml:136
#, no-c-format
msgid ""
"<literal>hibernate.transaction.flush_before_completion</literal> — "
"This is commented out because we want the container to manage the "
"transactions. Also if this is set to <literal>true</literal> an exception "
-"will be thrown by Websphere when the EJBContext is looked up."
+"will be thrown by WAS when the EJBContext is looked up."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:230
+#: Websphere.xml:145
#, no-c-format
msgid ""
"<![CDATA[com.ibm.wsspi.injectionengine.InjectionException: \n"
@@ -482,55 +349,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:233
+#: Websphere.xml:148
#, no-c-format
msgid ""
"<literal>hibernate.dialect</literal> — From WAS 6.1.0.9 on the "
-"embedded DB was switched to the same Derby DB in Glassfish."
+"embedded DB was switched to the same Derby DB as is in Glassfish v2."
msgstr ""
#. Tag: literal
-#: Websphere.xml:243 Websphere.xml:967
+#: Websphere.xml:158 Websphere.xml:750
#, no-c-format
-msgid "resources/GlassfishDerbyDialect.class"
+msgid "src/GlassfishDerbyDialect.java"
msgstr ""
#. Tag: para
-#: Websphere.xml:246
+#: Websphere.xml:161
#, no-c-format
msgid ""
-"You will need to get the <literal>GlassfishDerbyDialect.class</literal> and "
-"copy it into the <literal>/resources</literal> directory. The class exists "
-"in the JPA example and can be copied using the command below assuming you "
-"are in <literal>jee5/booking</literal> directory:"
+"You will need to get the <literal>GlassfishDerbyDialect.java</literal> and "
+"copy it into the <literal>/src</literal> directory. The java class exists in "
+"the JPA example source directory and can be copied using the command below "
+"assuming you are in <literal>jee5/booking</literal> directory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:254
+#: Websphere.xml:169
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/WEB-INF/classes/GlassfishDerbyDialect."
-"class\n"
-" ./resources]]>"
+"cp ../../jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:255
+#: Websphere.xml:170
#, no-c-format
msgid ""
-"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file "
-"using changes to the build.xml discussed later."
+"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file."
msgstr ""
#. Tag: literal
-#: Websphere.xml:261
+#: Websphere.xml:175
#, no-c-format
msgid "resources/import.sql"
msgstr ""
#. Tag: para
-#: Websphere.xml:264
+#: Websphere.xml:178
#, no-c-format
msgid ""
"This file must also be copied from the JPA example because either the Derby "
@@ -540,201 +405,91 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:271
+#: Websphere.xml:185
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/import.sql ./resources]]>"
+"cp ../../jpa/resources-websphere7/import.sql ./resources]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:280
+#: Websphere.xml:194
#, no-c-format
msgid "Building the <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:283
+#: Websphere.xml:197
#, no-c-format
msgid ""
"In order to get the changes we have made into our application we need to "
"make some changes to the <literal>build.xml</literal>. There are also some "
"additional jars that are required by our application in order to work with "
-"Websphere. This section will cover what changes are needed to the "
-"<literal>build.xml</literal>."
+"WAS. This section will cover what changes are needed to the <literal>build."
+"xml</literal>."
msgstr ""
#. Tag: title
-#: Websphere.xml:290
+#: Websphere.xml:204
#, no-c-format
-msgid "New libraries dependencies"
+msgid "Library dependency changes"
msgstr ""
#. Tag: para
-#: Websphere.xml:294
+#: Websphere.xml:205
#, no-c-format
msgid ""
-"JSF libraries — Websphere 6.1 comes with its own version of JSF 1.1 "
-"(Seam requires JSF 1.2). So we must add these jars to our application:"
+"We remove the <literal>log4j.jar</literal> so that all of the log output "
+"from our application will be added to the WAS log. Additional steps are "
+"required to fully configure log4j and those are outside of the scope of this "
+"document."
msgstr ""
-#. Tag: literal
-#: Websphere.xml:299 Websphere.xml:836
-#, no-c-format
-msgid "jsf-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:303 Websphere.xml:841
-#, no-c-format
-msgid "jsf-impl.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:309
-#, no-c-format
-msgid ""
-"Since Websphere is not a fully compliant <literal>JEE5</literal> "
-"implementation we need to add these EL libraries:"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:314 Websphere.xml:849
-#, no-c-format
-msgid "el-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:318 Websphere.xml:845
-#, no-c-format
-msgid "el-ri.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:324
-#, no-c-format
-msgid ""
-"<literal>jboss-seam.jar</literal> — for some reason when deploying the "
-"application through the Websphere administration console it can not find the "
-"<literal>jboss-seam.jar</literal> at the base of the EAR archive. This means "
-"that we need to add it to the <literal>/lib</literal> of the EAR."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:332
-#, no-c-format
-msgid ""
-"Finally we remove the <literal>log4j.jar</literal> so that all of the log "
-"output from our application will be added to the Websphere log. Additional "
-"steps are required to fully configure log4j and those are outside of the "
-"scope of this document."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:343
+#: Websphere.xml:213
#, no-c-format
msgid "Updating the <literal>build.xml</literal> file"
msgstr ""
#. Tag: para
-#: Websphere.xml:345
+#: Websphere.xml:215
#, no-c-format
msgid ""
"Add the following entry to the bottom of the <literal>build.xml</literal> "
"file. This overrides the default fileset that is used to populate the "
-"<literal>jboss-seam-jee5.jar</literal>. The primary change is the addition "
-"of the <literal>GlassfishDerbyDialect.class</literal>:"
+"<literal>jboss-seam-jee5.jar</literal>. :"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:354
+#: Websphere.xml:223
#, no-c-format
msgid ""
"<![CDATA[\n"
" <fileset id=\"jar.resources\" dir=\"${resources.dir}\">\n"
" <include name=\"import.sql\" />\n"
" <include name=\"seam.properties\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
" <include name=\"META-INF/persistence.xml\" />\n"
" <include name=\"META-INF/ejb-jar.xml\" />\n"
" </fileset>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:357
+#: Websphere.xml:225
#, no-c-format
msgid ""
-"Next we need to add the library dependencies discussed above. For this add "
-"the following to bottom of the <literal>ear.lib.extras</literal> fileset "
-"entry:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:363
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!--<include name=\"lib/log4j.jar\" />-->\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" />\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:365
-#, no-c-format
-msgid ""
-"We also need to add richfaces-api.jar, jsf-impl.jar and el-ri.jar into WEB-"
-"INF/lib of the war file. Add the following fileset after <literal>ear.lib."
-"extras</literal> fileset."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:368
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <fileset id=\"war.lib.extras\" dir=\"${seam.dir}\"> \n"
-" <include name=\"lib/richfaces-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" /> \n"
-" </fileset>]]>"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:370
-#, no-c-format
-msgid "A note about copying JSF and EL jars"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:371
-#, no-c-format
-msgid ""
-"There is a class loading issue with WebSphere, which causes the jars from "
-"ear lib directory to not be available when the web module is initialized."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:376
-#, no-c-format
-msgid ""
"Now all that is left is to execute the <literal>ant archive</literal> task "
"and the built application will be in the <literal>jee5/booking/dist</"
"literal> directory."
msgstr ""
#. Tag: title
-#: Websphere.xml:385
+#: Websphere.xml:234
#, no-c-format
msgid "Deploying the application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:387
+#: Websphere.xml:236
#, no-c-format
msgid ""
"So now we have everything we need in place. All that is left is to deploy it "
@@ -742,7 +497,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:389
+#: Websphere.xml:238
#, no-c-format
msgid ""
"For this we will use Websphere's administration console. As before there are "
@@ -750,52 +505,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:392
+#: Websphere.xml:241
#, no-c-format
msgid ""
-"The steps below are for the Websphere version stated above, yours may be "
-"slightly different."
+"The steps below are for the WAS version stated above. The ports are default "
+"values, if you changed them substitute your values."
msgstr ""
#. Tag: para
-#: Websphere.xml:396
+#: Websphere.xml:245
#, no-c-format
-msgid "Log in to the administration console"
+msgid ""
+"Log in to the administration console <programlisting><![CDATA[https://"
+"localhost:9043/admin]]></programlisting> or"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:399
+#: Websphere.xml:250
#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"https://localhost:9043/ibm/console]]>"
+msgid "<![CDATA[http://localhost:9060/admin]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:403
+#: Websphere.xml:254
#, no-c-format
msgid ""
-"Access the <literal>Enterprise Application</literal> menu option under the "
-"<literal>Applications</literal> top menu."
+"Access the <literal>Websphere enterprise applications</literal> menu option "
+"under the <literal>Applications --> Application Type</literal> left side "
+"menu."
msgstr ""
#. Tag: para
-#: Websphere.xml:408
+#: Websphere.xml:259
#, no-c-format
msgid ""
-"At the top of the <literal>Enterprise Application</literal> table select "
+"At the top of the <literal>Enterprise Applications</literal> table select "
"<literal>Install</literal>. Below are installation wizard pages and what "
"needs to done on each:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:414 Websphere.xml:674
+#: Websphere.xml:265 Websphere.xml:461
#, no-c-format
msgid "Preparing for the application installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:418
+#: Websphere.xml:269
#, no-c-format
msgid ""
"Browse to the <literal>examples/jee5/booking/dist/jboss-seam-jee5.ear</"
@@ -803,102 +559,81 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:424 Websphere.xml:442 Websphere.xml:475 Websphere.xml:689
+#: Websphere.xml:275 Websphere.xml:285 Websphere.xml:304 Websphere.xml:476
+#: Websphere.xml:496
#, no-c-format
msgid "Select the <literal>Next</literal> button."
msgstr ""
+#. Tag: para
+#: Websphere.xml:280 Websphere.xml:471
+#, no-c-format
+msgid "Select the <literal>Fast Path</literal> button."
+msgstr ""
+
#. Tag: literal
-#: Websphere.xml:431
+#: Websphere.xml:292
#, no-c-format
msgid "Select installation options"
msgstr ""
#. Tag: para
-#: Websphere.xml:435
+#: Websphere.xml:296
#, no-c-format
msgid ""
-"Select the <literal>Deploy enterprise beans</literal> check box. This is "
-"needed unless you used a Websphere tool to package the application."
+"Select the <literal>Deploy enterprise beans</literal> and <literal>Allow EJB "
+"reference targets to resolve automatically</literal> check boxes. This is "
+"needed unless you used a Websphere AS tool to package the application."
msgstr ""
#. Tag: literal
-#: Websphere.xml:449
+#: Websphere.xml:313
#, no-c-format
msgid "Map modules to servers"
msgstr ""
#. Tag: para
-#: Websphere.xml:453
+#: Websphere.xml:317
#, no-c-format
msgid ""
"No changes needed here as we only have one server. Select the <literal>Next</"
"literal> button."
msgstr ""
-#. Tag: para
-#: Websphere.xml:461
-#, no-c-format
-msgid ""
-"<literal>Map EJB references to beans</literal> This page will list all of "
-"the beans that we entered in the web.xml."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:466
-#, no-c-format
-msgid ""
-"Make sure that <literal>Allow EJB reference targets to resolve "
-"automatically</literal> check box is selected. This will tell Websphere to "
-"bind our EJB3 beans to the EJB references in the web module."
-msgstr ""
-
#. Tag: literal
-#: Websphere.xml:482
+#: Websphere.xml:325
#, no-c-format
-msgid "Map virtual hosts for Web modules"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:486
-#, no-c-format
-msgid "No changes needed here. Select the <literal>Next</literal> button."
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:493
-#, no-c-format
msgid "Summary"
msgstr ""
#. Tag: para
-#: Websphere.xml:496
+#: Websphere.xml:328
#, no-c-format
msgid "No changes needed here. Select the <literal>Finish</literal> button."
msgstr ""
#. Tag: literal
-#: Websphere.xml:503
+#: Websphere.xml:335
#, no-c-format
msgid "Installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:506
+#: Websphere.xml:338
#, no-c-format
msgid "Now you will see it installing and deploying your application."
msgstr ""
#. Tag: para
-#: Websphere.xml:511
+#: Websphere.xml:343
#, no-c-format
msgid ""
-"When if finishes select the <literal>Save</literal> link and you will be "
+"When it finishes select the <literal>Save</literal> link and you will be "
"returned to the <literal>Enterprise Applications</literal> table."
msgstr ""
#. Tag: para
-#: Websphere.xml:523
+#: Websphere.xml:355
#, no-c-format
msgid ""
"Now that we have our application installed we need to make some adjustments "
@@ -906,7 +641,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:527
+#: Websphere.xml:359
#, no-c-format
msgid ""
"Starting from the <literal>Enterprise Applications</literal> table select "
@@ -914,40 +649,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:533
+#: Websphere.xml:365
#, no-c-format
msgid "Select the <literal>Manage Modules</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:537
+#: Websphere.xml:369
#, no-c-format
-msgid "Select the <literal>jboss-seam-jee5.war</literal> link."
+msgid "Select the <literal>jboss-seam-jee5-booking.war</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:542
+#: Websphere.xml:374
#, no-c-format
msgid ""
"Change the <literal>Class loader order</literal> combo box to "
-"<literal>Classes loaded with application class loader first</literal>."
+"<literal>Classes loaded with application class loader first (parent last)</"
+"literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:548 Websphere.xml:573
+#: Websphere.xml:380 Websphere.xml:397
#, no-c-format
msgid ""
"Select <literal>Apply</literal> and then <literal>Save</literal> options."
msgstr ""
#. Tag: para
-#: Websphere.xml:552
+#: Websphere.xml:384
#, no-c-format
-msgid "Return the <literal>Seam Booking</literal> page."
+msgid "Return to the <literal>Seam Booking</literal> page."
msgstr ""
#. Tag: para
-#: Websphere.xml:556
+#: Websphere.xml:387
#, no-c-format
msgid ""
"On this page select the <literal>Class loading and update detection</"
@@ -955,7 +691,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:561
+#: Websphere.xml:392
#, no-c-format
msgid ""
"Select the radio button for <literal>Classes loaded with application class "
@@ -963,117 +699,40 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:566
+#: Websphere.xml:403
#, no-c-format
msgid ""
-"Even though we are not enabling class reload you must also enter a valid "
-"number in the <literal>Polling interval for updated files</literal> text "
-"area (zero works fine)."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:577
-#, no-c-format
-msgid ""
-"You should verify that the change you just made has been remembered. We have "
-"had problems with the last class loader change not taking effect - even "
-"after a restart. If the change did not take you will need to do it manually, "
-"following these directions:"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:585
-#, no-c-format
-msgid "Open the following file in a text editor of your choice:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:589
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"$WebSphereInstall/$yourServerName/profiles/$yourProfileName/config/cells/\n"
-" $yourCellName/applications/Seam Booking.ear/deployments/\n"
-" Seam Booking/deployment.xml]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:593
-#, no-c-format
-msgid ""
-"Modify the following line so that <literal>PARENT_FIRST</literal> is now "
-"<literal>PARENT_LAST</literal>:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:599
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<classloader xmi:id=\"Classloader_#######\" mode=\"PARENT_FIRST\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:603
-#, no-c-format
-msgid ""
-"Save the file and now when go to the <literal>Class loading and update "
-"detection</literal> page you should see <literal>Classes loaded with "
-"application class loader first</literal> selected."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:615
-#, no-c-format
-msgid ""
"To start the application return to the <literal>Enterprise Applications</"
"literal> table and select our application in the list. Then choose the "
"<literal>Start</literal> button at the top of the table."
msgstr ""
#. Tag: para
-#: Websphere.xml:622
+#: Websphere.xml:410
#, no-c-format
msgid ""
"You can now access the application at <literal>http://localhost:9080/seam-"
-"jee5/</literal> ."
+"jee5-booking/index.html</literal> ."
msgstr ""
#. Tag: title
-#: Websphere.xml:628
+#: Websphere.xml:431
#, no-c-format
-msgid "A note about Websphere Stateful bean timeouts"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:629
-#, no-c-format
-msgid ""
-"The default timeout period for a Websphere 6.1 Stateful EJB is 10 minutes. "
-"This means that you may see some EJB timeout exceptions after some idle "
-"time. It is possible to adjust the timeout of the Stateful EJBs on an "
-"individual basis, but that is beyond the scope of this document. See the "
-"Websphere documentation for details."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:643
-#, no-c-format
msgid "The <literal>jpa</literal> booking example"
msgstr ""
#. Tag: para
-#: Websphere.xml:644
+#: Websphere.xml:432
#, no-c-format
msgid ""
"Thankfully getting the <literal>jpa</literal> example to work is much easier "
"than the <literal>jee5</literal> example. This is the Hotel Booking example "
"implemented in Seam POJOs and using Hibernate JPA with JPA transactions. It "
-"does not require EJB3 support to run."
+"does not use EJB3."
msgstr ""
#. Tag: para
-#: Websphere.xml:650
+#: Websphere.xml:437
#, no-c-format
msgid ""
"The example already has a breakout of configurations and build scripts for "
@@ -1081,7 +740,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:653
+#: Websphere.xml:440
#, no-c-format
msgid ""
"First thing we are going to do is build and deploy that example. Then we'll "
@@ -1089,29 +748,29 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:657
+#: Websphere.xml:444
#, no-c-format
msgid "Building the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:658
+#: Websphere.xml:445
#, no-c-format
msgid ""
"Building it only requires running the correct ant command: "
-"<programlisting>ant websphere61</programlisting> This will create container "
+"<programlisting>ant websphere7</programlisting> This will create container "
"specific distribution and exploded archive directories with the "
-"<literal>websphere61</literal> label."
+"<literal>websphere7</literal> label."
msgstr ""
#. Tag: title
-#: Websphere.xml:664
+#: Websphere.xml:451
#, no-c-format
msgid "Deploying the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:665
+#: Websphere.xml:452
#, no-c-format
msgid ""
"This is similar to the <literal>jee5</literal> example at <xref linkend="
@@ -1119,7 +778,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:670
+#: Websphere.xml:457
#, no-c-format
msgid ""
"From the <literal>Enterprise Applications</literal> table select the "
@@ -1127,37 +786,43 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:678
+#: Websphere.xml:465
#, no-c-format
msgid ""
-"Browse to the <literal>examples/jpa/dist-websphere61/jboss-seam-jpa.war</"
+"Browse to the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
"literal> file using the file upload widget."
msgstr ""
#. Tag: para
-#: Websphere.xml:684
+#: Websphere.xml:483
#, no-c-format
msgid ""
-"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
-"jpa</literal>."
+"Select the <literal>Next</literal> button for the next three pages, no "
+"changes are needed."
msgstr ""
+#. Tag: literal
+#: Websphere.xml:488
+#, no-c-format
+msgid "Map context roots for Web modules"
+msgstr ""
+
#. Tag: para
-#: Websphere.xml:695
+#: Websphere.xml:491
#, no-c-format
msgid ""
-"Select the <literal>Next</literal> button for the next three pages, no "
-"changes are needed."
+"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
+"jpa</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:700
+#: Websphere.xml:502
#, no-c-format
msgid "<literal>Summary</literal> page"
msgstr ""
#. Tag: para
-#: Websphere.xml:703
+#: Websphere.xml:505
#, no-c-format
msgid ""
"Review the settings if you wish and select the <literal>Finish</literal> "
@@ -1167,17 +832,17 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:716
+#: Websphere.xml:519
#, no-c-format
msgid ""
"As with the <literal>jee5</literal> example there are some class loader "
"changes needed before we start the application. Follow the instructions at "
"<xref linkend=\"websphere-app-adj-after-install\"/> but exchange "
-"<literal>jboss-seam-jpa</literal> for <literal>Seam Booking</literal>."
+"<literal>jboss-seam-jpa_war</literal> for <literal>Seam Booking</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:723
+#: Websphere.xml:526
#, no-c-format
msgid ""
"Finally start the application by selecting it in the <literal>Enterprise "
@@ -1186,7 +851,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:729
+#: Websphere.xml:532
#, no-c-format
msgid ""
"You can now access the application at the <literal>http://localhost:9080/"
@@ -1194,187 +859,186 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:737
+#: Websphere.xml:540
#, no-c-format
-msgid "Whats different for Websphere 6.1"
+msgid "What's different for Websphere AS V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:738
+#: Websphere.xml:541
#, no-c-format
msgid ""
"The differences between the JPA examples that deploys to JBoss 4.2 and "
-"Websphere 6.1 are mostly expected; library and configuration file changes."
+"Websphere AS V7 are mostly expected; library and configuration file changes."
msgstr ""
#. Tag: para
-#: Websphere.xml:743
+#: Websphere.xml:546
#, no-c-format
msgid "<para>Configuration file changes</para>"
msgstr ""
#. Tag: para
-#: Websphere.xml:746
+#: Websphere.xml:549
#, no-c-format
msgid ""
-"<literal>WEB-INF/web.xml</literal> — the only significant change is "
-"that Websphere 6.1 only support <literal>Servlet 2.4</literal> so the top of "
-"this file was changed."
+"<literal>META-INF/persistence.xml</literal> — the main changes here "
+"are for the datasource JNDI path, switching to the Websphere transaction "
+"manager look up class, and changing the hibernate dialect to be "
+"<literal>GlassfishDerbyDialect</literal> ."
msgstr ""
#. Tag: para
-#: Websphere.xml:753
+#: Websphere.xml:559
#, no-c-format
msgid ""
-"<literal>META-INF/persistence.xml</literal> — the main changes here "
-"are for the datasource JNDI path, switching to the Websphere 6.1 transaction "
-"manager look up class, and changing the hibernate dialect to be "
-"<literal>GlassfishDerbyDialect</literal> ."
+"<literal>WEB-INF/components.xml</literal> — the change here is "
+"<literal>jndi-pattern</literal> without /local string."
msgstr ""
#. Tag: para
-#: Websphere.xml:763
+#: Websphere.xml:565
#, no-c-format
msgid ""
-"<literal>WEB-INF/classes/GlassfishDerbyDialect.class </literal> — this "
-"class is needed for the hibernate dialect change to "
-"<literal>GlassfishDerbyDialect</literal>"
+"<literal>META-INF/ejb-jar.xml</literal> — the same change in "
+"<literal>ejb-ref-name</literal>, where is replace /local string in "
+"<literal>jboss-seam-jee5/AuthenticatorAction</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:771
+#: Websphere.xml:572
#, no-c-format
msgid ""
+"<literal>src/GlassfishDerbyDialect.java </literal> — this class is "
+"needed for the hibernate dialect change to <literal>GlassfishDerbyDialect</"
+"literal>"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:580
+#, no-c-format
+msgid ""
"<literal>import.sql</literal> — either for the dialect or Derby DB the "
"<literal>ID</literal> column can not be populated by this file and was "
"removed."
msgstr ""
#. Tag: para
-#: Websphere.xml:780
+#: Websphere.xml:589
#, no-c-format
msgid "Changes for dependent libraries"
msgstr ""
#. Tag: para
-#: Websphere.xml:781
+#: Websphere.xml:590
#, no-c-format
msgid ""
-"<literal>WEB-INF/lib</literal> — The Websphere version requires "
-"several library packages because they are not included as they are with "
-"JBoss AS. These are primarily for hibernate, JSF-RI support and their "
-"dependencies. Below are listed only the additional jars needed above and "
-"beyond the JBoss <literal>JPA</literal> example."
+"The Websphere version requires several library packages because they are not "
+"included as they are with JBoss AS. These are primarily for hibernate and "
+"their dependencies. Below are listed only the additional jars needed above "
+"and beyond the JBoss <literal>JPA</literal> example."
msgstr ""
#. Tag: para
-#: Websphere.xml:789
+#: Websphere.xml:597
#, no-c-format
msgid "To use Hibernate as your JPA provider you need the following jars:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:794
+#: Websphere.xml:602
#, no-c-format
msgid "hibernate.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:799
+#: Websphere.xml:607
#, no-c-format
msgid "hibernate-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:804
+#: Websphere.xml:612
#, no-c-format
msgid "hibernate-commons-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:809
+#: Websphere.xml:617
#, no-c-format
msgid "hibernate-entitymanager.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:814
+#: Websphere.xml:622
#, no-c-format
msgid "hibernate-validator.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:819
+#: Websphere.xml:627
#, no-c-format
msgid "commons-collections.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:824
+#: Websphere.xml:632
#, no-c-format
msgid "jboss-common-core.jar"
msgstr ""
#. Tag: para
-#: Websphere.xml:830
+#: Websphere.xml:638
#, no-c-format
-msgid ""
-"Seam requires JSF 1.2 and these are the jars needed for that. Websphere 6.1 "
-"ships with its own implementation of JSF 1.1."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:855
-#, no-c-format
msgid "Various third party jars that Websphere needs:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:858
+#: Websphere.xml:641
#, no-c-format
msgid "antlr.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:862
+#: Websphere.xml:645
#, no-c-format
msgid "cglib.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:866
+#: Websphere.xml:649
#, no-c-format
msgid "asm.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:870
+#: Websphere.xml:653
#, no-c-format
msgid "dom4j.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:875
+#: Websphere.xml:658
#, no-c-format
msgid "javassist.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:880
+#: Websphere.xml:663
#, no-c-format
msgid "concurrent.jar"
msgstr ""
#. Tag: title
-#: Websphere.xml:895
+#: Websphere.xml:678
#, no-c-format
msgid ""
"Deploying an application created using <literal>seam-gen</literal> on "
-"Websphere 6.1.0.13"
+"Websphere V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:898
+#: Websphere.xml:681
#, no-c-format
msgid ""
"<literal>seam-gen</literal> is a very useful tool for developers to quickly "
@@ -1387,13 +1051,13 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:908
+#: Websphere.xml:691
#, no-c-format
msgid "Running <literal>seam-gen</literal> Setup"
msgstr ""
#. Tag: para
-#: Websphere.xml:909
+#: Websphere.xml:692
#, no-c-format
msgid ""
"The first step is setting up <literal>seam-gen</literal> to construct the "
@@ -1403,7 +1067,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:915
+#: Websphere.xml:698
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1499,7 +1163,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:917
+#: Websphere.xml:700
#, no-c-format
msgid ""
"Type <literal>./seam new-project</literal> to create your project and "
@@ -1508,25 +1172,25 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:924
+#: Websphere.xml:707
#, no-c-format
msgid "Changes needed for deployment to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:925
+#: Websphere.xml:708
#, no-c-format
msgid "We now need to make some changes to the generated project."
msgstr ""
#. Tag: literal
-#: Websphere.xml:931
+#: Websphere.xml:714
#, no-c-format
msgid "resources/META-INF/persistence-dev.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:936
+#: Websphere.xml:719
#, no-c-format
msgid ""
"Alter the <literal>jta-data-source</literal> to be "
@@ -1535,7 +1199,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:943
+#: Websphere.xml:726
#, no-c-format
msgid ""
"Add or change the properties below. These are described in detail at <xref "
@@ -1543,7 +1207,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:948
+#: Websphere.xml:731
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1559,14 +1223,14 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:951
+#: Websphere.xml:734
#, no-c-format
msgid ""
"Remove the JBoss AS specific method of exposing the EntityManagerFactory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:954
+#: Websphere.xml:737
#, no-c-format
msgid ""
"<![CDATA[<property \n"
@@ -1575,7 +1239,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:957
+#: Websphere.xml:740
#, no-c-format
msgid ""
"You'll need to alter <literal>persistence-prod.xml</literal> as well if you "
@@ -1583,32 +1247,31 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:970
+#: Websphere.xml:753
#, no-c-format
msgid ""
-"As with other examples we need to include this class for DB support. It can "
-"be copied from the <literal>jpa</literal> example into the "
-"<literal>websphere_example/resources</literal> directory."
+"As with other examples we need to include this java class for DB support. It "
+"can be copied from the <literal>jpa</literal> example into the "
+"<literal>websphere_example/src</literal> directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:976
+#: Websphere.xml:759
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp $SEAM/examples/jpa/resources-websphere61/WEB-INF/classes/"
-"GlassfishDerbyDialect.class\n"
-" ./resources]]>"
+"cp $SEAM/examples/jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: literal
-#: Websphere.xml:982
+#: Websphere.xml:765
#, no-c-format
msgid "resources/META-INF/jboss-app.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:985
+#: Websphere.xml:768
#, no-c-format
msgid ""
"You can delete this file as we aren't deploying to JBoss AS ( <literal>jboss-"
@@ -1616,13 +1279,13 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:991
+#: Websphere.xml:774
#, no-c-format
msgid "resources/*-ds.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:994
+#: Websphere.xml:777
#, no-c-format
msgid ""
"You can delete these file as we aren't deploying to JBoss AS (these files "
@@ -1630,7 +1293,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1006
+#: Websphere.xml:789
#, no-c-format
msgid ""
"Enable container managed transaction integration - add the <literal> <"
@@ -1640,7 +1303,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1015
+#: Websphere.xml:798
#, no-c-format
msgid ""
"Alter the <literal>jndi-pattern</literal> to <literal> java:comp/env/"
@@ -1648,7 +1311,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1021
+#: Websphere.xml:804
#, no-c-format
msgid ""
"We do not need <literal>managed-persistence-context</literal> for this "
@@ -1656,7 +1319,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1027
+#: Websphere.xml:810
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1667,67 +1330,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1036
+#: Websphere.xml:819
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it required "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1042
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1044
-#, no-c-format
-msgid ""
"As with the <literal>jee5/booking</literal> example we need to add EJB "
-"references to the web.xml. These references require the empty <literal>local-"
-"home</literal> to flag them for Websphere to perform the proper binding."
+"references to the web.xml. These references require replacing /local string "
+"in <literal>ejb-ref-name</literal> to flag them for Websphere to perform the "
+"proper binding."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1051
+#: Websphere.xml:826
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local> \n"
-" </ejb-local-ref>\n"
+"<![CDATA[ \n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local>\n"
+" </ejb-local-ref> \n"
" \n"
" <ejb-local-ref>\n"
" <ejb-ref-name>websphere_example/EjbSynchronizations</ejb-ref-name> \n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:1057
+#: Websphere.xml:832
#, no-c-format
msgid "Creating the <literal>AuthenticatorAction</literal> EJB"
msgstr ""
#. Tag: para
-#: Websphere.xml:1059
+#: Websphere.xml:834
#, no-c-format
msgid ""
"We want to take the existing <literal>Authenticator</literal> Seam POJO "
@@ -1735,13 +1372,19 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1065
+#: Websphere.xml:837
#, no-c-format
+msgid "Change the generated Authenticator class"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:840
+#, no-c-format
msgid "Rename the class to <literal>AuthenticatorAction</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1069
+#: Websphere.xml:844
#, no-c-format
msgid ""
"Add the <literal>@Stateless</literal> annotation to the new "
@@ -1749,7 +1392,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1075
+#: Websphere.xml:850
#, no-c-format
msgid ""
"Create an interface called <literal>Authenticator</literal> which "
@@ -1761,7 +1404,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1088
+#: Websphere.xml:863
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1770,7 +1413,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1091
+#: Websphere.xml:866
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1780,7 +1423,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1094
+#: Websphere.xml:869
#, no-c-format
msgid ""
"We've already added its reference to the <literal>web.xml</literal> file so "
@@ -1788,14 +1431,14 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:1100
+#: Websphere.xml:875
#, no-c-format
msgid ""
"Extra jar dependencies and other changes to the <literal>build.xml</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1102
+#: Websphere.xml:877
#, no-c-format
msgid ""
"This application has similar requirements as the <literal>jee5/booking</"
@@ -1803,7 +1446,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1107
+#: Websphere.xml:882
#, no-c-format
msgid ""
"Change the default target to <literal>archive</literal> (we aren't going to "
@@ -1811,7 +1454,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1113
+#: Websphere.xml:888
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1819,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1117
+#: Websphere.xml:892
#, no-c-format
msgid ""
"Websphere looks for the drools <literal>/security.drl</literal> file in the "
@@ -1832,7 +1475,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1128
+#: Websphere.xml:903
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1844,93 +1487,16 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1131
+#: Websphere.xml:906
#, no-c-format
msgid ""
-"We need to ge the <literal>GlassfishDerbyDialect.class</literal> into our "
-"application jar. To do that find the <literal>jar</literal> task and modify "
-"the top of it so that it looks like this:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1139
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"jar\" depends=\"compile,copyclasses\" \n"
-" description=\"Build the distribution .jar file\">\n"
-" <copy todir=\"${jar.dir}\">\n"
-" <fileset dir=\"${basedir}/resources\">\n"
-" <include name=\"seam.properties\" />\n"
-" <include name=\"*.drl\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
-" </fileset>\n"
-" </copy>\n"
-"...]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1142
-#, no-c-format
-msgid ""
-"Next we need to get the <literal>jboss-seam.jar</literal> into the base of "
-"the <literal>EAR</literal> file. For deployment Websphere requires this jar "
-"to be in both the <literal>/lib</literal> directory and at the base of the "
-"<literal>EAR</literal>. You must add the following to the <literal>archive</"
-"literal> task:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1151
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1152
-#, no-c-format
-msgid "So that the whole <literal>archive</literal> task looks like:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1156
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"archive\" depends=\"jar,war,ear\" \n"
-" description=\"Package the archives\">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.jar\" basedir=\"${jar.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.war\" basedir=\"${war.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.ear\">\n"
-" <fileset dir=\"${ear.dir}\"/>\n"
-" <fileset dir=\"${dist.dir}\">\n"
-" <include name=\"${project.name}.jar\"/>\n"
-" <include name=\"${project.name}.war\"/>\n"
-" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
-" </jar>\n"
-"</target>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1159
-#, no-c-format
-msgid ""
"Now we need to get extra jars into the <literal>build.xml</literal>. Look "
"for the <literal><fileset dir=\"${basedir}\"></literal> section of the "
"task below. Add the new includes at the bottom of the fileset."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1167
+#: Websphere.xml:914
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1941,9 +1507,7 @@
" <include name=\"*hibernate.cfg.xml\" />\n"
" <include name=\"jbpm.cfg.xml\" />\n"
" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
+"\n"
" <fileset dir=\"${basedir}\">\n"
" <include name=\"lib/jbpm*.jar\" />\n"
" <include name=\"lib/jboss-el.jar\" />\n"
@@ -1965,13 +1529,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1170
+#: Websphere.xml:917
#, no-c-format
msgid "Hibernate dependencies"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1171
+#: Websphere.xml:918
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1985,33 +1549,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1174
+#: Websphere.xml:921
#, no-c-format
-msgid ""
-"JSF dependencies. You will need to copy the <literal>el-ri.jar</literal> "
-"from the <literal>$SEAM/examples/jpa/lib</literal> directory."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1177
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1180
-#, no-c-format
msgid "Third party dependencies."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1181
+#: Websphere.xml:922
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2028,15 +1572,15 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1184
+#: Websphere.xml:925
#, no-c-format
msgid ""
-"<literal>jboss-seam.jar</literal> - this is needed in both the <literal>ear</"
-"literal> base and <literal>/lib</literal> directory."
+"<literal>jboss-seam.jar</literal> - this is needed in the <literal>ear</"
+"literal> base directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1188
+#: Websphere.xml:928
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2045,13 +1589,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1192
+#: Websphere.xml:932
#, no-c-format
msgid "You should end up with something like:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1193
+#: Websphere.xml:933
#, no-c-format
msgid ""
"<![CDATA[<fileset dir=\"${basedir}\">\n"
@@ -2072,13 +1616,7 @@
" <include name=\"lib/hibernate-entitymanager.jar\"/>\n"
" <include name=\"lib/hibernate-validator.jar\"/>\n"
" <include name=\"lib/jboss-common-core.jar\" />\n"
-" \n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>\n"
-" \n"
+"\n"
" <!-- 3rd party and supporting jars -->\n"
" <include name=\"lib/javassist.jar\"/>\n"
" <include name=\"lib/dom4j.jar\" />\n"
@@ -2095,38 +1633,14 @@
"</fileset>]]>"
msgstr ""
-#. Tag: para
-#: Websphere.xml:1195
-#, no-c-format
-msgid ""
-"The last step is to add <literal>jsf-impl.jar</literal> and <literal>el-ri."
-"jar</literal> to the war target. Look for <literal>copy todir=\"${war.dir}/"
-"WEB-INF/lib\"</literal> and add the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1199
-#, no-c-format
-msgid ""
-"<![CDATA[<copy todir=\"${war.dir}/WEB-INF/lib\">\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <includesfile name=\"deployed-jars-war.list"
-"\" />\n"
-" <include name=\"jsf-impl.jar\" />\n"
-" <include name=\"el-ri.jar\" /> \n"
-" <exclude name=\"jboss-seam-gen.jar\" />\n"
-" </fileset>\n"
-"</copy>]]>"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:1206
+#: Websphere.xml:940
#, no-c-format
msgid "Building and deploying the seam-gen'd application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:1212
+#: Websphere.xml:945
#, no-c-format
msgid ""
"Build your application by calling <literal>ant</literal> in the base "
@@ -2136,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1221
+#: Websphere.xml:954
#, no-c-format
msgid ""
"To deploy the application follow the instructions here : <xref linkend="
@@ -2146,7 +1660,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1227
+#: Websphere.xml:960
#, no-c-format
msgid ""
"Checkout the app at: <literal>http://localhost:9080/websphere_example/index."
Modified: trunk/doc/Seam_Reference_Guide/pot/Annotations.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Annotations.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Annotations.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Author_Group.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Author_Group.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Author_Group.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Book_Info.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Book_Info.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Book_Info.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Cache.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Cache.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Cache.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Components.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Components.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Components.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Concepts.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Concepts.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Concepts.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Configuration.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Configuration.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Configuration.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Controls.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Controls.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Controls.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Conversations.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Conversations.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Conversations.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Dependencies.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Dependencies.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Dependencies.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Drools.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Drools.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Drools.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Elenhancements.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Elenhancements.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Elenhancements.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Events.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Events.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Events.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Excel.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Excel.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Excel.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
@@ -47,7 +47,7 @@
"&excel; JSF controls, which are used to construct views that can render the "
"document, and the DocumentStore component, which serves the rendered "
"document to the user. To include &excel; support in your application, "
-"included <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
+"include <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
"lib</literal> directory along with the <literal>jxl.jar</literal> JAR file. "
"Furthermore, you need to configure the DocumentStore servlet in your web.xml"
msgstr ""
@@ -248,9 +248,9 @@
msgid ""
"<literal>arrayGrowSize</literal> — The amount of memory by which to "
"increase the amount of memory allocated to storing the workbook data. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 1 megabyte. The value is a "
-"number (bytes)."
+"processes reading many small workbooks inside a WAS it might be necessary to "
+"reduce the default size. Default value is 1 megabyte. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -333,10 +333,10 @@
#, no-c-format
msgid ""
"<literal>initialFileSize</literal> — The initial amount of memory "
-"allocated to store the workbook data when reading a worksheet. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 5 megabytes. The value is a "
-"number (bytes)."
+"allocated to store the workbook data when reading a worksheet. For processes "
+"reading many small workbooks inside a WAS it might be necessary to reduce "
+"the default size. Default value is 5 megabytes. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -429,7 +429,7 @@
#, no-c-format
msgid ""
"<literal>filename</literal> — The filename to use for the download. "
-"The value is a string. Please not that if you map the DocumentServlet to "
+"The value is a string. Please note that if you map the DocumentServlet to "
"some pattern, this file extension must also match."
msgstr ""
@@ -443,11 +443,9 @@
msgstr ""
#. Tag: emphasis
-#: Excel.xml:322 Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081
-#: Excel.xml:1157 Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537
-#: Excel.xml:1595 Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#: Excel.xml:322 Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
#, no-c-format
-msgid "Child elemenents"
+msgid "Child elements"
msgstr ""
#. Tag: para
@@ -517,7 +515,7 @@
#, no-c-format
msgid ""
"Worksheets are the children of workbooks and the parent of columns and "
-"worksheet commands They can also contain explicitly placed cells, formulas, "
+"worksheet commands. They can also contain explicitly placed cells, formulas, "
"images and hyperlinks. They are the pages that make up the workbook."
msgstr ""
@@ -543,14 +541,14 @@
#, no-c-format
msgid ""
"<literal>var</literal> — The current row iterator variable name that "
-"can later be referenced in cell value attributes. The value is a string"
+"can later be referenced in cell value attributes. The value is a string."
msgstr ""
#. Tag: para
#: Excel.xml:401
#, no-c-format
msgid ""
-"<literal>name</literal> — The name of the worksheet. The valus is a "
+"<literal>name</literal> — The name of the worksheet. The value is a "
"string. Defaults to Sheet# where # is the worksheet index. If the given "
"worksheet name exists, that sheet is selected. This can be used for merging "
"several data sets into a single worksheet, just define the same name for "
@@ -591,7 +589,7 @@
#, no-c-format
msgid ""
"<literal>bottomMargin</literal> — The bottom margin. The value is a "
-"number (inches)"
+"number (inches)."
msgstr ""
#. Tag: para
@@ -710,7 +708,7 @@
#: Excel.xml:551
#, no-c-format
msgid ""
-"<literal>normalMagnification</literal> — The normal magnificaton "
+"<literal>normalMagnification</literal> — The normal magnification "
"factor (not zoom or scale factor). The value is a number (percentage)."
msgstr ""
@@ -728,7 +726,7 @@
#, no-c-format
msgid ""
"<literal>pageBreakPreviewMagnification</literal> — The page break "
-"preview magnificaton factor (not zoom or scale factors). the value is a "
+"preview magnification factor (not zoom or scale factors). The value is a "
"number (percentage)."
msgstr ""
@@ -804,7 +802,8 @@
#, no-c-format
msgid ""
"<literal>recalculateFormulasBeforeSave</literal> — Should the formulas "
-"be re-calculated when the sheet is saved? The value is a boolean. false"
+"be re-calculated when the sheet is saved? The value is a boolean. Default "
+"value is false."
msgstr ""
#. Tag: para
@@ -875,11 +874,19 @@
#: Excel.xml:698
#, no-c-format
msgid ""
-"<literal>zoomFactor</literal> — T zoom factor. Do not confuse zoom "
+"<literal>zoomFactor</literal> — The zoom factor. Do not confuse zoom "
"factor (which relates to the on screen view) with scale factor (which refers "
-"to the scale factor when printing). The value is a number (percentage."
+"to the scale factor when printing). The value is a number (percentage)."
msgstr ""
+#. Tag: emphasis
+#: Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081 Excel.xml:1157
+#: Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537 Excel.xml:1595
+#: Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#, no-c-format
+msgid "Child elemenents"
+msgstr ""
+
#. Tag: para
#: Excel.xml:712
#, no-c-format
@@ -901,7 +908,7 @@
#, no-c-format
msgid ""
"<literal><e:headerFooter/></literal> — Zero or more header/"
-"footer definitions ((see <xref linkend=\"excel.headersfooters\"/> ))."
+"footer definitions (see <xref linkend=\"excel.headersfooters\"/> )."
msgstr ""
#. Tag: para
@@ -917,7 +924,7 @@
#, no-c-format
msgid ""
"<literal>header</literal>— Contents that will be placed at the top of "
-"the data block, above the column headers (if any)"
+"the data block, above the column headers (if any)."
msgstr ""
#. Tag: para
@@ -925,7 +932,7 @@
#, no-c-format
msgid ""
"<literal>footer</literal>— Contents that will be placed at the bottom "
-"of the data block, below the column footers (if any)"
+"of the data block, below the column footers (if any)."
msgstr ""
#. Tag: programlisting
@@ -1063,7 +1070,7 @@
"Cells are nested within columns (for iteration) or inside worksheets (for "
"direct placement using the <literal>column</literal> and <literal>row</"
"literal> attributes) and are responsible for outputting the value (usually "
-"though en EL-expression involving the <literal>var</literal>-attribute of "
+"through an EL-expression involving the <literal>var</literal>-attribute of "
"the datatable. See"
msgstr ""
@@ -1496,7 +1503,7 @@
#: Excel.xml:1360
#, no-c-format
msgid ""
-"The formula of the cell in placed in the <literal>value</literal> -attribute "
+"The formula of the cell is placed in the <literal>value</literal> -attribute "
"as a normal &excel; notation. Note that when doing cross-sheet formulas, the "
"worksheets must exist before referencing a formula against them. The value "
"is a string."
@@ -2124,12 +2131,6 @@
"initially? The value is a boolean."
msgstr ""
-#. Tag: emphasis
-#: Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
-#, no-c-format
-msgid "Child elements"
-msgstr ""
-
#. Tag: literal
#: Excel.xml:2046
#, no-c-format
@@ -2172,7 +2173,7 @@
#: Excel.xml:2105
#, no-c-format
msgid ""
-"groups rows 5 trough 10 and columns 5 through 10 so that the rows are "
+"groups rows 5 through 10 and columns 5 through 10 so that the rows are "
"initially collapsed (but not the columns)."
msgstr ""
@@ -2383,7 +2384,7 @@
"The CSS attributes cascade down from parent to children and within one tag "
"cascades over the CSS classes referenced in the <literal>styleClass</"
"literal> attributes and finally over the CSS attributes defined in the "
-"<literal>style</literal>attribute. You can place them pretty much anywhere "
+"<literal>style</literal> attribute. You can place them pretty much anywhere "
"but e.g. placing a column width setting in a cell nested within that column "
"makes little sense."
msgstr ""
@@ -2580,7 +2581,7 @@
#. Tag: para
#: Excel.xml:2475
#, no-c-format
-msgid "This group of XLS-CSS attributes define the borders of the cell"
+msgid "This group of XLS-CSS attributes defines the borders of the cell"
msgstr ""
#. Tag: para
@@ -2668,7 +2669,7 @@
#, no-c-format
msgid ""
"A shorthand for setting line style and color of the top edge of the cell, e."
-"g style=\"xls-border-left: red thick\""
+"g style=\"xls-border-top: red thick\""
msgstr ""
#. Tag: para
@@ -2782,7 +2783,7 @@
#. Tag: para
#: Excel.xml:2668
#, no-c-format
-msgid "This group of XLS-CSS attributes define the background of the cell"
+msgid "This group of XLS-CSS attributes defines the background of the cell"
msgstr ""
#. Tag: para
@@ -2838,7 +2839,7 @@
#. Tag: para
#: Excel.xml:2722
#, no-c-format
-msgid "This group of XLS-CSS attributes define the column widths etc."
+msgid "This group of XLS-CSS attributes defines the column widths etc."
msgstr ""
#. Tag: para
@@ -2911,7 +2912,7 @@
#. Tag: para
#: Excel.xml:2783
#, no-c-format
-msgid "This group of XLS-CSS attributes define the cell properties"
+msgid "This group of XLS-CSS attributes defines the cell properties"
msgstr ""
#. Tag: para
@@ -3085,7 +3086,7 @@
#, no-c-format
msgid ""
"When using .xhtml documents, stylesheets must be referenced through the "
-"<literal><e:link> tag</literal>"
+"<literal><e:link></literal> tag"
msgstr ""
#. Tag: para
@@ -3107,8 +3108,9 @@
#, no-c-format
msgid ""
"The core of the &excel; functionality is based on the excellent JExcelAPI "
-"library which can be found on http://jexcelapi.sourceforge.net/ and most "
-"features and possible limitations are inherited from here."
+"library which can be found on <ulink url=\"http://jexcelapi.sourceforge.net"
+"\">http://jexcelapi.sourceforge.net/</ulink> and most features and possible "
+"limitations are inherited from here."
msgstr ""
#. Tag: para
Modified: trunk/doc/Seam_Reference_Guide/pot/Feedback.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Feedback.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Feedback.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Framework.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Framework.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Framework.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Getting_Started_With_JBoss_Tools.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Getting_Started_With_JBoss_Tools.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Getting_Started_With_JBoss_Tools.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Gettingstarted.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Gettingstarted.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Gettingstarted.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Glassfish.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Glassfish.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Glassfish.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Groovy.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Groovy.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Groovy.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Gwt.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Gwt.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Gwt.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Hsearch.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Hsearch.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Hsearch.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/I18n.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/I18n.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/I18n.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Itext.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Itext.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Itext.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
@@ -42,10 +42,10 @@
"iText support is provided by <literal>jboss-seam-pdf.jar</literal>. This JAR "
"contains the iText JSF controls, which are used to construct views that can "
"render to PDF, and the DocumentStore component, which serves the rendered "
-"documents to the user. To include PDF support in your application, included "
+"documents to the user. To include PDF support in your application, put "
"<literal>jboss-seam-pdf.jar</literal> in your <literal>WEB-INF/lib</literal> "
"directory along with the iText JAR file. There is no further configuration "
-"needed to use Seam's iText supportfon."
+"needed to use Seam's iText support."
msgstr ""
#. Tag: para
@@ -252,7 +252,7 @@
"for generating suitable PDF content. Tags like <literal><p:image></"
"literal> and <literal><p:paragraph></literal> are the basic "
"foundations of simple documents. Tags like <literal><p:font></literal> "
-"provide style information to all the content surrounging them."
+"provide style information to all the content surrounding them."
msgstr ""
#. Tag: literal
@@ -493,7 +493,7 @@
#, no-c-format
msgid ""
"<literal>p:image</literal> inserts an image into the document. Images can be "
-"be loaded from the classpath or from the web application context using the "
+"loaded from the classpath or from the web application context using the "
"<literal>value</literal> attribute."
msgstr ""
@@ -627,7 +627,7 @@
msgid ""
"<literal>reference</literal> — The destination the link refers to. "
"Links to other points in the document should begin with a \"#\". For "
-"example, \"#link1\" to refer to an anchor postion with a <literal>name</"
+"example, \"#link1\" to refer to an anchor position with a <literal>name</"
"literal> of <literal>link1</literal>. Links may also be a full URL to point "
"to a resource outside of the document."
msgstr ""
@@ -705,7 +705,7 @@
#: Itext.xml:631
#, no-c-format
msgid ""
-"<literal>borderWidth</literal> — The width of the border. Inidvidual "
+"<literal>borderWidth</literal> — The width of the border. Individual "
"border sides can be specified using <literal>borderWidthLeft</literal>, "
"<literal>borderWidthRight</literal>, <literal>borderWidthTop</literal> and "
"<literal>borderWidthBottom</literal>."
@@ -793,7 +793,7 @@
msgid ""
"<literal>numberDepth</literal> — The depth of numbering for section. "
"All sections are numbered relative to their surrounding chapter/sections. "
-"The fourth section of of the first section of chapter three would be section "
+"The fourth section of the first section of chapter three would be section "
"3.1.4, if displayed at the default number depth of three. To omit the "
"chapter number, a number depth of 2 should be used. In that case, the "
"section number would be displayed as 1.4."
@@ -840,7 +840,7 @@
msgid ""
"List structures can be displayed using the <literal>p:list</literal> and "
"<literal>p:listItem</literal> tags. Lists may contain arbitrarily-nested "
-"sublists. List items may not be used outside of a list. he following "
+"sublists. List items may not be used outside of a list. The following "
"document uses the <literal>ui:repeat</literal> tag to to display a list of "
"values retrieved from a Seam component."
msgstr ""
@@ -1392,7 +1392,7 @@
#, no-c-format
msgid ""
"<literal>domainGridlineStroke</literal> — The stroke style of the "
-"domain gridleines, if visible."
+"domain gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1494,7 +1494,7 @@
#, no-c-format
msgid ""
"<literal>plotOutlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1532,7 +1532,7 @@
#, no-c-format
msgid ""
"<literal>rangeGridlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1947,8 +1947,8 @@
#: Itext.xml:1893
#, no-c-format
msgid ""
-"<literal>seriesVisibleInLegend</literal> — A boolean indiciating if "
-"the series should be listed in the legend."
+"<literal>seriesVisibleInLegend</literal> — A boolean indicating if the "
+"series should be listed in the legend."
msgstr ""
#. Tag: programlisting
@@ -2150,7 +2150,7 @@
#, no-c-format
msgid ""
"<literal>dashPhase</literal> — The dash phase indicates the offset "
-"into the dash pattern that the the line should be drawn with."
+"into the dash pattern that the line should be drawn with."
msgstr ""
#. Tag: programlisting
@@ -2304,7 +2304,7 @@
#, no-c-format
msgid ""
"If you have a complex, pre-generated PDF with named fields, you can easily "
-"fill in the values from you application and present it to the user."
+"fill in the values from your application and present it to the user."
msgstr ""
#. Tag: literal
Modified: trunk/doc/Seam_Reference_Guide/pot/Jbpm.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Jbpm.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Jbpm.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Jms.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Jms.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Jms.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Mail.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Mail.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Mail.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Performance.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Performance.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Performance.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Persistence.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Persistence.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Persistence.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Preface.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Preface.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Preface.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Remoting.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Remoting.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Remoting.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Revision_History.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Revision_History.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Revision_History.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Rss.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Rss.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Rss.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Security.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Security.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Security.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:20+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Spring.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Spring.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Spring.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:20+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Testing.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Testing.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Testing.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:20+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Text.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Text.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Text.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:20+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Tools.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Tools.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Tools.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:20+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Tutorial.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Tutorial.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Tutorial.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:20+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Validation.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Validation.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Validation.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:20+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Weblogic.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Weblogic.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Weblogic.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:20+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Webservices.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Webservices.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Webservices.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:01+0000\n"
+"POT-Creation-Date: 2009-02-01 21:20+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Websphere.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Websphere.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Websphere.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:01+0000\n"
+"POT-Creation-Date: 2009-02-01 21:20+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
@@ -17,190 +17,80 @@
#. Tag: title
#: Websphere.xml:2
#, no-c-format
-msgid "Seam on IBM's Websphere"
+msgid "Seam on IBM's Websphere AS"
msgstr ""
#. Tag: para
#: Websphere.xml:4
#, no-c-format
msgid ""
-"Websphere 6.1.x is IBM's application server offering. The latest release is "
-"6.1.0.19 which does not have <literal>EJB3</literal> or <literal>JEE5</"
-"literal> support. There is a recently released (Nov 07) <literal>EJB3</"
-"literal> feature pack which provides some support for <literal>EJB3</"
-"literal> and <literal>JPA</literal>. Currently there is no true "
-"<literal>JEE5</literal> offering from IBM. This causes some issues with Seam "
-"integration with applications that use EJB3."
+"Websphere AS V7 is IBM's application server offering. This release is fully "
+"Java EE 5 certified."
msgstr ""
#. Tag: para
-#: Websphere.xml:12
+#: Websphere.xml:7
#, no-c-format
msgid ""
-"First we will go over some basic information about the Websphere environment "
-"that we used for these examples. After a good deal of research and work we "
-"were able to get EJB3 applications to function correctly. We will go over "
-"the details of those steps with the jee5 example. We will also deploy the "
-"JPA example application."
+"First we will go over some basic information about the Websphere AS "
+"environment that we used for these examples. We will go over the details of "
+"those steps with the JEE5 booking example. We will also deploy the JPA "
+"example application."
msgstr ""
#. Tag: title
-#: Websphere.xml:19
+#: Websphere.xml:13
#, no-c-format
-msgid "Websphere environment and deployment information"
+msgid "Websphere AS environment and deployment information"
msgstr ""
#. Tag: para
-#: Websphere.xml:21
+#: Websphere.xml:15
#, no-c-format
msgid ""
-"Websphere is a commercial product and so we will not discuss the details of "
-"its installation other than to say follow the directions provided by your "
+"Websphere AS is a commercial product and so we will not discuss the details "
+"of its installation other than to say follow the directions provided by your "
"particular installation type and license. This section will detail the exact "
"server versions used, installation tips, and some custom properties that are "
"needed for all of the examples."
msgstr ""
#. Tag: title
-#: Websphere.xml:29
+#: Websphere.xml:23
#, no-c-format
-msgid "Installation versions and tips"
+msgid "Installation versions"
msgstr ""
#. Tag: para
-#: Websphere.xml:30
+#: Websphere.xml:24
#, no-c-format
msgid ""
"All of the examples and information in this chapter are based on the version "
-"6.1 of Websphere at the time of this writing."
+"V7 of Websphere AS at the time of this writing."
msgstr ""
#. Tag: ulink
-#: Websphere.xml:35
+#: Websphere.xml:29
#, no-c-format
-msgid "Websphere Application Server 6.1"
+msgid "Websphere Application Server V7"
msgstr ""
-#. Tag: ulink
-#: Websphere.xml:40
-#, no-c-format
-msgid ""
-"Feature Pack for EJB 3.0 for Websphere Application Server V6.1 (6.1.0.13)"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:46
-#, no-c-format
-msgid "Fix Pack for Websphere Application Server V6.1 (6.1.0.19)"
-msgstr ""
-
#. Tag: para
-#: Websphere.xml:52
+#: Websphere.xml:34
#, no-c-format
msgid ""
-"The EJB3 feature pack that we installed came with the 6.1.0.13 patch version "
-"of Websphere. Installing the feature pack does not ensure that your server "
-"will have the proper environment for EJB3 applications. Be sure that as part "
-"of the installation of the feature pack you follow the instructions to "
-"create a new server profile with the EJB3 feature pack enabled, or augment "
-"one of your existing ones. This can also be done after the installation by "
-"running the profile management tool."
+"After installing Websphere AS, create server profile with Profile Management "
+"Tool, if you didn't create profile in installation process."
msgstr ""
-#. Tag: para
-#: Websphere.xml:60
-#, no-c-format
-msgid ""
-"It is highly recommended to patch Websphere by latest fix pack, at the time "
-"of this writing it is 6.1.0.19"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:63
+#: Websphere.xml:42
#, no-c-format
-msgid "A note about restarting the server"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:64
-#, no-c-format
-msgid ""
-"There are times that restarting the server will be required after deploying "
-"or changes the examples in this chapter. Its does not seem like every change "
-"requires a restart. If you get errors or exceptions after modifying a "
-"property or deploying an application try to restart the server."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:72
-#, no-c-format
-msgid "Required custom properties"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:73
-#, no-c-format
-msgid ""
-"There are a couple of Websphere custom properties that are required for Seam "
-"integration. These properties are not needed specifically for Seam, but work "
-"around some issues with Websphere. These are set following the instructions "
-"here : <ulink url=\"http://www-1.ibm.com/support/docview.wss?rss=180&"
-"uid=swg21284395\"> Setting web container custom properties</ulink>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:82
-#, no-c-format
-msgid ""
-"<literal>prependSlashToResource = \"true\"</literal> — This solves a "
-"fairly common issue with Websphere where applications are not using a "
-"leading \"/\" when attempting to access resources. If this is not set then a "
-"<literal>java.net.MalformedURLException</literal> will be thrown. With this "
-"property set you will still see warnings, but the resources will be "
-"retrieved as expected."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:90 Websphere.xml:108
-#, no-c-format
-msgid "Detailed can be found at:"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:92
-#, no-c-format
-msgid "SRVE0238E: Resource paths must have a leading slash"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:97
-#, no-c-format
-msgid ""
-"<literal>com.ibm.ws.webcontainer.invokefilterscompatibility = \"true\"</"
-"literal> — This solves an issue with Websphere where it throws a "
-"<literal>FileNotFoundException</literal> when a web application attempts to "
-"access a file resource that does not actually exist on disk. This is a "
-"common practice in modern web applications where filters or servlets are "
-"used to process resource requests like these. This issue manifests itself as "
-"failures to retrieve JavaScript, CSS, images, etc... when requesting a web "
-"page."
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:110
-#, no-c-format
-msgid ""
-"PK33090; 6.1: A filter that serves a file does not pop-up an alert message"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:119
-#, no-c-format
msgid "The <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:121
+#: Websphere.xml:44
#, no-c-format
msgid ""
"The <literal>jee5/booking</literal> example is based on the Hotel Booking "
@@ -209,45 +99,36 @@
"located in the <literal>$SEAM_DIST/examples/jee5/booking</literal> directory."
msgstr ""
-#. Tag: para
-#: Websphere.xml:128
-#, no-c-format
-msgid ""
-"As stated before the <literal>EJB3</literal> feature pack does not provide a "
-"full <literal>jee5</literal> implementation. This means that there are some "
-"tricks to getting an application deployed and functioning."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:134 Websphere.xml:927
+#: Websphere.xml:52 Websphere.xml:710
#, no-c-format
msgid "<title>Configuration file changes</title>"
msgstr ""
#. Tag: para
-#: Websphere.xml:136
+#: Websphere.xml:54
#, no-c-format
msgid ""
"Below are the configuration file changes that are need to the base example."
msgstr ""
#. Tag: literal
-#: Websphere.xml:142 Websphere.xml:1001
+#: Websphere.xml:60 Websphere.xml:784
#, no-c-format
msgid "resources/WEB-INF/components.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:145
+#: Websphere.xml:63
#, no-c-format
msgid ""
-"We need to change the way that we look up EJBs for Websphere. We need to "
-"remove the <literal>/local</literal> from the end of the <literal>jndi-"
-"pattern</literal> attribute. It should look like this:"
+"We need to change the way that we look up EJBs for WAS. We need to remove "
+"the <literal>/local</literal> from the end of the <literal>jndi-pattern</"
+"literal> attribute. It should look like this:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:152
+#: Websphere.xml:70
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -257,133 +138,119 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:156 Websphere.xml:1033
+#: Websphere.xml:76
#, no-c-format
-msgid "resources/WEB-INF/web.xml"
+msgid "resources/META-INF/ejb-jar.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:159
+#: Websphere.xml:79
#, no-c-format
msgid ""
-"This is the first place that we notice an unexpected change because this is "
-"not full <literal>jee5</literal> implementation."
+"We need to replace the /local string from <literal>ejb-ref-name</literal>. "
+"See at the following final code:"
msgstr ""
-#. Tag: para
-#: Websphere.xml:162
+#. Tag: programlisting
+#: Websphere.xml:82
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it requires "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
+"<![CDATA[\n"
+" <enterprise-beans>\n"
+" <!-- EJB reference required when one Seam EJB component references "
+"another Seam EJB component using @In -->\n"
+" <!-- Not required if you inject using @EJB, but then you lose state "
+"management and client-side interceptors (e.g., security) -->\n"
+" <session>\n"
+" <ejb-name>RegisterAction</ejb-name>\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
+"name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref>\n"
+" </session>\n"
+" </enterprise-beans>]]>"
msgstr ""
-#. Tag: programlisting
-#: Websphere.xml:169
+#. Tag: literal
+#: Websphere.xml:88 Websphere.xml:816
#, no-c-format
-msgid ""
-"<![CDATA[<xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
+msgid "resources/WEB-INF/web.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:170
+#: Websphere.xml:91
#, no-c-format
msgid ""
-"Next, we have to make some changes to the EJB references in the <literal>web."
-"xml</literal>. These changes are what will allow Websphere to bind the EJB2 "
-"references in the web module to the the actual EJB3 beans in the EAR module. "
-"Replace all of the <literal>ejb-local-refs</literal> when the values below."
+"We have to make some changes to the EJB references in the <literal>web.xml</"
+"literal>. These changes are what will allow WAS to bind automatically the "
+"EJB3 references in the web module to the the actual EJB3 beans in the EAR "
+"module. Replace all of the /local strings in <literal>ejb-local-refs</"
+"literal> when the values below."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:179
+#: Websphere.xml:100
#, no-c-format
msgid ""
"<![CDATA[\n"
" <!-- JEE5 EJB3 names -->\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Authenticator</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.BookingList</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Register</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.ChangePassword</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.HotelBooking</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.HotelSearching</local> \n"
-" </ejb-local-ref> \n"
-" \n"
" <ejb-local-ref>\n"
-" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name> \n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-name>\n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref> \n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.BookingList</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Register</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.ChangePassword</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelBooking</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelSearching</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:181
+#: Websphere.xml:102
#, no-c-format
msgid ""
-"The important change is that there is an empty <literal>local-home</literal> "
-"element for each EJB. This tells Websphere to make the correct bindings "
-"between the web module and the EJB3 beans. The <literal>ejb-link</literal> "
-"element is simply not used."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:187
-#, no-c-format
-msgid ""
"Note also that <literal>EjbSynchronizations</literal> is a built-in Seam EJB "
"and not part of the Hotel Booking example. This means that if your "
"application's <literal>components.xml</literal> specifies "
-"<literal>transaction:ejb-transaction</literal> , then you must include:"
+"<literal>transaction:ejb-transaction</literal>, then you must include:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:192
+#: Websphere.xml:107
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -396,34 +263,34 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:193
+#: Websphere.xml:108
#, no-c-format
msgid ""
"in your web.xml. If you don't include it, you'll get the following error:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:194
+#: Websphere.xml:109
#, no-c-format
msgid "Name comp/env/myapp/EjbSynchronizations not found in context java:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:199
+#: Websphere.xml:114
#, no-c-format
msgid "resources/META-INF/persistence.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:202
+#: Websphere.xml:117
#, no-c-format
msgid ""
"For this example we will be using the default datasource that comes with "
-"Websphere. To do this change the <literal>jta-data-source</literal> element:"
+"WAS. To do this change the <literal>jta-data-source</literal> element:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:205
+#: Websphere.xml:120
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -432,7 +299,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:206
+#: Websphere.xml:121
#, no-c-format
msgid ""
"Then we need to adjust some of the hibernate properties. First comment out "
@@ -440,7 +307,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:211
+#: Websphere.xml:126
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -456,25 +323,25 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:215
+#: Websphere.xml:130
#, no-c-format
msgid ""
"<literal>hibernate.transaction.manager_lookup_class</literal> — "
-"Standard Hibernate transaction manager property for Websphere 6.X"
+"Standard Hibernate transaction manager property for WAS 6.X and 7"
msgstr ""
#. Tag: para
-#: Websphere.xml:221
+#: Websphere.xml:136
#, no-c-format
msgid ""
"<literal>hibernate.transaction.flush_before_completion</literal> — "
"This is commented out because we want the container to manage the "
"transactions. Also if this is set to <literal>true</literal> an exception "
-"will be thrown by Websphere when the EJBContext is looked up."
+"will be thrown by WAS when the EJBContext is looked up."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:230
+#: Websphere.xml:145
#, no-c-format
msgid ""
"<![CDATA[com.ibm.wsspi.injectionengine.InjectionException: \n"
@@ -483,55 +350,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:233
+#: Websphere.xml:148
#, no-c-format
msgid ""
"<literal>hibernate.dialect</literal> — From WAS 6.1.0.9 on the "
-"embedded DB was switched to the same Derby DB in Glassfish."
+"embedded DB was switched to the same Derby DB as is in Glassfish v2."
msgstr ""
#. Tag: literal
-#: Websphere.xml:243 Websphere.xml:967
+#: Websphere.xml:158 Websphere.xml:750
#, no-c-format
-msgid "resources/GlassfishDerbyDialect.class"
+msgid "src/GlassfishDerbyDialect.java"
msgstr ""
#. Tag: para
-#: Websphere.xml:246
+#: Websphere.xml:161
#, no-c-format
msgid ""
-"You will need to get the <literal>GlassfishDerbyDialect.class</literal> and "
-"copy it into the <literal>/resources</literal> directory. The class exists "
-"in the JPA example and can be copied using the command below assuming you "
-"are in <literal>jee5/booking</literal> directory:"
+"You will need to get the <literal>GlassfishDerbyDialect.java</literal> and "
+"copy it into the <literal>/src</literal> directory. The java class exists in "
+"the JPA example source directory and can be copied using the command below "
+"assuming you are in <literal>jee5/booking</literal> directory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:254
+#: Websphere.xml:169
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/WEB-INF/classes/GlassfishDerbyDialect."
-"class\n"
-" ./resources]]>"
+"cp ../../jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:255
+#: Websphere.xml:170
#, no-c-format
msgid ""
-"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file "
-"using changes to the build.xml discussed later."
+"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file."
msgstr ""
#. Tag: literal
-#: Websphere.xml:261
+#: Websphere.xml:175
#, no-c-format
msgid "resources/import.sql"
msgstr ""
#. Tag: para
-#: Websphere.xml:264
+#: Websphere.xml:178
#, no-c-format
msgid ""
"This file must also be copied from the JPA example because either the Derby "
@@ -541,201 +406,91 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:271
+#: Websphere.xml:185
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/import.sql ./resources]]>"
+"cp ../../jpa/resources-websphere7/import.sql ./resources]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:280
+#: Websphere.xml:194
#, no-c-format
msgid "Building the <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:283
+#: Websphere.xml:197
#, no-c-format
msgid ""
"In order to get the changes we have made into our application we need to "
"make some changes to the <literal>build.xml</literal>. There are also some "
"additional jars that are required by our application in order to work with "
-"Websphere. This section will cover what changes are needed to the "
-"<literal>build.xml</literal>."
+"WAS. This section will cover what changes are needed to the <literal>build."
+"xml</literal>."
msgstr ""
#. Tag: title
-#: Websphere.xml:290
+#: Websphere.xml:204
#, no-c-format
-msgid "New libraries dependencies"
+msgid "Library dependency changes"
msgstr ""
#. Tag: para
-#: Websphere.xml:294
+#: Websphere.xml:205
#, no-c-format
msgid ""
-"JSF libraries — Websphere 6.1 comes with its own version of JSF 1.1 "
-"(Seam requires JSF 1.2). So we must add these jars to our application:"
+"We remove the <literal>log4j.jar</literal> so that all of the log output "
+"from our application will be added to the WAS log. Additional steps are "
+"required to fully configure log4j and those are outside of the scope of this "
+"document."
msgstr ""
-#. Tag: literal
-#: Websphere.xml:299 Websphere.xml:836
-#, no-c-format
-msgid "jsf-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:303 Websphere.xml:841
-#, no-c-format
-msgid "jsf-impl.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:309
-#, no-c-format
-msgid ""
-"Since Websphere is not a fully compliant <literal>JEE5</literal> "
-"implementation we need to add these EL libraries:"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:314 Websphere.xml:849
-#, no-c-format
-msgid "el-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:318 Websphere.xml:845
-#, no-c-format
-msgid "el-ri.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:324
-#, no-c-format
-msgid ""
-"<literal>jboss-seam.jar</literal> — for some reason when deploying the "
-"application through the Websphere administration console it can not find the "
-"<literal>jboss-seam.jar</literal> at the base of the EAR archive. This means "
-"that we need to add it to the <literal>/lib</literal> of the EAR."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:332
-#, no-c-format
-msgid ""
-"Finally we remove the <literal>log4j.jar</literal> so that all of the log "
-"output from our application will be added to the Websphere log. Additional "
-"steps are required to fully configure log4j and those are outside of the "
-"scope of this document."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:343
+#: Websphere.xml:213
#, no-c-format
msgid "Updating the <literal>build.xml</literal> file"
msgstr ""
#. Tag: para
-#: Websphere.xml:345
+#: Websphere.xml:215
#, no-c-format
msgid ""
"Add the following entry to the bottom of the <literal>build.xml</literal> "
"file. This overrides the default fileset that is used to populate the "
-"<literal>jboss-seam-jee5.jar</literal>. The primary change is the addition "
-"of the <literal>GlassfishDerbyDialect.class</literal>:"
+"<literal>jboss-seam-jee5.jar</literal>. :"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:354
+#: Websphere.xml:223
#, no-c-format
msgid ""
"<![CDATA[\n"
" <fileset id=\"jar.resources\" dir=\"${resources.dir}\">\n"
" <include name=\"import.sql\" />\n"
" <include name=\"seam.properties\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
" <include name=\"META-INF/persistence.xml\" />\n"
" <include name=\"META-INF/ejb-jar.xml\" />\n"
" </fileset>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:357
+#: Websphere.xml:225
#, no-c-format
msgid ""
-"Next we need to add the library dependencies discussed above. For this add "
-"the following to bottom of the <literal>ear.lib.extras</literal> fileset "
-"entry:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:363
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!--<include name=\"lib/log4j.jar\" />-->\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" />\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:365
-#, no-c-format
-msgid ""
-"We also need to add richfaces-api.jar, jsf-impl.jar and el-ri.jar into WEB-"
-"INF/lib of the war file. Add the following fileset after <literal>ear.lib."
-"extras</literal> fileset."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:368
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <fileset id=\"war.lib.extras\" dir=\"${seam.dir}\"> \n"
-" <include name=\"lib/richfaces-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" /> \n"
-" </fileset>]]>"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:370
-#, no-c-format
-msgid "A note about copying JSF and EL jars"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:371
-#, no-c-format
-msgid ""
-"There is a class loading issue with WebSphere, which causes the jars from "
-"ear lib directory to not be available when the web module is initialized."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:376
-#, no-c-format
-msgid ""
"Now all that is left is to execute the <literal>ant archive</literal> task "
"and the built application will be in the <literal>jee5/booking/dist</"
"literal> directory."
msgstr ""
#. Tag: title
-#: Websphere.xml:385
+#: Websphere.xml:234
#, no-c-format
msgid "Deploying the application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:387
+#: Websphere.xml:236
#, no-c-format
msgid ""
"So now we have everything we need in place. All that is left is to deploy it "
@@ -743,7 +498,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:389
+#: Websphere.xml:238
#, no-c-format
msgid ""
"For this we will use Websphere's administration console. As before there are "
@@ -751,52 +506,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:392
+#: Websphere.xml:241
#, no-c-format
msgid ""
-"The steps below are for the Websphere version stated above, yours may be "
-"slightly different."
+"The steps below are for the WAS version stated above. The ports are default "
+"values, if you changed them substitute your values."
msgstr ""
#. Tag: para
-#: Websphere.xml:396
+#: Websphere.xml:245
#, no-c-format
-msgid "Log in to the administration console"
+msgid ""
+"Log in to the administration console <programlisting><![CDATA[https://"
+"localhost:9043/admin]]></programlisting> or"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:399
+#: Websphere.xml:250
#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"https://localhost:9043/ibm/console]]>"
+msgid "<![CDATA[http://localhost:9060/admin]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:403
+#: Websphere.xml:254
#, no-c-format
msgid ""
-"Access the <literal>Enterprise Application</literal> menu option under the "
-"<literal>Applications</literal> top menu."
+"Access the <literal>Websphere enterprise applications</literal> menu option "
+"under the <literal>Applications --> Application Type</literal> left side "
+"menu."
msgstr ""
#. Tag: para
-#: Websphere.xml:408
+#: Websphere.xml:259
#, no-c-format
msgid ""
-"At the top of the <literal>Enterprise Application</literal> table select "
+"At the top of the <literal>Enterprise Applications</literal> table select "
"<literal>Install</literal>. Below are installation wizard pages and what "
"needs to done on each:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:414 Websphere.xml:674
+#: Websphere.xml:265 Websphere.xml:461
#, no-c-format
msgid "Preparing for the application installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:418
+#: Websphere.xml:269
#, no-c-format
msgid ""
"Browse to the <literal>examples/jee5/booking/dist/jboss-seam-jee5.ear</"
@@ -804,102 +560,81 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:424 Websphere.xml:442 Websphere.xml:475 Websphere.xml:689
+#: Websphere.xml:275 Websphere.xml:285 Websphere.xml:304 Websphere.xml:476
+#: Websphere.xml:496
#, no-c-format
msgid "Select the <literal>Next</literal> button."
msgstr ""
+#. Tag: para
+#: Websphere.xml:280 Websphere.xml:471
+#, no-c-format
+msgid "Select the <literal>Fast Path</literal> button."
+msgstr ""
+
#. Tag: literal
-#: Websphere.xml:431
+#: Websphere.xml:292
#, no-c-format
msgid "Select installation options"
msgstr ""
#. Tag: para
-#: Websphere.xml:435
+#: Websphere.xml:296
#, no-c-format
msgid ""
-"Select the <literal>Deploy enterprise beans</literal> check box. This is "
-"needed unless you used a Websphere tool to package the application."
+"Select the <literal>Deploy enterprise beans</literal> and <literal>Allow EJB "
+"reference targets to resolve automatically</literal> check boxes. This is "
+"needed unless you used a Websphere AS tool to package the application."
msgstr ""
#. Tag: literal
-#: Websphere.xml:449
+#: Websphere.xml:313
#, no-c-format
msgid "Map modules to servers"
msgstr ""
#. Tag: para
-#: Websphere.xml:453
+#: Websphere.xml:317
#, no-c-format
msgid ""
"No changes needed here as we only have one server. Select the <literal>Next</"
"literal> button."
msgstr ""
-#. Tag: para
-#: Websphere.xml:461
-#, no-c-format
-msgid ""
-"<literal>Map EJB references to beans</literal> This page will list all of "
-"the beans that we entered in the web.xml."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:466
-#, no-c-format
-msgid ""
-"Make sure that <literal>Allow EJB reference targets to resolve "
-"automatically</literal> check box is selected. This will tell Websphere to "
-"bind our EJB3 beans to the EJB references in the web module."
-msgstr ""
-
#. Tag: literal
-#: Websphere.xml:482
+#: Websphere.xml:325
#, no-c-format
-msgid "Map virtual hosts for Web modules"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:486
-#, no-c-format
-msgid "No changes needed here. Select the <literal>Next</literal> button."
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:493
-#, no-c-format
msgid "Summary"
msgstr ""
#. Tag: para
-#: Websphere.xml:496
+#: Websphere.xml:328
#, no-c-format
msgid "No changes needed here. Select the <literal>Finish</literal> button."
msgstr ""
#. Tag: literal
-#: Websphere.xml:503
+#: Websphere.xml:335
#, no-c-format
msgid "Installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:506
+#: Websphere.xml:338
#, no-c-format
msgid "Now you will see it installing and deploying your application."
msgstr ""
#. Tag: para
-#: Websphere.xml:511
+#: Websphere.xml:343
#, no-c-format
msgid ""
-"When if finishes select the <literal>Save</literal> link and you will be "
+"When it finishes select the <literal>Save</literal> link and you will be "
"returned to the <literal>Enterprise Applications</literal> table."
msgstr ""
#. Tag: para
-#: Websphere.xml:523
+#: Websphere.xml:355
#, no-c-format
msgid ""
"Now that we have our application installed we need to make some adjustments "
@@ -907,7 +642,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:527
+#: Websphere.xml:359
#, no-c-format
msgid ""
"Starting from the <literal>Enterprise Applications</literal> table select "
@@ -915,40 +650,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:533
+#: Websphere.xml:365
#, no-c-format
msgid "Select the <literal>Manage Modules</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:537
+#: Websphere.xml:369
#, no-c-format
-msgid "Select the <literal>jboss-seam-jee5.war</literal> link."
+msgid "Select the <literal>jboss-seam-jee5-booking.war</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:542
+#: Websphere.xml:374
#, no-c-format
msgid ""
"Change the <literal>Class loader order</literal> combo box to "
-"<literal>Classes loaded with application class loader first</literal>."
+"<literal>Classes loaded with application class loader first (parent last)</"
+"literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:548 Websphere.xml:573
+#: Websphere.xml:380 Websphere.xml:397
#, no-c-format
msgid ""
"Select <literal>Apply</literal> and then <literal>Save</literal> options."
msgstr ""
#. Tag: para
-#: Websphere.xml:552
+#: Websphere.xml:384
#, no-c-format
-msgid "Return the <literal>Seam Booking</literal> page."
+msgid "Return to the <literal>Seam Booking</literal> page."
msgstr ""
#. Tag: para
-#: Websphere.xml:556
+#: Websphere.xml:387
#, no-c-format
msgid ""
"On this page select the <literal>Class loading and update detection</"
@@ -956,7 +692,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:561
+#: Websphere.xml:392
#, no-c-format
msgid ""
"Select the radio button for <literal>Classes loaded with application class "
@@ -964,117 +700,40 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:566
+#: Websphere.xml:403
#, no-c-format
msgid ""
-"Even though we are not enabling class reload you must also enter a valid "
-"number in the <literal>Polling interval for updated files</literal> text "
-"area (zero works fine)."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:577
-#, no-c-format
-msgid ""
-"You should verify that the change you just made has been remembered. We have "
-"had problems with the last class loader change not taking effect - even "
-"after a restart. If the change did not take you will need to do it manually, "
-"following these directions:"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:585
-#, no-c-format
-msgid "Open the following file in a text editor of your choice:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:589
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"$WebSphereInstall/$yourServerName/profiles/$yourProfileName/config/cells/\n"
-" $yourCellName/applications/Seam Booking.ear/deployments/\n"
-" Seam Booking/deployment.xml]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:593
-#, no-c-format
-msgid ""
-"Modify the following line so that <literal>PARENT_FIRST</literal> is now "
-"<literal>PARENT_LAST</literal>:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:599
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<classloader xmi:id=\"Classloader_#######\" mode=\"PARENT_FIRST\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:603
-#, no-c-format
-msgid ""
-"Save the file and now when go to the <literal>Class loading and update "
-"detection</literal> page you should see <literal>Classes loaded with "
-"application class loader first</literal> selected."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:615
-#, no-c-format
-msgid ""
"To start the application return to the <literal>Enterprise Applications</"
"literal> table and select our application in the list. Then choose the "
"<literal>Start</literal> button at the top of the table."
msgstr ""
#. Tag: para
-#: Websphere.xml:622
+#: Websphere.xml:410
#, no-c-format
msgid ""
"You can now access the application at <literal>http://localhost:9080/seam-"
-"jee5/</literal> ."
+"jee5-booking/index.html</literal> ."
msgstr ""
#. Tag: title
-#: Websphere.xml:628
+#: Websphere.xml:431
#, no-c-format
-msgid "A note about Websphere Stateful bean timeouts"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:629
-#, no-c-format
-msgid ""
-"The default timeout period for a Websphere 6.1 Stateful EJB is 10 minutes. "
-"This means that you may see some EJB timeout exceptions after some idle "
-"time. It is possible to adjust the timeout of the Stateful EJBs on an "
-"individual basis, but that is beyond the scope of this document. See the "
-"Websphere documentation for details."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:643
-#, no-c-format
msgid "The <literal>jpa</literal> booking example"
msgstr ""
#. Tag: para
-#: Websphere.xml:644
+#: Websphere.xml:432
#, no-c-format
msgid ""
"Thankfully getting the <literal>jpa</literal> example to work is much easier "
"than the <literal>jee5</literal> example. This is the Hotel Booking example "
"implemented in Seam POJOs and using Hibernate JPA with JPA transactions. It "
-"does not require EJB3 support to run."
+"does not use EJB3."
msgstr ""
#. Tag: para
-#: Websphere.xml:650
+#: Websphere.xml:437
#, no-c-format
msgid ""
"The example already has a breakout of configurations and build scripts for "
@@ -1082,7 +741,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:653
+#: Websphere.xml:440
#, no-c-format
msgid ""
"First thing we are going to do is build and deploy that example. Then we'll "
@@ -1090,29 +749,29 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:657
+#: Websphere.xml:444
#, no-c-format
msgid "Building the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:658
+#: Websphere.xml:445
#, no-c-format
msgid ""
"Building it only requires running the correct ant command: "
-"<programlisting>ant websphere61</programlisting> This will create container "
+"<programlisting>ant websphere7</programlisting> This will create container "
"specific distribution and exploded archive directories with the "
-"<literal>websphere61</literal> label."
+"<literal>websphere7</literal> label."
msgstr ""
#. Tag: title
-#: Websphere.xml:664
+#: Websphere.xml:451
#, no-c-format
msgid "Deploying the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:665
+#: Websphere.xml:452
#, no-c-format
msgid ""
"This is similar to the <literal>jee5</literal> example at <xref linkend="
@@ -1120,7 +779,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:670
+#: Websphere.xml:457
#, no-c-format
msgid ""
"From the <literal>Enterprise Applications</literal> table select the "
@@ -1128,37 +787,43 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:678
+#: Websphere.xml:465
#, no-c-format
msgid ""
-"Browse to the <literal>examples/jpa/dist-websphere61/jboss-seam-jpa.war</"
+"Browse to the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
"literal> file using the file upload widget."
msgstr ""
#. Tag: para
-#: Websphere.xml:684
+#: Websphere.xml:483
#, no-c-format
msgid ""
-"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
-"jpa</literal>."
+"Select the <literal>Next</literal> button for the next three pages, no "
+"changes are needed."
msgstr ""
+#. Tag: literal
+#: Websphere.xml:488
+#, no-c-format
+msgid "Map context roots for Web modules"
+msgstr ""
+
#. Tag: para
-#: Websphere.xml:695
+#: Websphere.xml:491
#, no-c-format
msgid ""
-"Select the <literal>Next</literal> button for the next three pages, no "
-"changes are needed."
+"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
+"jpa</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:700
+#: Websphere.xml:502
#, no-c-format
msgid "<literal>Summary</literal> page"
msgstr ""
#. Tag: para
-#: Websphere.xml:703
+#: Websphere.xml:505
#, no-c-format
msgid ""
"Review the settings if you wish and select the <literal>Finish</literal> "
@@ -1168,17 +833,17 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:716
+#: Websphere.xml:519
#, no-c-format
msgid ""
"As with the <literal>jee5</literal> example there are some class loader "
"changes needed before we start the application. Follow the instructions at "
"<xref linkend=\"websphere-app-adj-after-install\"/> but exchange "
-"<literal>jboss-seam-jpa</literal> for <literal>Seam Booking</literal>."
+"<literal>jboss-seam-jpa_war</literal> for <literal>Seam Booking</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:723
+#: Websphere.xml:526
#, no-c-format
msgid ""
"Finally start the application by selecting it in the <literal>Enterprise "
@@ -1187,7 +852,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:729
+#: Websphere.xml:532
#, no-c-format
msgid ""
"You can now access the application at the <literal>http://localhost:9080/"
@@ -1195,187 +860,186 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:737
+#: Websphere.xml:540
#, no-c-format
-msgid "Whats different for Websphere 6.1"
+msgid "What's different for Websphere AS V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:738
+#: Websphere.xml:541
#, no-c-format
msgid ""
"The differences between the JPA examples that deploys to JBoss 4.2 and "
-"Websphere 6.1 are mostly expected; library and configuration file changes."
+"Websphere AS V7 are mostly expected; library and configuration file changes."
msgstr ""
#. Tag: para
-#: Websphere.xml:743
+#: Websphere.xml:546
#, no-c-format
msgid "<para>Configuration file changes</para>"
msgstr ""
#. Tag: para
-#: Websphere.xml:746
+#: Websphere.xml:549
#, no-c-format
msgid ""
-"<literal>WEB-INF/web.xml</literal> — the only significant change is "
-"that Websphere 6.1 only support <literal>Servlet 2.4</literal> so the top of "
-"this file was changed."
+"<literal>META-INF/persistence.xml</literal> — the main changes here "
+"are for the datasource JNDI path, switching to the Websphere transaction "
+"manager look up class, and changing the hibernate dialect to be "
+"<literal>GlassfishDerbyDialect</literal> ."
msgstr ""
#. Tag: para
-#: Websphere.xml:753
+#: Websphere.xml:559
#, no-c-format
msgid ""
-"<literal>META-INF/persistence.xml</literal> — the main changes here "
-"are for the datasource JNDI path, switching to the Websphere 6.1 transaction "
-"manager look up class, and changing the hibernate dialect to be "
-"<literal>GlassfishDerbyDialect</literal> ."
+"<literal>WEB-INF/components.xml</literal> — the change here is "
+"<literal>jndi-pattern</literal> without /local string."
msgstr ""
#. Tag: para
-#: Websphere.xml:763
+#: Websphere.xml:565
#, no-c-format
msgid ""
-"<literal>WEB-INF/classes/GlassfishDerbyDialect.class </literal> — this "
-"class is needed for the hibernate dialect change to "
-"<literal>GlassfishDerbyDialect</literal>"
+"<literal>META-INF/ejb-jar.xml</literal> — the same change in "
+"<literal>ejb-ref-name</literal>, where is replace /local string in "
+"<literal>jboss-seam-jee5/AuthenticatorAction</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:771
+#: Websphere.xml:572
#, no-c-format
msgid ""
+"<literal>src/GlassfishDerbyDialect.java </literal> — this class is "
+"needed for the hibernate dialect change to <literal>GlassfishDerbyDialect</"
+"literal>"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:580
+#, no-c-format
+msgid ""
"<literal>import.sql</literal> — either for the dialect or Derby DB the "
"<literal>ID</literal> column can not be populated by this file and was "
"removed."
msgstr ""
#. Tag: para
-#: Websphere.xml:780
+#: Websphere.xml:589
#, no-c-format
msgid "Changes for dependent libraries"
msgstr ""
#. Tag: para
-#: Websphere.xml:781
+#: Websphere.xml:590
#, no-c-format
msgid ""
-"<literal>WEB-INF/lib</literal> — The Websphere version requires "
-"several library packages because they are not included as they are with "
-"JBoss AS. These are primarily for hibernate, JSF-RI support and their "
-"dependencies. Below are listed only the additional jars needed above and "
-"beyond the JBoss <literal>JPA</literal> example."
+"The Websphere version requires several library packages because they are not "
+"included as they are with JBoss AS. These are primarily for hibernate and "
+"their dependencies. Below are listed only the additional jars needed above "
+"and beyond the JBoss <literal>JPA</literal> example."
msgstr ""
#. Tag: para
-#: Websphere.xml:789
+#: Websphere.xml:597
#, no-c-format
msgid "To use Hibernate as your JPA provider you need the following jars:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:794
+#: Websphere.xml:602
#, no-c-format
msgid "hibernate.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:799
+#: Websphere.xml:607
#, no-c-format
msgid "hibernate-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:804
+#: Websphere.xml:612
#, no-c-format
msgid "hibernate-commons-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:809
+#: Websphere.xml:617
#, no-c-format
msgid "hibernate-entitymanager.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:814
+#: Websphere.xml:622
#, no-c-format
msgid "hibernate-validator.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:819
+#: Websphere.xml:627
#, no-c-format
msgid "commons-collections.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:824
+#: Websphere.xml:632
#, no-c-format
msgid "jboss-common-core.jar"
msgstr ""
#. Tag: para
-#: Websphere.xml:830
+#: Websphere.xml:638
#, no-c-format
-msgid ""
-"Seam requires JSF 1.2 and these are the jars needed for that. Websphere 6.1 "
-"ships with its own implementation of JSF 1.1."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:855
-#, no-c-format
msgid "Various third party jars that Websphere needs:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:858
+#: Websphere.xml:641
#, no-c-format
msgid "antlr.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:862
+#: Websphere.xml:645
#, no-c-format
msgid "cglib.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:866
+#: Websphere.xml:649
#, no-c-format
msgid "asm.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:870
+#: Websphere.xml:653
#, no-c-format
msgid "dom4j.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:875
+#: Websphere.xml:658
#, no-c-format
msgid "javassist.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:880
+#: Websphere.xml:663
#, no-c-format
msgid "concurrent.jar"
msgstr ""
#. Tag: title
-#: Websphere.xml:895
+#: Websphere.xml:678
#, no-c-format
msgid ""
"Deploying an application created using <literal>seam-gen</literal> on "
-"Websphere 6.1.0.13"
+"Websphere V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:898
+#: Websphere.xml:681
#, no-c-format
msgid ""
"<literal>seam-gen</literal> is a very useful tool for developers to quickly "
@@ -1388,13 +1052,13 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:908
+#: Websphere.xml:691
#, no-c-format
msgid "Running <literal>seam-gen</literal> Setup"
msgstr ""
#. Tag: para
-#: Websphere.xml:909
+#: Websphere.xml:692
#, no-c-format
msgid ""
"The first step is setting up <literal>seam-gen</literal> to construct the "
@@ -1404,7 +1068,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:915
+#: Websphere.xml:698
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1500,7 +1164,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:917
+#: Websphere.xml:700
#, no-c-format
msgid ""
"Type <literal>./seam new-project</literal> to create your project and "
@@ -1509,25 +1173,25 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:924
+#: Websphere.xml:707
#, no-c-format
msgid "Changes needed for deployment to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:925
+#: Websphere.xml:708
#, no-c-format
msgid "We now need to make some changes to the generated project."
msgstr ""
#. Tag: literal
-#: Websphere.xml:931
+#: Websphere.xml:714
#, no-c-format
msgid "resources/META-INF/persistence-dev.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:936
+#: Websphere.xml:719
#, no-c-format
msgid ""
"Alter the <literal>jta-data-source</literal> to be "
@@ -1536,7 +1200,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:943
+#: Websphere.xml:726
#, no-c-format
msgid ""
"Add or change the properties below. These are described in detail at <xref "
@@ -1544,7 +1208,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:948
+#: Websphere.xml:731
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1560,14 +1224,14 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:951
+#: Websphere.xml:734
#, no-c-format
msgid ""
"Remove the JBoss AS specific method of exposing the EntityManagerFactory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:954
+#: Websphere.xml:737
#, no-c-format
msgid ""
"<![CDATA[<property \n"
@@ -1576,7 +1240,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:957
+#: Websphere.xml:740
#, no-c-format
msgid ""
"You'll need to alter <literal>persistence-prod.xml</literal> as well if you "
@@ -1584,32 +1248,31 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:970
+#: Websphere.xml:753
#, no-c-format
msgid ""
-"As with other examples we need to include this class for DB support. It can "
-"be copied from the <literal>jpa</literal> example into the "
-"<literal>websphere_example/resources</literal> directory."
+"As with other examples we need to include this java class for DB support. It "
+"can be copied from the <literal>jpa</literal> example into the "
+"<literal>websphere_example/src</literal> directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:976
+#: Websphere.xml:759
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp $SEAM/examples/jpa/resources-websphere61/WEB-INF/classes/"
-"GlassfishDerbyDialect.class\n"
-" ./resources]]>"
+"cp $SEAM/examples/jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: literal
-#: Websphere.xml:982
+#: Websphere.xml:765
#, no-c-format
msgid "resources/META-INF/jboss-app.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:985
+#: Websphere.xml:768
#, no-c-format
msgid ""
"You can delete this file as we aren't deploying to JBoss AS ( <literal>jboss-"
@@ -1617,13 +1280,13 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:991
+#: Websphere.xml:774
#, no-c-format
msgid "resources/*-ds.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:994
+#: Websphere.xml:777
#, no-c-format
msgid ""
"You can delete these file as we aren't deploying to JBoss AS (these files "
@@ -1631,7 +1294,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1006
+#: Websphere.xml:789
#, no-c-format
msgid ""
"Enable container managed transaction integration - add the <literal> <"
@@ -1641,7 +1304,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1015
+#: Websphere.xml:798
#, no-c-format
msgid ""
"Alter the <literal>jndi-pattern</literal> to <literal> java:comp/env/"
@@ -1649,7 +1312,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1021
+#: Websphere.xml:804
#, no-c-format
msgid ""
"We do not need <literal>managed-persistence-context</literal> for this "
@@ -1657,7 +1320,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1027
+#: Websphere.xml:810
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1668,67 +1331,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1036
+#: Websphere.xml:819
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it required "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1042
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1044
-#, no-c-format
-msgid ""
"As with the <literal>jee5/booking</literal> example we need to add EJB "
-"references to the web.xml. These references require the empty <literal>local-"
-"home</literal> to flag them for Websphere to perform the proper binding."
+"references to the web.xml. These references require replacing /local string "
+"in <literal>ejb-ref-name</literal> to flag them for Websphere to perform the "
+"proper binding."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1051
+#: Websphere.xml:826
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local> \n"
-" </ejb-local-ref>\n"
+"<![CDATA[ \n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local>\n"
+" </ejb-local-ref> \n"
" \n"
" <ejb-local-ref>\n"
" <ejb-ref-name>websphere_example/EjbSynchronizations</ejb-ref-name> \n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:1057
+#: Websphere.xml:832
#, no-c-format
msgid "Creating the <literal>AuthenticatorAction</literal> EJB"
msgstr ""
#. Tag: para
-#: Websphere.xml:1059
+#: Websphere.xml:834
#, no-c-format
msgid ""
"We want to take the existing <literal>Authenticator</literal> Seam POJO "
@@ -1736,13 +1373,19 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1065
+#: Websphere.xml:837
#, no-c-format
+msgid "Change the generated Authenticator class"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:840
+#, no-c-format
msgid "Rename the class to <literal>AuthenticatorAction</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1069
+#: Websphere.xml:844
#, no-c-format
msgid ""
"Add the <literal>@Stateless</literal> annotation to the new "
@@ -1750,7 +1393,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1075
+#: Websphere.xml:850
#, no-c-format
msgid ""
"Create an interface called <literal>Authenticator</literal> which "
@@ -1762,7 +1405,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1088
+#: Websphere.xml:863
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1771,7 +1414,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1091
+#: Websphere.xml:866
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1781,7 +1424,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1094
+#: Websphere.xml:869
#, no-c-format
msgid ""
"We've already added its reference to the <literal>web.xml</literal> file so "
@@ -1789,14 +1432,14 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:1100
+#: Websphere.xml:875
#, no-c-format
msgid ""
"Extra jar dependencies and other changes to the <literal>build.xml</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1102
+#: Websphere.xml:877
#, no-c-format
msgid ""
"This application has similar requirements as the <literal>jee5/booking</"
@@ -1804,7 +1447,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1107
+#: Websphere.xml:882
#, no-c-format
msgid ""
"Change the default target to <literal>archive</literal> (we aren't going to "
@@ -1812,7 +1455,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1113
+#: Websphere.xml:888
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1820,7 +1463,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1117
+#: Websphere.xml:892
#, no-c-format
msgid ""
"Websphere looks for the drools <literal>/security.drl</literal> file in the "
@@ -1833,7 +1476,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1128
+#: Websphere.xml:903
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1845,93 +1488,16 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1131
+#: Websphere.xml:906
#, no-c-format
msgid ""
-"We need to ge the <literal>GlassfishDerbyDialect.class</literal> into our "
-"application jar. To do that find the <literal>jar</literal> task and modify "
-"the top of it so that it looks like this:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1139
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"jar\" depends=\"compile,copyclasses\" \n"
-" description=\"Build the distribution .jar file\">\n"
-" <copy todir=\"${jar.dir}\">\n"
-" <fileset dir=\"${basedir}/resources\">\n"
-" <include name=\"seam.properties\" />\n"
-" <include name=\"*.drl\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
-" </fileset>\n"
-" </copy>\n"
-"...]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1142
-#, no-c-format
-msgid ""
-"Next we need to get the <literal>jboss-seam.jar</literal> into the base of "
-"the <literal>EAR</literal> file. For deployment Websphere requires this jar "
-"to be in both the <literal>/lib</literal> directory and at the base of the "
-"<literal>EAR</literal>. You must add the following to the <literal>archive</"
-"literal> task:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1151
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1152
-#, no-c-format
-msgid "So that the whole <literal>archive</literal> task looks like:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1156
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"archive\" depends=\"jar,war,ear\" \n"
-" description=\"Package the archives\">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.jar\" basedir=\"${jar.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.war\" basedir=\"${war.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.ear\">\n"
-" <fileset dir=\"${ear.dir}\"/>\n"
-" <fileset dir=\"${dist.dir}\">\n"
-" <include name=\"${project.name}.jar\"/>\n"
-" <include name=\"${project.name}.war\"/>\n"
-" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
-" </jar>\n"
-"</target>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1159
-#, no-c-format
-msgid ""
"Now we need to get extra jars into the <literal>build.xml</literal>. Look "
"for the <literal><fileset dir=\"${basedir}\"></literal> section of the "
"task below. Add the new includes at the bottom of the fileset."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1167
+#: Websphere.xml:914
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1942,9 +1508,7 @@
" <include name=\"*hibernate.cfg.xml\" />\n"
" <include name=\"jbpm.cfg.xml\" />\n"
" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
+"\n"
" <fileset dir=\"${basedir}\">\n"
" <include name=\"lib/jbpm*.jar\" />\n"
" <include name=\"lib/jboss-el.jar\" />\n"
@@ -1966,13 +1530,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1170
+#: Websphere.xml:917
#, no-c-format
msgid "Hibernate dependencies"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1171
+#: Websphere.xml:918
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1986,33 +1550,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1174
+#: Websphere.xml:921
#, no-c-format
-msgid ""
-"JSF dependencies. You will need to copy the <literal>el-ri.jar</literal> "
-"from the <literal>$SEAM/examples/jpa/lib</literal> directory."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1177
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1180
-#, no-c-format
msgid "Third party dependencies."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1181
+#: Websphere.xml:922
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2029,15 +1573,15 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1184
+#: Websphere.xml:925
#, no-c-format
msgid ""
-"<literal>jboss-seam.jar</literal> - this is needed in both the <literal>ear</"
-"literal> base and <literal>/lib</literal> directory."
+"<literal>jboss-seam.jar</literal> - this is needed in the <literal>ear</"
+"literal> base directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1188
+#: Websphere.xml:928
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2046,13 +1590,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1192
+#: Websphere.xml:932
#, no-c-format
msgid "You should end up with something like:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1193
+#: Websphere.xml:933
#, no-c-format
msgid ""
"<![CDATA[<fileset dir=\"${basedir}\">\n"
@@ -2073,13 +1617,7 @@
" <include name=\"lib/hibernate-entitymanager.jar\"/>\n"
" <include name=\"lib/hibernate-validator.jar\"/>\n"
" <include name=\"lib/jboss-common-core.jar\" />\n"
-" \n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>\n"
-" \n"
+"\n"
" <!-- 3rd party and supporting jars -->\n"
" <include name=\"lib/javassist.jar\"/>\n"
" <include name=\"lib/dom4j.jar\" />\n"
@@ -2096,38 +1634,14 @@
"</fileset>]]>"
msgstr ""
-#. Tag: para
-#: Websphere.xml:1195
-#, no-c-format
-msgid ""
-"The last step is to add <literal>jsf-impl.jar</literal> and <literal>el-ri."
-"jar</literal> to the war target. Look for <literal>copy todir=\"${war.dir}/"
-"WEB-INF/lib\"</literal> and add the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1199
-#, no-c-format
-msgid ""
-"<![CDATA[<copy todir=\"${war.dir}/WEB-INF/lib\">\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <includesfile name=\"deployed-jars-war.list"
-"\" />\n"
-" <include name=\"jsf-impl.jar\" />\n"
-" <include name=\"el-ri.jar\" /> \n"
-" <exclude name=\"jboss-seam-gen.jar\" />\n"
-" </fileset>\n"
-"</copy>]]>"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:1206
+#: Websphere.xml:940
#, no-c-format
msgid "Building and deploying the seam-gen'd application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:1212
+#: Websphere.xml:945
#, no-c-format
msgid ""
"Build your application by calling <literal>ant</literal> in the base "
@@ -2137,7 +1651,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1221
+#: Websphere.xml:954
#, no-c-format
msgid ""
"To deploy the application follow the instructions here : <xref linkend="
@@ -2147,7 +1661,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1227
+#: Websphere.xml:960
#, no-c-format
msgid ""
"Checkout the app at: <literal>http://localhost:9080/websphere_example/index."
Modified: trunk/doc/Seam_Reference_Guide/pot/Wicket.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Wicket.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Wicket.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:01+0000\n"
+"POT-Creation-Date: 2009-02-01 21:20+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pot/Xml.pot
===================================================================
--- trunk/doc/Seam_Reference_Guide/pot/Xml.pot 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pot/Xml.pot 2009-02-01 21:42:48 UTC (rev 9997)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:01+0000\n"
+"POT-Creation-Date: 2009-02-01 21:20+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: trunk/doc/Seam_Reference_Guide/pt-BR/Excel.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/pt-BR/Excel.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pt-BR/Excel.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: Seam_Reference_Guide \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-10-14 11:38+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -46,7 +46,7 @@
"&excel; JSF controls, which are used to construct views that can render the "
"document, and the DocumentStore component, which serves the rendered "
"document to the user. To include &excel; support in your application, "
-"included <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
+"include <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
"lib</literal> directory along with the <literal>jxl.jar</literal> JAR file. "
"Furthermore, you need to configure the DocumentStore servlet in your web.xml"
msgstr ""
@@ -247,9 +247,9 @@
msgid ""
"<literal>arrayGrowSize</literal> — The amount of memory by which to "
"increase the amount of memory allocated to storing the workbook data. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 1 megabyte. The value is a "
-"number (bytes)."
+"processes reading many small workbooks inside a WAS it might be necessary to "
+"reduce the default size. Default value is 1 megabyte. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -332,10 +332,10 @@
#, no-c-format
msgid ""
"<literal>initialFileSize</literal> — The initial amount of memory "
-"allocated to store the workbook data when reading a worksheet. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 5 megabytes. The value is a "
-"number (bytes)."
+"allocated to store the workbook data when reading a worksheet. For processes "
+"reading many small workbooks inside a WAS it might be necessary to reduce "
+"the default size. Default value is 5 megabytes. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -428,7 +428,7 @@
#, no-c-format
msgid ""
"<literal>filename</literal> — The filename to use for the download. "
-"The value is a string. Please not that if you map the DocumentServlet to "
+"The value is a string. Please note that if you map the DocumentServlet to "
"some pattern, this file extension must also match."
msgstr ""
@@ -442,11 +442,9 @@
msgstr ""
#. Tag: emphasis
-#: Excel.xml:322 Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081
-#: Excel.xml:1157 Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537
-#: Excel.xml:1595 Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#: Excel.xml:322 Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
#, no-c-format
-msgid "Child elemenents"
+msgid "Child elements"
msgstr ""
#. Tag: para
@@ -516,7 +514,7 @@
#, no-c-format
msgid ""
"Worksheets are the children of workbooks and the parent of columns and "
-"worksheet commands They can also contain explicitly placed cells, formulas, "
+"worksheet commands. They can also contain explicitly placed cells, formulas, "
"images and hyperlinks. They are the pages that make up the workbook."
msgstr ""
@@ -542,14 +540,14 @@
#, no-c-format
msgid ""
"<literal>var</literal> — The current row iterator variable name that "
-"can later be referenced in cell value attributes. The value is a string"
+"can later be referenced in cell value attributes. The value is a string."
msgstr ""
#. Tag: para
#: Excel.xml:401
#, no-c-format
msgid ""
-"<literal>name</literal> — The name of the worksheet. The valus is a "
+"<literal>name</literal> — The name of the worksheet. The value is a "
"string. Defaults to Sheet# where # is the worksheet index. If the given "
"worksheet name exists, that sheet is selected. This can be used for merging "
"several data sets into a single worksheet, just define the same name for "
@@ -590,7 +588,7 @@
#, no-c-format
msgid ""
"<literal>bottomMargin</literal> — The bottom margin. The value is a "
-"number (inches)"
+"number (inches)."
msgstr ""
#. Tag: para
@@ -709,7 +707,7 @@
#: Excel.xml:551
#, no-c-format
msgid ""
-"<literal>normalMagnification</literal> — The normal magnificaton "
+"<literal>normalMagnification</literal> — The normal magnification "
"factor (not zoom or scale factor). The value is a number (percentage)."
msgstr ""
@@ -727,7 +725,7 @@
#, no-c-format
msgid ""
"<literal>pageBreakPreviewMagnification</literal> — The page break "
-"preview magnificaton factor (not zoom or scale factors). the value is a "
+"preview magnification factor (not zoom or scale factors). The value is a "
"number (percentage)."
msgstr ""
@@ -803,7 +801,8 @@
#, no-c-format
msgid ""
"<literal>recalculateFormulasBeforeSave</literal> — Should the formulas "
-"be re-calculated when the sheet is saved? The value is a boolean. false"
+"be re-calculated when the sheet is saved? The value is a boolean. Default "
+"value is false."
msgstr ""
#. Tag: para
@@ -874,11 +873,19 @@
#: Excel.xml:698
#, no-c-format
msgid ""
-"<literal>zoomFactor</literal> — T zoom factor. Do not confuse zoom "
+"<literal>zoomFactor</literal> — The zoom factor. Do not confuse zoom "
"factor (which relates to the on screen view) with scale factor (which refers "
-"to the scale factor when printing). The value is a number (percentage."
+"to the scale factor when printing). The value is a number (percentage)."
msgstr ""
+#. Tag: emphasis
+#: Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081 Excel.xml:1157
+#: Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537 Excel.xml:1595
+#: Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#, no-c-format
+msgid "Child elemenents"
+msgstr ""
+
#. Tag: para
#: Excel.xml:712
#, no-c-format
@@ -900,7 +907,7 @@
#, no-c-format
msgid ""
"<literal><e:headerFooter/></literal> — Zero or more header/"
-"footer definitions ((see <xref linkend=\"excel.headersfooters\"/> ))."
+"footer definitions (see <xref linkend=\"excel.headersfooters\"/> )."
msgstr ""
#. Tag: para
@@ -916,7 +923,7 @@
#, no-c-format
msgid ""
"<literal>header</literal>— Contents that will be placed at the top of "
-"the data block, above the column headers (if any)"
+"the data block, above the column headers (if any)."
msgstr ""
#. Tag: para
@@ -924,7 +931,7 @@
#, no-c-format
msgid ""
"<literal>footer</literal>— Contents that will be placed at the bottom "
-"of the data block, below the column footers (if any)"
+"of the data block, below the column footers (if any)."
msgstr ""
#. Tag: programlisting
@@ -1062,7 +1069,7 @@
"Cells are nested within columns (for iteration) or inside worksheets (for "
"direct placement using the <literal>column</literal> and <literal>row</"
"literal> attributes) and are responsible for outputting the value (usually "
-"though en EL-expression involving the <literal>var</literal>-attribute of "
+"through an EL-expression involving the <literal>var</literal>-attribute of "
"the datatable. See"
msgstr ""
@@ -1495,7 +1502,7 @@
#: Excel.xml:1360
#, no-c-format
msgid ""
-"The formula of the cell in placed in the <literal>value</literal> -attribute "
+"The formula of the cell is placed in the <literal>value</literal> -attribute "
"as a normal &excel; notation. Note that when doing cross-sheet formulas, the "
"worksheets must exist before referencing a formula against them. The value "
"is a string."
@@ -2123,12 +2130,6 @@
"initially? The value is a boolean."
msgstr ""
-#. Tag: emphasis
-#: Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
-#, no-c-format
-msgid "Child elements"
-msgstr ""
-
#. Tag: literal
#: Excel.xml:2046
#, no-c-format
@@ -2171,7 +2172,7 @@
#: Excel.xml:2105
#, no-c-format
msgid ""
-"groups rows 5 trough 10 and columns 5 through 10 so that the rows are "
+"groups rows 5 through 10 and columns 5 through 10 so that the rows are "
"initially collapsed (but not the columns)."
msgstr ""
@@ -2382,7 +2383,7 @@
"The CSS attributes cascade down from parent to children and within one tag "
"cascades over the CSS classes referenced in the <literal>styleClass</"
"literal> attributes and finally over the CSS attributes defined in the "
-"<literal>style</literal>attribute. You can place them pretty much anywhere "
+"<literal>style</literal> attribute. You can place them pretty much anywhere "
"but e.g. placing a column width setting in a cell nested within that column "
"makes little sense."
msgstr ""
@@ -2579,7 +2580,7 @@
#. Tag: para
#: Excel.xml:2475
#, no-c-format
-msgid "This group of XLS-CSS attributes define the borders of the cell"
+msgid "This group of XLS-CSS attributes defines the borders of the cell"
msgstr ""
#. Tag: para
@@ -2667,7 +2668,7 @@
#, no-c-format
msgid ""
"A shorthand for setting line style and color of the top edge of the cell, e."
-"g style=\"xls-border-left: red thick\""
+"g style=\"xls-border-top: red thick\""
msgstr ""
#. Tag: para
@@ -2781,7 +2782,7 @@
#. Tag: para
#: Excel.xml:2668
#, no-c-format
-msgid "This group of XLS-CSS attributes define the background of the cell"
+msgid "This group of XLS-CSS attributes defines the background of the cell"
msgstr ""
#. Tag: para
@@ -2837,7 +2838,7 @@
#. Tag: para
#: Excel.xml:2722
#, no-c-format
-msgid "This group of XLS-CSS attributes define the column widths etc."
+msgid "This group of XLS-CSS attributes defines the column widths etc."
msgstr ""
#. Tag: para
@@ -2910,7 +2911,7 @@
#. Tag: para
#: Excel.xml:2783
#, no-c-format
-msgid "This group of XLS-CSS attributes define the cell properties"
+msgid "This group of XLS-CSS attributes defines the cell properties"
msgstr ""
#. Tag: para
@@ -3084,7 +3085,7 @@
#, no-c-format
msgid ""
"When using .xhtml documents, stylesheets must be referenced through the "
-"<literal><e:link> tag</literal>"
+"<literal><e:link></literal> tag"
msgstr ""
#. Tag: para
@@ -3106,8 +3107,9 @@
#, no-c-format
msgid ""
"The core of the &excel; functionality is based on the excellent JExcelAPI "
-"library which can be found on http://jexcelapi.sourceforge.net/ and most "
-"features and possible limitations are inherited from here."
+"library which can be found on <ulink url=\"http://jexcelapi.sourceforge.net"
+"\">http://jexcelapi.sourceforge.net/</ulink> and most features and possible "
+"limitations are inherited from here."
msgstr ""
#. Tag: para
Modified: trunk/doc/Seam_Reference_Guide/pt-BR/Itext.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/pt-BR/Itext.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pt-BR/Itext.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -41,10 +41,10 @@
"iText support is provided by <literal>jboss-seam-pdf.jar</literal>. This JAR "
"contains the iText JSF controls, which are used to construct views that can "
"render to PDF, and the DocumentStore component, which serves the rendered "
-"documents to the user. To include PDF support in your application, included "
+"documents to the user. To include PDF support in your application, put "
"<literal>jboss-seam-pdf.jar</literal> in your <literal>WEB-INF/lib</literal> "
"directory along with the iText JAR file. There is no further configuration "
-"needed to use Seam's iText supportfon."
+"needed to use Seam's iText support."
msgstr ""
#. Tag: para
@@ -251,7 +251,7 @@
"for generating suitable PDF content. Tags like <literal><p:image></"
"literal> and <literal><p:paragraph></literal> are the basic "
"foundations of simple documents. Tags like <literal><p:font></literal> "
-"provide style information to all the content surrounging them."
+"provide style information to all the content surrounding them."
msgstr ""
#. Tag: literal
@@ -492,7 +492,7 @@
#, no-c-format
msgid ""
"<literal>p:image</literal> inserts an image into the document. Images can be "
-"be loaded from the classpath or from the web application context using the "
+"loaded from the classpath or from the web application context using the "
"<literal>value</literal> attribute."
msgstr ""
@@ -626,7 +626,7 @@
msgid ""
"<literal>reference</literal> — The destination the link refers to. "
"Links to other points in the document should begin with a \"#\". For "
-"example, \"#link1\" to refer to an anchor postion with a <literal>name</"
+"example, \"#link1\" to refer to an anchor position with a <literal>name</"
"literal> of <literal>link1</literal>. Links may also be a full URL to point "
"to a resource outside of the document."
msgstr ""
@@ -704,7 +704,7 @@
#: Itext.xml:631
#, no-c-format
msgid ""
-"<literal>borderWidth</literal> — The width of the border. Inidvidual "
+"<literal>borderWidth</literal> — The width of the border. Individual "
"border sides can be specified using <literal>borderWidthLeft</literal>, "
"<literal>borderWidthRight</literal>, <literal>borderWidthTop</literal> and "
"<literal>borderWidthBottom</literal>."
@@ -792,7 +792,7 @@
msgid ""
"<literal>numberDepth</literal> — The depth of numbering for section. "
"All sections are numbered relative to their surrounding chapter/sections. "
-"The fourth section of of the first section of chapter three would be section "
+"The fourth section of the first section of chapter three would be section "
"3.1.4, if displayed at the default number depth of three. To omit the "
"chapter number, a number depth of 2 should be used. In that case, the "
"section number would be displayed as 1.4."
@@ -839,7 +839,7 @@
msgid ""
"List structures can be displayed using the <literal>p:list</literal> and "
"<literal>p:listItem</literal> tags. Lists may contain arbitrarily-nested "
-"sublists. List items may not be used outside of a list. he following "
+"sublists. List items may not be used outside of a list. The following "
"document uses the <literal>ui:repeat</literal> tag to to display a list of "
"values retrieved from a Seam component."
msgstr ""
@@ -1391,7 +1391,7 @@
#, no-c-format
msgid ""
"<literal>domainGridlineStroke</literal> — The stroke style of the "
-"domain gridleines, if visible."
+"domain gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1493,7 +1493,7 @@
#, no-c-format
msgid ""
"<literal>plotOutlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1531,7 +1531,7 @@
#, no-c-format
msgid ""
"<literal>rangeGridlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1946,8 +1946,8 @@
#: Itext.xml:1893
#, no-c-format
msgid ""
-"<literal>seriesVisibleInLegend</literal> — A boolean indiciating if "
-"the series should be listed in the legend."
+"<literal>seriesVisibleInLegend</literal> — A boolean indicating if the "
+"series should be listed in the legend."
msgstr ""
#. Tag: programlisting
@@ -2149,7 +2149,7 @@
#, no-c-format
msgid ""
"<literal>dashPhase</literal> — The dash phase indicates the offset "
-"into the dash pattern that the the line should be drawn with."
+"into the dash pattern that the line should be drawn with."
msgstr ""
#. Tag: programlisting
@@ -2303,7 +2303,7 @@
#, no-c-format
msgid ""
"If you have a complex, pre-generated PDF with named fields, you can easily "
-"fill in the values from you application and present it to the user."
+"fill in the values from your application and present it to the user."
msgstr ""
#. Tag: literal
Modified: trunk/doc/Seam_Reference_Guide/pt-BR/Websphere.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/pt-BR/Websphere.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/pt-BR/Websphere.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-11-06 00:24+0000\n"
+"POT-Creation-Date: 2009-02-01 21:20+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,190 +16,80 @@
#. Tag: title
#: Websphere.xml:2
#, no-c-format
-msgid "Seam on IBM's Websphere"
+msgid "Seam on IBM's Websphere AS"
msgstr ""
#. Tag: para
#: Websphere.xml:4
#, no-c-format
msgid ""
-"Websphere 6.1.x is IBM's application server offering. The latest release is "
-"6.1.0.19 which does not have <literal>EJB3</literal> or <literal>JEE5</"
-"literal> support. There is a recently released (Nov 07) <literal>EJB3</"
-"literal> feature pack which provides some support for <literal>EJB3</"
-"literal> and <literal>JPA</literal>. Currently there is no true "
-"<literal>JEE5</literal> offering from IBM. This causes some issues with Seam "
-"integration with applications that use EJB3."
+"Websphere AS V7 is IBM's application server offering. This release is fully "
+"Java EE 5 certified."
msgstr ""
#. Tag: para
-#: Websphere.xml:12
+#: Websphere.xml:7
#, no-c-format
msgid ""
-"First we will go over some basic information about the Websphere environment "
-"that we used for these examples. After a good deal of research and work we "
-"were able to get EJB3 applications to function correctly. We will go over "
-"the details of those steps with the jee5 example. We will also deploy the "
-"JPA example application."
+"First we will go over some basic information about the Websphere AS "
+"environment that we used for these examples. We will go over the details of "
+"those steps with the JEE5 booking example. We will also deploy the JPA "
+"example application."
msgstr ""
#. Tag: title
-#: Websphere.xml:19
+#: Websphere.xml:13
#, no-c-format
-msgid "Websphere environment and deployment information"
+msgid "Websphere AS environment and deployment information"
msgstr ""
#. Tag: para
-#: Websphere.xml:21
+#: Websphere.xml:15
#, no-c-format
msgid ""
-"Websphere is a commercial product and so we will not discuss the details of "
-"its installation other than to say follow the directions provided by your "
+"Websphere AS is a commercial product and so we will not discuss the details "
+"of its installation other than to say follow the directions provided by your "
"particular installation type and license. This section will detail the exact "
"server versions used, installation tips, and some custom properties that are "
"needed for all of the examples."
msgstr ""
#. Tag: title
-#: Websphere.xml:29
+#: Websphere.xml:23
#, no-c-format
-msgid "Installation versions and tips"
+msgid "Installation versions"
msgstr ""
#. Tag: para
-#: Websphere.xml:30
+#: Websphere.xml:24
#, no-c-format
msgid ""
"All of the examples and information in this chapter are based on the version "
-"6.1 of Websphere at the time of this writing."
+"V7 of Websphere AS at the time of this writing."
msgstr ""
#. Tag: ulink
-#: Websphere.xml:35
+#: Websphere.xml:29
#, no-c-format
-msgid "Websphere Application Server 6.1"
+msgid "Websphere Application Server V7"
msgstr ""
-#. Tag: ulink
-#: Websphere.xml:40
-#, no-c-format
-msgid ""
-"Feature Pack for EJB 3.0 for Websphere Application Server V6.1 (6.1.0.13)"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:46
-#, no-c-format
-msgid "Fix Pack for Websphere Application Server V6.1 (6.1.0.19)"
-msgstr ""
-
#. Tag: para
-#: Websphere.xml:52
+#: Websphere.xml:34
#, no-c-format
msgid ""
-"The EJB3 feature pack that we installed came with the 6.1.0.13 patch version "
-"of Websphere. Installing the feature pack does not ensure that your server "
-"will have the proper environment for EJB3 applications. Be sure that as part "
-"of the installation of the feature pack you follow the instructions to "
-"create a new server profile with the EJB3 feature pack enabled, or augment "
-"one of your existing ones. This can also be done after the installation by "
-"running the profile management tool."
+"After installing Websphere AS, create server profile with Profile Management "
+"Tool, if you didn't create profile in installation process."
msgstr ""
-#. Tag: para
-#: Websphere.xml:60
-#, no-c-format
-msgid ""
-"It is highly recommended to patch Websphere by latest fix pack, at the time "
-"of this writing it is 6.1.0.19"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:63
+#: Websphere.xml:42
#, no-c-format
-msgid "A note about restarting the server"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:64
-#, no-c-format
-msgid ""
-"There are times that restarting the server will be required after deploying "
-"or changes the examples in this chapter. Its does not seem like every change "
-"requires a restart. If you get errors or exceptions after modifying a "
-"property or deploying an application try to restart the server."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:72
-#, no-c-format
-msgid "Required custom properties"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:73
-#, no-c-format
-msgid ""
-"There are a couple of Websphere custom properties that are required for Seam "
-"integration. These properties are not needed specifically for Seam, but work "
-"around some issues with Websphere. These are set following the instructions "
-"here : <ulink url=\"http://www-1.ibm.com/support/docview.wss?rss=180&"
-"uid=swg21284395\"> Setting web container custom properties</ulink>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:82
-#, no-c-format
-msgid ""
-"<literal>prependSlashToResource = \"true\"</literal> — This solves a "
-"fairly common issue with Websphere where applications are not using a "
-"leading \"/\" when attempting to access resources. If this is not set then a "
-"<literal>java.net.MalformedURLException</literal> will be thrown. With this "
-"property set you will still see warnings, but the resources will be "
-"retrieved as expected."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:90 Websphere.xml:108
-#, no-c-format
-msgid "Detailed can be found at:"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:92
-#, no-c-format
-msgid "SRVE0238E: Resource paths must have a leading slash"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:97
-#, no-c-format
-msgid ""
-"<literal>com.ibm.ws.webcontainer.invokefilterscompatibility = \"true\"</"
-"literal> — This solves an issue with Websphere where it throws a "
-"<literal>FileNotFoundException</literal> when a web application attempts to "
-"access a file resource that does not actually exist on disk. This is a "
-"common practice in modern web applications where filters or servlets are "
-"used to process resource requests like these. This issue manifests itself as "
-"failures to retrieve JavaScript, CSS, images, etc... when requesting a web "
-"page."
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:110
-#, no-c-format
-msgid ""
-"PK33090; 6.1: A filter that serves a file does not pop-up an alert message"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:119
-#, no-c-format
msgid "The <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:121
+#: Websphere.xml:44
#, no-c-format
msgid ""
"The <literal>jee5/booking</literal> example is based on the Hotel Booking "
@@ -208,45 +98,36 @@
"located in the <literal>$SEAM_DIST/examples/jee5/booking</literal> directory."
msgstr ""
-#. Tag: para
-#: Websphere.xml:128
-#, no-c-format
-msgid ""
-"As stated before the <literal>EJB3</literal> feature pack does not provide a "
-"full <literal>jee5</literal> implementation. This means that there are some "
-"tricks to getting an application deployed and functioning."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:134 Websphere.xml:927
+#: Websphere.xml:52 Websphere.xml:710
#, no-c-format
msgid "<title>Configuration file changes</title>"
msgstr ""
#. Tag: para
-#: Websphere.xml:136
+#: Websphere.xml:54
#, no-c-format
msgid ""
"Below are the configuration file changes that are need to the base example."
msgstr ""
#. Tag: literal
-#: Websphere.xml:142 Websphere.xml:1001
+#: Websphere.xml:60 Websphere.xml:784
#, no-c-format
msgid "resources/WEB-INF/components.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:145
+#: Websphere.xml:63
#, no-c-format
msgid ""
-"We need to change the way that we look up EJBs for Websphere. We need to "
-"remove the <literal>/local</literal> from the end of the <literal>jndi-"
-"pattern</literal> attribute. It should look like this:"
+"We need to change the way that we look up EJBs for WAS. We need to remove "
+"the <literal>/local</literal> from the end of the <literal>jndi-pattern</"
+"literal> attribute. It should look like this:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:152
+#: Websphere.xml:70
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -256,133 +137,119 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:156 Websphere.xml:1033
+#: Websphere.xml:76
#, no-c-format
-msgid "resources/WEB-INF/web.xml"
+msgid "resources/META-INF/ejb-jar.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:159
+#: Websphere.xml:79
#, no-c-format
msgid ""
-"This is the first place that we notice an unexpected change because this is "
-"not full <literal>jee5</literal> implementation."
+"We need to replace the /local string from <literal>ejb-ref-name</literal>. "
+"See at the following final code:"
msgstr ""
-#. Tag: para
-#: Websphere.xml:162
+#. Tag: programlisting
+#: Websphere.xml:82
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it requires "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
+"<![CDATA[\n"
+" <enterprise-beans>\n"
+" <!-- EJB reference required when one Seam EJB component references "
+"another Seam EJB component using @In -->\n"
+" <!-- Not required if you inject using @EJB, but then you lose state "
+"management and client-side interceptors (e.g., security) -->\n"
+" <session>\n"
+" <ejb-name>RegisterAction</ejb-name>\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
+"name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref>\n"
+" </session>\n"
+" </enterprise-beans>]]>"
msgstr ""
-#. Tag: programlisting
-#: Websphere.xml:169
+#. Tag: literal
+#: Websphere.xml:88 Websphere.xml:816
#, no-c-format
-msgid ""
-"<![CDATA[<xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
+msgid "resources/WEB-INF/web.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:170
+#: Websphere.xml:91
#, no-c-format
msgid ""
-"Next, we have to make some changes to the EJB references in the <literal>web."
-"xml</literal>. These changes are what will allow Websphere to bind the EJB2 "
-"references in the web module to the the actual EJB3 beans in the EAR module. "
-"Replace all of the <literal>ejb-local-refs</literal> when the values below."
+"We have to make some changes to the EJB references in the <literal>web.xml</"
+"literal>. These changes are what will allow WAS to bind automatically the "
+"EJB3 references in the web module to the the actual EJB3 beans in the EAR "
+"module. Replace all of the /local strings in <literal>ejb-local-refs</"
+"literal> when the values below."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:179
+#: Websphere.xml:100
#, no-c-format
msgid ""
"<![CDATA[\n"
" <!-- JEE5 EJB3 names -->\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Authenticator</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.BookingList</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Register</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.ChangePassword</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.HotelBooking</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.HotelSearching</local> \n"
-" </ejb-local-ref> \n"
-" \n"
" <ejb-local-ref>\n"
-" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name> \n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-name>\n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref> \n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.BookingList</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Register</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.ChangePassword</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelBooking</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelSearching</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:181
+#: Websphere.xml:102
#, no-c-format
msgid ""
-"The important change is that there is an empty <literal>local-home</literal> "
-"element for each EJB. This tells Websphere to make the correct bindings "
-"between the web module and the EJB3 beans. The <literal>ejb-link</literal> "
-"element is simply not used."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:187
-#, no-c-format
-msgid ""
"Note also that <literal>EjbSynchronizations</literal> is a built-in Seam EJB "
"and not part of the Hotel Booking example. This means that if your "
"application's <literal>components.xml</literal> specifies "
-"<literal>transaction:ejb-transaction</literal> , then you must include:"
+"<literal>transaction:ejb-transaction</literal>, then you must include:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:192
+#: Websphere.xml:107
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -395,34 +262,34 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:193
+#: Websphere.xml:108
#, no-c-format
msgid ""
"in your web.xml. If you don't include it, you'll get the following error:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:194
+#: Websphere.xml:109
#, no-c-format
msgid "Name comp/env/myapp/EjbSynchronizations not found in context java:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:199
+#: Websphere.xml:114
#, no-c-format
msgid "resources/META-INF/persistence.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:202
+#: Websphere.xml:117
#, no-c-format
msgid ""
"For this example we will be using the default datasource that comes with "
-"Websphere. To do this change the <literal>jta-data-source</literal> element:"
+"WAS. To do this change the <literal>jta-data-source</literal> element:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:205
+#: Websphere.xml:120
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -431,7 +298,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:206
+#: Websphere.xml:121
#, no-c-format
msgid ""
"Then we need to adjust some of the hibernate properties. First comment out "
@@ -439,7 +306,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:211
+#: Websphere.xml:126
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -455,25 +322,25 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:215
+#: Websphere.xml:130
#, no-c-format
msgid ""
"<literal>hibernate.transaction.manager_lookup_class</literal> — "
-"Standard Hibernate transaction manager property for Websphere 6.X"
+"Standard Hibernate transaction manager property for WAS 6.X and 7"
msgstr ""
#. Tag: para
-#: Websphere.xml:221
+#: Websphere.xml:136
#, no-c-format
msgid ""
"<literal>hibernate.transaction.flush_before_completion</literal> — "
"This is commented out because we want the container to manage the "
"transactions. Also if this is set to <literal>true</literal> an exception "
-"will be thrown by Websphere when the EJBContext is looked up."
+"will be thrown by WAS when the EJBContext is looked up."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:230
+#: Websphere.xml:145
#, no-c-format
msgid ""
"<![CDATA[com.ibm.wsspi.injectionengine.InjectionException: \n"
@@ -482,55 +349,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:233
+#: Websphere.xml:148
#, no-c-format
msgid ""
"<literal>hibernate.dialect</literal> — From WAS 6.1.0.9 on the "
-"embedded DB was switched to the same Derby DB in Glassfish."
+"embedded DB was switched to the same Derby DB as is in Glassfish v2."
msgstr ""
#. Tag: literal
-#: Websphere.xml:243 Websphere.xml:967
+#: Websphere.xml:158 Websphere.xml:750
#, no-c-format
-msgid "resources/GlassfishDerbyDialect.class"
+msgid "src/GlassfishDerbyDialect.java"
msgstr ""
#. Tag: para
-#: Websphere.xml:246
+#: Websphere.xml:161
#, no-c-format
msgid ""
-"You will need to get the <literal>GlassfishDerbyDialect.class</literal> and "
-"copy it into the <literal>/resources</literal> directory. The class exists "
-"in the JPA example and can be copied using the command below assuming you "
-"are in <literal>jee5/booking</literal> directory:"
+"You will need to get the <literal>GlassfishDerbyDialect.java</literal> and "
+"copy it into the <literal>/src</literal> directory. The java class exists in "
+"the JPA example source directory and can be copied using the command below "
+"assuming you are in <literal>jee5/booking</literal> directory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:254
+#: Websphere.xml:169
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/WEB-INF/classes/GlassfishDerbyDialect."
-"class\n"
-" ./resources]]>"
+"cp ../../jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:255
+#: Websphere.xml:170
#, no-c-format
msgid ""
-"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file "
-"using changes to the build.xml discussed later."
+"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file."
msgstr ""
#. Tag: literal
-#: Websphere.xml:261
+#: Websphere.xml:175
#, no-c-format
msgid "resources/import.sql"
msgstr ""
#. Tag: para
-#: Websphere.xml:264
+#: Websphere.xml:178
#, no-c-format
msgid ""
"This file must also be copied from the JPA example because either the Derby "
@@ -540,201 +405,91 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:271
+#: Websphere.xml:185
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/import.sql ./resources]]>"
+"cp ../../jpa/resources-websphere7/import.sql ./resources]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:280
+#: Websphere.xml:194
#, no-c-format
msgid "Building the <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:283
+#: Websphere.xml:197
#, no-c-format
msgid ""
"In order to get the changes we have made into our application we need to "
"make some changes to the <literal>build.xml</literal>. There are also some "
"additional jars that are required by our application in order to work with "
-"Websphere. This section will cover what changes are needed to the "
-"<literal>build.xml</literal>."
+"WAS. This section will cover what changes are needed to the <literal>build."
+"xml</literal>."
msgstr ""
#. Tag: title
-#: Websphere.xml:290
+#: Websphere.xml:204
#, no-c-format
-msgid "New libraries dependencies"
+msgid "Library dependency changes"
msgstr ""
#. Tag: para
-#: Websphere.xml:294
+#: Websphere.xml:205
#, no-c-format
msgid ""
-"JSF libraries — Websphere 6.1 comes with its own version of JSF 1.1 "
-"(Seam requires JSF 1.2). So we must add these jars to our application:"
+"We remove the <literal>log4j.jar</literal> so that all of the log output "
+"from our application will be added to the WAS log. Additional steps are "
+"required to fully configure log4j and those are outside of the scope of this "
+"document."
msgstr ""
-#. Tag: literal
-#: Websphere.xml:299 Websphere.xml:836
-#, no-c-format
-msgid "jsf-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:303 Websphere.xml:841
-#, no-c-format
-msgid "jsf-impl.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:309
-#, no-c-format
-msgid ""
-"Since Websphere is not a fully compliant <literal>JEE5</literal> "
-"implementation we need to add these EL libraries:"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:314 Websphere.xml:849
-#, no-c-format
-msgid "el-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:318 Websphere.xml:845
-#, no-c-format
-msgid "el-ri.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:324
-#, no-c-format
-msgid ""
-"<literal>jboss-seam.jar</literal> — for some reason when deploying the "
-"application through the Websphere administration console it can not find the "
-"<literal>jboss-seam.jar</literal> at the base of the EAR archive. This means "
-"that we need to add it to the <literal>/lib</literal> of the EAR."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:332
-#, no-c-format
-msgid ""
-"Finally we remove the <literal>log4j.jar</literal> so that all of the log "
-"output from our application will be added to the Websphere log. Additional "
-"steps are required to fully configure log4j and those are outside of the "
-"scope of this document."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:343
+#: Websphere.xml:213
#, no-c-format
msgid "Updating the <literal>build.xml</literal> file"
msgstr ""
#. Tag: para
-#: Websphere.xml:345
+#: Websphere.xml:215
#, no-c-format
msgid ""
"Add the following entry to the bottom of the <literal>build.xml</literal> "
"file. This overrides the default fileset that is used to populate the "
-"<literal>jboss-seam-jee5.jar</literal>. The primary change is the addition "
-"of the <literal>GlassfishDerbyDialect.class</literal>:"
+"<literal>jboss-seam-jee5.jar</literal>. :"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:354
+#: Websphere.xml:223
#, no-c-format
msgid ""
"<![CDATA[\n"
" <fileset id=\"jar.resources\" dir=\"${resources.dir}\">\n"
" <include name=\"import.sql\" />\n"
" <include name=\"seam.properties\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
" <include name=\"META-INF/persistence.xml\" />\n"
" <include name=\"META-INF/ejb-jar.xml\" />\n"
" </fileset>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:357
+#: Websphere.xml:225
#, no-c-format
msgid ""
-"Next we need to add the library dependencies discussed above. For this add "
-"the following to bottom of the <literal>ear.lib.extras</literal> fileset "
-"entry:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:363
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!--<include name=\"lib/log4j.jar\" />-->\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" />\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:365
-#, no-c-format
-msgid ""
-"We also need to add richfaces-api.jar, jsf-impl.jar and el-ri.jar into WEB-"
-"INF/lib of the war file. Add the following fileset after <literal>ear.lib."
-"extras</literal> fileset."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:368
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <fileset id=\"war.lib.extras\" dir=\"${seam.dir}\"> \n"
-" <include name=\"lib/richfaces-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" /> \n"
-" </fileset>]]>"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:370
-#, no-c-format
-msgid "A note about copying JSF and EL jars"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:371
-#, no-c-format
-msgid ""
-"There is a class loading issue with WebSphere, which causes the jars from "
-"ear lib directory to not be available when the web module is initialized."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:376
-#, no-c-format
-msgid ""
"Now all that is left is to execute the <literal>ant archive</literal> task "
"and the built application will be in the <literal>jee5/booking/dist</"
"literal> directory."
msgstr ""
#. Tag: title
-#: Websphere.xml:385
+#: Websphere.xml:234
#, no-c-format
msgid "Deploying the application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:387
+#: Websphere.xml:236
#, no-c-format
msgid ""
"So now we have everything we need in place. All that is left is to deploy it "
@@ -742,7 +497,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:389
+#: Websphere.xml:238
#, no-c-format
msgid ""
"For this we will use Websphere's administration console. As before there are "
@@ -750,52 +505,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:392
+#: Websphere.xml:241
#, no-c-format
msgid ""
-"The steps below are for the Websphere version stated above, yours may be "
-"slightly different."
+"The steps below are for the WAS version stated above. The ports are default "
+"values, if you changed them substitute your values."
msgstr ""
#. Tag: para
-#: Websphere.xml:396
+#: Websphere.xml:245
#, no-c-format
-msgid "Log in to the administration console"
+msgid ""
+"Log in to the administration console <programlisting><![CDATA[https://"
+"localhost:9043/admin]]></programlisting> or"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:399
+#: Websphere.xml:250
#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"https://localhost:9043/ibm/console]]>"
+msgid "<![CDATA[http://localhost:9060/admin]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:403
+#: Websphere.xml:254
#, no-c-format
msgid ""
-"Access the <literal>Enterprise Application</literal> menu option under the "
-"<literal>Applications</literal> top menu."
+"Access the <literal>Websphere enterprise applications</literal> menu option "
+"under the <literal>Applications --> Application Type</literal> left side "
+"menu."
msgstr ""
#. Tag: para
-#: Websphere.xml:408
+#: Websphere.xml:259
#, no-c-format
msgid ""
-"At the top of the <literal>Enterprise Application</literal> table select "
+"At the top of the <literal>Enterprise Applications</literal> table select "
"<literal>Install</literal>. Below are installation wizard pages and what "
"needs to done on each:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:414 Websphere.xml:674
+#: Websphere.xml:265 Websphere.xml:461
#, no-c-format
msgid "Preparing for the application installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:418
+#: Websphere.xml:269
#, no-c-format
msgid ""
"Browse to the <literal>examples/jee5/booking/dist/jboss-seam-jee5.ear</"
@@ -803,102 +559,81 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:424 Websphere.xml:442 Websphere.xml:475 Websphere.xml:689
+#: Websphere.xml:275 Websphere.xml:285 Websphere.xml:304 Websphere.xml:476
+#: Websphere.xml:496
#, no-c-format
msgid "Select the <literal>Next</literal> button."
msgstr ""
+#. Tag: para
+#: Websphere.xml:280 Websphere.xml:471
+#, no-c-format
+msgid "Select the <literal>Fast Path</literal> button."
+msgstr ""
+
#. Tag: literal
-#: Websphere.xml:431
+#: Websphere.xml:292
#, no-c-format
msgid "Select installation options"
msgstr ""
#. Tag: para
-#: Websphere.xml:435
+#: Websphere.xml:296
#, no-c-format
msgid ""
-"Select the <literal>Deploy enterprise beans</literal> check box. This is "
-"needed unless you used a Websphere tool to package the application."
+"Select the <literal>Deploy enterprise beans</literal> and <literal>Allow EJB "
+"reference targets to resolve automatically</literal> check boxes. This is "
+"needed unless you used a Websphere AS tool to package the application."
msgstr ""
#. Tag: literal
-#: Websphere.xml:449
+#: Websphere.xml:313
#, no-c-format
msgid "Map modules to servers"
msgstr ""
#. Tag: para
-#: Websphere.xml:453
+#: Websphere.xml:317
#, no-c-format
msgid ""
"No changes needed here as we only have one server. Select the <literal>Next</"
"literal> button."
msgstr ""
-#. Tag: para
-#: Websphere.xml:461
-#, no-c-format
-msgid ""
-"<literal>Map EJB references to beans</literal> This page will list all of "
-"the beans that we entered in the web.xml."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:466
-#, no-c-format
-msgid ""
-"Make sure that <literal>Allow EJB reference targets to resolve "
-"automatically</literal> check box is selected. This will tell Websphere to "
-"bind our EJB3 beans to the EJB references in the web module."
-msgstr ""
-
#. Tag: literal
-#: Websphere.xml:482
+#: Websphere.xml:325
#, no-c-format
-msgid "Map virtual hosts for Web modules"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:486
-#, no-c-format
-msgid "No changes needed here. Select the <literal>Next</literal> button."
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:493
-#, no-c-format
msgid "Summary"
msgstr ""
#. Tag: para
-#: Websphere.xml:496
+#: Websphere.xml:328
#, no-c-format
msgid "No changes needed here. Select the <literal>Finish</literal> button."
msgstr ""
#. Tag: literal
-#: Websphere.xml:503
+#: Websphere.xml:335
#, no-c-format
msgid "Installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:506
+#: Websphere.xml:338
#, no-c-format
msgid "Now you will see it installing and deploying your application."
msgstr ""
#. Tag: para
-#: Websphere.xml:511
+#: Websphere.xml:343
#, no-c-format
msgid ""
-"When if finishes select the <literal>Save</literal> link and you will be "
+"When it finishes select the <literal>Save</literal> link and you will be "
"returned to the <literal>Enterprise Applications</literal> table."
msgstr ""
#. Tag: para
-#: Websphere.xml:523
+#: Websphere.xml:355
#, no-c-format
msgid ""
"Now that we have our application installed we need to make some adjustments "
@@ -906,7 +641,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:527
+#: Websphere.xml:359
#, no-c-format
msgid ""
"Starting from the <literal>Enterprise Applications</literal> table select "
@@ -914,40 +649,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:533
+#: Websphere.xml:365
#, no-c-format
msgid "Select the <literal>Manage Modules</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:537
+#: Websphere.xml:369
#, no-c-format
-msgid "Select the <literal>jboss-seam-jee5.war</literal> link."
+msgid "Select the <literal>jboss-seam-jee5-booking.war</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:542
+#: Websphere.xml:374
#, no-c-format
msgid ""
"Change the <literal>Class loader order</literal> combo box to "
-"<literal>Classes loaded with application class loader first</literal>."
+"<literal>Classes loaded with application class loader first (parent last)</"
+"literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:548 Websphere.xml:573
+#: Websphere.xml:380 Websphere.xml:397
#, no-c-format
msgid ""
"Select <literal>Apply</literal> and then <literal>Save</literal> options."
msgstr ""
#. Tag: para
-#: Websphere.xml:552
+#: Websphere.xml:384
#, no-c-format
-msgid "Return the <literal>Seam Booking</literal> page."
+msgid "Return to the <literal>Seam Booking</literal> page."
msgstr ""
#. Tag: para
-#: Websphere.xml:556
+#: Websphere.xml:387
#, no-c-format
msgid ""
"On this page select the <literal>Class loading and update detection</"
@@ -955,7 +691,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:561
+#: Websphere.xml:392
#, no-c-format
msgid ""
"Select the radio button for <literal>Classes loaded with application class "
@@ -963,117 +699,40 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:566
+#: Websphere.xml:403
#, no-c-format
msgid ""
-"Even though we are not enabling class reload you must also enter a valid "
-"number in the <literal>Polling interval for updated files</literal> text "
-"area (zero works fine)."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:577
-#, no-c-format
-msgid ""
-"You should verify that the change you just made has been remembered. We have "
-"had problems with the last class loader change not taking effect - even "
-"after a restart. If the change did not take you will need to do it manually, "
-"following these directions:"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:585
-#, no-c-format
-msgid "Open the following file in a text editor of your choice:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:589
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"$WebSphereInstall/$yourServerName/profiles/$yourProfileName/config/cells/\n"
-" $yourCellName/applications/Seam Booking.ear/deployments/\n"
-" Seam Booking/deployment.xml]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:593
-#, no-c-format
-msgid ""
-"Modify the following line so that <literal>PARENT_FIRST</literal> is now "
-"<literal>PARENT_LAST</literal>:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:599
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<classloader xmi:id=\"Classloader_#######\" mode=\"PARENT_FIRST\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:603
-#, no-c-format
-msgid ""
-"Save the file and now when go to the <literal>Class loading and update "
-"detection</literal> page you should see <literal>Classes loaded with "
-"application class loader first</literal> selected."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:615
-#, no-c-format
-msgid ""
"To start the application return to the <literal>Enterprise Applications</"
"literal> table and select our application in the list. Then choose the "
"<literal>Start</literal> button at the top of the table."
msgstr ""
#. Tag: para
-#: Websphere.xml:622
+#: Websphere.xml:410
#, no-c-format
msgid ""
"You can now access the application at <literal>http://localhost:9080/seam-"
-"jee5/</literal> ."
+"jee5-booking/index.html</literal> ."
msgstr ""
#. Tag: title
-#: Websphere.xml:628
+#: Websphere.xml:431
#, no-c-format
-msgid "A note about Websphere Stateful bean timeouts"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:629
-#, no-c-format
-msgid ""
-"The default timeout period for a Websphere 6.1 Stateful EJB is 10 minutes. "
-"This means that you may see some EJB timeout exceptions after some idle "
-"time. It is possible to adjust the timeout of the Stateful EJBs on an "
-"individual basis, but that is beyond the scope of this document. See the "
-"Websphere documentation for details."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:643
-#, no-c-format
msgid "The <literal>jpa</literal> booking example"
msgstr ""
#. Tag: para
-#: Websphere.xml:644
+#: Websphere.xml:432
#, no-c-format
msgid ""
"Thankfully getting the <literal>jpa</literal> example to work is much easier "
"than the <literal>jee5</literal> example. This is the Hotel Booking example "
"implemented in Seam POJOs and using Hibernate JPA with JPA transactions. It "
-"does not require EJB3 support to run."
+"does not use EJB3."
msgstr ""
#. Tag: para
-#: Websphere.xml:650
+#: Websphere.xml:437
#, no-c-format
msgid ""
"The example already has a breakout of configurations and build scripts for "
@@ -1081,7 +740,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:653
+#: Websphere.xml:440
#, no-c-format
msgid ""
"First thing we are going to do is build and deploy that example. Then we'll "
@@ -1089,29 +748,29 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:657
+#: Websphere.xml:444
#, no-c-format
msgid "Building the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:658
+#: Websphere.xml:445
#, no-c-format
msgid ""
"Building it only requires running the correct ant command: "
-"<programlisting>ant websphere61</programlisting> This will create container "
+"<programlisting>ant websphere7</programlisting> This will create container "
"specific distribution and exploded archive directories with the "
-"<literal>websphere61</literal> label."
+"<literal>websphere7</literal> label."
msgstr ""
#. Tag: title
-#: Websphere.xml:664
+#: Websphere.xml:451
#, no-c-format
msgid "Deploying the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:665
+#: Websphere.xml:452
#, no-c-format
msgid ""
"This is similar to the <literal>jee5</literal> example at <xref linkend="
@@ -1119,7 +778,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:670
+#: Websphere.xml:457
#, no-c-format
msgid ""
"From the <literal>Enterprise Applications</literal> table select the "
@@ -1127,37 +786,43 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:678
+#: Websphere.xml:465
#, no-c-format
msgid ""
-"Browse to the <literal>examples/jpa/dist-websphere61/jboss-seam-jpa.war</"
+"Browse to the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
"literal> file using the file upload widget."
msgstr ""
#. Tag: para
-#: Websphere.xml:684
+#: Websphere.xml:483
#, no-c-format
msgid ""
-"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
-"jpa</literal>."
+"Select the <literal>Next</literal> button for the next three pages, no "
+"changes are needed."
msgstr ""
+#. Tag: literal
+#: Websphere.xml:488
+#, no-c-format
+msgid "Map context roots for Web modules"
+msgstr ""
+
#. Tag: para
-#: Websphere.xml:695
+#: Websphere.xml:491
#, no-c-format
msgid ""
-"Select the <literal>Next</literal> button for the next three pages, no "
-"changes are needed."
+"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
+"jpa</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:700
+#: Websphere.xml:502
#, no-c-format
msgid "<literal>Summary</literal> page"
msgstr ""
#. Tag: para
-#: Websphere.xml:703
+#: Websphere.xml:505
#, no-c-format
msgid ""
"Review the settings if you wish and select the <literal>Finish</literal> "
@@ -1167,17 +832,17 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:716
+#: Websphere.xml:519
#, no-c-format
msgid ""
"As with the <literal>jee5</literal> example there are some class loader "
"changes needed before we start the application. Follow the instructions at "
"<xref linkend=\"websphere-app-adj-after-install\"/> but exchange "
-"<literal>jboss-seam-jpa</literal> for <literal>Seam Booking</literal>."
+"<literal>jboss-seam-jpa_war</literal> for <literal>Seam Booking</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:723
+#: Websphere.xml:526
#, no-c-format
msgid ""
"Finally start the application by selecting it in the <literal>Enterprise "
@@ -1186,7 +851,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:729
+#: Websphere.xml:532
#, no-c-format
msgid ""
"You can now access the application at the <literal>http://localhost:9080/"
@@ -1194,187 +859,186 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:737
+#: Websphere.xml:540
#, no-c-format
-msgid "Whats different for Websphere 6.1"
+msgid "What's different for Websphere AS V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:738
+#: Websphere.xml:541
#, no-c-format
msgid ""
"The differences between the JPA examples that deploys to JBoss 4.2 and "
-"Websphere 6.1 are mostly expected; library and configuration file changes."
+"Websphere AS V7 are mostly expected; library and configuration file changes."
msgstr ""
#. Tag: para
-#: Websphere.xml:743
+#: Websphere.xml:546
#, no-c-format
msgid "<para>Configuration file changes</para>"
msgstr ""
#. Tag: para
-#: Websphere.xml:746
+#: Websphere.xml:549
#, no-c-format
msgid ""
-"<literal>WEB-INF/web.xml</literal> — the only significant change is "
-"that Websphere 6.1 only support <literal>Servlet 2.4</literal> so the top of "
-"this file was changed."
+"<literal>META-INF/persistence.xml</literal> — the main changes here "
+"are for the datasource JNDI path, switching to the Websphere transaction "
+"manager look up class, and changing the hibernate dialect to be "
+"<literal>GlassfishDerbyDialect</literal> ."
msgstr ""
#. Tag: para
-#: Websphere.xml:753
+#: Websphere.xml:559
#, no-c-format
msgid ""
-"<literal>META-INF/persistence.xml</literal> — the main changes here "
-"are for the datasource JNDI path, switching to the Websphere 6.1 transaction "
-"manager look up class, and changing the hibernate dialect to be "
-"<literal>GlassfishDerbyDialect</literal> ."
+"<literal>WEB-INF/components.xml</literal> — the change here is "
+"<literal>jndi-pattern</literal> without /local string."
msgstr ""
#. Tag: para
-#: Websphere.xml:763
+#: Websphere.xml:565
#, no-c-format
msgid ""
-"<literal>WEB-INF/classes/GlassfishDerbyDialect.class </literal> — this "
-"class is needed for the hibernate dialect change to "
-"<literal>GlassfishDerbyDialect</literal>"
+"<literal>META-INF/ejb-jar.xml</literal> — the same change in "
+"<literal>ejb-ref-name</literal>, where is replace /local string in "
+"<literal>jboss-seam-jee5/AuthenticatorAction</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:771
+#: Websphere.xml:572
#, no-c-format
msgid ""
+"<literal>src/GlassfishDerbyDialect.java </literal> — this class is "
+"needed for the hibernate dialect change to <literal>GlassfishDerbyDialect</"
+"literal>"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:580
+#, no-c-format
+msgid ""
"<literal>import.sql</literal> — either for the dialect or Derby DB the "
"<literal>ID</literal> column can not be populated by this file and was "
"removed."
msgstr ""
#. Tag: para
-#: Websphere.xml:780
+#: Websphere.xml:589
#, no-c-format
msgid "Changes for dependent libraries"
msgstr ""
#. Tag: para
-#: Websphere.xml:781
+#: Websphere.xml:590
#, no-c-format
msgid ""
-"<literal>WEB-INF/lib</literal> — The Websphere version requires "
-"several library packages because they are not included as they are with "
-"JBoss AS. These are primarily for hibernate, JSF-RI support and their "
-"dependencies. Below are listed only the additional jars needed above and "
-"beyond the JBoss <literal>JPA</literal> example."
+"The Websphere version requires several library packages because they are not "
+"included as they are with JBoss AS. These are primarily for hibernate and "
+"their dependencies. Below are listed only the additional jars needed above "
+"and beyond the JBoss <literal>JPA</literal> example."
msgstr ""
#. Tag: para
-#: Websphere.xml:789
+#: Websphere.xml:597
#, no-c-format
msgid "To use Hibernate as your JPA provider you need the following jars:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:794
+#: Websphere.xml:602
#, no-c-format
msgid "hibernate.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:799
+#: Websphere.xml:607
#, no-c-format
msgid "hibernate-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:804
+#: Websphere.xml:612
#, no-c-format
msgid "hibernate-commons-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:809
+#: Websphere.xml:617
#, no-c-format
msgid "hibernate-entitymanager.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:814
+#: Websphere.xml:622
#, no-c-format
msgid "hibernate-validator.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:819
+#: Websphere.xml:627
#, no-c-format
msgid "commons-collections.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:824
+#: Websphere.xml:632
#, no-c-format
msgid "jboss-common-core.jar"
msgstr ""
#. Tag: para
-#: Websphere.xml:830
+#: Websphere.xml:638
#, no-c-format
-msgid ""
-"Seam requires JSF 1.2 and these are the jars needed for that. Websphere 6.1 "
-"ships with its own implementation of JSF 1.1."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:855
-#, no-c-format
msgid "Various third party jars that Websphere needs:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:858
+#: Websphere.xml:641
#, no-c-format
msgid "antlr.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:862
+#: Websphere.xml:645
#, no-c-format
msgid "cglib.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:866
+#: Websphere.xml:649
#, no-c-format
msgid "asm.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:870
+#: Websphere.xml:653
#, no-c-format
msgid "dom4j.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:875
+#: Websphere.xml:658
#, no-c-format
msgid "javassist.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:880
+#: Websphere.xml:663
#, no-c-format
msgid "concurrent.jar"
msgstr ""
#. Tag: title
-#: Websphere.xml:895
+#: Websphere.xml:678
#, no-c-format
msgid ""
"Deploying an application created using <literal>seam-gen</literal> on "
-"Websphere 6.1.0.13"
+"Websphere V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:898
+#: Websphere.xml:681
#, no-c-format
msgid ""
"<literal>seam-gen</literal> is a very useful tool for developers to quickly "
@@ -1387,13 +1051,13 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:908
+#: Websphere.xml:691
#, no-c-format
msgid "Running <literal>seam-gen</literal> Setup"
msgstr ""
#. Tag: para
-#: Websphere.xml:909
+#: Websphere.xml:692
#, no-c-format
msgid ""
"The first step is setting up <literal>seam-gen</literal> to construct the "
@@ -1403,7 +1067,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:915
+#: Websphere.xml:698
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1499,7 +1163,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:917
+#: Websphere.xml:700
#, no-c-format
msgid ""
"Type <literal>./seam new-project</literal> to create your project and "
@@ -1508,25 +1172,25 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:924
+#: Websphere.xml:707
#, no-c-format
msgid "Changes needed for deployment to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:925
+#: Websphere.xml:708
#, no-c-format
msgid "We now need to make some changes to the generated project."
msgstr ""
#. Tag: literal
-#: Websphere.xml:931
+#: Websphere.xml:714
#, no-c-format
msgid "resources/META-INF/persistence-dev.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:936
+#: Websphere.xml:719
#, no-c-format
msgid ""
"Alter the <literal>jta-data-source</literal> to be "
@@ -1535,7 +1199,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:943
+#: Websphere.xml:726
#, no-c-format
msgid ""
"Add or change the properties below. These are described in detail at <xref "
@@ -1543,7 +1207,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:948
+#: Websphere.xml:731
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1559,14 +1223,14 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:951
+#: Websphere.xml:734
#, no-c-format
msgid ""
"Remove the JBoss AS specific method of exposing the EntityManagerFactory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:954
+#: Websphere.xml:737
#, no-c-format
msgid ""
"<![CDATA[<property \n"
@@ -1575,7 +1239,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:957
+#: Websphere.xml:740
#, no-c-format
msgid ""
"You'll need to alter <literal>persistence-prod.xml</literal> as well if you "
@@ -1583,32 +1247,31 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:970
+#: Websphere.xml:753
#, no-c-format
msgid ""
-"As with other examples we need to include this class for DB support. It can "
-"be copied from the <literal>jpa</literal> example into the "
-"<literal>websphere_example/resources</literal> directory."
+"As with other examples we need to include this java class for DB support. It "
+"can be copied from the <literal>jpa</literal> example into the "
+"<literal>websphere_example/src</literal> directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:976
+#: Websphere.xml:759
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp $SEAM/examples/jpa/resources-websphere61/WEB-INF/classes/"
-"GlassfishDerbyDialect.class\n"
-" ./resources]]>"
+"cp $SEAM/examples/jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: literal
-#: Websphere.xml:982
+#: Websphere.xml:765
#, no-c-format
msgid "resources/META-INF/jboss-app.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:985
+#: Websphere.xml:768
#, no-c-format
msgid ""
"You can delete this file as we aren't deploying to JBoss AS ( <literal>jboss-"
@@ -1616,13 +1279,13 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:991
+#: Websphere.xml:774
#, no-c-format
msgid "resources/*-ds.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:994
+#: Websphere.xml:777
#, no-c-format
msgid ""
"You can delete these file as we aren't deploying to JBoss AS (these files "
@@ -1630,7 +1293,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1006
+#: Websphere.xml:789
#, no-c-format
msgid ""
"Enable container managed transaction integration - add the <literal> <"
@@ -1640,7 +1303,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1015
+#: Websphere.xml:798
#, no-c-format
msgid ""
"Alter the <literal>jndi-pattern</literal> to <literal> java:comp/env/"
@@ -1648,7 +1311,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1021
+#: Websphere.xml:804
#, no-c-format
msgid ""
"We do not need <literal>managed-persistence-context</literal> for this "
@@ -1656,7 +1319,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1027
+#: Websphere.xml:810
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1667,67 +1330,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1036
+#: Websphere.xml:819
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it required "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1042
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1044
-#, no-c-format
-msgid ""
"As with the <literal>jee5/booking</literal> example we need to add EJB "
-"references to the web.xml. These references require the empty <literal>local-"
-"home</literal> to flag them for Websphere to perform the proper binding."
+"references to the web.xml. These references require replacing /local string "
+"in <literal>ejb-ref-name</literal> to flag them for Websphere to perform the "
+"proper binding."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1051
+#: Websphere.xml:826
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local> \n"
-" </ejb-local-ref>\n"
+"<![CDATA[ \n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local>\n"
+" </ejb-local-ref> \n"
" \n"
" <ejb-local-ref>\n"
" <ejb-ref-name>websphere_example/EjbSynchronizations</ejb-ref-name> \n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:1057
+#: Websphere.xml:832
#, no-c-format
msgid "Creating the <literal>AuthenticatorAction</literal> EJB"
msgstr ""
#. Tag: para
-#: Websphere.xml:1059
+#: Websphere.xml:834
#, no-c-format
msgid ""
"We want to take the existing <literal>Authenticator</literal> Seam POJO "
@@ -1735,13 +1372,19 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1065
+#: Websphere.xml:837
#, no-c-format
+msgid "Change the generated Authenticator class"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:840
+#, no-c-format
msgid "Rename the class to <literal>AuthenticatorAction</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1069
+#: Websphere.xml:844
#, no-c-format
msgid ""
"Add the <literal>@Stateless</literal> annotation to the new "
@@ -1749,7 +1392,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1075
+#: Websphere.xml:850
#, no-c-format
msgid ""
"Create an interface called <literal>Authenticator</literal> which "
@@ -1761,7 +1404,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1088
+#: Websphere.xml:863
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1770,7 +1413,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1091
+#: Websphere.xml:866
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1780,7 +1423,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1094
+#: Websphere.xml:869
#, no-c-format
msgid ""
"We've already added its reference to the <literal>web.xml</literal> file so "
@@ -1788,14 +1431,14 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:1100
+#: Websphere.xml:875
#, no-c-format
msgid ""
"Extra jar dependencies and other changes to the <literal>build.xml</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1102
+#: Websphere.xml:877
#, no-c-format
msgid ""
"This application has similar requirements as the <literal>jee5/booking</"
@@ -1803,7 +1446,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1107
+#: Websphere.xml:882
#, no-c-format
msgid ""
"Change the default target to <literal>archive</literal> (we aren't going to "
@@ -1811,7 +1454,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1113
+#: Websphere.xml:888
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1819,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1117
+#: Websphere.xml:892
#, no-c-format
msgid ""
"Websphere looks for the drools <literal>/security.drl</literal> file in the "
@@ -1832,7 +1475,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1128
+#: Websphere.xml:903
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1844,93 +1487,16 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1131
+#: Websphere.xml:906
#, no-c-format
msgid ""
-"We need to ge the <literal>GlassfishDerbyDialect.class</literal> into our "
-"application jar. To do that find the <literal>jar</literal> task and modify "
-"the top of it so that it looks like this:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1139
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"jar\" depends=\"compile,copyclasses\" \n"
-" description=\"Build the distribution .jar file\">\n"
-" <copy todir=\"${jar.dir}\">\n"
-" <fileset dir=\"${basedir}/resources\">\n"
-" <include name=\"seam.properties\" />\n"
-" <include name=\"*.drl\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
-" </fileset>\n"
-" </copy>\n"
-"...]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1142
-#, no-c-format
-msgid ""
-"Next we need to get the <literal>jboss-seam.jar</literal> into the base of "
-"the <literal>EAR</literal> file. For deployment Websphere requires this jar "
-"to be in both the <literal>/lib</literal> directory and at the base of the "
-"<literal>EAR</literal>. You must add the following to the <literal>archive</"
-"literal> task:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1151
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1152
-#, no-c-format
-msgid "So that the whole <literal>archive</literal> task looks like:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1156
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"archive\" depends=\"jar,war,ear\" \n"
-" description=\"Package the archives\">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.jar\" basedir=\"${jar.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.war\" basedir=\"${war.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.ear\">\n"
-" <fileset dir=\"${ear.dir}\"/>\n"
-" <fileset dir=\"${dist.dir}\">\n"
-" <include name=\"${project.name}.jar\"/>\n"
-" <include name=\"${project.name}.war\"/>\n"
-" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
-" </jar>\n"
-"</target>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1159
-#, no-c-format
-msgid ""
"Now we need to get extra jars into the <literal>build.xml</literal>. Look "
"for the <literal><fileset dir=\"${basedir}\"></literal> section of the "
"task below. Add the new includes at the bottom of the fileset."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1167
+#: Websphere.xml:914
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1941,9 +1507,7 @@
" <include name=\"*hibernate.cfg.xml\" />\n"
" <include name=\"jbpm.cfg.xml\" />\n"
" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
+"\n"
" <fileset dir=\"${basedir}\">\n"
" <include name=\"lib/jbpm*.jar\" />\n"
" <include name=\"lib/jboss-el.jar\" />\n"
@@ -1965,13 +1529,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1170
+#: Websphere.xml:917
#, no-c-format
msgid "Hibernate dependencies"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1171
+#: Websphere.xml:918
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1985,33 +1549,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1174
+#: Websphere.xml:921
#, no-c-format
-msgid ""
-"JSF dependencies. You will need to copy the <literal>el-ri.jar</literal> "
-"from the <literal>$SEAM/examples/jpa/lib</literal> directory."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1177
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1180
-#, no-c-format
msgid "Third party dependencies."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1181
+#: Websphere.xml:922
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2028,15 +1572,15 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1184
+#: Websphere.xml:925
#, no-c-format
msgid ""
-"<literal>jboss-seam.jar</literal> - this is needed in both the <literal>ear</"
-"literal> base and <literal>/lib</literal> directory."
+"<literal>jboss-seam.jar</literal> - this is needed in the <literal>ear</"
+"literal> base directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1188
+#: Websphere.xml:928
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2045,13 +1589,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1192
+#: Websphere.xml:932
#, no-c-format
msgid "You should end up with something like:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1193
+#: Websphere.xml:933
#, no-c-format
msgid ""
"<![CDATA[<fileset dir=\"${basedir}\">\n"
@@ -2072,13 +1616,7 @@
" <include name=\"lib/hibernate-entitymanager.jar\"/>\n"
" <include name=\"lib/hibernate-validator.jar\"/>\n"
" <include name=\"lib/jboss-common-core.jar\" />\n"
-" \n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>\n"
-" \n"
+"\n"
" <!-- 3rd party and supporting jars -->\n"
" <include name=\"lib/javassist.jar\"/>\n"
" <include name=\"lib/dom4j.jar\" />\n"
@@ -2095,38 +1633,14 @@
"</fileset>]]>"
msgstr ""
-#. Tag: para
-#: Websphere.xml:1195
-#, no-c-format
-msgid ""
-"The last step is to add <literal>jsf-impl.jar</literal> and <literal>el-ri."
-"jar</literal> to the war target. Look for <literal>copy todir=\"${war.dir}/"
-"WEB-INF/lib\"</literal> and add the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1199
-#, no-c-format
-msgid ""
-"<![CDATA[<copy todir=\"${war.dir}/WEB-INF/lib\">\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <includesfile name=\"deployed-jars-war.list"
-"\" />\n"
-" <include name=\"jsf-impl.jar\" />\n"
-" <include name=\"el-ri.jar\" /> \n"
-" <exclude name=\"jboss-seam-gen.jar\" />\n"
-" </fileset>\n"
-"</copy>]]>"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:1206
+#: Websphere.xml:940
#, no-c-format
msgid "Building and deploying the seam-gen'd application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:1212
+#: Websphere.xml:945
#, no-c-format
msgid ""
"Build your application by calling <literal>ant</literal> in the base "
@@ -2136,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1221
+#: Websphere.xml:954
#, no-c-format
msgid ""
"To deploy the application follow the instructions here : <xref linkend="
@@ -2146,7 +1660,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1227
+#: Websphere.xml:960
#, no-c-format
msgid ""
"Checkout the app at: <literal>http://localhost:9080/websphere_example/index."
Modified: trunk/doc/Seam_Reference_Guide/ru-RU/Excel.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/ru-RU/Excel.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/ru-RU/Excel.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: Seam_Reference_Guide \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-10-14 11:38+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -46,7 +46,7 @@
"&excel; JSF controls, which are used to construct views that can render the "
"document, and the DocumentStore component, which serves the rendered "
"document to the user. To include &excel; support in your application, "
-"included <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
+"include <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
"lib</literal> directory along with the <literal>jxl.jar</literal> JAR file. "
"Furthermore, you need to configure the DocumentStore servlet in your web.xml"
msgstr ""
@@ -247,9 +247,9 @@
msgid ""
"<literal>arrayGrowSize</literal> — The amount of memory by which to "
"increase the amount of memory allocated to storing the workbook data. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 1 megabyte. The value is a "
-"number (bytes)."
+"processes reading many small workbooks inside a WAS it might be necessary to "
+"reduce the default size. Default value is 1 megabyte. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -332,10 +332,10 @@
#, no-c-format
msgid ""
"<literal>initialFileSize</literal> — The initial amount of memory "
-"allocated to store the workbook data when reading a worksheet. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 5 megabytes. The value is a "
-"number (bytes)."
+"allocated to store the workbook data when reading a worksheet. For processes "
+"reading many small workbooks inside a WAS it might be necessary to reduce "
+"the default size. Default value is 5 megabytes. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -428,7 +428,7 @@
#, no-c-format
msgid ""
"<literal>filename</literal> — The filename to use for the download. "
-"The value is a string. Please not that if you map the DocumentServlet to "
+"The value is a string. Please note that if you map the DocumentServlet to "
"some pattern, this file extension must also match."
msgstr ""
@@ -442,11 +442,9 @@
msgstr ""
#. Tag: emphasis
-#: Excel.xml:322 Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081
-#: Excel.xml:1157 Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537
-#: Excel.xml:1595 Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#: Excel.xml:322 Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
#, no-c-format
-msgid "Child elemenents"
+msgid "Child elements"
msgstr ""
#. Tag: para
@@ -516,7 +514,7 @@
#, no-c-format
msgid ""
"Worksheets are the children of workbooks and the parent of columns and "
-"worksheet commands They can also contain explicitly placed cells, formulas, "
+"worksheet commands. They can also contain explicitly placed cells, formulas, "
"images and hyperlinks. They are the pages that make up the workbook."
msgstr ""
@@ -542,14 +540,14 @@
#, no-c-format
msgid ""
"<literal>var</literal> — The current row iterator variable name that "
-"can later be referenced in cell value attributes. The value is a string"
+"can later be referenced in cell value attributes. The value is a string."
msgstr ""
#. Tag: para
#: Excel.xml:401
#, no-c-format
msgid ""
-"<literal>name</literal> — The name of the worksheet. The valus is a "
+"<literal>name</literal> — The name of the worksheet. The value is a "
"string. Defaults to Sheet# where # is the worksheet index. If the given "
"worksheet name exists, that sheet is selected. This can be used for merging "
"several data sets into a single worksheet, just define the same name for "
@@ -590,7 +588,7 @@
#, no-c-format
msgid ""
"<literal>bottomMargin</literal> — The bottom margin. The value is a "
-"number (inches)"
+"number (inches)."
msgstr ""
#. Tag: para
@@ -709,7 +707,7 @@
#: Excel.xml:551
#, no-c-format
msgid ""
-"<literal>normalMagnification</literal> — The normal magnificaton "
+"<literal>normalMagnification</literal> — The normal magnification "
"factor (not zoom or scale factor). The value is a number (percentage)."
msgstr ""
@@ -727,7 +725,7 @@
#, no-c-format
msgid ""
"<literal>pageBreakPreviewMagnification</literal> — The page break "
-"preview magnificaton factor (not zoom or scale factors). the value is a "
+"preview magnification factor (not zoom or scale factors). The value is a "
"number (percentage)."
msgstr ""
@@ -803,7 +801,8 @@
#, no-c-format
msgid ""
"<literal>recalculateFormulasBeforeSave</literal> — Should the formulas "
-"be re-calculated when the sheet is saved? The value is a boolean. false"
+"be re-calculated when the sheet is saved? The value is a boolean. Default "
+"value is false."
msgstr ""
#. Tag: para
@@ -874,11 +873,19 @@
#: Excel.xml:698
#, no-c-format
msgid ""
-"<literal>zoomFactor</literal> — T zoom factor. Do not confuse zoom "
+"<literal>zoomFactor</literal> — The zoom factor. Do not confuse zoom "
"factor (which relates to the on screen view) with scale factor (which refers "
-"to the scale factor when printing). The value is a number (percentage."
+"to the scale factor when printing). The value is a number (percentage)."
msgstr ""
+#. Tag: emphasis
+#: Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081 Excel.xml:1157
+#: Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537 Excel.xml:1595
+#: Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#, no-c-format
+msgid "Child elemenents"
+msgstr ""
+
#. Tag: para
#: Excel.xml:712
#, no-c-format
@@ -900,7 +907,7 @@
#, no-c-format
msgid ""
"<literal><e:headerFooter/></literal> — Zero or more header/"
-"footer definitions ((see <xref linkend=\"excel.headersfooters\"/> ))."
+"footer definitions (see <xref linkend=\"excel.headersfooters\"/> )."
msgstr ""
#. Tag: para
@@ -916,7 +923,7 @@
#, no-c-format
msgid ""
"<literal>header</literal>— Contents that will be placed at the top of "
-"the data block, above the column headers (if any)"
+"the data block, above the column headers (if any)."
msgstr ""
#. Tag: para
@@ -924,7 +931,7 @@
#, no-c-format
msgid ""
"<literal>footer</literal>— Contents that will be placed at the bottom "
-"of the data block, below the column footers (if any)"
+"of the data block, below the column footers (if any)."
msgstr ""
#. Tag: programlisting
@@ -1062,7 +1069,7 @@
"Cells are nested within columns (for iteration) or inside worksheets (for "
"direct placement using the <literal>column</literal> and <literal>row</"
"literal> attributes) and are responsible for outputting the value (usually "
-"though en EL-expression involving the <literal>var</literal>-attribute of "
+"through an EL-expression involving the <literal>var</literal>-attribute of "
"the datatable. See"
msgstr ""
@@ -1495,7 +1502,7 @@
#: Excel.xml:1360
#, no-c-format
msgid ""
-"The formula of the cell in placed in the <literal>value</literal> -attribute "
+"The formula of the cell is placed in the <literal>value</literal> -attribute "
"as a normal &excel; notation. Note that when doing cross-sheet formulas, the "
"worksheets must exist before referencing a formula against them. The value "
"is a string."
@@ -2123,12 +2130,6 @@
"initially? The value is a boolean."
msgstr ""
-#. Tag: emphasis
-#: Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
-#, no-c-format
-msgid "Child elements"
-msgstr ""
-
#. Tag: literal
#: Excel.xml:2046
#, no-c-format
@@ -2171,7 +2172,7 @@
#: Excel.xml:2105
#, no-c-format
msgid ""
-"groups rows 5 trough 10 and columns 5 through 10 so that the rows are "
+"groups rows 5 through 10 and columns 5 through 10 so that the rows are "
"initially collapsed (but not the columns)."
msgstr ""
@@ -2382,7 +2383,7 @@
"The CSS attributes cascade down from parent to children and within one tag "
"cascades over the CSS classes referenced in the <literal>styleClass</"
"literal> attributes and finally over the CSS attributes defined in the "
-"<literal>style</literal>attribute. You can place them pretty much anywhere "
+"<literal>style</literal> attribute. You can place them pretty much anywhere "
"but e.g. placing a column width setting in a cell nested within that column "
"makes little sense."
msgstr ""
@@ -2579,7 +2580,7 @@
#. Tag: para
#: Excel.xml:2475
#, no-c-format
-msgid "This group of XLS-CSS attributes define the borders of the cell"
+msgid "This group of XLS-CSS attributes defines the borders of the cell"
msgstr ""
#. Tag: para
@@ -2667,7 +2668,7 @@
#, no-c-format
msgid ""
"A shorthand for setting line style and color of the top edge of the cell, e."
-"g style=\"xls-border-left: red thick\""
+"g style=\"xls-border-top: red thick\""
msgstr ""
#. Tag: para
@@ -2781,7 +2782,7 @@
#. Tag: para
#: Excel.xml:2668
#, no-c-format
-msgid "This group of XLS-CSS attributes define the background of the cell"
+msgid "This group of XLS-CSS attributes defines the background of the cell"
msgstr ""
#. Tag: para
@@ -2837,7 +2838,7 @@
#. Tag: para
#: Excel.xml:2722
#, no-c-format
-msgid "This group of XLS-CSS attributes define the column widths etc."
+msgid "This group of XLS-CSS attributes defines the column widths etc."
msgstr ""
#. Tag: para
@@ -2910,7 +2911,7 @@
#. Tag: para
#: Excel.xml:2783
#, no-c-format
-msgid "This group of XLS-CSS attributes define the cell properties"
+msgid "This group of XLS-CSS attributes defines the cell properties"
msgstr ""
#. Tag: para
@@ -3084,7 +3085,7 @@
#, no-c-format
msgid ""
"When using .xhtml documents, stylesheets must be referenced through the "
-"<literal><e:link> tag</literal>"
+"<literal><e:link></literal> tag"
msgstr ""
#. Tag: para
@@ -3106,8 +3107,9 @@
#, no-c-format
msgid ""
"The core of the &excel; functionality is based on the excellent JExcelAPI "
-"library which can be found on http://jexcelapi.sourceforge.net/ and most "
-"features and possible limitations are inherited from here."
+"library which can be found on <ulink url=\"http://jexcelapi.sourceforge.net"
+"\">http://jexcelapi.sourceforge.net/</ulink> and most features and possible "
+"limitations are inherited from here."
msgstr ""
#. Tag: para
Modified: trunk/doc/Seam_Reference_Guide/ru-RU/Itext.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/ru-RU/Itext.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/ru-RU/Itext.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -41,10 +41,10 @@
"iText support is provided by <literal>jboss-seam-pdf.jar</literal>. This JAR "
"contains the iText JSF controls, which are used to construct views that can "
"render to PDF, and the DocumentStore component, which serves the rendered "
-"documents to the user. To include PDF support in your application, included "
+"documents to the user. To include PDF support in your application, put "
"<literal>jboss-seam-pdf.jar</literal> in your <literal>WEB-INF/lib</literal> "
"directory along with the iText JAR file. There is no further configuration "
-"needed to use Seam's iText supportfon."
+"needed to use Seam's iText support."
msgstr ""
#. Tag: para
@@ -251,7 +251,7 @@
"for generating suitable PDF content. Tags like <literal><p:image></"
"literal> and <literal><p:paragraph></literal> are the basic "
"foundations of simple documents. Tags like <literal><p:font></literal> "
-"provide style information to all the content surrounging them."
+"provide style information to all the content surrounding them."
msgstr ""
#. Tag: literal
@@ -492,7 +492,7 @@
#, no-c-format
msgid ""
"<literal>p:image</literal> inserts an image into the document. Images can be "
-"be loaded from the classpath or from the web application context using the "
+"loaded from the classpath or from the web application context using the "
"<literal>value</literal> attribute."
msgstr ""
@@ -626,7 +626,7 @@
msgid ""
"<literal>reference</literal> — The destination the link refers to. "
"Links to other points in the document should begin with a \"#\". For "
-"example, \"#link1\" to refer to an anchor postion with a <literal>name</"
+"example, \"#link1\" to refer to an anchor position with a <literal>name</"
"literal> of <literal>link1</literal>. Links may also be a full URL to point "
"to a resource outside of the document."
msgstr ""
@@ -704,7 +704,7 @@
#: Itext.xml:631
#, no-c-format
msgid ""
-"<literal>borderWidth</literal> — The width of the border. Inidvidual "
+"<literal>borderWidth</literal> — The width of the border. Individual "
"border sides can be specified using <literal>borderWidthLeft</literal>, "
"<literal>borderWidthRight</literal>, <literal>borderWidthTop</literal> and "
"<literal>borderWidthBottom</literal>."
@@ -792,7 +792,7 @@
msgid ""
"<literal>numberDepth</literal> — The depth of numbering for section. "
"All sections are numbered relative to their surrounding chapter/sections. "
-"The fourth section of of the first section of chapter three would be section "
+"The fourth section of the first section of chapter three would be section "
"3.1.4, if displayed at the default number depth of three. To omit the "
"chapter number, a number depth of 2 should be used. In that case, the "
"section number would be displayed as 1.4."
@@ -839,7 +839,7 @@
msgid ""
"List structures can be displayed using the <literal>p:list</literal> and "
"<literal>p:listItem</literal> tags. Lists may contain arbitrarily-nested "
-"sublists. List items may not be used outside of a list. he following "
+"sublists. List items may not be used outside of a list. The following "
"document uses the <literal>ui:repeat</literal> tag to to display a list of "
"values retrieved from a Seam component."
msgstr ""
@@ -1391,7 +1391,7 @@
#, no-c-format
msgid ""
"<literal>domainGridlineStroke</literal> — The stroke style of the "
-"domain gridleines, if visible."
+"domain gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1493,7 +1493,7 @@
#, no-c-format
msgid ""
"<literal>plotOutlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1531,7 +1531,7 @@
#, no-c-format
msgid ""
"<literal>rangeGridlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1946,8 +1946,8 @@
#: Itext.xml:1893
#, no-c-format
msgid ""
-"<literal>seriesVisibleInLegend</literal> — A boolean indiciating if "
-"the series should be listed in the legend."
+"<literal>seriesVisibleInLegend</literal> — A boolean indicating if the "
+"series should be listed in the legend."
msgstr ""
#. Tag: programlisting
@@ -2149,7 +2149,7 @@
#, no-c-format
msgid ""
"<literal>dashPhase</literal> — The dash phase indicates the offset "
-"into the dash pattern that the the line should be drawn with."
+"into the dash pattern that the line should be drawn with."
msgstr ""
#. Tag: programlisting
@@ -2303,7 +2303,7 @@
#, no-c-format
msgid ""
"If you have a complex, pre-generated PDF with named fields, you can easily "
-"fill in the values from you application and present it to the user."
+"fill in the values from your application and present it to the user."
msgstr ""
#. Tag: literal
Modified: trunk/doc/Seam_Reference_Guide/ru-RU/Websphere.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/ru-RU/Websphere.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/ru-RU/Websphere.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-11-06 00:24+0000\n"
+"POT-Creation-Date: 2009-02-01 21:20+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,190 +16,80 @@
#. Tag: title
#: Websphere.xml:2
#, no-c-format
-msgid "Seam on IBM's Websphere"
+msgid "Seam on IBM's Websphere AS"
msgstr ""
#. Tag: para
#: Websphere.xml:4
#, no-c-format
msgid ""
-"Websphere 6.1.x is IBM's application server offering. The latest release is "
-"6.1.0.19 which does not have <literal>EJB3</literal> or <literal>JEE5</"
-"literal> support. There is a recently released (Nov 07) <literal>EJB3</"
-"literal> feature pack which provides some support for <literal>EJB3</"
-"literal> and <literal>JPA</literal>. Currently there is no true "
-"<literal>JEE5</literal> offering from IBM. This causes some issues with Seam "
-"integration with applications that use EJB3."
+"Websphere AS V7 is IBM's application server offering. This release is fully "
+"Java EE 5 certified."
msgstr ""
#. Tag: para
-#: Websphere.xml:12
+#: Websphere.xml:7
#, no-c-format
msgid ""
-"First we will go over some basic information about the Websphere environment "
-"that we used for these examples. After a good deal of research and work we "
-"were able to get EJB3 applications to function correctly. We will go over "
-"the details of those steps with the jee5 example. We will also deploy the "
-"JPA example application."
+"First we will go over some basic information about the Websphere AS "
+"environment that we used for these examples. We will go over the details of "
+"those steps with the JEE5 booking example. We will also deploy the JPA "
+"example application."
msgstr ""
#. Tag: title
-#: Websphere.xml:19
+#: Websphere.xml:13
#, no-c-format
-msgid "Websphere environment and deployment information"
+msgid "Websphere AS environment and deployment information"
msgstr ""
#. Tag: para
-#: Websphere.xml:21
+#: Websphere.xml:15
#, no-c-format
msgid ""
-"Websphere is a commercial product and so we will not discuss the details of "
-"its installation other than to say follow the directions provided by your "
+"Websphere AS is a commercial product and so we will not discuss the details "
+"of its installation other than to say follow the directions provided by your "
"particular installation type and license. This section will detail the exact "
"server versions used, installation tips, and some custom properties that are "
"needed for all of the examples."
msgstr ""
#. Tag: title
-#: Websphere.xml:29
+#: Websphere.xml:23
#, no-c-format
-msgid "Installation versions and tips"
+msgid "Installation versions"
msgstr ""
#. Tag: para
-#: Websphere.xml:30
+#: Websphere.xml:24
#, no-c-format
msgid ""
"All of the examples and information in this chapter are based on the version "
-"6.1 of Websphere at the time of this writing."
+"V7 of Websphere AS at the time of this writing."
msgstr ""
#. Tag: ulink
-#: Websphere.xml:35
+#: Websphere.xml:29
#, no-c-format
-msgid "Websphere Application Server 6.1"
+msgid "Websphere Application Server V7"
msgstr ""
-#. Tag: ulink
-#: Websphere.xml:40
-#, no-c-format
-msgid ""
-"Feature Pack for EJB 3.0 for Websphere Application Server V6.1 (6.1.0.13)"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:46
-#, no-c-format
-msgid "Fix Pack for Websphere Application Server V6.1 (6.1.0.19)"
-msgstr ""
-
#. Tag: para
-#: Websphere.xml:52
+#: Websphere.xml:34
#, no-c-format
msgid ""
-"The EJB3 feature pack that we installed came with the 6.1.0.13 patch version "
-"of Websphere. Installing the feature pack does not ensure that your server "
-"will have the proper environment for EJB3 applications. Be sure that as part "
-"of the installation of the feature pack you follow the instructions to "
-"create a new server profile with the EJB3 feature pack enabled, or augment "
-"one of your existing ones. This can also be done after the installation by "
-"running the profile management tool."
+"After installing Websphere AS, create server profile with Profile Management "
+"Tool, if you didn't create profile in installation process."
msgstr ""
-#. Tag: para
-#: Websphere.xml:60
-#, no-c-format
-msgid ""
-"It is highly recommended to patch Websphere by latest fix pack, at the time "
-"of this writing it is 6.1.0.19"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:63
+#: Websphere.xml:42
#, no-c-format
-msgid "A note about restarting the server"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:64
-#, no-c-format
-msgid ""
-"There are times that restarting the server will be required after deploying "
-"or changes the examples in this chapter. Its does not seem like every change "
-"requires a restart. If you get errors or exceptions after modifying a "
-"property or deploying an application try to restart the server."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:72
-#, no-c-format
-msgid "Required custom properties"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:73
-#, no-c-format
-msgid ""
-"There are a couple of Websphere custom properties that are required for Seam "
-"integration. These properties are not needed specifically for Seam, but work "
-"around some issues with Websphere. These are set following the instructions "
-"here : <ulink url=\"http://www-1.ibm.com/support/docview.wss?rss=180&"
-"uid=swg21284395\"> Setting web container custom properties</ulink>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:82
-#, no-c-format
-msgid ""
-"<literal>prependSlashToResource = \"true\"</literal> — This solves a "
-"fairly common issue with Websphere where applications are not using a "
-"leading \"/\" when attempting to access resources. If this is not set then a "
-"<literal>java.net.MalformedURLException</literal> will be thrown. With this "
-"property set you will still see warnings, but the resources will be "
-"retrieved as expected."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:90 Websphere.xml:108
-#, no-c-format
-msgid "Detailed can be found at:"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:92
-#, no-c-format
-msgid "SRVE0238E: Resource paths must have a leading slash"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:97
-#, no-c-format
-msgid ""
-"<literal>com.ibm.ws.webcontainer.invokefilterscompatibility = \"true\"</"
-"literal> — This solves an issue with Websphere where it throws a "
-"<literal>FileNotFoundException</literal> when a web application attempts to "
-"access a file resource that does not actually exist on disk. This is a "
-"common practice in modern web applications where filters or servlets are "
-"used to process resource requests like these. This issue manifests itself as "
-"failures to retrieve JavaScript, CSS, images, etc... when requesting a web "
-"page."
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:110
-#, no-c-format
-msgid ""
-"PK33090; 6.1: A filter that serves a file does not pop-up an alert message"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:119
-#, no-c-format
msgid "The <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:121
+#: Websphere.xml:44
#, no-c-format
msgid ""
"The <literal>jee5/booking</literal> example is based on the Hotel Booking "
@@ -208,45 +98,36 @@
"located in the <literal>$SEAM_DIST/examples/jee5/booking</literal> directory."
msgstr ""
-#. Tag: para
-#: Websphere.xml:128
-#, no-c-format
-msgid ""
-"As stated before the <literal>EJB3</literal> feature pack does not provide a "
-"full <literal>jee5</literal> implementation. This means that there are some "
-"tricks to getting an application deployed and functioning."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:134 Websphere.xml:927
+#: Websphere.xml:52 Websphere.xml:710
#, no-c-format
msgid "<title>Configuration file changes</title>"
msgstr ""
#. Tag: para
-#: Websphere.xml:136
+#: Websphere.xml:54
#, no-c-format
msgid ""
"Below are the configuration file changes that are need to the base example."
msgstr ""
#. Tag: literal
-#: Websphere.xml:142 Websphere.xml:1001
+#: Websphere.xml:60 Websphere.xml:784
#, no-c-format
msgid "resources/WEB-INF/components.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:145
+#: Websphere.xml:63
#, no-c-format
msgid ""
-"We need to change the way that we look up EJBs for Websphere. We need to "
-"remove the <literal>/local</literal> from the end of the <literal>jndi-"
-"pattern</literal> attribute. It should look like this:"
+"We need to change the way that we look up EJBs for WAS. We need to remove "
+"the <literal>/local</literal> from the end of the <literal>jndi-pattern</"
+"literal> attribute. It should look like this:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:152
+#: Websphere.xml:70
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -256,133 +137,119 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:156 Websphere.xml:1033
+#: Websphere.xml:76
#, no-c-format
-msgid "resources/WEB-INF/web.xml"
+msgid "resources/META-INF/ejb-jar.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:159
+#: Websphere.xml:79
#, no-c-format
msgid ""
-"This is the first place that we notice an unexpected change because this is "
-"not full <literal>jee5</literal> implementation."
+"We need to replace the /local string from <literal>ejb-ref-name</literal>. "
+"See at the following final code:"
msgstr ""
-#. Tag: para
-#: Websphere.xml:162
+#. Tag: programlisting
+#: Websphere.xml:82
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it requires "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
+"<![CDATA[\n"
+" <enterprise-beans>\n"
+" <!-- EJB reference required when one Seam EJB component references "
+"another Seam EJB component using @In -->\n"
+" <!-- Not required if you inject using @EJB, but then you lose state "
+"management and client-side interceptors (e.g., security) -->\n"
+" <session>\n"
+" <ejb-name>RegisterAction</ejb-name>\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
+"name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref>\n"
+" </session>\n"
+" </enterprise-beans>]]>"
msgstr ""
-#. Tag: programlisting
-#: Websphere.xml:169
+#. Tag: literal
+#: Websphere.xml:88 Websphere.xml:816
#, no-c-format
-msgid ""
-"<![CDATA[<xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
+msgid "resources/WEB-INF/web.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:170
+#: Websphere.xml:91
#, no-c-format
msgid ""
-"Next, we have to make some changes to the EJB references in the <literal>web."
-"xml</literal>. These changes are what will allow Websphere to bind the EJB2 "
-"references in the web module to the the actual EJB3 beans in the EAR module. "
-"Replace all of the <literal>ejb-local-refs</literal> when the values below."
+"We have to make some changes to the EJB references in the <literal>web.xml</"
+"literal>. These changes are what will allow WAS to bind automatically the "
+"EJB3 references in the web module to the the actual EJB3 beans in the EAR "
+"module. Replace all of the /local strings in <literal>ejb-local-refs</"
+"literal> when the values below."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:179
+#: Websphere.xml:100
#, no-c-format
msgid ""
"<![CDATA[\n"
" <!-- JEE5 EJB3 names -->\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Authenticator</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.BookingList</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Register</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.ChangePassword</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.HotelBooking</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.HotelSearching</local> \n"
-" </ejb-local-ref> \n"
-" \n"
" <ejb-local-ref>\n"
-" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name> \n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-name>\n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref> \n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.BookingList</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Register</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.ChangePassword</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelBooking</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelSearching</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:181
+#: Websphere.xml:102
#, no-c-format
msgid ""
-"The important change is that there is an empty <literal>local-home</literal> "
-"element for each EJB. This tells Websphere to make the correct bindings "
-"between the web module and the EJB3 beans. The <literal>ejb-link</literal> "
-"element is simply not used."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:187
-#, no-c-format
-msgid ""
"Note also that <literal>EjbSynchronizations</literal> is a built-in Seam EJB "
"and not part of the Hotel Booking example. This means that if your "
"application's <literal>components.xml</literal> specifies "
-"<literal>transaction:ejb-transaction</literal> , then you must include:"
+"<literal>transaction:ejb-transaction</literal>, then you must include:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:192
+#: Websphere.xml:107
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -395,34 +262,34 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:193
+#: Websphere.xml:108
#, no-c-format
msgid ""
"in your web.xml. If you don't include it, you'll get the following error:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:194
+#: Websphere.xml:109
#, no-c-format
msgid "Name comp/env/myapp/EjbSynchronizations not found in context java:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:199
+#: Websphere.xml:114
#, no-c-format
msgid "resources/META-INF/persistence.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:202
+#: Websphere.xml:117
#, no-c-format
msgid ""
"For this example we will be using the default datasource that comes with "
-"Websphere. To do this change the <literal>jta-data-source</literal> element:"
+"WAS. To do this change the <literal>jta-data-source</literal> element:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:205
+#: Websphere.xml:120
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -431,7 +298,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:206
+#: Websphere.xml:121
#, no-c-format
msgid ""
"Then we need to adjust some of the hibernate properties. First comment out "
@@ -439,7 +306,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:211
+#: Websphere.xml:126
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -455,25 +322,25 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:215
+#: Websphere.xml:130
#, no-c-format
msgid ""
"<literal>hibernate.transaction.manager_lookup_class</literal> — "
-"Standard Hibernate transaction manager property for Websphere 6.X"
+"Standard Hibernate transaction manager property for WAS 6.X and 7"
msgstr ""
#. Tag: para
-#: Websphere.xml:221
+#: Websphere.xml:136
#, no-c-format
msgid ""
"<literal>hibernate.transaction.flush_before_completion</literal> — "
"This is commented out because we want the container to manage the "
"transactions. Also if this is set to <literal>true</literal> an exception "
-"will be thrown by Websphere when the EJBContext is looked up."
+"will be thrown by WAS when the EJBContext is looked up."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:230
+#: Websphere.xml:145
#, no-c-format
msgid ""
"<![CDATA[com.ibm.wsspi.injectionengine.InjectionException: \n"
@@ -482,55 +349,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:233
+#: Websphere.xml:148
#, no-c-format
msgid ""
"<literal>hibernate.dialect</literal> — From WAS 6.1.0.9 on the "
-"embedded DB was switched to the same Derby DB in Glassfish."
+"embedded DB was switched to the same Derby DB as is in Glassfish v2."
msgstr ""
#. Tag: literal
-#: Websphere.xml:243 Websphere.xml:967
+#: Websphere.xml:158 Websphere.xml:750
#, no-c-format
-msgid "resources/GlassfishDerbyDialect.class"
+msgid "src/GlassfishDerbyDialect.java"
msgstr ""
#. Tag: para
-#: Websphere.xml:246
+#: Websphere.xml:161
#, no-c-format
msgid ""
-"You will need to get the <literal>GlassfishDerbyDialect.class</literal> and "
-"copy it into the <literal>/resources</literal> directory. The class exists "
-"in the JPA example and can be copied using the command below assuming you "
-"are in <literal>jee5/booking</literal> directory:"
+"You will need to get the <literal>GlassfishDerbyDialect.java</literal> and "
+"copy it into the <literal>/src</literal> directory. The java class exists in "
+"the JPA example source directory and can be copied using the command below "
+"assuming you are in <literal>jee5/booking</literal> directory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:254
+#: Websphere.xml:169
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/WEB-INF/classes/GlassfishDerbyDialect."
-"class\n"
-" ./resources]]>"
+"cp ../../jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:255
+#: Websphere.xml:170
#, no-c-format
msgid ""
-"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file "
-"using changes to the build.xml discussed later."
+"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file."
msgstr ""
#. Tag: literal
-#: Websphere.xml:261
+#: Websphere.xml:175
#, no-c-format
msgid "resources/import.sql"
msgstr ""
#. Tag: para
-#: Websphere.xml:264
+#: Websphere.xml:178
#, no-c-format
msgid ""
"This file must also be copied from the JPA example because either the Derby "
@@ -540,201 +405,91 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:271
+#: Websphere.xml:185
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/import.sql ./resources]]>"
+"cp ../../jpa/resources-websphere7/import.sql ./resources]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:280
+#: Websphere.xml:194
#, no-c-format
msgid "Building the <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:283
+#: Websphere.xml:197
#, no-c-format
msgid ""
"In order to get the changes we have made into our application we need to "
"make some changes to the <literal>build.xml</literal>. There are also some "
"additional jars that are required by our application in order to work with "
-"Websphere. This section will cover what changes are needed to the "
-"<literal>build.xml</literal>."
+"WAS. This section will cover what changes are needed to the <literal>build."
+"xml</literal>."
msgstr ""
#. Tag: title
-#: Websphere.xml:290
+#: Websphere.xml:204
#, no-c-format
-msgid "New libraries dependencies"
+msgid "Library dependency changes"
msgstr ""
#. Tag: para
-#: Websphere.xml:294
+#: Websphere.xml:205
#, no-c-format
msgid ""
-"JSF libraries — Websphere 6.1 comes with its own version of JSF 1.1 "
-"(Seam requires JSF 1.2). So we must add these jars to our application:"
+"We remove the <literal>log4j.jar</literal> so that all of the log output "
+"from our application will be added to the WAS log. Additional steps are "
+"required to fully configure log4j and those are outside of the scope of this "
+"document."
msgstr ""
-#. Tag: literal
-#: Websphere.xml:299 Websphere.xml:836
-#, no-c-format
-msgid "jsf-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:303 Websphere.xml:841
-#, no-c-format
-msgid "jsf-impl.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:309
-#, no-c-format
-msgid ""
-"Since Websphere is not a fully compliant <literal>JEE5</literal> "
-"implementation we need to add these EL libraries:"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:314 Websphere.xml:849
-#, no-c-format
-msgid "el-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:318 Websphere.xml:845
-#, no-c-format
-msgid "el-ri.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:324
-#, no-c-format
-msgid ""
-"<literal>jboss-seam.jar</literal> — for some reason when deploying the "
-"application through the Websphere administration console it can not find the "
-"<literal>jboss-seam.jar</literal> at the base of the EAR archive. This means "
-"that we need to add it to the <literal>/lib</literal> of the EAR."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:332
-#, no-c-format
-msgid ""
-"Finally we remove the <literal>log4j.jar</literal> so that all of the log "
-"output from our application will be added to the Websphere log. Additional "
-"steps are required to fully configure log4j and those are outside of the "
-"scope of this document."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:343
+#: Websphere.xml:213
#, no-c-format
msgid "Updating the <literal>build.xml</literal> file"
msgstr ""
#. Tag: para
-#: Websphere.xml:345
+#: Websphere.xml:215
#, no-c-format
msgid ""
"Add the following entry to the bottom of the <literal>build.xml</literal> "
"file. This overrides the default fileset that is used to populate the "
-"<literal>jboss-seam-jee5.jar</literal>. The primary change is the addition "
-"of the <literal>GlassfishDerbyDialect.class</literal>:"
+"<literal>jboss-seam-jee5.jar</literal>. :"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:354
+#: Websphere.xml:223
#, no-c-format
msgid ""
"<![CDATA[\n"
" <fileset id=\"jar.resources\" dir=\"${resources.dir}\">\n"
" <include name=\"import.sql\" />\n"
" <include name=\"seam.properties\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
" <include name=\"META-INF/persistence.xml\" />\n"
" <include name=\"META-INF/ejb-jar.xml\" />\n"
" </fileset>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:357
+#: Websphere.xml:225
#, no-c-format
msgid ""
-"Next we need to add the library dependencies discussed above. For this add "
-"the following to bottom of the <literal>ear.lib.extras</literal> fileset "
-"entry:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:363
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!--<include name=\"lib/log4j.jar\" />-->\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" />\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:365
-#, no-c-format
-msgid ""
-"We also need to add richfaces-api.jar, jsf-impl.jar and el-ri.jar into WEB-"
-"INF/lib of the war file. Add the following fileset after <literal>ear.lib."
-"extras</literal> fileset."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:368
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <fileset id=\"war.lib.extras\" dir=\"${seam.dir}\"> \n"
-" <include name=\"lib/richfaces-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" /> \n"
-" </fileset>]]>"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:370
-#, no-c-format
-msgid "A note about copying JSF and EL jars"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:371
-#, no-c-format
-msgid ""
-"There is a class loading issue with WebSphere, which causes the jars from "
-"ear lib directory to not be available when the web module is initialized."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:376
-#, no-c-format
-msgid ""
"Now all that is left is to execute the <literal>ant archive</literal> task "
"and the built application will be in the <literal>jee5/booking/dist</"
"literal> directory."
msgstr ""
#. Tag: title
-#: Websphere.xml:385
+#: Websphere.xml:234
#, no-c-format
msgid "Deploying the application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:387
+#: Websphere.xml:236
#, no-c-format
msgid ""
"So now we have everything we need in place. All that is left is to deploy it "
@@ -742,7 +497,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:389
+#: Websphere.xml:238
#, no-c-format
msgid ""
"For this we will use Websphere's administration console. As before there are "
@@ -750,52 +505,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:392
+#: Websphere.xml:241
#, no-c-format
msgid ""
-"The steps below are for the Websphere version stated above, yours may be "
-"slightly different."
+"The steps below are for the WAS version stated above. The ports are default "
+"values, if you changed them substitute your values."
msgstr ""
#. Tag: para
-#: Websphere.xml:396
+#: Websphere.xml:245
#, no-c-format
-msgid "Log in to the administration console"
+msgid ""
+"Log in to the administration console <programlisting><![CDATA[https://"
+"localhost:9043/admin]]></programlisting> or"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:399
+#: Websphere.xml:250
#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"https://localhost:9043/ibm/console]]>"
+msgid "<![CDATA[http://localhost:9060/admin]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:403
+#: Websphere.xml:254
#, no-c-format
msgid ""
-"Access the <literal>Enterprise Application</literal> menu option under the "
-"<literal>Applications</literal> top menu."
+"Access the <literal>Websphere enterprise applications</literal> menu option "
+"under the <literal>Applications --> Application Type</literal> left side "
+"menu."
msgstr ""
#. Tag: para
-#: Websphere.xml:408
+#: Websphere.xml:259
#, no-c-format
msgid ""
-"At the top of the <literal>Enterprise Application</literal> table select "
+"At the top of the <literal>Enterprise Applications</literal> table select "
"<literal>Install</literal>. Below are installation wizard pages and what "
"needs to done on each:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:414 Websphere.xml:674
+#: Websphere.xml:265 Websphere.xml:461
#, no-c-format
msgid "Preparing for the application installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:418
+#: Websphere.xml:269
#, no-c-format
msgid ""
"Browse to the <literal>examples/jee5/booking/dist/jboss-seam-jee5.ear</"
@@ -803,102 +559,81 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:424 Websphere.xml:442 Websphere.xml:475 Websphere.xml:689
+#: Websphere.xml:275 Websphere.xml:285 Websphere.xml:304 Websphere.xml:476
+#: Websphere.xml:496
#, no-c-format
msgid "Select the <literal>Next</literal> button."
msgstr ""
+#. Tag: para
+#: Websphere.xml:280 Websphere.xml:471
+#, no-c-format
+msgid "Select the <literal>Fast Path</literal> button."
+msgstr ""
+
#. Tag: literal
-#: Websphere.xml:431
+#: Websphere.xml:292
#, no-c-format
msgid "Select installation options"
msgstr ""
#. Tag: para
-#: Websphere.xml:435
+#: Websphere.xml:296
#, no-c-format
msgid ""
-"Select the <literal>Deploy enterprise beans</literal> check box. This is "
-"needed unless you used a Websphere tool to package the application."
+"Select the <literal>Deploy enterprise beans</literal> and <literal>Allow EJB "
+"reference targets to resolve automatically</literal> check boxes. This is "
+"needed unless you used a Websphere AS tool to package the application."
msgstr ""
#. Tag: literal
-#: Websphere.xml:449
+#: Websphere.xml:313
#, no-c-format
msgid "Map modules to servers"
msgstr ""
#. Tag: para
-#: Websphere.xml:453
+#: Websphere.xml:317
#, no-c-format
msgid ""
"No changes needed here as we only have one server. Select the <literal>Next</"
"literal> button."
msgstr ""
-#. Tag: para
-#: Websphere.xml:461
-#, no-c-format
-msgid ""
-"<literal>Map EJB references to beans</literal> This page will list all of "
-"the beans that we entered in the web.xml."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:466
-#, no-c-format
-msgid ""
-"Make sure that <literal>Allow EJB reference targets to resolve "
-"automatically</literal> check box is selected. This will tell Websphere to "
-"bind our EJB3 beans to the EJB references in the web module."
-msgstr ""
-
#. Tag: literal
-#: Websphere.xml:482
+#: Websphere.xml:325
#, no-c-format
-msgid "Map virtual hosts for Web modules"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:486
-#, no-c-format
-msgid "No changes needed here. Select the <literal>Next</literal> button."
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:493
-#, no-c-format
msgid "Summary"
msgstr ""
#. Tag: para
-#: Websphere.xml:496
+#: Websphere.xml:328
#, no-c-format
msgid "No changes needed here. Select the <literal>Finish</literal> button."
msgstr ""
#. Tag: literal
-#: Websphere.xml:503
+#: Websphere.xml:335
#, no-c-format
msgid "Installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:506
+#: Websphere.xml:338
#, no-c-format
msgid "Now you will see it installing and deploying your application."
msgstr ""
#. Tag: para
-#: Websphere.xml:511
+#: Websphere.xml:343
#, no-c-format
msgid ""
-"When if finishes select the <literal>Save</literal> link and you will be "
+"When it finishes select the <literal>Save</literal> link and you will be "
"returned to the <literal>Enterprise Applications</literal> table."
msgstr ""
#. Tag: para
-#: Websphere.xml:523
+#: Websphere.xml:355
#, no-c-format
msgid ""
"Now that we have our application installed we need to make some adjustments "
@@ -906,7 +641,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:527
+#: Websphere.xml:359
#, no-c-format
msgid ""
"Starting from the <literal>Enterprise Applications</literal> table select "
@@ -914,40 +649,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:533
+#: Websphere.xml:365
#, no-c-format
msgid "Select the <literal>Manage Modules</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:537
+#: Websphere.xml:369
#, no-c-format
-msgid "Select the <literal>jboss-seam-jee5.war</literal> link."
+msgid "Select the <literal>jboss-seam-jee5-booking.war</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:542
+#: Websphere.xml:374
#, no-c-format
msgid ""
"Change the <literal>Class loader order</literal> combo box to "
-"<literal>Classes loaded with application class loader first</literal>."
+"<literal>Classes loaded with application class loader first (parent last)</"
+"literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:548 Websphere.xml:573
+#: Websphere.xml:380 Websphere.xml:397
#, no-c-format
msgid ""
"Select <literal>Apply</literal> and then <literal>Save</literal> options."
msgstr ""
#. Tag: para
-#: Websphere.xml:552
+#: Websphere.xml:384
#, no-c-format
-msgid "Return the <literal>Seam Booking</literal> page."
+msgid "Return to the <literal>Seam Booking</literal> page."
msgstr ""
#. Tag: para
-#: Websphere.xml:556
+#: Websphere.xml:387
#, no-c-format
msgid ""
"On this page select the <literal>Class loading and update detection</"
@@ -955,7 +691,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:561
+#: Websphere.xml:392
#, no-c-format
msgid ""
"Select the radio button for <literal>Classes loaded with application class "
@@ -963,117 +699,40 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:566
+#: Websphere.xml:403
#, no-c-format
msgid ""
-"Even though we are not enabling class reload you must also enter a valid "
-"number in the <literal>Polling interval for updated files</literal> text "
-"area (zero works fine)."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:577
-#, no-c-format
-msgid ""
-"You should verify that the change you just made has been remembered. We have "
-"had problems with the last class loader change not taking effect - even "
-"after a restart. If the change did not take you will need to do it manually, "
-"following these directions:"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:585
-#, no-c-format
-msgid "Open the following file in a text editor of your choice:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:589
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"$WebSphereInstall/$yourServerName/profiles/$yourProfileName/config/cells/\n"
-" $yourCellName/applications/Seam Booking.ear/deployments/\n"
-" Seam Booking/deployment.xml]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:593
-#, no-c-format
-msgid ""
-"Modify the following line so that <literal>PARENT_FIRST</literal> is now "
-"<literal>PARENT_LAST</literal>:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:599
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<classloader xmi:id=\"Classloader_#######\" mode=\"PARENT_FIRST\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:603
-#, no-c-format
-msgid ""
-"Save the file and now when go to the <literal>Class loading and update "
-"detection</literal> page you should see <literal>Classes loaded with "
-"application class loader first</literal> selected."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:615
-#, no-c-format
-msgid ""
"To start the application return to the <literal>Enterprise Applications</"
"literal> table and select our application in the list. Then choose the "
"<literal>Start</literal> button at the top of the table."
msgstr ""
#. Tag: para
-#: Websphere.xml:622
+#: Websphere.xml:410
#, no-c-format
msgid ""
"You can now access the application at <literal>http://localhost:9080/seam-"
-"jee5/</literal> ."
+"jee5-booking/index.html</literal> ."
msgstr ""
#. Tag: title
-#: Websphere.xml:628
+#: Websphere.xml:431
#, no-c-format
-msgid "A note about Websphere Stateful bean timeouts"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:629
-#, no-c-format
-msgid ""
-"The default timeout period for a Websphere 6.1 Stateful EJB is 10 minutes. "
-"This means that you may see some EJB timeout exceptions after some idle "
-"time. It is possible to adjust the timeout of the Stateful EJBs on an "
-"individual basis, but that is beyond the scope of this document. See the "
-"Websphere documentation for details."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:643
-#, no-c-format
msgid "The <literal>jpa</literal> booking example"
msgstr ""
#. Tag: para
-#: Websphere.xml:644
+#: Websphere.xml:432
#, no-c-format
msgid ""
"Thankfully getting the <literal>jpa</literal> example to work is much easier "
"than the <literal>jee5</literal> example. This is the Hotel Booking example "
"implemented in Seam POJOs and using Hibernate JPA with JPA transactions. It "
-"does not require EJB3 support to run."
+"does not use EJB3."
msgstr ""
#. Tag: para
-#: Websphere.xml:650
+#: Websphere.xml:437
#, no-c-format
msgid ""
"The example already has a breakout of configurations and build scripts for "
@@ -1081,7 +740,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:653
+#: Websphere.xml:440
#, no-c-format
msgid ""
"First thing we are going to do is build and deploy that example. Then we'll "
@@ -1089,29 +748,29 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:657
+#: Websphere.xml:444
#, no-c-format
msgid "Building the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:658
+#: Websphere.xml:445
#, no-c-format
msgid ""
"Building it only requires running the correct ant command: "
-"<programlisting>ant websphere61</programlisting> This will create container "
+"<programlisting>ant websphere7</programlisting> This will create container "
"specific distribution and exploded archive directories with the "
-"<literal>websphere61</literal> label."
+"<literal>websphere7</literal> label."
msgstr ""
#. Tag: title
-#: Websphere.xml:664
+#: Websphere.xml:451
#, no-c-format
msgid "Deploying the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:665
+#: Websphere.xml:452
#, no-c-format
msgid ""
"This is similar to the <literal>jee5</literal> example at <xref linkend="
@@ -1119,7 +778,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:670
+#: Websphere.xml:457
#, no-c-format
msgid ""
"From the <literal>Enterprise Applications</literal> table select the "
@@ -1127,37 +786,43 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:678
+#: Websphere.xml:465
#, no-c-format
msgid ""
-"Browse to the <literal>examples/jpa/dist-websphere61/jboss-seam-jpa.war</"
+"Browse to the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
"literal> file using the file upload widget."
msgstr ""
#. Tag: para
-#: Websphere.xml:684
+#: Websphere.xml:483
#, no-c-format
msgid ""
-"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
-"jpa</literal>."
+"Select the <literal>Next</literal> button for the next three pages, no "
+"changes are needed."
msgstr ""
+#. Tag: literal
+#: Websphere.xml:488
+#, no-c-format
+msgid "Map context roots for Web modules"
+msgstr ""
+
#. Tag: para
-#: Websphere.xml:695
+#: Websphere.xml:491
#, no-c-format
msgid ""
-"Select the <literal>Next</literal> button for the next three pages, no "
-"changes are needed."
+"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
+"jpa</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:700
+#: Websphere.xml:502
#, no-c-format
msgid "<literal>Summary</literal> page"
msgstr ""
#. Tag: para
-#: Websphere.xml:703
+#: Websphere.xml:505
#, no-c-format
msgid ""
"Review the settings if you wish and select the <literal>Finish</literal> "
@@ -1167,17 +832,17 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:716
+#: Websphere.xml:519
#, no-c-format
msgid ""
"As with the <literal>jee5</literal> example there are some class loader "
"changes needed before we start the application. Follow the instructions at "
"<xref linkend=\"websphere-app-adj-after-install\"/> but exchange "
-"<literal>jboss-seam-jpa</literal> for <literal>Seam Booking</literal>."
+"<literal>jboss-seam-jpa_war</literal> for <literal>Seam Booking</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:723
+#: Websphere.xml:526
#, no-c-format
msgid ""
"Finally start the application by selecting it in the <literal>Enterprise "
@@ -1186,7 +851,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:729
+#: Websphere.xml:532
#, no-c-format
msgid ""
"You can now access the application at the <literal>http://localhost:9080/"
@@ -1194,187 +859,186 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:737
+#: Websphere.xml:540
#, no-c-format
-msgid "Whats different for Websphere 6.1"
+msgid "What's different for Websphere AS V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:738
+#: Websphere.xml:541
#, no-c-format
msgid ""
"The differences between the JPA examples that deploys to JBoss 4.2 and "
-"Websphere 6.1 are mostly expected; library and configuration file changes."
+"Websphere AS V7 are mostly expected; library and configuration file changes."
msgstr ""
#. Tag: para
-#: Websphere.xml:743
+#: Websphere.xml:546
#, no-c-format
msgid "<para>Configuration file changes</para>"
msgstr ""
#. Tag: para
-#: Websphere.xml:746
+#: Websphere.xml:549
#, no-c-format
msgid ""
-"<literal>WEB-INF/web.xml</literal> — the only significant change is "
-"that Websphere 6.1 only support <literal>Servlet 2.4</literal> so the top of "
-"this file was changed."
+"<literal>META-INF/persistence.xml</literal> — the main changes here "
+"are for the datasource JNDI path, switching to the Websphere transaction "
+"manager look up class, and changing the hibernate dialect to be "
+"<literal>GlassfishDerbyDialect</literal> ."
msgstr ""
#. Tag: para
-#: Websphere.xml:753
+#: Websphere.xml:559
#, no-c-format
msgid ""
-"<literal>META-INF/persistence.xml</literal> — the main changes here "
-"are for the datasource JNDI path, switching to the Websphere 6.1 transaction "
-"manager look up class, and changing the hibernate dialect to be "
-"<literal>GlassfishDerbyDialect</literal> ."
+"<literal>WEB-INF/components.xml</literal> — the change here is "
+"<literal>jndi-pattern</literal> without /local string."
msgstr ""
#. Tag: para
-#: Websphere.xml:763
+#: Websphere.xml:565
#, no-c-format
msgid ""
-"<literal>WEB-INF/classes/GlassfishDerbyDialect.class </literal> — this "
-"class is needed for the hibernate dialect change to "
-"<literal>GlassfishDerbyDialect</literal>"
+"<literal>META-INF/ejb-jar.xml</literal> — the same change in "
+"<literal>ejb-ref-name</literal>, where is replace /local string in "
+"<literal>jboss-seam-jee5/AuthenticatorAction</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:771
+#: Websphere.xml:572
#, no-c-format
msgid ""
+"<literal>src/GlassfishDerbyDialect.java </literal> — this class is "
+"needed for the hibernate dialect change to <literal>GlassfishDerbyDialect</"
+"literal>"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:580
+#, no-c-format
+msgid ""
"<literal>import.sql</literal> — either for the dialect or Derby DB the "
"<literal>ID</literal> column can not be populated by this file and was "
"removed."
msgstr ""
#. Tag: para
-#: Websphere.xml:780
+#: Websphere.xml:589
#, no-c-format
msgid "Changes for dependent libraries"
msgstr ""
#. Tag: para
-#: Websphere.xml:781
+#: Websphere.xml:590
#, no-c-format
msgid ""
-"<literal>WEB-INF/lib</literal> — The Websphere version requires "
-"several library packages because they are not included as they are with "
-"JBoss AS. These are primarily for hibernate, JSF-RI support and their "
-"dependencies. Below are listed only the additional jars needed above and "
-"beyond the JBoss <literal>JPA</literal> example."
+"The Websphere version requires several library packages because they are not "
+"included as they are with JBoss AS. These are primarily for hibernate and "
+"their dependencies. Below are listed only the additional jars needed above "
+"and beyond the JBoss <literal>JPA</literal> example."
msgstr ""
#. Tag: para
-#: Websphere.xml:789
+#: Websphere.xml:597
#, no-c-format
msgid "To use Hibernate as your JPA provider you need the following jars:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:794
+#: Websphere.xml:602
#, no-c-format
msgid "hibernate.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:799
+#: Websphere.xml:607
#, no-c-format
msgid "hibernate-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:804
+#: Websphere.xml:612
#, no-c-format
msgid "hibernate-commons-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:809
+#: Websphere.xml:617
#, no-c-format
msgid "hibernate-entitymanager.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:814
+#: Websphere.xml:622
#, no-c-format
msgid "hibernate-validator.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:819
+#: Websphere.xml:627
#, no-c-format
msgid "commons-collections.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:824
+#: Websphere.xml:632
#, no-c-format
msgid "jboss-common-core.jar"
msgstr ""
#. Tag: para
-#: Websphere.xml:830
+#: Websphere.xml:638
#, no-c-format
-msgid ""
-"Seam requires JSF 1.2 and these are the jars needed for that. Websphere 6.1 "
-"ships with its own implementation of JSF 1.1."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:855
-#, no-c-format
msgid "Various third party jars that Websphere needs:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:858
+#: Websphere.xml:641
#, no-c-format
msgid "antlr.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:862
+#: Websphere.xml:645
#, no-c-format
msgid "cglib.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:866
+#: Websphere.xml:649
#, no-c-format
msgid "asm.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:870
+#: Websphere.xml:653
#, no-c-format
msgid "dom4j.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:875
+#: Websphere.xml:658
#, no-c-format
msgid "javassist.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:880
+#: Websphere.xml:663
#, no-c-format
msgid "concurrent.jar"
msgstr ""
#. Tag: title
-#: Websphere.xml:895
+#: Websphere.xml:678
#, no-c-format
msgid ""
"Deploying an application created using <literal>seam-gen</literal> on "
-"Websphere 6.1.0.13"
+"Websphere V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:898
+#: Websphere.xml:681
#, no-c-format
msgid ""
"<literal>seam-gen</literal> is a very useful tool for developers to quickly "
@@ -1387,13 +1051,13 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:908
+#: Websphere.xml:691
#, no-c-format
msgid "Running <literal>seam-gen</literal> Setup"
msgstr ""
#. Tag: para
-#: Websphere.xml:909
+#: Websphere.xml:692
#, no-c-format
msgid ""
"The first step is setting up <literal>seam-gen</literal> to construct the "
@@ -1403,7 +1067,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:915
+#: Websphere.xml:698
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1499,7 +1163,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:917
+#: Websphere.xml:700
#, no-c-format
msgid ""
"Type <literal>./seam new-project</literal> to create your project and "
@@ -1508,25 +1172,25 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:924
+#: Websphere.xml:707
#, no-c-format
msgid "Changes needed for deployment to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:925
+#: Websphere.xml:708
#, no-c-format
msgid "We now need to make some changes to the generated project."
msgstr ""
#. Tag: literal
-#: Websphere.xml:931
+#: Websphere.xml:714
#, no-c-format
msgid "resources/META-INF/persistence-dev.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:936
+#: Websphere.xml:719
#, no-c-format
msgid ""
"Alter the <literal>jta-data-source</literal> to be "
@@ -1535,7 +1199,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:943
+#: Websphere.xml:726
#, no-c-format
msgid ""
"Add or change the properties below. These are described in detail at <xref "
@@ -1543,7 +1207,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:948
+#: Websphere.xml:731
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1559,14 +1223,14 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:951
+#: Websphere.xml:734
#, no-c-format
msgid ""
"Remove the JBoss AS specific method of exposing the EntityManagerFactory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:954
+#: Websphere.xml:737
#, no-c-format
msgid ""
"<![CDATA[<property \n"
@@ -1575,7 +1239,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:957
+#: Websphere.xml:740
#, no-c-format
msgid ""
"You'll need to alter <literal>persistence-prod.xml</literal> as well if you "
@@ -1583,32 +1247,31 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:970
+#: Websphere.xml:753
#, no-c-format
msgid ""
-"As with other examples we need to include this class for DB support. It can "
-"be copied from the <literal>jpa</literal> example into the "
-"<literal>websphere_example/resources</literal> directory."
+"As with other examples we need to include this java class for DB support. It "
+"can be copied from the <literal>jpa</literal> example into the "
+"<literal>websphere_example/src</literal> directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:976
+#: Websphere.xml:759
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp $SEAM/examples/jpa/resources-websphere61/WEB-INF/classes/"
-"GlassfishDerbyDialect.class\n"
-" ./resources]]>"
+"cp $SEAM/examples/jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: literal
-#: Websphere.xml:982
+#: Websphere.xml:765
#, no-c-format
msgid "resources/META-INF/jboss-app.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:985
+#: Websphere.xml:768
#, no-c-format
msgid ""
"You can delete this file as we aren't deploying to JBoss AS ( <literal>jboss-"
@@ -1616,13 +1279,13 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:991
+#: Websphere.xml:774
#, no-c-format
msgid "resources/*-ds.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:994
+#: Websphere.xml:777
#, no-c-format
msgid ""
"You can delete these file as we aren't deploying to JBoss AS (these files "
@@ -1630,7 +1293,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1006
+#: Websphere.xml:789
#, no-c-format
msgid ""
"Enable container managed transaction integration - add the <literal> <"
@@ -1640,7 +1303,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1015
+#: Websphere.xml:798
#, no-c-format
msgid ""
"Alter the <literal>jndi-pattern</literal> to <literal> java:comp/env/"
@@ -1648,7 +1311,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1021
+#: Websphere.xml:804
#, no-c-format
msgid ""
"We do not need <literal>managed-persistence-context</literal> for this "
@@ -1656,7 +1319,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1027
+#: Websphere.xml:810
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1667,67 +1330,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1036
+#: Websphere.xml:819
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it required "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1042
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1044
-#, no-c-format
-msgid ""
"As with the <literal>jee5/booking</literal> example we need to add EJB "
-"references to the web.xml. These references require the empty <literal>local-"
-"home</literal> to flag them for Websphere to perform the proper binding."
+"references to the web.xml. These references require replacing /local string "
+"in <literal>ejb-ref-name</literal> to flag them for Websphere to perform the "
+"proper binding."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1051
+#: Websphere.xml:826
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local> \n"
-" </ejb-local-ref>\n"
+"<![CDATA[ \n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local>\n"
+" </ejb-local-ref> \n"
" \n"
" <ejb-local-ref>\n"
" <ejb-ref-name>websphere_example/EjbSynchronizations</ejb-ref-name> \n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:1057
+#: Websphere.xml:832
#, no-c-format
msgid "Creating the <literal>AuthenticatorAction</literal> EJB"
msgstr ""
#. Tag: para
-#: Websphere.xml:1059
+#: Websphere.xml:834
#, no-c-format
msgid ""
"We want to take the existing <literal>Authenticator</literal> Seam POJO "
@@ -1735,13 +1372,19 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1065
+#: Websphere.xml:837
#, no-c-format
+msgid "Change the generated Authenticator class"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:840
+#, no-c-format
msgid "Rename the class to <literal>AuthenticatorAction</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1069
+#: Websphere.xml:844
#, no-c-format
msgid ""
"Add the <literal>@Stateless</literal> annotation to the new "
@@ -1749,7 +1392,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1075
+#: Websphere.xml:850
#, no-c-format
msgid ""
"Create an interface called <literal>Authenticator</literal> which "
@@ -1761,7 +1404,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1088
+#: Websphere.xml:863
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1770,7 +1413,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1091
+#: Websphere.xml:866
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1780,7 +1423,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1094
+#: Websphere.xml:869
#, no-c-format
msgid ""
"We've already added its reference to the <literal>web.xml</literal> file so "
@@ -1788,14 +1431,14 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:1100
+#: Websphere.xml:875
#, no-c-format
msgid ""
"Extra jar dependencies and other changes to the <literal>build.xml</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1102
+#: Websphere.xml:877
#, no-c-format
msgid ""
"This application has similar requirements as the <literal>jee5/booking</"
@@ -1803,7 +1446,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1107
+#: Websphere.xml:882
#, no-c-format
msgid ""
"Change the default target to <literal>archive</literal> (we aren't going to "
@@ -1811,7 +1454,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1113
+#: Websphere.xml:888
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1819,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1117
+#: Websphere.xml:892
#, no-c-format
msgid ""
"Websphere looks for the drools <literal>/security.drl</literal> file in the "
@@ -1832,7 +1475,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1128
+#: Websphere.xml:903
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1844,93 +1487,16 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1131
+#: Websphere.xml:906
#, no-c-format
msgid ""
-"We need to ge the <literal>GlassfishDerbyDialect.class</literal> into our "
-"application jar. To do that find the <literal>jar</literal> task and modify "
-"the top of it so that it looks like this:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1139
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"jar\" depends=\"compile,copyclasses\" \n"
-" description=\"Build the distribution .jar file\">\n"
-" <copy todir=\"${jar.dir}\">\n"
-" <fileset dir=\"${basedir}/resources\">\n"
-" <include name=\"seam.properties\" />\n"
-" <include name=\"*.drl\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
-" </fileset>\n"
-" </copy>\n"
-"...]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1142
-#, no-c-format
-msgid ""
-"Next we need to get the <literal>jboss-seam.jar</literal> into the base of "
-"the <literal>EAR</literal> file. For deployment Websphere requires this jar "
-"to be in both the <literal>/lib</literal> directory and at the base of the "
-"<literal>EAR</literal>. You must add the following to the <literal>archive</"
-"literal> task:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1151
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1152
-#, no-c-format
-msgid "So that the whole <literal>archive</literal> task looks like:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1156
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"archive\" depends=\"jar,war,ear\" \n"
-" description=\"Package the archives\">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.jar\" basedir=\"${jar.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.war\" basedir=\"${war.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.ear\">\n"
-" <fileset dir=\"${ear.dir}\"/>\n"
-" <fileset dir=\"${dist.dir}\">\n"
-" <include name=\"${project.name}.jar\"/>\n"
-" <include name=\"${project.name}.war\"/>\n"
-" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
-" </jar>\n"
-"</target>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1159
-#, no-c-format
-msgid ""
"Now we need to get extra jars into the <literal>build.xml</literal>. Look "
"for the <literal><fileset dir=\"${basedir}\"></literal> section of the "
"task below. Add the new includes at the bottom of the fileset."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1167
+#: Websphere.xml:914
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1941,9 +1507,7 @@
" <include name=\"*hibernate.cfg.xml\" />\n"
" <include name=\"jbpm.cfg.xml\" />\n"
" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
+"\n"
" <fileset dir=\"${basedir}\">\n"
" <include name=\"lib/jbpm*.jar\" />\n"
" <include name=\"lib/jboss-el.jar\" />\n"
@@ -1965,13 +1529,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1170
+#: Websphere.xml:917
#, no-c-format
msgid "Hibernate dependencies"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1171
+#: Websphere.xml:918
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1985,33 +1549,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1174
+#: Websphere.xml:921
#, no-c-format
-msgid ""
-"JSF dependencies. You will need to copy the <literal>el-ri.jar</literal> "
-"from the <literal>$SEAM/examples/jpa/lib</literal> directory."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1177
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1180
-#, no-c-format
msgid "Third party dependencies."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1181
+#: Websphere.xml:922
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2028,15 +1572,15 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1184
+#: Websphere.xml:925
#, no-c-format
msgid ""
-"<literal>jboss-seam.jar</literal> - this is needed in both the <literal>ear</"
-"literal> base and <literal>/lib</literal> directory."
+"<literal>jboss-seam.jar</literal> - this is needed in the <literal>ear</"
+"literal> base directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1188
+#: Websphere.xml:928
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2045,13 +1589,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1192
+#: Websphere.xml:932
#, no-c-format
msgid "You should end up with something like:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1193
+#: Websphere.xml:933
#, no-c-format
msgid ""
"<![CDATA[<fileset dir=\"${basedir}\">\n"
@@ -2072,13 +1616,7 @@
" <include name=\"lib/hibernate-entitymanager.jar\"/>\n"
" <include name=\"lib/hibernate-validator.jar\"/>\n"
" <include name=\"lib/jboss-common-core.jar\" />\n"
-" \n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>\n"
-" \n"
+"\n"
" <!-- 3rd party and supporting jars -->\n"
" <include name=\"lib/javassist.jar\"/>\n"
" <include name=\"lib/dom4j.jar\" />\n"
@@ -2095,38 +1633,14 @@
"</fileset>]]>"
msgstr ""
-#. Tag: para
-#: Websphere.xml:1195
-#, no-c-format
-msgid ""
-"The last step is to add <literal>jsf-impl.jar</literal> and <literal>el-ri."
-"jar</literal> to the war target. Look for <literal>copy todir=\"${war.dir}/"
-"WEB-INF/lib\"</literal> and add the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1199
-#, no-c-format
-msgid ""
-"<![CDATA[<copy todir=\"${war.dir}/WEB-INF/lib\">\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <includesfile name=\"deployed-jars-war.list"
-"\" />\n"
-" <include name=\"jsf-impl.jar\" />\n"
-" <include name=\"el-ri.jar\" /> \n"
-" <exclude name=\"jboss-seam-gen.jar\" />\n"
-" </fileset>\n"
-"</copy>]]>"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:1206
+#: Websphere.xml:940
#, no-c-format
msgid "Building and deploying the seam-gen'd application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:1212
+#: Websphere.xml:945
#, no-c-format
msgid ""
"Build your application by calling <literal>ant</literal> in the base "
@@ -2136,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1221
+#: Websphere.xml:954
#, no-c-format
msgid ""
"To deploy the application follow the instructions here : <xref linkend="
@@ -2146,7 +1660,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1227
+#: Websphere.xml:960
#, no-c-format
msgid ""
"Checkout the app at: <literal>http://localhost:9080/websphere_example/index."
Modified: trunk/doc/Seam_Reference_Guide/si-LK/Excel.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/si-LK/Excel.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/si-LK/Excel.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: Seam_Reference_Guide \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-10-14 11:38+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -46,7 +46,7 @@
"&excel; JSF controls, which are used to construct views that can render the "
"document, and the DocumentStore component, which serves the rendered "
"document to the user. To include &excel; support in your application, "
-"included <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
+"include <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
"lib</literal> directory along with the <literal>jxl.jar</literal> JAR file. "
"Furthermore, you need to configure the DocumentStore servlet in your web.xml"
msgstr ""
@@ -247,9 +247,9 @@
msgid ""
"<literal>arrayGrowSize</literal> — The amount of memory by which to "
"increase the amount of memory allocated to storing the workbook data. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 1 megabyte. The value is a "
-"number (bytes)."
+"processes reading many small workbooks inside a WAS it might be necessary to "
+"reduce the default size. Default value is 1 megabyte. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -332,10 +332,10 @@
#, no-c-format
msgid ""
"<literal>initialFileSize</literal> — The initial amount of memory "
-"allocated to store the workbook data when reading a worksheet. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 5 megabytes. The value is a "
-"number (bytes)."
+"allocated to store the workbook data when reading a worksheet. For processes "
+"reading many small workbooks inside a WAS it might be necessary to reduce "
+"the default size. Default value is 5 megabytes. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -428,7 +428,7 @@
#, no-c-format
msgid ""
"<literal>filename</literal> — The filename to use for the download. "
-"The value is a string. Please not that if you map the DocumentServlet to "
+"The value is a string. Please note that if you map the DocumentServlet to "
"some pattern, this file extension must also match."
msgstr ""
@@ -442,11 +442,9 @@
msgstr ""
#. Tag: emphasis
-#: Excel.xml:322 Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081
-#: Excel.xml:1157 Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537
-#: Excel.xml:1595 Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#: Excel.xml:322 Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
#, no-c-format
-msgid "Child elemenents"
+msgid "Child elements"
msgstr ""
#. Tag: para
@@ -516,7 +514,7 @@
#, no-c-format
msgid ""
"Worksheets are the children of workbooks and the parent of columns and "
-"worksheet commands They can also contain explicitly placed cells, formulas, "
+"worksheet commands. They can also contain explicitly placed cells, formulas, "
"images and hyperlinks. They are the pages that make up the workbook."
msgstr ""
@@ -542,14 +540,14 @@
#, no-c-format
msgid ""
"<literal>var</literal> — The current row iterator variable name that "
-"can later be referenced in cell value attributes. The value is a string"
+"can later be referenced in cell value attributes. The value is a string."
msgstr ""
#. Tag: para
#: Excel.xml:401
#, no-c-format
msgid ""
-"<literal>name</literal> — The name of the worksheet. The valus is a "
+"<literal>name</literal> — The name of the worksheet. The value is a "
"string. Defaults to Sheet# where # is the worksheet index. If the given "
"worksheet name exists, that sheet is selected. This can be used for merging "
"several data sets into a single worksheet, just define the same name for "
@@ -590,7 +588,7 @@
#, no-c-format
msgid ""
"<literal>bottomMargin</literal> — The bottom margin. The value is a "
-"number (inches)"
+"number (inches)."
msgstr ""
#. Tag: para
@@ -709,7 +707,7 @@
#: Excel.xml:551
#, no-c-format
msgid ""
-"<literal>normalMagnification</literal> — The normal magnificaton "
+"<literal>normalMagnification</literal> — The normal magnification "
"factor (not zoom or scale factor). The value is a number (percentage)."
msgstr ""
@@ -727,7 +725,7 @@
#, no-c-format
msgid ""
"<literal>pageBreakPreviewMagnification</literal> — The page break "
-"preview magnificaton factor (not zoom or scale factors). the value is a "
+"preview magnification factor (not zoom or scale factors). The value is a "
"number (percentage)."
msgstr ""
@@ -803,7 +801,8 @@
#, no-c-format
msgid ""
"<literal>recalculateFormulasBeforeSave</literal> — Should the formulas "
-"be re-calculated when the sheet is saved? The value is a boolean. false"
+"be re-calculated when the sheet is saved? The value is a boolean. Default "
+"value is false."
msgstr ""
#. Tag: para
@@ -874,11 +873,19 @@
#: Excel.xml:698
#, no-c-format
msgid ""
-"<literal>zoomFactor</literal> — T zoom factor. Do not confuse zoom "
+"<literal>zoomFactor</literal> — The zoom factor. Do not confuse zoom "
"factor (which relates to the on screen view) with scale factor (which refers "
-"to the scale factor when printing). The value is a number (percentage."
+"to the scale factor when printing). The value is a number (percentage)."
msgstr ""
+#. Tag: emphasis
+#: Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081 Excel.xml:1157
+#: Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537 Excel.xml:1595
+#: Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#, no-c-format
+msgid "Child elemenents"
+msgstr ""
+
#. Tag: para
#: Excel.xml:712
#, no-c-format
@@ -900,7 +907,7 @@
#, no-c-format
msgid ""
"<literal><e:headerFooter/></literal> — Zero or more header/"
-"footer definitions ((see <xref linkend=\"excel.headersfooters\"/> ))."
+"footer definitions (see <xref linkend=\"excel.headersfooters\"/> )."
msgstr ""
#. Tag: para
@@ -916,7 +923,7 @@
#, no-c-format
msgid ""
"<literal>header</literal>— Contents that will be placed at the top of "
-"the data block, above the column headers (if any)"
+"the data block, above the column headers (if any)."
msgstr ""
#. Tag: para
@@ -924,7 +931,7 @@
#, no-c-format
msgid ""
"<literal>footer</literal>— Contents that will be placed at the bottom "
-"of the data block, below the column footers (if any)"
+"of the data block, below the column footers (if any)."
msgstr ""
#. Tag: programlisting
@@ -1062,7 +1069,7 @@
"Cells are nested within columns (for iteration) or inside worksheets (for "
"direct placement using the <literal>column</literal> and <literal>row</"
"literal> attributes) and are responsible for outputting the value (usually "
-"though en EL-expression involving the <literal>var</literal>-attribute of "
+"through an EL-expression involving the <literal>var</literal>-attribute of "
"the datatable. See"
msgstr ""
@@ -1495,7 +1502,7 @@
#: Excel.xml:1360
#, no-c-format
msgid ""
-"The formula of the cell in placed in the <literal>value</literal> -attribute "
+"The formula of the cell is placed in the <literal>value</literal> -attribute "
"as a normal &excel; notation. Note that when doing cross-sheet formulas, the "
"worksheets must exist before referencing a formula against them. The value "
"is a string."
@@ -2123,12 +2130,6 @@
"initially? The value is a boolean."
msgstr ""
-#. Tag: emphasis
-#: Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
-#, no-c-format
-msgid "Child elements"
-msgstr ""
-
#. Tag: literal
#: Excel.xml:2046
#, no-c-format
@@ -2171,7 +2172,7 @@
#: Excel.xml:2105
#, no-c-format
msgid ""
-"groups rows 5 trough 10 and columns 5 through 10 so that the rows are "
+"groups rows 5 through 10 and columns 5 through 10 so that the rows are "
"initially collapsed (but not the columns)."
msgstr ""
@@ -2382,7 +2383,7 @@
"The CSS attributes cascade down from parent to children and within one tag "
"cascades over the CSS classes referenced in the <literal>styleClass</"
"literal> attributes and finally over the CSS attributes defined in the "
-"<literal>style</literal>attribute. You can place them pretty much anywhere "
+"<literal>style</literal> attribute. You can place them pretty much anywhere "
"but e.g. placing a column width setting in a cell nested within that column "
"makes little sense."
msgstr ""
@@ -2579,7 +2580,7 @@
#. Tag: para
#: Excel.xml:2475
#, no-c-format
-msgid "This group of XLS-CSS attributes define the borders of the cell"
+msgid "This group of XLS-CSS attributes defines the borders of the cell"
msgstr ""
#. Tag: para
@@ -2667,7 +2668,7 @@
#, no-c-format
msgid ""
"A shorthand for setting line style and color of the top edge of the cell, e."
-"g style=\"xls-border-left: red thick\""
+"g style=\"xls-border-top: red thick\""
msgstr ""
#. Tag: para
@@ -2781,7 +2782,7 @@
#. Tag: para
#: Excel.xml:2668
#, no-c-format
-msgid "This group of XLS-CSS attributes define the background of the cell"
+msgid "This group of XLS-CSS attributes defines the background of the cell"
msgstr ""
#. Tag: para
@@ -2837,7 +2838,7 @@
#. Tag: para
#: Excel.xml:2722
#, no-c-format
-msgid "This group of XLS-CSS attributes define the column widths etc."
+msgid "This group of XLS-CSS attributes defines the column widths etc."
msgstr ""
#. Tag: para
@@ -2910,7 +2911,7 @@
#. Tag: para
#: Excel.xml:2783
#, no-c-format
-msgid "This group of XLS-CSS attributes define the cell properties"
+msgid "This group of XLS-CSS attributes defines the cell properties"
msgstr ""
#. Tag: para
@@ -3084,7 +3085,7 @@
#, no-c-format
msgid ""
"When using .xhtml documents, stylesheets must be referenced through the "
-"<literal><e:link> tag</literal>"
+"<literal><e:link></literal> tag"
msgstr ""
#. Tag: para
@@ -3106,8 +3107,9 @@
#, no-c-format
msgid ""
"The core of the &excel; functionality is based on the excellent JExcelAPI "
-"library which can be found on http://jexcelapi.sourceforge.net/ and most "
-"features and possible limitations are inherited from here."
+"library which can be found on <ulink url=\"http://jexcelapi.sourceforge.net"
+"\">http://jexcelapi.sourceforge.net/</ulink> and most features and possible "
+"limitations are inherited from here."
msgstr ""
#. Tag: para
Modified: trunk/doc/Seam_Reference_Guide/si-LK/Itext.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/si-LK/Itext.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/si-LK/Itext.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -41,10 +41,10 @@
"iText support is provided by <literal>jboss-seam-pdf.jar</literal>. This JAR "
"contains the iText JSF controls, which are used to construct views that can "
"render to PDF, and the DocumentStore component, which serves the rendered "
-"documents to the user. To include PDF support in your application, included "
+"documents to the user. To include PDF support in your application, put "
"<literal>jboss-seam-pdf.jar</literal> in your <literal>WEB-INF/lib</literal> "
"directory along with the iText JAR file. There is no further configuration "
-"needed to use Seam's iText supportfon."
+"needed to use Seam's iText support."
msgstr ""
#. Tag: para
@@ -251,7 +251,7 @@
"for generating suitable PDF content. Tags like <literal><p:image></"
"literal> and <literal><p:paragraph></literal> are the basic "
"foundations of simple documents. Tags like <literal><p:font></literal> "
-"provide style information to all the content surrounging them."
+"provide style information to all the content surrounding them."
msgstr ""
#. Tag: literal
@@ -492,7 +492,7 @@
#, no-c-format
msgid ""
"<literal>p:image</literal> inserts an image into the document. Images can be "
-"be loaded from the classpath or from the web application context using the "
+"loaded from the classpath or from the web application context using the "
"<literal>value</literal> attribute."
msgstr ""
@@ -626,7 +626,7 @@
msgid ""
"<literal>reference</literal> — The destination the link refers to. "
"Links to other points in the document should begin with a \"#\". For "
-"example, \"#link1\" to refer to an anchor postion with a <literal>name</"
+"example, \"#link1\" to refer to an anchor position with a <literal>name</"
"literal> of <literal>link1</literal>. Links may also be a full URL to point "
"to a resource outside of the document."
msgstr ""
@@ -704,7 +704,7 @@
#: Itext.xml:631
#, no-c-format
msgid ""
-"<literal>borderWidth</literal> — The width of the border. Inidvidual "
+"<literal>borderWidth</literal> — The width of the border. Individual "
"border sides can be specified using <literal>borderWidthLeft</literal>, "
"<literal>borderWidthRight</literal>, <literal>borderWidthTop</literal> and "
"<literal>borderWidthBottom</literal>."
@@ -792,7 +792,7 @@
msgid ""
"<literal>numberDepth</literal> — The depth of numbering for section. "
"All sections are numbered relative to their surrounding chapter/sections. "
-"The fourth section of of the first section of chapter three would be section "
+"The fourth section of the first section of chapter three would be section "
"3.1.4, if displayed at the default number depth of three. To omit the "
"chapter number, a number depth of 2 should be used. In that case, the "
"section number would be displayed as 1.4."
@@ -839,7 +839,7 @@
msgid ""
"List structures can be displayed using the <literal>p:list</literal> and "
"<literal>p:listItem</literal> tags. Lists may contain arbitrarily-nested "
-"sublists. List items may not be used outside of a list. he following "
+"sublists. List items may not be used outside of a list. The following "
"document uses the <literal>ui:repeat</literal> tag to to display a list of "
"values retrieved from a Seam component."
msgstr ""
@@ -1391,7 +1391,7 @@
#, no-c-format
msgid ""
"<literal>domainGridlineStroke</literal> — The stroke style of the "
-"domain gridleines, if visible."
+"domain gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1493,7 +1493,7 @@
#, no-c-format
msgid ""
"<literal>plotOutlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1531,7 +1531,7 @@
#, no-c-format
msgid ""
"<literal>rangeGridlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1946,8 +1946,8 @@
#: Itext.xml:1893
#, no-c-format
msgid ""
-"<literal>seriesVisibleInLegend</literal> — A boolean indiciating if "
-"the series should be listed in the legend."
+"<literal>seriesVisibleInLegend</literal> — A boolean indicating if the "
+"series should be listed in the legend."
msgstr ""
#. Tag: programlisting
@@ -2149,7 +2149,7 @@
#, no-c-format
msgid ""
"<literal>dashPhase</literal> — The dash phase indicates the offset "
-"into the dash pattern that the the line should be drawn with."
+"into the dash pattern that the line should be drawn with."
msgstr ""
#. Tag: programlisting
@@ -2303,7 +2303,7 @@
#, no-c-format
msgid ""
"If you have a complex, pre-generated PDF with named fields, you can easily "
-"fill in the values from you application and present it to the user."
+"fill in the values from your application and present it to the user."
msgstr ""
#. Tag: literal
Modified: trunk/doc/Seam_Reference_Guide/si-LK/Websphere.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/si-LK/Websphere.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/si-LK/Websphere.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-11-06 00:24+0000\n"
+"POT-Creation-Date: 2009-02-01 21:20+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,190 +16,80 @@
#. Tag: title
#: Websphere.xml:2
#, no-c-format
-msgid "Seam on IBM's Websphere"
+msgid "Seam on IBM's Websphere AS"
msgstr ""
#. Tag: para
#: Websphere.xml:4
#, no-c-format
msgid ""
-"Websphere 6.1.x is IBM's application server offering. The latest release is "
-"6.1.0.19 which does not have <literal>EJB3</literal> or <literal>JEE5</"
-"literal> support. There is a recently released (Nov 07) <literal>EJB3</"
-"literal> feature pack which provides some support for <literal>EJB3</"
-"literal> and <literal>JPA</literal>. Currently there is no true "
-"<literal>JEE5</literal> offering from IBM. This causes some issues with Seam "
-"integration with applications that use EJB3."
+"Websphere AS V7 is IBM's application server offering. This release is fully "
+"Java EE 5 certified."
msgstr ""
#. Tag: para
-#: Websphere.xml:12
+#: Websphere.xml:7
#, no-c-format
msgid ""
-"First we will go over some basic information about the Websphere environment "
-"that we used for these examples. After a good deal of research and work we "
-"were able to get EJB3 applications to function correctly. We will go over "
-"the details of those steps with the jee5 example. We will also deploy the "
-"JPA example application."
+"First we will go over some basic information about the Websphere AS "
+"environment that we used for these examples. We will go over the details of "
+"those steps with the JEE5 booking example. We will also deploy the JPA "
+"example application."
msgstr ""
#. Tag: title
-#: Websphere.xml:19
+#: Websphere.xml:13
#, no-c-format
-msgid "Websphere environment and deployment information"
+msgid "Websphere AS environment and deployment information"
msgstr ""
#. Tag: para
-#: Websphere.xml:21
+#: Websphere.xml:15
#, no-c-format
msgid ""
-"Websphere is a commercial product and so we will not discuss the details of "
-"its installation other than to say follow the directions provided by your "
+"Websphere AS is a commercial product and so we will not discuss the details "
+"of its installation other than to say follow the directions provided by your "
"particular installation type and license. This section will detail the exact "
"server versions used, installation tips, and some custom properties that are "
"needed for all of the examples."
msgstr ""
#. Tag: title
-#: Websphere.xml:29
+#: Websphere.xml:23
#, no-c-format
-msgid "Installation versions and tips"
+msgid "Installation versions"
msgstr ""
#. Tag: para
-#: Websphere.xml:30
+#: Websphere.xml:24
#, no-c-format
msgid ""
"All of the examples and information in this chapter are based on the version "
-"6.1 of Websphere at the time of this writing."
+"V7 of Websphere AS at the time of this writing."
msgstr ""
#. Tag: ulink
-#: Websphere.xml:35
+#: Websphere.xml:29
#, no-c-format
-msgid "Websphere Application Server 6.1"
+msgid "Websphere Application Server V7"
msgstr ""
-#. Tag: ulink
-#: Websphere.xml:40
-#, no-c-format
-msgid ""
-"Feature Pack for EJB 3.0 for Websphere Application Server V6.1 (6.1.0.13)"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:46
-#, no-c-format
-msgid "Fix Pack for Websphere Application Server V6.1 (6.1.0.19)"
-msgstr ""
-
#. Tag: para
-#: Websphere.xml:52
+#: Websphere.xml:34
#, no-c-format
msgid ""
-"The EJB3 feature pack that we installed came with the 6.1.0.13 patch version "
-"of Websphere. Installing the feature pack does not ensure that your server "
-"will have the proper environment for EJB3 applications. Be sure that as part "
-"of the installation of the feature pack you follow the instructions to "
-"create a new server profile with the EJB3 feature pack enabled, or augment "
-"one of your existing ones. This can also be done after the installation by "
-"running the profile management tool."
+"After installing Websphere AS, create server profile with Profile Management "
+"Tool, if you didn't create profile in installation process."
msgstr ""
-#. Tag: para
-#: Websphere.xml:60
-#, no-c-format
-msgid ""
-"It is highly recommended to patch Websphere by latest fix pack, at the time "
-"of this writing it is 6.1.0.19"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:63
+#: Websphere.xml:42
#, no-c-format
-msgid "A note about restarting the server"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:64
-#, no-c-format
-msgid ""
-"There are times that restarting the server will be required after deploying "
-"or changes the examples in this chapter. Its does not seem like every change "
-"requires a restart. If you get errors or exceptions after modifying a "
-"property or deploying an application try to restart the server."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:72
-#, no-c-format
-msgid "Required custom properties"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:73
-#, no-c-format
-msgid ""
-"There are a couple of Websphere custom properties that are required for Seam "
-"integration. These properties are not needed specifically for Seam, but work "
-"around some issues with Websphere. These are set following the instructions "
-"here : <ulink url=\"http://www-1.ibm.com/support/docview.wss?rss=180&"
-"uid=swg21284395\"> Setting web container custom properties</ulink>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:82
-#, no-c-format
-msgid ""
-"<literal>prependSlashToResource = \"true\"</literal> — This solves a "
-"fairly common issue with Websphere where applications are not using a "
-"leading \"/\" when attempting to access resources. If this is not set then a "
-"<literal>java.net.MalformedURLException</literal> will be thrown. With this "
-"property set you will still see warnings, but the resources will be "
-"retrieved as expected."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:90 Websphere.xml:108
-#, no-c-format
-msgid "Detailed can be found at:"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:92
-#, no-c-format
-msgid "SRVE0238E: Resource paths must have a leading slash"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:97
-#, no-c-format
-msgid ""
-"<literal>com.ibm.ws.webcontainer.invokefilterscompatibility = \"true\"</"
-"literal> — This solves an issue with Websphere where it throws a "
-"<literal>FileNotFoundException</literal> when a web application attempts to "
-"access a file resource that does not actually exist on disk. This is a "
-"common practice in modern web applications where filters or servlets are "
-"used to process resource requests like these. This issue manifests itself as "
-"failures to retrieve JavaScript, CSS, images, etc... when requesting a web "
-"page."
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:110
-#, no-c-format
-msgid ""
-"PK33090; 6.1: A filter that serves a file does not pop-up an alert message"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:119
-#, no-c-format
msgid "The <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:121
+#: Websphere.xml:44
#, no-c-format
msgid ""
"The <literal>jee5/booking</literal> example is based on the Hotel Booking "
@@ -208,45 +98,36 @@
"located in the <literal>$SEAM_DIST/examples/jee5/booking</literal> directory."
msgstr ""
-#. Tag: para
-#: Websphere.xml:128
-#, no-c-format
-msgid ""
-"As stated before the <literal>EJB3</literal> feature pack does not provide a "
-"full <literal>jee5</literal> implementation. This means that there are some "
-"tricks to getting an application deployed and functioning."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:134 Websphere.xml:927
+#: Websphere.xml:52 Websphere.xml:710
#, no-c-format
msgid "<title>Configuration file changes</title>"
msgstr ""
#. Tag: para
-#: Websphere.xml:136
+#: Websphere.xml:54
#, no-c-format
msgid ""
"Below are the configuration file changes that are need to the base example."
msgstr ""
#. Tag: literal
-#: Websphere.xml:142 Websphere.xml:1001
+#: Websphere.xml:60 Websphere.xml:784
#, no-c-format
msgid "resources/WEB-INF/components.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:145
+#: Websphere.xml:63
#, no-c-format
msgid ""
-"We need to change the way that we look up EJBs for Websphere. We need to "
-"remove the <literal>/local</literal> from the end of the <literal>jndi-"
-"pattern</literal> attribute. It should look like this:"
+"We need to change the way that we look up EJBs for WAS. We need to remove "
+"the <literal>/local</literal> from the end of the <literal>jndi-pattern</"
+"literal> attribute. It should look like this:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:152
+#: Websphere.xml:70
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -256,133 +137,119 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:156 Websphere.xml:1033
+#: Websphere.xml:76
#, no-c-format
-msgid "resources/WEB-INF/web.xml"
+msgid "resources/META-INF/ejb-jar.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:159
+#: Websphere.xml:79
#, no-c-format
msgid ""
-"This is the first place that we notice an unexpected change because this is "
-"not full <literal>jee5</literal> implementation."
+"We need to replace the /local string from <literal>ejb-ref-name</literal>. "
+"See at the following final code:"
msgstr ""
-#. Tag: para
-#: Websphere.xml:162
+#. Tag: programlisting
+#: Websphere.xml:82
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it requires "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
+"<![CDATA[\n"
+" <enterprise-beans>\n"
+" <!-- EJB reference required when one Seam EJB component references "
+"another Seam EJB component using @In -->\n"
+" <!-- Not required if you inject using @EJB, but then you lose state "
+"management and client-side interceptors (e.g., security) -->\n"
+" <session>\n"
+" <ejb-name>RegisterAction</ejb-name>\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
+"name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref>\n"
+" </session>\n"
+" </enterprise-beans>]]>"
msgstr ""
-#. Tag: programlisting
-#: Websphere.xml:169
+#. Tag: literal
+#: Websphere.xml:88 Websphere.xml:816
#, no-c-format
-msgid ""
-"<![CDATA[<xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
+msgid "resources/WEB-INF/web.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:170
+#: Websphere.xml:91
#, no-c-format
msgid ""
-"Next, we have to make some changes to the EJB references in the <literal>web."
-"xml</literal>. These changes are what will allow Websphere to bind the EJB2 "
-"references in the web module to the the actual EJB3 beans in the EAR module. "
-"Replace all of the <literal>ejb-local-refs</literal> when the values below."
+"We have to make some changes to the EJB references in the <literal>web.xml</"
+"literal>. These changes are what will allow WAS to bind automatically the "
+"EJB3 references in the web module to the the actual EJB3 beans in the EAR "
+"module. Replace all of the /local strings in <literal>ejb-local-refs</"
+"literal> when the values below."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:179
+#: Websphere.xml:100
#, no-c-format
msgid ""
"<![CDATA[\n"
" <!-- JEE5 EJB3 names -->\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Authenticator</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.BookingList</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Register</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.ChangePassword</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.HotelBooking</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.HotelSearching</local> \n"
-" </ejb-local-ref> \n"
-" \n"
" <ejb-local-ref>\n"
-" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name> \n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-name>\n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref> \n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.BookingList</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Register</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.ChangePassword</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelBooking</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelSearching</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:181
+#: Websphere.xml:102
#, no-c-format
msgid ""
-"The important change is that there is an empty <literal>local-home</literal> "
-"element for each EJB. This tells Websphere to make the correct bindings "
-"between the web module and the EJB3 beans. The <literal>ejb-link</literal> "
-"element is simply not used."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:187
-#, no-c-format
-msgid ""
"Note also that <literal>EjbSynchronizations</literal> is a built-in Seam EJB "
"and not part of the Hotel Booking example. This means that if your "
"application's <literal>components.xml</literal> specifies "
-"<literal>transaction:ejb-transaction</literal> , then you must include:"
+"<literal>transaction:ejb-transaction</literal>, then you must include:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:192
+#: Websphere.xml:107
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -395,34 +262,34 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:193
+#: Websphere.xml:108
#, no-c-format
msgid ""
"in your web.xml. If you don't include it, you'll get the following error:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:194
+#: Websphere.xml:109
#, no-c-format
msgid "Name comp/env/myapp/EjbSynchronizations not found in context java:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:199
+#: Websphere.xml:114
#, no-c-format
msgid "resources/META-INF/persistence.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:202
+#: Websphere.xml:117
#, no-c-format
msgid ""
"For this example we will be using the default datasource that comes with "
-"Websphere. To do this change the <literal>jta-data-source</literal> element:"
+"WAS. To do this change the <literal>jta-data-source</literal> element:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:205
+#: Websphere.xml:120
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -431,7 +298,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:206
+#: Websphere.xml:121
#, no-c-format
msgid ""
"Then we need to adjust some of the hibernate properties. First comment out "
@@ -439,7 +306,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:211
+#: Websphere.xml:126
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -455,25 +322,25 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:215
+#: Websphere.xml:130
#, no-c-format
msgid ""
"<literal>hibernate.transaction.manager_lookup_class</literal> — "
-"Standard Hibernate transaction manager property for Websphere 6.X"
+"Standard Hibernate transaction manager property for WAS 6.X and 7"
msgstr ""
#. Tag: para
-#: Websphere.xml:221
+#: Websphere.xml:136
#, no-c-format
msgid ""
"<literal>hibernate.transaction.flush_before_completion</literal> — "
"This is commented out because we want the container to manage the "
"transactions. Also if this is set to <literal>true</literal> an exception "
-"will be thrown by Websphere when the EJBContext is looked up."
+"will be thrown by WAS when the EJBContext is looked up."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:230
+#: Websphere.xml:145
#, no-c-format
msgid ""
"<![CDATA[com.ibm.wsspi.injectionengine.InjectionException: \n"
@@ -482,55 +349,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:233
+#: Websphere.xml:148
#, no-c-format
msgid ""
"<literal>hibernate.dialect</literal> — From WAS 6.1.0.9 on the "
-"embedded DB was switched to the same Derby DB in Glassfish."
+"embedded DB was switched to the same Derby DB as is in Glassfish v2."
msgstr ""
#. Tag: literal
-#: Websphere.xml:243 Websphere.xml:967
+#: Websphere.xml:158 Websphere.xml:750
#, no-c-format
-msgid "resources/GlassfishDerbyDialect.class"
+msgid "src/GlassfishDerbyDialect.java"
msgstr ""
#. Tag: para
-#: Websphere.xml:246
+#: Websphere.xml:161
#, no-c-format
msgid ""
-"You will need to get the <literal>GlassfishDerbyDialect.class</literal> and "
-"copy it into the <literal>/resources</literal> directory. The class exists "
-"in the JPA example and can be copied using the command below assuming you "
-"are in <literal>jee5/booking</literal> directory:"
+"You will need to get the <literal>GlassfishDerbyDialect.java</literal> and "
+"copy it into the <literal>/src</literal> directory. The java class exists in "
+"the JPA example source directory and can be copied using the command below "
+"assuming you are in <literal>jee5/booking</literal> directory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:254
+#: Websphere.xml:169
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/WEB-INF/classes/GlassfishDerbyDialect."
-"class\n"
-" ./resources]]>"
+"cp ../../jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:255
+#: Websphere.xml:170
#, no-c-format
msgid ""
-"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file "
-"using changes to the build.xml discussed later."
+"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file."
msgstr ""
#. Tag: literal
-#: Websphere.xml:261
+#: Websphere.xml:175
#, no-c-format
msgid "resources/import.sql"
msgstr ""
#. Tag: para
-#: Websphere.xml:264
+#: Websphere.xml:178
#, no-c-format
msgid ""
"This file must also be copied from the JPA example because either the Derby "
@@ -540,201 +405,91 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:271
+#: Websphere.xml:185
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/import.sql ./resources]]>"
+"cp ../../jpa/resources-websphere7/import.sql ./resources]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:280
+#: Websphere.xml:194
#, no-c-format
msgid "Building the <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:283
+#: Websphere.xml:197
#, no-c-format
msgid ""
"In order to get the changes we have made into our application we need to "
"make some changes to the <literal>build.xml</literal>. There are also some "
"additional jars that are required by our application in order to work with "
-"Websphere. This section will cover what changes are needed to the "
-"<literal>build.xml</literal>."
+"WAS. This section will cover what changes are needed to the <literal>build."
+"xml</literal>."
msgstr ""
#. Tag: title
-#: Websphere.xml:290
+#: Websphere.xml:204
#, no-c-format
-msgid "New libraries dependencies"
+msgid "Library dependency changes"
msgstr ""
#. Tag: para
-#: Websphere.xml:294
+#: Websphere.xml:205
#, no-c-format
msgid ""
-"JSF libraries — Websphere 6.1 comes with its own version of JSF 1.1 "
-"(Seam requires JSF 1.2). So we must add these jars to our application:"
+"We remove the <literal>log4j.jar</literal> so that all of the log output "
+"from our application will be added to the WAS log. Additional steps are "
+"required to fully configure log4j and those are outside of the scope of this "
+"document."
msgstr ""
-#. Tag: literal
-#: Websphere.xml:299 Websphere.xml:836
-#, no-c-format
-msgid "jsf-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:303 Websphere.xml:841
-#, no-c-format
-msgid "jsf-impl.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:309
-#, no-c-format
-msgid ""
-"Since Websphere is not a fully compliant <literal>JEE5</literal> "
-"implementation we need to add these EL libraries:"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:314 Websphere.xml:849
-#, no-c-format
-msgid "el-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:318 Websphere.xml:845
-#, no-c-format
-msgid "el-ri.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:324
-#, no-c-format
-msgid ""
-"<literal>jboss-seam.jar</literal> — for some reason when deploying the "
-"application through the Websphere administration console it can not find the "
-"<literal>jboss-seam.jar</literal> at the base of the EAR archive. This means "
-"that we need to add it to the <literal>/lib</literal> of the EAR."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:332
-#, no-c-format
-msgid ""
-"Finally we remove the <literal>log4j.jar</literal> so that all of the log "
-"output from our application will be added to the Websphere log. Additional "
-"steps are required to fully configure log4j and those are outside of the "
-"scope of this document."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:343
+#: Websphere.xml:213
#, no-c-format
msgid "Updating the <literal>build.xml</literal> file"
msgstr ""
#. Tag: para
-#: Websphere.xml:345
+#: Websphere.xml:215
#, no-c-format
msgid ""
"Add the following entry to the bottom of the <literal>build.xml</literal> "
"file. This overrides the default fileset that is used to populate the "
-"<literal>jboss-seam-jee5.jar</literal>. The primary change is the addition "
-"of the <literal>GlassfishDerbyDialect.class</literal>:"
+"<literal>jboss-seam-jee5.jar</literal>. :"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:354
+#: Websphere.xml:223
#, no-c-format
msgid ""
"<![CDATA[\n"
" <fileset id=\"jar.resources\" dir=\"${resources.dir}\">\n"
" <include name=\"import.sql\" />\n"
" <include name=\"seam.properties\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
" <include name=\"META-INF/persistence.xml\" />\n"
" <include name=\"META-INF/ejb-jar.xml\" />\n"
" </fileset>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:357
+#: Websphere.xml:225
#, no-c-format
msgid ""
-"Next we need to add the library dependencies discussed above. For this add "
-"the following to bottom of the <literal>ear.lib.extras</literal> fileset "
-"entry:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:363
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!--<include name=\"lib/log4j.jar\" />-->\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" />\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:365
-#, no-c-format
-msgid ""
-"We also need to add richfaces-api.jar, jsf-impl.jar and el-ri.jar into WEB-"
-"INF/lib of the war file. Add the following fileset after <literal>ear.lib."
-"extras</literal> fileset."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:368
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <fileset id=\"war.lib.extras\" dir=\"${seam.dir}\"> \n"
-" <include name=\"lib/richfaces-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" /> \n"
-" </fileset>]]>"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:370
-#, no-c-format
-msgid "A note about copying JSF and EL jars"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:371
-#, no-c-format
-msgid ""
-"There is a class loading issue with WebSphere, which causes the jars from "
-"ear lib directory to not be available when the web module is initialized."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:376
-#, no-c-format
-msgid ""
"Now all that is left is to execute the <literal>ant archive</literal> task "
"and the built application will be in the <literal>jee5/booking/dist</"
"literal> directory."
msgstr ""
#. Tag: title
-#: Websphere.xml:385
+#: Websphere.xml:234
#, no-c-format
msgid "Deploying the application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:387
+#: Websphere.xml:236
#, no-c-format
msgid ""
"So now we have everything we need in place. All that is left is to deploy it "
@@ -742,7 +497,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:389
+#: Websphere.xml:238
#, no-c-format
msgid ""
"For this we will use Websphere's administration console. As before there are "
@@ -750,52 +505,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:392
+#: Websphere.xml:241
#, no-c-format
msgid ""
-"The steps below are for the Websphere version stated above, yours may be "
-"slightly different."
+"The steps below are for the WAS version stated above. The ports are default "
+"values, if you changed them substitute your values."
msgstr ""
#. Tag: para
-#: Websphere.xml:396
+#: Websphere.xml:245
#, no-c-format
-msgid "Log in to the administration console"
+msgid ""
+"Log in to the administration console <programlisting><![CDATA[https://"
+"localhost:9043/admin]]></programlisting> or"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:399
+#: Websphere.xml:250
#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"https://localhost:9043/ibm/console]]>"
+msgid "<![CDATA[http://localhost:9060/admin]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:403
+#: Websphere.xml:254
#, no-c-format
msgid ""
-"Access the <literal>Enterprise Application</literal> menu option under the "
-"<literal>Applications</literal> top menu."
+"Access the <literal>Websphere enterprise applications</literal> menu option "
+"under the <literal>Applications --> Application Type</literal> left side "
+"menu."
msgstr ""
#. Tag: para
-#: Websphere.xml:408
+#: Websphere.xml:259
#, no-c-format
msgid ""
-"At the top of the <literal>Enterprise Application</literal> table select "
+"At the top of the <literal>Enterprise Applications</literal> table select "
"<literal>Install</literal>. Below are installation wizard pages and what "
"needs to done on each:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:414 Websphere.xml:674
+#: Websphere.xml:265 Websphere.xml:461
#, no-c-format
msgid "Preparing for the application installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:418
+#: Websphere.xml:269
#, no-c-format
msgid ""
"Browse to the <literal>examples/jee5/booking/dist/jboss-seam-jee5.ear</"
@@ -803,102 +559,81 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:424 Websphere.xml:442 Websphere.xml:475 Websphere.xml:689
+#: Websphere.xml:275 Websphere.xml:285 Websphere.xml:304 Websphere.xml:476
+#: Websphere.xml:496
#, no-c-format
msgid "Select the <literal>Next</literal> button."
msgstr ""
+#. Tag: para
+#: Websphere.xml:280 Websphere.xml:471
+#, no-c-format
+msgid "Select the <literal>Fast Path</literal> button."
+msgstr ""
+
#. Tag: literal
-#: Websphere.xml:431
+#: Websphere.xml:292
#, no-c-format
msgid "Select installation options"
msgstr ""
#. Tag: para
-#: Websphere.xml:435
+#: Websphere.xml:296
#, no-c-format
msgid ""
-"Select the <literal>Deploy enterprise beans</literal> check box. This is "
-"needed unless you used a Websphere tool to package the application."
+"Select the <literal>Deploy enterprise beans</literal> and <literal>Allow EJB "
+"reference targets to resolve automatically</literal> check boxes. This is "
+"needed unless you used a Websphere AS tool to package the application."
msgstr ""
#. Tag: literal
-#: Websphere.xml:449
+#: Websphere.xml:313
#, no-c-format
msgid "Map modules to servers"
msgstr ""
#. Tag: para
-#: Websphere.xml:453
+#: Websphere.xml:317
#, no-c-format
msgid ""
"No changes needed here as we only have one server. Select the <literal>Next</"
"literal> button."
msgstr ""
-#. Tag: para
-#: Websphere.xml:461
-#, no-c-format
-msgid ""
-"<literal>Map EJB references to beans</literal> This page will list all of "
-"the beans that we entered in the web.xml."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:466
-#, no-c-format
-msgid ""
-"Make sure that <literal>Allow EJB reference targets to resolve "
-"automatically</literal> check box is selected. This will tell Websphere to "
-"bind our EJB3 beans to the EJB references in the web module."
-msgstr ""
-
#. Tag: literal
-#: Websphere.xml:482
+#: Websphere.xml:325
#, no-c-format
-msgid "Map virtual hosts for Web modules"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:486
-#, no-c-format
-msgid "No changes needed here. Select the <literal>Next</literal> button."
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:493
-#, no-c-format
msgid "Summary"
msgstr ""
#. Tag: para
-#: Websphere.xml:496
+#: Websphere.xml:328
#, no-c-format
msgid "No changes needed here. Select the <literal>Finish</literal> button."
msgstr ""
#. Tag: literal
-#: Websphere.xml:503
+#: Websphere.xml:335
#, no-c-format
msgid "Installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:506
+#: Websphere.xml:338
#, no-c-format
msgid "Now you will see it installing and deploying your application."
msgstr ""
#. Tag: para
-#: Websphere.xml:511
+#: Websphere.xml:343
#, no-c-format
msgid ""
-"When if finishes select the <literal>Save</literal> link and you will be "
+"When it finishes select the <literal>Save</literal> link and you will be "
"returned to the <literal>Enterprise Applications</literal> table."
msgstr ""
#. Tag: para
-#: Websphere.xml:523
+#: Websphere.xml:355
#, no-c-format
msgid ""
"Now that we have our application installed we need to make some adjustments "
@@ -906,7 +641,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:527
+#: Websphere.xml:359
#, no-c-format
msgid ""
"Starting from the <literal>Enterprise Applications</literal> table select "
@@ -914,40 +649,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:533
+#: Websphere.xml:365
#, no-c-format
msgid "Select the <literal>Manage Modules</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:537
+#: Websphere.xml:369
#, no-c-format
-msgid "Select the <literal>jboss-seam-jee5.war</literal> link."
+msgid "Select the <literal>jboss-seam-jee5-booking.war</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:542
+#: Websphere.xml:374
#, no-c-format
msgid ""
"Change the <literal>Class loader order</literal> combo box to "
-"<literal>Classes loaded with application class loader first</literal>."
+"<literal>Classes loaded with application class loader first (parent last)</"
+"literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:548 Websphere.xml:573
+#: Websphere.xml:380 Websphere.xml:397
#, no-c-format
msgid ""
"Select <literal>Apply</literal> and then <literal>Save</literal> options."
msgstr ""
#. Tag: para
-#: Websphere.xml:552
+#: Websphere.xml:384
#, no-c-format
-msgid "Return the <literal>Seam Booking</literal> page."
+msgid "Return to the <literal>Seam Booking</literal> page."
msgstr ""
#. Tag: para
-#: Websphere.xml:556
+#: Websphere.xml:387
#, no-c-format
msgid ""
"On this page select the <literal>Class loading and update detection</"
@@ -955,7 +691,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:561
+#: Websphere.xml:392
#, no-c-format
msgid ""
"Select the radio button for <literal>Classes loaded with application class "
@@ -963,117 +699,40 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:566
+#: Websphere.xml:403
#, no-c-format
msgid ""
-"Even though we are not enabling class reload you must also enter a valid "
-"number in the <literal>Polling interval for updated files</literal> text "
-"area (zero works fine)."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:577
-#, no-c-format
-msgid ""
-"You should verify that the change you just made has been remembered. We have "
-"had problems with the last class loader change not taking effect - even "
-"after a restart. If the change did not take you will need to do it manually, "
-"following these directions:"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:585
-#, no-c-format
-msgid "Open the following file in a text editor of your choice:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:589
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"$WebSphereInstall/$yourServerName/profiles/$yourProfileName/config/cells/\n"
-" $yourCellName/applications/Seam Booking.ear/deployments/\n"
-" Seam Booking/deployment.xml]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:593
-#, no-c-format
-msgid ""
-"Modify the following line so that <literal>PARENT_FIRST</literal> is now "
-"<literal>PARENT_LAST</literal>:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:599
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<classloader xmi:id=\"Classloader_#######\" mode=\"PARENT_FIRST\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:603
-#, no-c-format
-msgid ""
-"Save the file and now when go to the <literal>Class loading and update "
-"detection</literal> page you should see <literal>Classes loaded with "
-"application class loader first</literal> selected."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:615
-#, no-c-format
-msgid ""
"To start the application return to the <literal>Enterprise Applications</"
"literal> table and select our application in the list. Then choose the "
"<literal>Start</literal> button at the top of the table."
msgstr ""
#. Tag: para
-#: Websphere.xml:622
+#: Websphere.xml:410
#, no-c-format
msgid ""
"You can now access the application at <literal>http://localhost:9080/seam-"
-"jee5/</literal> ."
+"jee5-booking/index.html</literal> ."
msgstr ""
#. Tag: title
-#: Websphere.xml:628
+#: Websphere.xml:431
#, no-c-format
-msgid "A note about Websphere Stateful bean timeouts"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:629
-#, no-c-format
-msgid ""
-"The default timeout period for a Websphere 6.1 Stateful EJB is 10 minutes. "
-"This means that you may see some EJB timeout exceptions after some idle "
-"time. It is possible to adjust the timeout of the Stateful EJBs on an "
-"individual basis, but that is beyond the scope of this document. See the "
-"Websphere documentation for details."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:643
-#, no-c-format
msgid "The <literal>jpa</literal> booking example"
msgstr ""
#. Tag: para
-#: Websphere.xml:644
+#: Websphere.xml:432
#, no-c-format
msgid ""
"Thankfully getting the <literal>jpa</literal> example to work is much easier "
"than the <literal>jee5</literal> example. This is the Hotel Booking example "
"implemented in Seam POJOs and using Hibernate JPA with JPA transactions. It "
-"does not require EJB3 support to run."
+"does not use EJB3."
msgstr ""
#. Tag: para
-#: Websphere.xml:650
+#: Websphere.xml:437
#, no-c-format
msgid ""
"The example already has a breakout of configurations and build scripts for "
@@ -1081,7 +740,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:653
+#: Websphere.xml:440
#, no-c-format
msgid ""
"First thing we are going to do is build and deploy that example. Then we'll "
@@ -1089,29 +748,29 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:657
+#: Websphere.xml:444
#, no-c-format
msgid "Building the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:658
+#: Websphere.xml:445
#, no-c-format
msgid ""
"Building it only requires running the correct ant command: "
-"<programlisting>ant websphere61</programlisting> This will create container "
+"<programlisting>ant websphere7</programlisting> This will create container "
"specific distribution and exploded archive directories with the "
-"<literal>websphere61</literal> label."
+"<literal>websphere7</literal> label."
msgstr ""
#. Tag: title
-#: Websphere.xml:664
+#: Websphere.xml:451
#, no-c-format
msgid "Deploying the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:665
+#: Websphere.xml:452
#, no-c-format
msgid ""
"This is similar to the <literal>jee5</literal> example at <xref linkend="
@@ -1119,7 +778,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:670
+#: Websphere.xml:457
#, no-c-format
msgid ""
"From the <literal>Enterprise Applications</literal> table select the "
@@ -1127,37 +786,43 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:678
+#: Websphere.xml:465
#, no-c-format
msgid ""
-"Browse to the <literal>examples/jpa/dist-websphere61/jboss-seam-jpa.war</"
+"Browse to the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
"literal> file using the file upload widget."
msgstr ""
#. Tag: para
-#: Websphere.xml:684
+#: Websphere.xml:483
#, no-c-format
msgid ""
-"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
-"jpa</literal>."
+"Select the <literal>Next</literal> button for the next three pages, no "
+"changes are needed."
msgstr ""
+#. Tag: literal
+#: Websphere.xml:488
+#, no-c-format
+msgid "Map context roots for Web modules"
+msgstr ""
+
#. Tag: para
-#: Websphere.xml:695
+#: Websphere.xml:491
#, no-c-format
msgid ""
-"Select the <literal>Next</literal> button for the next three pages, no "
-"changes are needed."
+"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
+"jpa</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:700
+#: Websphere.xml:502
#, no-c-format
msgid "<literal>Summary</literal> page"
msgstr ""
#. Tag: para
-#: Websphere.xml:703
+#: Websphere.xml:505
#, no-c-format
msgid ""
"Review the settings if you wish and select the <literal>Finish</literal> "
@@ -1167,17 +832,17 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:716
+#: Websphere.xml:519
#, no-c-format
msgid ""
"As with the <literal>jee5</literal> example there are some class loader "
"changes needed before we start the application. Follow the instructions at "
"<xref linkend=\"websphere-app-adj-after-install\"/> but exchange "
-"<literal>jboss-seam-jpa</literal> for <literal>Seam Booking</literal>."
+"<literal>jboss-seam-jpa_war</literal> for <literal>Seam Booking</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:723
+#: Websphere.xml:526
#, no-c-format
msgid ""
"Finally start the application by selecting it in the <literal>Enterprise "
@@ -1186,7 +851,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:729
+#: Websphere.xml:532
#, no-c-format
msgid ""
"You can now access the application at the <literal>http://localhost:9080/"
@@ -1194,187 +859,186 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:737
+#: Websphere.xml:540
#, no-c-format
-msgid "Whats different for Websphere 6.1"
+msgid "What's different for Websphere AS V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:738
+#: Websphere.xml:541
#, no-c-format
msgid ""
"The differences between the JPA examples that deploys to JBoss 4.2 and "
-"Websphere 6.1 are mostly expected; library and configuration file changes."
+"Websphere AS V7 are mostly expected; library and configuration file changes."
msgstr ""
#. Tag: para
-#: Websphere.xml:743
+#: Websphere.xml:546
#, no-c-format
msgid "<para>Configuration file changes</para>"
msgstr ""
#. Tag: para
-#: Websphere.xml:746
+#: Websphere.xml:549
#, no-c-format
msgid ""
-"<literal>WEB-INF/web.xml</literal> — the only significant change is "
-"that Websphere 6.1 only support <literal>Servlet 2.4</literal> so the top of "
-"this file was changed."
+"<literal>META-INF/persistence.xml</literal> — the main changes here "
+"are for the datasource JNDI path, switching to the Websphere transaction "
+"manager look up class, and changing the hibernate dialect to be "
+"<literal>GlassfishDerbyDialect</literal> ."
msgstr ""
#. Tag: para
-#: Websphere.xml:753
+#: Websphere.xml:559
#, no-c-format
msgid ""
-"<literal>META-INF/persistence.xml</literal> — the main changes here "
-"are for the datasource JNDI path, switching to the Websphere 6.1 transaction "
-"manager look up class, and changing the hibernate dialect to be "
-"<literal>GlassfishDerbyDialect</literal> ."
+"<literal>WEB-INF/components.xml</literal> — the change here is "
+"<literal>jndi-pattern</literal> without /local string."
msgstr ""
#. Tag: para
-#: Websphere.xml:763
+#: Websphere.xml:565
#, no-c-format
msgid ""
-"<literal>WEB-INF/classes/GlassfishDerbyDialect.class </literal> — this "
-"class is needed for the hibernate dialect change to "
-"<literal>GlassfishDerbyDialect</literal>"
+"<literal>META-INF/ejb-jar.xml</literal> — the same change in "
+"<literal>ejb-ref-name</literal>, where is replace /local string in "
+"<literal>jboss-seam-jee5/AuthenticatorAction</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:771
+#: Websphere.xml:572
#, no-c-format
msgid ""
+"<literal>src/GlassfishDerbyDialect.java </literal> — this class is "
+"needed for the hibernate dialect change to <literal>GlassfishDerbyDialect</"
+"literal>"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:580
+#, no-c-format
+msgid ""
"<literal>import.sql</literal> — either for the dialect or Derby DB the "
"<literal>ID</literal> column can not be populated by this file and was "
"removed."
msgstr ""
#. Tag: para
-#: Websphere.xml:780
+#: Websphere.xml:589
#, no-c-format
msgid "Changes for dependent libraries"
msgstr ""
#. Tag: para
-#: Websphere.xml:781
+#: Websphere.xml:590
#, no-c-format
msgid ""
-"<literal>WEB-INF/lib</literal> — The Websphere version requires "
-"several library packages because they are not included as they are with "
-"JBoss AS. These are primarily for hibernate, JSF-RI support and their "
-"dependencies. Below are listed only the additional jars needed above and "
-"beyond the JBoss <literal>JPA</literal> example."
+"The Websphere version requires several library packages because they are not "
+"included as they are with JBoss AS. These are primarily for hibernate and "
+"their dependencies. Below are listed only the additional jars needed above "
+"and beyond the JBoss <literal>JPA</literal> example."
msgstr ""
#. Tag: para
-#: Websphere.xml:789
+#: Websphere.xml:597
#, no-c-format
msgid "To use Hibernate as your JPA provider you need the following jars:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:794
+#: Websphere.xml:602
#, no-c-format
msgid "hibernate.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:799
+#: Websphere.xml:607
#, no-c-format
msgid "hibernate-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:804
+#: Websphere.xml:612
#, no-c-format
msgid "hibernate-commons-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:809
+#: Websphere.xml:617
#, no-c-format
msgid "hibernate-entitymanager.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:814
+#: Websphere.xml:622
#, no-c-format
msgid "hibernate-validator.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:819
+#: Websphere.xml:627
#, no-c-format
msgid "commons-collections.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:824
+#: Websphere.xml:632
#, no-c-format
msgid "jboss-common-core.jar"
msgstr ""
#. Tag: para
-#: Websphere.xml:830
+#: Websphere.xml:638
#, no-c-format
-msgid ""
-"Seam requires JSF 1.2 and these are the jars needed for that. Websphere 6.1 "
-"ships with its own implementation of JSF 1.1."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:855
-#, no-c-format
msgid "Various third party jars that Websphere needs:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:858
+#: Websphere.xml:641
#, no-c-format
msgid "antlr.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:862
+#: Websphere.xml:645
#, no-c-format
msgid "cglib.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:866
+#: Websphere.xml:649
#, no-c-format
msgid "asm.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:870
+#: Websphere.xml:653
#, no-c-format
msgid "dom4j.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:875
+#: Websphere.xml:658
#, no-c-format
msgid "javassist.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:880
+#: Websphere.xml:663
#, no-c-format
msgid "concurrent.jar"
msgstr ""
#. Tag: title
-#: Websphere.xml:895
+#: Websphere.xml:678
#, no-c-format
msgid ""
"Deploying an application created using <literal>seam-gen</literal> on "
-"Websphere 6.1.0.13"
+"Websphere V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:898
+#: Websphere.xml:681
#, no-c-format
msgid ""
"<literal>seam-gen</literal> is a very useful tool for developers to quickly "
@@ -1387,13 +1051,13 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:908
+#: Websphere.xml:691
#, no-c-format
msgid "Running <literal>seam-gen</literal> Setup"
msgstr ""
#. Tag: para
-#: Websphere.xml:909
+#: Websphere.xml:692
#, no-c-format
msgid ""
"The first step is setting up <literal>seam-gen</literal> to construct the "
@@ -1403,7 +1067,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:915
+#: Websphere.xml:698
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1499,7 +1163,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:917
+#: Websphere.xml:700
#, no-c-format
msgid ""
"Type <literal>./seam new-project</literal> to create your project and "
@@ -1508,25 +1172,25 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:924
+#: Websphere.xml:707
#, no-c-format
msgid "Changes needed for deployment to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:925
+#: Websphere.xml:708
#, no-c-format
msgid "We now need to make some changes to the generated project."
msgstr ""
#. Tag: literal
-#: Websphere.xml:931
+#: Websphere.xml:714
#, no-c-format
msgid "resources/META-INF/persistence-dev.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:936
+#: Websphere.xml:719
#, no-c-format
msgid ""
"Alter the <literal>jta-data-source</literal> to be "
@@ -1535,7 +1199,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:943
+#: Websphere.xml:726
#, no-c-format
msgid ""
"Add or change the properties below. These are described in detail at <xref "
@@ -1543,7 +1207,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:948
+#: Websphere.xml:731
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1559,14 +1223,14 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:951
+#: Websphere.xml:734
#, no-c-format
msgid ""
"Remove the JBoss AS specific method of exposing the EntityManagerFactory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:954
+#: Websphere.xml:737
#, no-c-format
msgid ""
"<![CDATA[<property \n"
@@ -1575,7 +1239,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:957
+#: Websphere.xml:740
#, no-c-format
msgid ""
"You'll need to alter <literal>persistence-prod.xml</literal> as well if you "
@@ -1583,32 +1247,31 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:970
+#: Websphere.xml:753
#, no-c-format
msgid ""
-"As with other examples we need to include this class for DB support. It can "
-"be copied from the <literal>jpa</literal> example into the "
-"<literal>websphere_example/resources</literal> directory."
+"As with other examples we need to include this java class for DB support. It "
+"can be copied from the <literal>jpa</literal> example into the "
+"<literal>websphere_example/src</literal> directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:976
+#: Websphere.xml:759
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp $SEAM/examples/jpa/resources-websphere61/WEB-INF/classes/"
-"GlassfishDerbyDialect.class\n"
-" ./resources]]>"
+"cp $SEAM/examples/jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: literal
-#: Websphere.xml:982
+#: Websphere.xml:765
#, no-c-format
msgid "resources/META-INF/jboss-app.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:985
+#: Websphere.xml:768
#, no-c-format
msgid ""
"You can delete this file as we aren't deploying to JBoss AS ( <literal>jboss-"
@@ -1616,13 +1279,13 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:991
+#: Websphere.xml:774
#, no-c-format
msgid "resources/*-ds.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:994
+#: Websphere.xml:777
#, no-c-format
msgid ""
"You can delete these file as we aren't deploying to JBoss AS (these files "
@@ -1630,7 +1293,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1006
+#: Websphere.xml:789
#, no-c-format
msgid ""
"Enable container managed transaction integration - add the <literal> <"
@@ -1640,7 +1303,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1015
+#: Websphere.xml:798
#, no-c-format
msgid ""
"Alter the <literal>jndi-pattern</literal> to <literal> java:comp/env/"
@@ -1648,7 +1311,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1021
+#: Websphere.xml:804
#, no-c-format
msgid ""
"We do not need <literal>managed-persistence-context</literal> for this "
@@ -1656,7 +1319,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1027
+#: Websphere.xml:810
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1667,67 +1330,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1036
+#: Websphere.xml:819
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it required "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1042
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1044
-#, no-c-format
-msgid ""
"As with the <literal>jee5/booking</literal> example we need to add EJB "
-"references to the web.xml. These references require the empty <literal>local-"
-"home</literal> to flag them for Websphere to perform the proper binding."
+"references to the web.xml. These references require replacing /local string "
+"in <literal>ejb-ref-name</literal> to flag them for Websphere to perform the "
+"proper binding."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1051
+#: Websphere.xml:826
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local> \n"
-" </ejb-local-ref>\n"
+"<![CDATA[ \n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local>\n"
+" </ejb-local-ref> \n"
" \n"
" <ejb-local-ref>\n"
" <ejb-ref-name>websphere_example/EjbSynchronizations</ejb-ref-name> \n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:1057
+#: Websphere.xml:832
#, no-c-format
msgid "Creating the <literal>AuthenticatorAction</literal> EJB"
msgstr ""
#. Tag: para
-#: Websphere.xml:1059
+#: Websphere.xml:834
#, no-c-format
msgid ""
"We want to take the existing <literal>Authenticator</literal> Seam POJO "
@@ -1735,13 +1372,19 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1065
+#: Websphere.xml:837
#, no-c-format
+msgid "Change the generated Authenticator class"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:840
+#, no-c-format
msgid "Rename the class to <literal>AuthenticatorAction</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1069
+#: Websphere.xml:844
#, no-c-format
msgid ""
"Add the <literal>@Stateless</literal> annotation to the new "
@@ -1749,7 +1392,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1075
+#: Websphere.xml:850
#, no-c-format
msgid ""
"Create an interface called <literal>Authenticator</literal> which "
@@ -1761,7 +1404,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1088
+#: Websphere.xml:863
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1770,7 +1413,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1091
+#: Websphere.xml:866
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1780,7 +1423,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1094
+#: Websphere.xml:869
#, no-c-format
msgid ""
"We've already added its reference to the <literal>web.xml</literal> file so "
@@ -1788,14 +1431,14 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:1100
+#: Websphere.xml:875
#, no-c-format
msgid ""
"Extra jar dependencies and other changes to the <literal>build.xml</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1102
+#: Websphere.xml:877
#, no-c-format
msgid ""
"This application has similar requirements as the <literal>jee5/booking</"
@@ -1803,7 +1446,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1107
+#: Websphere.xml:882
#, no-c-format
msgid ""
"Change the default target to <literal>archive</literal> (we aren't going to "
@@ -1811,7 +1454,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1113
+#: Websphere.xml:888
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1819,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1117
+#: Websphere.xml:892
#, no-c-format
msgid ""
"Websphere looks for the drools <literal>/security.drl</literal> file in the "
@@ -1832,7 +1475,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1128
+#: Websphere.xml:903
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1844,93 +1487,16 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1131
+#: Websphere.xml:906
#, no-c-format
msgid ""
-"We need to ge the <literal>GlassfishDerbyDialect.class</literal> into our "
-"application jar. To do that find the <literal>jar</literal> task and modify "
-"the top of it so that it looks like this:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1139
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"jar\" depends=\"compile,copyclasses\" \n"
-" description=\"Build the distribution .jar file\">\n"
-" <copy todir=\"${jar.dir}\">\n"
-" <fileset dir=\"${basedir}/resources\">\n"
-" <include name=\"seam.properties\" />\n"
-" <include name=\"*.drl\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
-" </fileset>\n"
-" </copy>\n"
-"...]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1142
-#, no-c-format
-msgid ""
-"Next we need to get the <literal>jboss-seam.jar</literal> into the base of "
-"the <literal>EAR</literal> file. For deployment Websphere requires this jar "
-"to be in both the <literal>/lib</literal> directory and at the base of the "
-"<literal>EAR</literal>. You must add the following to the <literal>archive</"
-"literal> task:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1151
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1152
-#, no-c-format
-msgid "So that the whole <literal>archive</literal> task looks like:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1156
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"archive\" depends=\"jar,war,ear\" \n"
-" description=\"Package the archives\">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.jar\" basedir=\"${jar.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.war\" basedir=\"${war.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.ear\">\n"
-" <fileset dir=\"${ear.dir}\"/>\n"
-" <fileset dir=\"${dist.dir}\">\n"
-" <include name=\"${project.name}.jar\"/>\n"
-" <include name=\"${project.name}.war\"/>\n"
-" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
-" </jar>\n"
-"</target>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1159
-#, no-c-format
-msgid ""
"Now we need to get extra jars into the <literal>build.xml</literal>. Look "
"for the <literal><fileset dir=\"${basedir}\"></literal> section of the "
"task below. Add the new includes at the bottom of the fileset."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1167
+#: Websphere.xml:914
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1941,9 +1507,7 @@
" <include name=\"*hibernate.cfg.xml\" />\n"
" <include name=\"jbpm.cfg.xml\" />\n"
" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
+"\n"
" <fileset dir=\"${basedir}\">\n"
" <include name=\"lib/jbpm*.jar\" />\n"
" <include name=\"lib/jboss-el.jar\" />\n"
@@ -1965,13 +1529,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1170
+#: Websphere.xml:917
#, no-c-format
msgid "Hibernate dependencies"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1171
+#: Websphere.xml:918
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1985,33 +1549,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1174
+#: Websphere.xml:921
#, no-c-format
-msgid ""
-"JSF dependencies. You will need to copy the <literal>el-ri.jar</literal> "
-"from the <literal>$SEAM/examples/jpa/lib</literal> directory."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1177
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1180
-#, no-c-format
msgid "Third party dependencies."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1181
+#: Websphere.xml:922
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2028,15 +1572,15 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1184
+#: Websphere.xml:925
#, no-c-format
msgid ""
-"<literal>jboss-seam.jar</literal> - this is needed in both the <literal>ear</"
-"literal> base and <literal>/lib</literal> directory."
+"<literal>jboss-seam.jar</literal> - this is needed in the <literal>ear</"
+"literal> base directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1188
+#: Websphere.xml:928
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2045,13 +1589,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1192
+#: Websphere.xml:932
#, no-c-format
msgid "You should end up with something like:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1193
+#: Websphere.xml:933
#, no-c-format
msgid ""
"<![CDATA[<fileset dir=\"${basedir}\">\n"
@@ -2072,13 +1616,7 @@
" <include name=\"lib/hibernate-entitymanager.jar\"/>\n"
" <include name=\"lib/hibernate-validator.jar\"/>\n"
" <include name=\"lib/jboss-common-core.jar\" />\n"
-" \n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>\n"
-" \n"
+"\n"
" <!-- 3rd party and supporting jars -->\n"
" <include name=\"lib/javassist.jar\"/>\n"
" <include name=\"lib/dom4j.jar\" />\n"
@@ -2095,38 +1633,14 @@
"</fileset>]]>"
msgstr ""
-#. Tag: para
-#: Websphere.xml:1195
-#, no-c-format
-msgid ""
-"The last step is to add <literal>jsf-impl.jar</literal> and <literal>el-ri."
-"jar</literal> to the war target. Look for <literal>copy todir=\"${war.dir}/"
-"WEB-INF/lib\"</literal> and add the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1199
-#, no-c-format
-msgid ""
-"<![CDATA[<copy todir=\"${war.dir}/WEB-INF/lib\">\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <includesfile name=\"deployed-jars-war.list"
-"\" />\n"
-" <include name=\"jsf-impl.jar\" />\n"
-" <include name=\"el-ri.jar\" /> \n"
-" <exclude name=\"jboss-seam-gen.jar\" />\n"
-" </fileset>\n"
-"</copy>]]>"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:1206
+#: Websphere.xml:940
#, no-c-format
msgid "Building and deploying the seam-gen'd application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:1212
+#: Websphere.xml:945
#, no-c-format
msgid ""
"Build your application by calling <literal>ant</literal> in the base "
@@ -2136,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1221
+#: Websphere.xml:954
#, no-c-format
msgid ""
"To deploy the application follow the instructions here : <xref linkend="
@@ -2146,7 +1660,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1227
+#: Websphere.xml:960
#, no-c-format
msgid ""
"Checkout the app at: <literal>http://localhost:9080/websphere_example/index."
Modified: trunk/doc/Seam_Reference_Guide/sl-SL/Excel.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/sl-SL/Excel.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/sl-SL/Excel.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: Seam_Reference_Guide \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-10-14 11:38+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -46,7 +46,7 @@
"&excel; JSF controls, which are used to construct views that can render the "
"document, and the DocumentStore component, which serves the rendered "
"document to the user. To include &excel; support in your application, "
-"included <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
+"include <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
"lib</literal> directory along with the <literal>jxl.jar</literal> JAR file. "
"Furthermore, you need to configure the DocumentStore servlet in your web.xml"
msgstr ""
@@ -247,9 +247,9 @@
msgid ""
"<literal>arrayGrowSize</literal> — The amount of memory by which to "
"increase the amount of memory allocated to storing the workbook data. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 1 megabyte. The value is a "
-"number (bytes)."
+"processes reading many small workbooks inside a WAS it might be necessary to "
+"reduce the default size. Default value is 1 megabyte. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -332,10 +332,10 @@
#, no-c-format
msgid ""
"<literal>initialFileSize</literal> — The initial amount of memory "
-"allocated to store the workbook data when reading a worksheet. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 5 megabytes. The value is a "
-"number (bytes)."
+"allocated to store the workbook data when reading a worksheet. For processes "
+"reading many small workbooks inside a WAS it might be necessary to reduce "
+"the default size. Default value is 5 megabytes. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -428,7 +428,7 @@
#, no-c-format
msgid ""
"<literal>filename</literal> — The filename to use for the download. "
-"The value is a string. Please not that if you map the DocumentServlet to "
+"The value is a string. Please note that if you map the DocumentServlet to "
"some pattern, this file extension must also match."
msgstr ""
@@ -442,11 +442,9 @@
msgstr ""
#. Tag: emphasis
-#: Excel.xml:322 Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081
-#: Excel.xml:1157 Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537
-#: Excel.xml:1595 Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#: Excel.xml:322 Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
#, no-c-format
-msgid "Child elemenents"
+msgid "Child elements"
msgstr ""
#. Tag: para
@@ -516,7 +514,7 @@
#, no-c-format
msgid ""
"Worksheets are the children of workbooks and the parent of columns and "
-"worksheet commands They can also contain explicitly placed cells, formulas, "
+"worksheet commands. They can also contain explicitly placed cells, formulas, "
"images and hyperlinks. They are the pages that make up the workbook."
msgstr ""
@@ -542,14 +540,14 @@
#, no-c-format
msgid ""
"<literal>var</literal> — The current row iterator variable name that "
-"can later be referenced in cell value attributes. The value is a string"
+"can later be referenced in cell value attributes. The value is a string."
msgstr ""
#. Tag: para
#: Excel.xml:401
#, no-c-format
msgid ""
-"<literal>name</literal> — The name of the worksheet. The valus is a "
+"<literal>name</literal> — The name of the worksheet. The value is a "
"string. Defaults to Sheet# where # is the worksheet index. If the given "
"worksheet name exists, that sheet is selected. This can be used for merging "
"several data sets into a single worksheet, just define the same name for "
@@ -590,7 +588,7 @@
#, no-c-format
msgid ""
"<literal>bottomMargin</literal> — The bottom margin. The value is a "
-"number (inches)"
+"number (inches)."
msgstr ""
#. Tag: para
@@ -709,7 +707,7 @@
#: Excel.xml:551
#, no-c-format
msgid ""
-"<literal>normalMagnification</literal> — The normal magnificaton "
+"<literal>normalMagnification</literal> — The normal magnification "
"factor (not zoom or scale factor). The value is a number (percentage)."
msgstr ""
@@ -727,7 +725,7 @@
#, no-c-format
msgid ""
"<literal>pageBreakPreviewMagnification</literal> — The page break "
-"preview magnificaton factor (not zoom or scale factors). the value is a "
+"preview magnification factor (not zoom or scale factors). The value is a "
"number (percentage)."
msgstr ""
@@ -803,7 +801,8 @@
#, no-c-format
msgid ""
"<literal>recalculateFormulasBeforeSave</literal> — Should the formulas "
-"be re-calculated when the sheet is saved? The value is a boolean. false"
+"be re-calculated when the sheet is saved? The value is a boolean. Default "
+"value is false."
msgstr ""
#. Tag: para
@@ -874,11 +873,19 @@
#: Excel.xml:698
#, no-c-format
msgid ""
-"<literal>zoomFactor</literal> — T zoom factor. Do not confuse zoom "
+"<literal>zoomFactor</literal> — The zoom factor. Do not confuse zoom "
"factor (which relates to the on screen view) with scale factor (which refers "
-"to the scale factor when printing). The value is a number (percentage."
+"to the scale factor when printing). The value is a number (percentage)."
msgstr ""
+#. Tag: emphasis
+#: Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081 Excel.xml:1157
+#: Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537 Excel.xml:1595
+#: Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#, no-c-format
+msgid "Child elemenents"
+msgstr ""
+
#. Tag: para
#: Excel.xml:712
#, no-c-format
@@ -900,7 +907,7 @@
#, no-c-format
msgid ""
"<literal><e:headerFooter/></literal> — Zero or more header/"
-"footer definitions ((see <xref linkend=\"excel.headersfooters\"/> ))."
+"footer definitions (see <xref linkend=\"excel.headersfooters\"/> )."
msgstr ""
#. Tag: para
@@ -916,7 +923,7 @@
#, no-c-format
msgid ""
"<literal>header</literal>— Contents that will be placed at the top of "
-"the data block, above the column headers (if any)"
+"the data block, above the column headers (if any)."
msgstr ""
#. Tag: para
@@ -924,7 +931,7 @@
#, no-c-format
msgid ""
"<literal>footer</literal>— Contents that will be placed at the bottom "
-"of the data block, below the column footers (if any)"
+"of the data block, below the column footers (if any)."
msgstr ""
#. Tag: programlisting
@@ -1062,7 +1069,7 @@
"Cells are nested within columns (for iteration) or inside worksheets (for "
"direct placement using the <literal>column</literal> and <literal>row</"
"literal> attributes) and are responsible for outputting the value (usually "
-"though en EL-expression involving the <literal>var</literal>-attribute of "
+"through an EL-expression involving the <literal>var</literal>-attribute of "
"the datatable. See"
msgstr ""
@@ -1495,7 +1502,7 @@
#: Excel.xml:1360
#, no-c-format
msgid ""
-"The formula of the cell in placed in the <literal>value</literal> -attribute "
+"The formula of the cell is placed in the <literal>value</literal> -attribute "
"as a normal &excel; notation. Note that when doing cross-sheet formulas, the "
"worksheets must exist before referencing a formula against them. The value "
"is a string."
@@ -2123,12 +2130,6 @@
"initially? The value is a boolean."
msgstr ""
-#. Tag: emphasis
-#: Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
-#, no-c-format
-msgid "Child elements"
-msgstr ""
-
#. Tag: literal
#: Excel.xml:2046
#, no-c-format
@@ -2171,7 +2172,7 @@
#: Excel.xml:2105
#, no-c-format
msgid ""
-"groups rows 5 trough 10 and columns 5 through 10 so that the rows are "
+"groups rows 5 through 10 and columns 5 through 10 so that the rows are "
"initially collapsed (but not the columns)."
msgstr ""
@@ -2382,7 +2383,7 @@
"The CSS attributes cascade down from parent to children and within one tag "
"cascades over the CSS classes referenced in the <literal>styleClass</"
"literal> attributes and finally over the CSS attributes defined in the "
-"<literal>style</literal>attribute. You can place them pretty much anywhere "
+"<literal>style</literal> attribute. You can place them pretty much anywhere "
"but e.g. placing a column width setting in a cell nested within that column "
"makes little sense."
msgstr ""
@@ -2579,7 +2580,7 @@
#. Tag: para
#: Excel.xml:2475
#, no-c-format
-msgid "This group of XLS-CSS attributes define the borders of the cell"
+msgid "This group of XLS-CSS attributes defines the borders of the cell"
msgstr ""
#. Tag: para
@@ -2667,7 +2668,7 @@
#, no-c-format
msgid ""
"A shorthand for setting line style and color of the top edge of the cell, e."
-"g style=\"xls-border-left: red thick\""
+"g style=\"xls-border-top: red thick\""
msgstr ""
#. Tag: para
@@ -2781,7 +2782,7 @@
#. Tag: para
#: Excel.xml:2668
#, no-c-format
-msgid "This group of XLS-CSS attributes define the background of the cell"
+msgid "This group of XLS-CSS attributes defines the background of the cell"
msgstr ""
#. Tag: para
@@ -2837,7 +2838,7 @@
#. Tag: para
#: Excel.xml:2722
#, no-c-format
-msgid "This group of XLS-CSS attributes define the column widths etc."
+msgid "This group of XLS-CSS attributes defines the column widths etc."
msgstr ""
#. Tag: para
@@ -2910,7 +2911,7 @@
#. Tag: para
#: Excel.xml:2783
#, no-c-format
-msgid "This group of XLS-CSS attributes define the cell properties"
+msgid "This group of XLS-CSS attributes defines the cell properties"
msgstr ""
#. Tag: para
@@ -3084,7 +3085,7 @@
#, no-c-format
msgid ""
"When using .xhtml documents, stylesheets must be referenced through the "
-"<literal><e:link> tag</literal>"
+"<literal><e:link></literal> tag"
msgstr ""
#. Tag: para
@@ -3106,8 +3107,9 @@
#, no-c-format
msgid ""
"The core of the &excel; functionality is based on the excellent JExcelAPI "
-"library which can be found on http://jexcelapi.sourceforge.net/ and most "
-"features and possible limitations are inherited from here."
+"library which can be found on <ulink url=\"http://jexcelapi.sourceforge.net"
+"\">http://jexcelapi.sourceforge.net/</ulink> and most features and possible "
+"limitations are inherited from here."
msgstr ""
#. Tag: para
Modified: trunk/doc/Seam_Reference_Guide/sl-SL/Itext.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/sl-SL/Itext.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/sl-SL/Itext.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-04-21 00:37+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -41,10 +41,10 @@
"iText support is provided by <literal>jboss-seam-pdf.jar</literal>. This JAR "
"contains the iText JSF controls, which are used to construct views that can "
"render to PDF, and the DocumentStore component, which serves the rendered "
-"documents to the user. To include PDF support in your application, included "
+"documents to the user. To include PDF support in your application, put "
"<literal>jboss-seam-pdf.jar</literal> in your <literal>WEB-INF/lib</literal> "
"directory along with the iText JAR file. There is no further configuration "
-"needed to use Seam's iText supportfon."
+"needed to use Seam's iText support."
msgstr ""
#. Tag: para
@@ -251,7 +251,7 @@
"for generating suitable PDF content. Tags like <literal><p:image></"
"literal> and <literal><p:paragraph></literal> are the basic "
"foundations of simple documents. Tags like <literal><p:font></literal> "
-"provide style information to all the content surrounging them."
+"provide style information to all the content surrounding them."
msgstr ""
#. Tag: literal
@@ -492,7 +492,7 @@
#, no-c-format
msgid ""
"<literal>p:image</literal> inserts an image into the document. Images can be "
-"be loaded from the classpath or from the web application context using the "
+"loaded from the classpath or from the web application context using the "
"<literal>value</literal> attribute."
msgstr ""
@@ -626,7 +626,7 @@
msgid ""
"<literal>reference</literal> — The destination the link refers to. "
"Links to other points in the document should begin with a \"#\". For "
-"example, \"#link1\" to refer to an anchor postion with a <literal>name</"
+"example, \"#link1\" to refer to an anchor position with a <literal>name</"
"literal> of <literal>link1</literal>. Links may also be a full URL to point "
"to a resource outside of the document."
msgstr ""
@@ -704,7 +704,7 @@
#: Itext.xml:631
#, no-c-format
msgid ""
-"<literal>borderWidth</literal> — The width of the border. Inidvidual "
+"<literal>borderWidth</literal> — The width of the border. Individual "
"border sides can be specified using <literal>borderWidthLeft</literal>, "
"<literal>borderWidthRight</literal>, <literal>borderWidthTop</literal> and "
"<literal>borderWidthBottom</literal>."
@@ -792,7 +792,7 @@
msgid ""
"<literal>numberDepth</literal> — The depth of numbering for section. "
"All sections are numbered relative to their surrounding chapter/sections. "
-"The fourth section of of the first section of chapter three would be section "
+"The fourth section of the first section of chapter three would be section "
"3.1.4, if displayed at the default number depth of three. To omit the "
"chapter number, a number depth of 2 should be used. In that case, the "
"section number would be displayed as 1.4."
@@ -839,7 +839,7 @@
msgid ""
"List structures can be displayed using the <literal>p:list</literal> and "
"<literal>p:listItem</literal> tags. Lists may contain arbitrarily-nested "
-"sublists. List items may not be used outside of a list. he following "
+"sublists. List items may not be used outside of a list. The following "
"document uses the <literal>ui:repeat</literal> tag to to display a list of "
"values retrieved from a Seam component."
msgstr ""
@@ -1391,7 +1391,7 @@
#, no-c-format
msgid ""
"<literal>domainGridlineStroke</literal> — The stroke style of the "
-"domain gridleines, if visible."
+"domain gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1493,7 +1493,7 @@
#, no-c-format
msgid ""
"<literal>plotOutlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1531,7 +1531,7 @@
#, no-c-format
msgid ""
"<literal>rangeGridlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1946,8 +1946,8 @@
#: Itext.xml:1893
#, no-c-format
msgid ""
-"<literal>seriesVisibleInLegend</literal> — A boolean indiciating if "
-"the series should be listed in the legend."
+"<literal>seriesVisibleInLegend</literal> — A boolean indicating if the "
+"series should be listed in the legend."
msgstr ""
#. Tag: programlisting
@@ -2149,7 +2149,7 @@
#, no-c-format
msgid ""
"<literal>dashPhase</literal> — The dash phase indicates the offset "
-"into the dash pattern that the the line should be drawn with."
+"into the dash pattern that the line should be drawn with."
msgstr ""
#. Tag: programlisting
@@ -2303,7 +2303,7 @@
#, no-c-format
msgid ""
"If you have a complex, pre-generated PDF with named fields, you can easily "
-"fill in the values from you application and present it to the user."
+"fill in the values from your application and present it to the user."
msgstr ""
#. Tag: literal
Modified: trunk/doc/Seam_Reference_Guide/sl-SL/Websphere.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/sl-SL/Websphere.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/sl-SL/Websphere.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-11-06 00:24+0000\n"
+"POT-Creation-Date: 2009-02-01 21:20+0000\n"
"PO-Revision-Date: 2008-04-21 00:37+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,190 +16,80 @@
#. Tag: title
#: Websphere.xml:2
#, no-c-format
-msgid "Seam on IBM's Websphere"
+msgid "Seam on IBM's Websphere AS"
msgstr ""
#. Tag: para
#: Websphere.xml:4
#, no-c-format
msgid ""
-"Websphere 6.1.x is IBM's application server offering. The latest release is "
-"6.1.0.19 which does not have <literal>EJB3</literal> or <literal>JEE5</"
-"literal> support. There is a recently released (Nov 07) <literal>EJB3</"
-"literal> feature pack which provides some support for <literal>EJB3</"
-"literal> and <literal>JPA</literal>. Currently there is no true "
-"<literal>JEE5</literal> offering from IBM. This causes some issues with Seam "
-"integration with applications that use EJB3."
+"Websphere AS V7 is IBM's application server offering. This release is fully "
+"Java EE 5 certified."
msgstr ""
#. Tag: para
-#: Websphere.xml:12
+#: Websphere.xml:7
#, no-c-format
msgid ""
-"First we will go over some basic information about the Websphere environment "
-"that we used for these examples. After a good deal of research and work we "
-"were able to get EJB3 applications to function correctly. We will go over "
-"the details of those steps with the jee5 example. We will also deploy the "
-"JPA example application."
+"First we will go over some basic information about the Websphere AS "
+"environment that we used for these examples. We will go over the details of "
+"those steps with the JEE5 booking example. We will also deploy the JPA "
+"example application."
msgstr ""
#. Tag: title
-#: Websphere.xml:19
+#: Websphere.xml:13
#, no-c-format
-msgid "Websphere environment and deployment information"
+msgid "Websphere AS environment and deployment information"
msgstr ""
#. Tag: para
-#: Websphere.xml:21
+#: Websphere.xml:15
#, no-c-format
msgid ""
-"Websphere is a commercial product and so we will not discuss the details of "
-"its installation other than to say follow the directions provided by your "
+"Websphere AS is a commercial product and so we will not discuss the details "
+"of its installation other than to say follow the directions provided by your "
"particular installation type and license. This section will detail the exact "
"server versions used, installation tips, and some custom properties that are "
"needed for all of the examples."
msgstr ""
#. Tag: title
-#: Websphere.xml:29
+#: Websphere.xml:23
#, no-c-format
-msgid "Installation versions and tips"
+msgid "Installation versions"
msgstr ""
#. Tag: para
-#: Websphere.xml:30
+#: Websphere.xml:24
#, no-c-format
msgid ""
"All of the examples and information in this chapter are based on the version "
-"6.1 of Websphere at the time of this writing."
+"V7 of Websphere AS at the time of this writing."
msgstr ""
#. Tag: ulink
-#: Websphere.xml:35
+#: Websphere.xml:29
#, no-c-format
-msgid "Websphere Application Server 6.1"
+msgid "Websphere Application Server V7"
msgstr ""
-#. Tag: ulink
-#: Websphere.xml:40
-#, no-c-format
-msgid ""
-"Feature Pack for EJB 3.0 for Websphere Application Server V6.1 (6.1.0.13)"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:46
-#, no-c-format
-msgid "Fix Pack for Websphere Application Server V6.1 (6.1.0.19)"
-msgstr ""
-
#. Tag: para
-#: Websphere.xml:52
+#: Websphere.xml:34
#, no-c-format
msgid ""
-"The EJB3 feature pack that we installed came with the 6.1.0.13 patch version "
-"of Websphere. Installing the feature pack does not ensure that your server "
-"will have the proper environment for EJB3 applications. Be sure that as part "
-"of the installation of the feature pack you follow the instructions to "
-"create a new server profile with the EJB3 feature pack enabled, or augment "
-"one of your existing ones. This can also be done after the installation by "
-"running the profile management tool."
+"After installing Websphere AS, create server profile with Profile Management "
+"Tool, if you didn't create profile in installation process."
msgstr ""
-#. Tag: para
-#: Websphere.xml:60
-#, no-c-format
-msgid ""
-"It is highly recommended to patch Websphere by latest fix pack, at the time "
-"of this writing it is 6.1.0.19"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:63
+#: Websphere.xml:42
#, no-c-format
-msgid "A note about restarting the server"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:64
-#, no-c-format
-msgid ""
-"There are times that restarting the server will be required after deploying "
-"or changes the examples in this chapter. Its does not seem like every change "
-"requires a restart. If you get errors or exceptions after modifying a "
-"property or deploying an application try to restart the server."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:72
-#, no-c-format
-msgid "Required custom properties"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:73
-#, no-c-format
-msgid ""
-"There are a couple of Websphere custom properties that are required for Seam "
-"integration. These properties are not needed specifically for Seam, but work "
-"around some issues with Websphere. These are set following the instructions "
-"here : <ulink url=\"http://www-1.ibm.com/support/docview.wss?rss=180&"
-"uid=swg21284395\"> Setting web container custom properties</ulink>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:82
-#, no-c-format
-msgid ""
-"<literal>prependSlashToResource = \"true\"</literal> — This solves a "
-"fairly common issue with Websphere where applications are not using a "
-"leading \"/\" when attempting to access resources. If this is not set then a "
-"<literal>java.net.MalformedURLException</literal> will be thrown. With this "
-"property set you will still see warnings, but the resources will be "
-"retrieved as expected."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:90 Websphere.xml:108
-#, no-c-format
-msgid "Detailed can be found at:"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:92
-#, no-c-format
-msgid "SRVE0238E: Resource paths must have a leading slash"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:97
-#, no-c-format
-msgid ""
-"<literal>com.ibm.ws.webcontainer.invokefilterscompatibility = \"true\"</"
-"literal> — This solves an issue with Websphere where it throws a "
-"<literal>FileNotFoundException</literal> when a web application attempts to "
-"access a file resource that does not actually exist on disk. This is a "
-"common practice in modern web applications where filters or servlets are "
-"used to process resource requests like these. This issue manifests itself as "
-"failures to retrieve JavaScript, CSS, images, etc... when requesting a web "
-"page."
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:110
-#, no-c-format
-msgid ""
-"PK33090; 6.1: A filter that serves a file does not pop-up an alert message"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:119
-#, no-c-format
msgid "The <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:121
+#: Websphere.xml:44
#, no-c-format
msgid ""
"The <literal>jee5/booking</literal> example is based on the Hotel Booking "
@@ -208,45 +98,36 @@
"located in the <literal>$SEAM_DIST/examples/jee5/booking</literal> directory."
msgstr ""
-#. Tag: para
-#: Websphere.xml:128
-#, no-c-format
-msgid ""
-"As stated before the <literal>EJB3</literal> feature pack does not provide a "
-"full <literal>jee5</literal> implementation. This means that there are some "
-"tricks to getting an application deployed and functioning."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:134 Websphere.xml:927
+#: Websphere.xml:52 Websphere.xml:710
#, no-c-format
msgid "<title>Configuration file changes</title>"
msgstr ""
#. Tag: para
-#: Websphere.xml:136
+#: Websphere.xml:54
#, no-c-format
msgid ""
"Below are the configuration file changes that are need to the base example."
msgstr ""
#. Tag: literal
-#: Websphere.xml:142 Websphere.xml:1001
+#: Websphere.xml:60 Websphere.xml:784
#, no-c-format
msgid "resources/WEB-INF/components.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:145
+#: Websphere.xml:63
#, no-c-format
msgid ""
-"We need to change the way that we look up EJBs for Websphere. We need to "
-"remove the <literal>/local</literal> from the end of the <literal>jndi-"
-"pattern</literal> attribute. It should look like this:"
+"We need to change the way that we look up EJBs for WAS. We need to remove "
+"the <literal>/local</literal> from the end of the <literal>jndi-pattern</"
+"literal> attribute. It should look like this:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:152
+#: Websphere.xml:70
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -256,133 +137,119 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:156 Websphere.xml:1033
+#: Websphere.xml:76
#, no-c-format
-msgid "resources/WEB-INF/web.xml"
+msgid "resources/META-INF/ejb-jar.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:159
+#: Websphere.xml:79
#, no-c-format
msgid ""
-"This is the first place that we notice an unexpected change because this is "
-"not full <literal>jee5</literal> implementation."
+"We need to replace the /local string from <literal>ejb-ref-name</literal>. "
+"See at the following final code:"
msgstr ""
-#. Tag: para
-#: Websphere.xml:162
+#. Tag: programlisting
+#: Websphere.xml:82
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it requires "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
+"<![CDATA[\n"
+" <enterprise-beans>\n"
+" <!-- EJB reference required when one Seam EJB component references "
+"another Seam EJB component using @In -->\n"
+" <!-- Not required if you inject using @EJB, but then you lose state "
+"management and client-side interceptors (e.g., security) -->\n"
+" <session>\n"
+" <ejb-name>RegisterAction</ejb-name>\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
+"name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref>\n"
+" </session>\n"
+" </enterprise-beans>]]>"
msgstr ""
-#. Tag: programlisting
-#: Websphere.xml:169
+#. Tag: literal
+#: Websphere.xml:88 Websphere.xml:816
#, no-c-format
-msgid ""
-"<![CDATA[<xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
+msgid "resources/WEB-INF/web.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:170
+#: Websphere.xml:91
#, no-c-format
msgid ""
-"Next, we have to make some changes to the EJB references in the <literal>web."
-"xml</literal>. These changes are what will allow Websphere to bind the EJB2 "
-"references in the web module to the the actual EJB3 beans in the EAR module. "
-"Replace all of the <literal>ejb-local-refs</literal> when the values below."
+"We have to make some changes to the EJB references in the <literal>web.xml</"
+"literal>. These changes are what will allow WAS to bind automatically the "
+"EJB3 references in the web module to the the actual EJB3 beans in the EAR "
+"module. Replace all of the /local strings in <literal>ejb-local-refs</"
+"literal> when the values below."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:179
+#: Websphere.xml:100
#, no-c-format
msgid ""
"<![CDATA[\n"
" <!-- JEE5 EJB3 names -->\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Authenticator</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.BookingList</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Register</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.ChangePassword</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.HotelBooking</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.HotelSearching</local> \n"
-" </ejb-local-ref> \n"
-" \n"
" <ejb-local-ref>\n"
-" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name> \n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-name>\n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref> \n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.BookingList</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Register</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.ChangePassword</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelBooking</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelSearching</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:181
+#: Websphere.xml:102
#, no-c-format
msgid ""
-"The important change is that there is an empty <literal>local-home</literal> "
-"element for each EJB. This tells Websphere to make the correct bindings "
-"between the web module and the EJB3 beans. The <literal>ejb-link</literal> "
-"element is simply not used."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:187
-#, no-c-format
-msgid ""
"Note also that <literal>EjbSynchronizations</literal> is a built-in Seam EJB "
"and not part of the Hotel Booking example. This means that if your "
"application's <literal>components.xml</literal> specifies "
-"<literal>transaction:ejb-transaction</literal> , then you must include:"
+"<literal>transaction:ejb-transaction</literal>, then you must include:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:192
+#: Websphere.xml:107
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -395,34 +262,34 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:193
+#: Websphere.xml:108
#, no-c-format
msgid ""
"in your web.xml. If you don't include it, you'll get the following error:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:194
+#: Websphere.xml:109
#, no-c-format
msgid "Name comp/env/myapp/EjbSynchronizations not found in context java:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:199
+#: Websphere.xml:114
#, no-c-format
msgid "resources/META-INF/persistence.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:202
+#: Websphere.xml:117
#, no-c-format
msgid ""
"For this example we will be using the default datasource that comes with "
-"Websphere. To do this change the <literal>jta-data-source</literal> element:"
+"WAS. To do this change the <literal>jta-data-source</literal> element:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:205
+#: Websphere.xml:120
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -431,7 +298,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:206
+#: Websphere.xml:121
#, no-c-format
msgid ""
"Then we need to adjust some of the hibernate properties. First comment out "
@@ -439,7 +306,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:211
+#: Websphere.xml:126
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -455,25 +322,25 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:215
+#: Websphere.xml:130
#, no-c-format
msgid ""
"<literal>hibernate.transaction.manager_lookup_class</literal> — "
-"Standard Hibernate transaction manager property for Websphere 6.X"
+"Standard Hibernate transaction manager property for WAS 6.X and 7"
msgstr ""
#. Tag: para
-#: Websphere.xml:221
+#: Websphere.xml:136
#, no-c-format
msgid ""
"<literal>hibernate.transaction.flush_before_completion</literal> — "
"This is commented out because we want the container to manage the "
"transactions. Also if this is set to <literal>true</literal> an exception "
-"will be thrown by Websphere when the EJBContext is looked up."
+"will be thrown by WAS when the EJBContext is looked up."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:230
+#: Websphere.xml:145
#, no-c-format
msgid ""
"<![CDATA[com.ibm.wsspi.injectionengine.InjectionException: \n"
@@ -482,55 +349,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:233
+#: Websphere.xml:148
#, no-c-format
msgid ""
"<literal>hibernate.dialect</literal> — From WAS 6.1.0.9 on the "
-"embedded DB was switched to the same Derby DB in Glassfish."
+"embedded DB was switched to the same Derby DB as is in Glassfish v2."
msgstr ""
#. Tag: literal
-#: Websphere.xml:243 Websphere.xml:967
+#: Websphere.xml:158 Websphere.xml:750
#, no-c-format
-msgid "resources/GlassfishDerbyDialect.class"
+msgid "src/GlassfishDerbyDialect.java"
msgstr ""
#. Tag: para
-#: Websphere.xml:246
+#: Websphere.xml:161
#, no-c-format
msgid ""
-"You will need to get the <literal>GlassfishDerbyDialect.class</literal> and "
-"copy it into the <literal>/resources</literal> directory. The class exists "
-"in the JPA example and can be copied using the command below assuming you "
-"are in <literal>jee5/booking</literal> directory:"
+"You will need to get the <literal>GlassfishDerbyDialect.java</literal> and "
+"copy it into the <literal>/src</literal> directory. The java class exists in "
+"the JPA example source directory and can be copied using the command below "
+"assuming you are in <literal>jee5/booking</literal> directory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:254
+#: Websphere.xml:169
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/WEB-INF/classes/GlassfishDerbyDialect."
-"class\n"
-" ./resources]]>"
+"cp ../../jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:255
+#: Websphere.xml:170
#, no-c-format
msgid ""
-"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file "
-"using changes to the build.xml discussed later."
+"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file."
msgstr ""
#. Tag: literal
-#: Websphere.xml:261
+#: Websphere.xml:175
#, no-c-format
msgid "resources/import.sql"
msgstr ""
#. Tag: para
-#: Websphere.xml:264
+#: Websphere.xml:178
#, no-c-format
msgid ""
"This file must also be copied from the JPA example because either the Derby "
@@ -540,201 +405,91 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:271
+#: Websphere.xml:185
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/import.sql ./resources]]>"
+"cp ../../jpa/resources-websphere7/import.sql ./resources]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:280
+#: Websphere.xml:194
#, no-c-format
msgid "Building the <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:283
+#: Websphere.xml:197
#, no-c-format
msgid ""
"In order to get the changes we have made into our application we need to "
"make some changes to the <literal>build.xml</literal>. There are also some "
"additional jars that are required by our application in order to work with "
-"Websphere. This section will cover what changes are needed to the "
-"<literal>build.xml</literal>."
+"WAS. This section will cover what changes are needed to the <literal>build."
+"xml</literal>."
msgstr ""
#. Tag: title
-#: Websphere.xml:290
+#: Websphere.xml:204
#, no-c-format
-msgid "New libraries dependencies"
+msgid "Library dependency changes"
msgstr ""
#. Tag: para
-#: Websphere.xml:294
+#: Websphere.xml:205
#, no-c-format
msgid ""
-"JSF libraries — Websphere 6.1 comes with its own version of JSF 1.1 "
-"(Seam requires JSF 1.2). So we must add these jars to our application:"
+"We remove the <literal>log4j.jar</literal> so that all of the log output "
+"from our application will be added to the WAS log. Additional steps are "
+"required to fully configure log4j and those are outside of the scope of this "
+"document."
msgstr ""
-#. Tag: literal
-#: Websphere.xml:299 Websphere.xml:836
-#, no-c-format
-msgid "jsf-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:303 Websphere.xml:841
-#, no-c-format
-msgid "jsf-impl.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:309
-#, no-c-format
-msgid ""
-"Since Websphere is not a fully compliant <literal>JEE5</literal> "
-"implementation we need to add these EL libraries:"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:314 Websphere.xml:849
-#, no-c-format
-msgid "el-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:318 Websphere.xml:845
-#, no-c-format
-msgid "el-ri.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:324
-#, no-c-format
-msgid ""
-"<literal>jboss-seam.jar</literal> — for some reason when deploying the "
-"application through the Websphere administration console it can not find the "
-"<literal>jboss-seam.jar</literal> at the base of the EAR archive. This means "
-"that we need to add it to the <literal>/lib</literal> of the EAR."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:332
-#, no-c-format
-msgid ""
-"Finally we remove the <literal>log4j.jar</literal> so that all of the log "
-"output from our application will be added to the Websphere log. Additional "
-"steps are required to fully configure log4j and those are outside of the "
-"scope of this document."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:343
+#: Websphere.xml:213
#, no-c-format
msgid "Updating the <literal>build.xml</literal> file"
msgstr ""
#. Tag: para
-#: Websphere.xml:345
+#: Websphere.xml:215
#, no-c-format
msgid ""
"Add the following entry to the bottom of the <literal>build.xml</literal> "
"file. This overrides the default fileset that is used to populate the "
-"<literal>jboss-seam-jee5.jar</literal>. The primary change is the addition "
-"of the <literal>GlassfishDerbyDialect.class</literal>:"
+"<literal>jboss-seam-jee5.jar</literal>. :"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:354
+#: Websphere.xml:223
#, no-c-format
msgid ""
"<![CDATA[\n"
" <fileset id=\"jar.resources\" dir=\"${resources.dir}\">\n"
" <include name=\"import.sql\" />\n"
" <include name=\"seam.properties\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
" <include name=\"META-INF/persistence.xml\" />\n"
" <include name=\"META-INF/ejb-jar.xml\" />\n"
" </fileset>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:357
+#: Websphere.xml:225
#, no-c-format
msgid ""
-"Next we need to add the library dependencies discussed above. For this add "
-"the following to bottom of the <literal>ear.lib.extras</literal> fileset "
-"entry:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:363
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!--<include name=\"lib/log4j.jar\" />-->\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" />\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:365
-#, no-c-format
-msgid ""
-"We also need to add richfaces-api.jar, jsf-impl.jar and el-ri.jar into WEB-"
-"INF/lib of the war file. Add the following fileset after <literal>ear.lib."
-"extras</literal> fileset."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:368
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <fileset id=\"war.lib.extras\" dir=\"${seam.dir}\"> \n"
-" <include name=\"lib/richfaces-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" /> \n"
-" </fileset>]]>"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:370
-#, no-c-format
-msgid "A note about copying JSF and EL jars"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:371
-#, no-c-format
-msgid ""
-"There is a class loading issue with WebSphere, which causes the jars from "
-"ear lib directory to not be available when the web module is initialized."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:376
-#, no-c-format
-msgid ""
"Now all that is left is to execute the <literal>ant archive</literal> task "
"and the built application will be in the <literal>jee5/booking/dist</"
"literal> directory."
msgstr ""
#. Tag: title
-#: Websphere.xml:385
+#: Websphere.xml:234
#, no-c-format
msgid "Deploying the application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:387
+#: Websphere.xml:236
#, no-c-format
msgid ""
"So now we have everything we need in place. All that is left is to deploy it "
@@ -742,7 +497,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:389
+#: Websphere.xml:238
#, no-c-format
msgid ""
"For this we will use Websphere's administration console. As before there are "
@@ -750,52 +505,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:392
+#: Websphere.xml:241
#, no-c-format
msgid ""
-"The steps below are for the Websphere version stated above, yours may be "
-"slightly different."
+"The steps below are for the WAS version stated above. The ports are default "
+"values, if you changed them substitute your values."
msgstr ""
#. Tag: para
-#: Websphere.xml:396
+#: Websphere.xml:245
#, no-c-format
-msgid "Log in to the administration console"
+msgid ""
+"Log in to the administration console <programlisting><![CDATA[https://"
+"localhost:9043/admin]]></programlisting> or"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:399
+#: Websphere.xml:250
#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"https://localhost:9043/ibm/console]]>"
+msgid "<![CDATA[http://localhost:9060/admin]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:403
+#: Websphere.xml:254
#, no-c-format
msgid ""
-"Access the <literal>Enterprise Application</literal> menu option under the "
-"<literal>Applications</literal> top menu."
+"Access the <literal>Websphere enterprise applications</literal> menu option "
+"under the <literal>Applications --> Application Type</literal> left side "
+"menu."
msgstr ""
#. Tag: para
-#: Websphere.xml:408
+#: Websphere.xml:259
#, no-c-format
msgid ""
-"At the top of the <literal>Enterprise Application</literal> table select "
+"At the top of the <literal>Enterprise Applications</literal> table select "
"<literal>Install</literal>. Below are installation wizard pages and what "
"needs to done on each:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:414 Websphere.xml:674
+#: Websphere.xml:265 Websphere.xml:461
#, no-c-format
msgid "Preparing for the application installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:418
+#: Websphere.xml:269
#, no-c-format
msgid ""
"Browse to the <literal>examples/jee5/booking/dist/jboss-seam-jee5.ear</"
@@ -803,102 +559,81 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:424 Websphere.xml:442 Websphere.xml:475 Websphere.xml:689
+#: Websphere.xml:275 Websphere.xml:285 Websphere.xml:304 Websphere.xml:476
+#: Websphere.xml:496
#, no-c-format
msgid "Select the <literal>Next</literal> button."
msgstr ""
+#. Tag: para
+#: Websphere.xml:280 Websphere.xml:471
+#, no-c-format
+msgid "Select the <literal>Fast Path</literal> button."
+msgstr ""
+
#. Tag: literal
-#: Websphere.xml:431
+#: Websphere.xml:292
#, no-c-format
msgid "Select installation options"
msgstr ""
#. Tag: para
-#: Websphere.xml:435
+#: Websphere.xml:296
#, no-c-format
msgid ""
-"Select the <literal>Deploy enterprise beans</literal> check box. This is "
-"needed unless you used a Websphere tool to package the application."
+"Select the <literal>Deploy enterprise beans</literal> and <literal>Allow EJB "
+"reference targets to resolve automatically</literal> check boxes. This is "
+"needed unless you used a Websphere AS tool to package the application."
msgstr ""
#. Tag: literal
-#: Websphere.xml:449
+#: Websphere.xml:313
#, no-c-format
msgid "Map modules to servers"
msgstr ""
#. Tag: para
-#: Websphere.xml:453
+#: Websphere.xml:317
#, no-c-format
msgid ""
"No changes needed here as we only have one server. Select the <literal>Next</"
"literal> button."
msgstr ""
-#. Tag: para
-#: Websphere.xml:461
-#, no-c-format
-msgid ""
-"<literal>Map EJB references to beans</literal> This page will list all of "
-"the beans that we entered in the web.xml."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:466
-#, no-c-format
-msgid ""
-"Make sure that <literal>Allow EJB reference targets to resolve "
-"automatically</literal> check box is selected. This will tell Websphere to "
-"bind our EJB3 beans to the EJB references in the web module."
-msgstr ""
-
#. Tag: literal
-#: Websphere.xml:482
+#: Websphere.xml:325
#, no-c-format
-msgid "Map virtual hosts for Web modules"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:486
-#, no-c-format
-msgid "No changes needed here. Select the <literal>Next</literal> button."
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:493
-#, no-c-format
msgid "Summary"
msgstr ""
#. Tag: para
-#: Websphere.xml:496
+#: Websphere.xml:328
#, no-c-format
msgid "No changes needed here. Select the <literal>Finish</literal> button."
msgstr ""
#. Tag: literal
-#: Websphere.xml:503
+#: Websphere.xml:335
#, no-c-format
msgid "Installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:506
+#: Websphere.xml:338
#, no-c-format
msgid "Now you will see it installing and deploying your application."
msgstr ""
#. Tag: para
-#: Websphere.xml:511
+#: Websphere.xml:343
#, no-c-format
msgid ""
-"When if finishes select the <literal>Save</literal> link and you will be "
+"When it finishes select the <literal>Save</literal> link and you will be "
"returned to the <literal>Enterprise Applications</literal> table."
msgstr ""
#. Tag: para
-#: Websphere.xml:523
+#: Websphere.xml:355
#, no-c-format
msgid ""
"Now that we have our application installed we need to make some adjustments "
@@ -906,7 +641,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:527
+#: Websphere.xml:359
#, no-c-format
msgid ""
"Starting from the <literal>Enterprise Applications</literal> table select "
@@ -914,40 +649,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:533
+#: Websphere.xml:365
#, no-c-format
msgid "Select the <literal>Manage Modules</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:537
+#: Websphere.xml:369
#, no-c-format
-msgid "Select the <literal>jboss-seam-jee5.war</literal> link."
+msgid "Select the <literal>jboss-seam-jee5-booking.war</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:542
+#: Websphere.xml:374
#, no-c-format
msgid ""
"Change the <literal>Class loader order</literal> combo box to "
-"<literal>Classes loaded with application class loader first</literal>."
+"<literal>Classes loaded with application class loader first (parent last)</"
+"literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:548 Websphere.xml:573
+#: Websphere.xml:380 Websphere.xml:397
#, no-c-format
msgid ""
"Select <literal>Apply</literal> and then <literal>Save</literal> options."
msgstr ""
#. Tag: para
-#: Websphere.xml:552
+#: Websphere.xml:384
#, no-c-format
-msgid "Return the <literal>Seam Booking</literal> page."
+msgid "Return to the <literal>Seam Booking</literal> page."
msgstr ""
#. Tag: para
-#: Websphere.xml:556
+#: Websphere.xml:387
#, no-c-format
msgid ""
"On this page select the <literal>Class loading and update detection</"
@@ -955,7 +691,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:561
+#: Websphere.xml:392
#, no-c-format
msgid ""
"Select the radio button for <literal>Classes loaded with application class "
@@ -963,117 +699,40 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:566
+#: Websphere.xml:403
#, no-c-format
msgid ""
-"Even though we are not enabling class reload you must also enter a valid "
-"number in the <literal>Polling interval for updated files</literal> text "
-"area (zero works fine)."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:577
-#, no-c-format
-msgid ""
-"You should verify that the change you just made has been remembered. We have "
-"had problems with the last class loader change not taking effect - even "
-"after a restart. If the change did not take you will need to do it manually, "
-"following these directions:"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:585
-#, no-c-format
-msgid "Open the following file in a text editor of your choice:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:589
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"$WebSphereInstall/$yourServerName/profiles/$yourProfileName/config/cells/\n"
-" $yourCellName/applications/Seam Booking.ear/deployments/\n"
-" Seam Booking/deployment.xml]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:593
-#, no-c-format
-msgid ""
-"Modify the following line so that <literal>PARENT_FIRST</literal> is now "
-"<literal>PARENT_LAST</literal>:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:599
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<classloader xmi:id=\"Classloader_#######\" mode=\"PARENT_FIRST\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:603
-#, no-c-format
-msgid ""
-"Save the file and now when go to the <literal>Class loading and update "
-"detection</literal> page you should see <literal>Classes loaded with "
-"application class loader first</literal> selected."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:615
-#, no-c-format
-msgid ""
"To start the application return to the <literal>Enterprise Applications</"
"literal> table and select our application in the list. Then choose the "
"<literal>Start</literal> button at the top of the table."
msgstr ""
#. Tag: para
-#: Websphere.xml:622
+#: Websphere.xml:410
#, no-c-format
msgid ""
"You can now access the application at <literal>http://localhost:9080/seam-"
-"jee5/</literal> ."
+"jee5-booking/index.html</literal> ."
msgstr ""
#. Tag: title
-#: Websphere.xml:628
+#: Websphere.xml:431
#, no-c-format
-msgid "A note about Websphere Stateful bean timeouts"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:629
-#, no-c-format
-msgid ""
-"The default timeout period for a Websphere 6.1 Stateful EJB is 10 minutes. "
-"This means that you may see some EJB timeout exceptions after some idle "
-"time. It is possible to adjust the timeout of the Stateful EJBs on an "
-"individual basis, but that is beyond the scope of this document. See the "
-"Websphere documentation for details."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:643
-#, no-c-format
msgid "The <literal>jpa</literal> booking example"
msgstr ""
#. Tag: para
-#: Websphere.xml:644
+#: Websphere.xml:432
#, no-c-format
msgid ""
"Thankfully getting the <literal>jpa</literal> example to work is much easier "
"than the <literal>jee5</literal> example. This is the Hotel Booking example "
"implemented in Seam POJOs and using Hibernate JPA with JPA transactions. It "
-"does not require EJB3 support to run."
+"does not use EJB3."
msgstr ""
#. Tag: para
-#: Websphere.xml:650
+#: Websphere.xml:437
#, no-c-format
msgid ""
"The example already has a breakout of configurations and build scripts for "
@@ -1081,7 +740,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:653
+#: Websphere.xml:440
#, no-c-format
msgid ""
"First thing we are going to do is build and deploy that example. Then we'll "
@@ -1089,29 +748,29 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:657
+#: Websphere.xml:444
#, no-c-format
msgid "Building the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:658
+#: Websphere.xml:445
#, no-c-format
msgid ""
"Building it only requires running the correct ant command: "
-"<programlisting>ant websphere61</programlisting> This will create container "
+"<programlisting>ant websphere7</programlisting> This will create container "
"specific distribution and exploded archive directories with the "
-"<literal>websphere61</literal> label."
+"<literal>websphere7</literal> label."
msgstr ""
#. Tag: title
-#: Websphere.xml:664
+#: Websphere.xml:451
#, no-c-format
msgid "Deploying the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:665
+#: Websphere.xml:452
#, no-c-format
msgid ""
"This is similar to the <literal>jee5</literal> example at <xref linkend="
@@ -1119,7 +778,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:670
+#: Websphere.xml:457
#, no-c-format
msgid ""
"From the <literal>Enterprise Applications</literal> table select the "
@@ -1127,37 +786,43 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:678
+#: Websphere.xml:465
#, no-c-format
msgid ""
-"Browse to the <literal>examples/jpa/dist-websphere61/jboss-seam-jpa.war</"
+"Browse to the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
"literal> file using the file upload widget."
msgstr ""
#. Tag: para
-#: Websphere.xml:684
+#: Websphere.xml:483
#, no-c-format
msgid ""
-"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
-"jpa</literal>."
+"Select the <literal>Next</literal> button for the next three pages, no "
+"changes are needed."
msgstr ""
+#. Tag: literal
+#: Websphere.xml:488
+#, no-c-format
+msgid "Map context roots for Web modules"
+msgstr ""
+
#. Tag: para
-#: Websphere.xml:695
+#: Websphere.xml:491
#, no-c-format
msgid ""
-"Select the <literal>Next</literal> button for the next three pages, no "
-"changes are needed."
+"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
+"jpa</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:700
+#: Websphere.xml:502
#, no-c-format
msgid "<literal>Summary</literal> page"
msgstr ""
#. Tag: para
-#: Websphere.xml:703
+#: Websphere.xml:505
#, no-c-format
msgid ""
"Review the settings if you wish and select the <literal>Finish</literal> "
@@ -1167,17 +832,17 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:716
+#: Websphere.xml:519
#, no-c-format
msgid ""
"As with the <literal>jee5</literal> example there are some class loader "
"changes needed before we start the application. Follow the instructions at "
"<xref linkend=\"websphere-app-adj-after-install\"/> but exchange "
-"<literal>jboss-seam-jpa</literal> for <literal>Seam Booking</literal>."
+"<literal>jboss-seam-jpa_war</literal> for <literal>Seam Booking</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:723
+#: Websphere.xml:526
#, no-c-format
msgid ""
"Finally start the application by selecting it in the <literal>Enterprise "
@@ -1186,7 +851,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:729
+#: Websphere.xml:532
#, no-c-format
msgid ""
"You can now access the application at the <literal>http://localhost:9080/"
@@ -1194,187 +859,186 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:737
+#: Websphere.xml:540
#, no-c-format
-msgid "Whats different for Websphere 6.1"
+msgid "What's different for Websphere AS V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:738
+#: Websphere.xml:541
#, no-c-format
msgid ""
"The differences between the JPA examples that deploys to JBoss 4.2 and "
-"Websphere 6.1 are mostly expected; library and configuration file changes."
+"Websphere AS V7 are mostly expected; library and configuration file changes."
msgstr ""
#. Tag: para
-#: Websphere.xml:743
+#: Websphere.xml:546
#, no-c-format
msgid "<para>Configuration file changes</para>"
msgstr ""
#. Tag: para
-#: Websphere.xml:746
+#: Websphere.xml:549
#, no-c-format
msgid ""
-"<literal>WEB-INF/web.xml</literal> — the only significant change is "
-"that Websphere 6.1 only support <literal>Servlet 2.4</literal> so the top of "
-"this file was changed."
+"<literal>META-INF/persistence.xml</literal> — the main changes here "
+"are for the datasource JNDI path, switching to the Websphere transaction "
+"manager look up class, and changing the hibernate dialect to be "
+"<literal>GlassfishDerbyDialect</literal> ."
msgstr ""
#. Tag: para
-#: Websphere.xml:753
+#: Websphere.xml:559
#, no-c-format
msgid ""
-"<literal>META-INF/persistence.xml</literal> — the main changes here "
-"are for the datasource JNDI path, switching to the Websphere 6.1 transaction "
-"manager look up class, and changing the hibernate dialect to be "
-"<literal>GlassfishDerbyDialect</literal> ."
+"<literal>WEB-INF/components.xml</literal> — the change here is "
+"<literal>jndi-pattern</literal> without /local string."
msgstr ""
#. Tag: para
-#: Websphere.xml:763
+#: Websphere.xml:565
#, no-c-format
msgid ""
-"<literal>WEB-INF/classes/GlassfishDerbyDialect.class </literal> — this "
-"class is needed for the hibernate dialect change to "
-"<literal>GlassfishDerbyDialect</literal>"
+"<literal>META-INF/ejb-jar.xml</literal> — the same change in "
+"<literal>ejb-ref-name</literal>, where is replace /local string in "
+"<literal>jboss-seam-jee5/AuthenticatorAction</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:771
+#: Websphere.xml:572
#, no-c-format
msgid ""
+"<literal>src/GlassfishDerbyDialect.java </literal> — this class is "
+"needed for the hibernate dialect change to <literal>GlassfishDerbyDialect</"
+"literal>"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:580
+#, no-c-format
+msgid ""
"<literal>import.sql</literal> — either for the dialect or Derby DB the "
"<literal>ID</literal> column can not be populated by this file and was "
"removed."
msgstr ""
#. Tag: para
-#: Websphere.xml:780
+#: Websphere.xml:589
#, no-c-format
msgid "Changes for dependent libraries"
msgstr ""
#. Tag: para
-#: Websphere.xml:781
+#: Websphere.xml:590
#, no-c-format
msgid ""
-"<literal>WEB-INF/lib</literal> — The Websphere version requires "
-"several library packages because they are not included as they are with "
-"JBoss AS. These are primarily for hibernate, JSF-RI support and their "
-"dependencies. Below are listed only the additional jars needed above and "
-"beyond the JBoss <literal>JPA</literal> example."
+"The Websphere version requires several library packages because they are not "
+"included as they are with JBoss AS. These are primarily for hibernate and "
+"their dependencies. Below are listed only the additional jars needed above "
+"and beyond the JBoss <literal>JPA</literal> example."
msgstr ""
#. Tag: para
-#: Websphere.xml:789
+#: Websphere.xml:597
#, no-c-format
msgid "To use Hibernate as your JPA provider you need the following jars:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:794
+#: Websphere.xml:602
#, no-c-format
msgid "hibernate.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:799
+#: Websphere.xml:607
#, no-c-format
msgid "hibernate-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:804
+#: Websphere.xml:612
#, no-c-format
msgid "hibernate-commons-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:809
+#: Websphere.xml:617
#, no-c-format
msgid "hibernate-entitymanager.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:814
+#: Websphere.xml:622
#, no-c-format
msgid "hibernate-validator.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:819
+#: Websphere.xml:627
#, no-c-format
msgid "commons-collections.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:824
+#: Websphere.xml:632
#, no-c-format
msgid "jboss-common-core.jar"
msgstr ""
#. Tag: para
-#: Websphere.xml:830
+#: Websphere.xml:638
#, no-c-format
-msgid ""
-"Seam requires JSF 1.2 and these are the jars needed for that. Websphere 6.1 "
-"ships with its own implementation of JSF 1.1."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:855
-#, no-c-format
msgid "Various third party jars that Websphere needs:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:858
+#: Websphere.xml:641
#, no-c-format
msgid "antlr.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:862
+#: Websphere.xml:645
#, no-c-format
msgid "cglib.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:866
+#: Websphere.xml:649
#, no-c-format
msgid "asm.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:870
+#: Websphere.xml:653
#, no-c-format
msgid "dom4j.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:875
+#: Websphere.xml:658
#, no-c-format
msgid "javassist.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:880
+#: Websphere.xml:663
#, no-c-format
msgid "concurrent.jar"
msgstr ""
#. Tag: title
-#: Websphere.xml:895
+#: Websphere.xml:678
#, no-c-format
msgid ""
"Deploying an application created using <literal>seam-gen</literal> on "
-"Websphere 6.1.0.13"
+"Websphere V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:898
+#: Websphere.xml:681
#, no-c-format
msgid ""
"<literal>seam-gen</literal> is a very useful tool for developers to quickly "
@@ -1387,13 +1051,13 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:908
+#: Websphere.xml:691
#, no-c-format
msgid "Running <literal>seam-gen</literal> Setup"
msgstr ""
#. Tag: para
-#: Websphere.xml:909
+#: Websphere.xml:692
#, no-c-format
msgid ""
"The first step is setting up <literal>seam-gen</literal> to construct the "
@@ -1403,7 +1067,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:915
+#: Websphere.xml:698
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1499,7 +1163,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:917
+#: Websphere.xml:700
#, no-c-format
msgid ""
"Type <literal>./seam new-project</literal> to create your project and "
@@ -1508,25 +1172,25 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:924
+#: Websphere.xml:707
#, no-c-format
msgid "Changes needed for deployment to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:925
+#: Websphere.xml:708
#, no-c-format
msgid "We now need to make some changes to the generated project."
msgstr ""
#. Tag: literal
-#: Websphere.xml:931
+#: Websphere.xml:714
#, no-c-format
msgid "resources/META-INF/persistence-dev.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:936
+#: Websphere.xml:719
#, no-c-format
msgid ""
"Alter the <literal>jta-data-source</literal> to be "
@@ -1535,7 +1199,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:943
+#: Websphere.xml:726
#, no-c-format
msgid ""
"Add or change the properties below. These are described in detail at <xref "
@@ -1543,7 +1207,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:948
+#: Websphere.xml:731
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1559,14 +1223,14 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:951
+#: Websphere.xml:734
#, no-c-format
msgid ""
"Remove the JBoss AS specific method of exposing the EntityManagerFactory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:954
+#: Websphere.xml:737
#, no-c-format
msgid ""
"<![CDATA[<property \n"
@@ -1575,7 +1239,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:957
+#: Websphere.xml:740
#, no-c-format
msgid ""
"You'll need to alter <literal>persistence-prod.xml</literal> as well if you "
@@ -1583,32 +1247,31 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:970
+#: Websphere.xml:753
#, no-c-format
msgid ""
-"As with other examples we need to include this class for DB support. It can "
-"be copied from the <literal>jpa</literal> example into the "
-"<literal>websphere_example/resources</literal> directory."
+"As with other examples we need to include this java class for DB support. It "
+"can be copied from the <literal>jpa</literal> example into the "
+"<literal>websphere_example/src</literal> directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:976
+#: Websphere.xml:759
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp $SEAM/examples/jpa/resources-websphere61/WEB-INF/classes/"
-"GlassfishDerbyDialect.class\n"
-" ./resources]]>"
+"cp $SEAM/examples/jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: literal
-#: Websphere.xml:982
+#: Websphere.xml:765
#, no-c-format
msgid "resources/META-INF/jboss-app.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:985
+#: Websphere.xml:768
#, no-c-format
msgid ""
"You can delete this file as we aren't deploying to JBoss AS ( <literal>jboss-"
@@ -1616,13 +1279,13 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:991
+#: Websphere.xml:774
#, no-c-format
msgid "resources/*-ds.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:994
+#: Websphere.xml:777
#, no-c-format
msgid ""
"You can delete these file as we aren't deploying to JBoss AS (these files "
@@ -1630,7 +1293,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1006
+#: Websphere.xml:789
#, no-c-format
msgid ""
"Enable container managed transaction integration - add the <literal> <"
@@ -1640,7 +1303,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1015
+#: Websphere.xml:798
#, no-c-format
msgid ""
"Alter the <literal>jndi-pattern</literal> to <literal> java:comp/env/"
@@ -1648,7 +1311,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1021
+#: Websphere.xml:804
#, no-c-format
msgid ""
"We do not need <literal>managed-persistence-context</literal> for this "
@@ -1656,7 +1319,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1027
+#: Websphere.xml:810
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1667,67 +1330,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1036
+#: Websphere.xml:819
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it required "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1042
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1044
-#, no-c-format
-msgid ""
"As with the <literal>jee5/booking</literal> example we need to add EJB "
-"references to the web.xml. These references require the empty <literal>local-"
-"home</literal> to flag them for Websphere to perform the proper binding."
+"references to the web.xml. These references require replacing /local string "
+"in <literal>ejb-ref-name</literal> to flag them for Websphere to perform the "
+"proper binding."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1051
+#: Websphere.xml:826
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local> \n"
-" </ejb-local-ref>\n"
+"<![CDATA[ \n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local>\n"
+" </ejb-local-ref> \n"
" \n"
" <ejb-local-ref>\n"
" <ejb-ref-name>websphere_example/EjbSynchronizations</ejb-ref-name> \n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:1057
+#: Websphere.xml:832
#, no-c-format
msgid "Creating the <literal>AuthenticatorAction</literal> EJB"
msgstr ""
#. Tag: para
-#: Websphere.xml:1059
+#: Websphere.xml:834
#, no-c-format
msgid ""
"We want to take the existing <literal>Authenticator</literal> Seam POJO "
@@ -1735,13 +1372,19 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1065
+#: Websphere.xml:837
#, no-c-format
+msgid "Change the generated Authenticator class"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:840
+#, no-c-format
msgid "Rename the class to <literal>AuthenticatorAction</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1069
+#: Websphere.xml:844
#, no-c-format
msgid ""
"Add the <literal>@Stateless</literal> annotation to the new "
@@ -1749,7 +1392,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1075
+#: Websphere.xml:850
#, no-c-format
msgid ""
"Create an interface called <literal>Authenticator</literal> which "
@@ -1761,7 +1404,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1088
+#: Websphere.xml:863
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1770,7 +1413,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1091
+#: Websphere.xml:866
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1780,7 +1423,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1094
+#: Websphere.xml:869
#, no-c-format
msgid ""
"We've already added its reference to the <literal>web.xml</literal> file so "
@@ -1788,14 +1431,14 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:1100
+#: Websphere.xml:875
#, no-c-format
msgid ""
"Extra jar dependencies and other changes to the <literal>build.xml</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1102
+#: Websphere.xml:877
#, no-c-format
msgid ""
"This application has similar requirements as the <literal>jee5/booking</"
@@ -1803,7 +1446,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1107
+#: Websphere.xml:882
#, no-c-format
msgid ""
"Change the default target to <literal>archive</literal> (we aren't going to "
@@ -1811,7 +1454,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1113
+#: Websphere.xml:888
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1819,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1117
+#: Websphere.xml:892
#, no-c-format
msgid ""
"Websphere looks for the drools <literal>/security.drl</literal> file in the "
@@ -1832,7 +1475,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1128
+#: Websphere.xml:903
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1844,93 +1487,16 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1131
+#: Websphere.xml:906
#, no-c-format
msgid ""
-"We need to ge the <literal>GlassfishDerbyDialect.class</literal> into our "
-"application jar. To do that find the <literal>jar</literal> task and modify "
-"the top of it so that it looks like this:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1139
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"jar\" depends=\"compile,copyclasses\" \n"
-" description=\"Build the distribution .jar file\">\n"
-" <copy todir=\"${jar.dir}\">\n"
-" <fileset dir=\"${basedir}/resources\">\n"
-" <include name=\"seam.properties\" />\n"
-" <include name=\"*.drl\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
-" </fileset>\n"
-" </copy>\n"
-"...]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1142
-#, no-c-format
-msgid ""
-"Next we need to get the <literal>jboss-seam.jar</literal> into the base of "
-"the <literal>EAR</literal> file. For deployment Websphere requires this jar "
-"to be in both the <literal>/lib</literal> directory and at the base of the "
-"<literal>EAR</literal>. You must add the following to the <literal>archive</"
-"literal> task:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1151
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1152
-#, no-c-format
-msgid "So that the whole <literal>archive</literal> task looks like:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1156
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"archive\" depends=\"jar,war,ear\" \n"
-" description=\"Package the archives\">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.jar\" basedir=\"${jar.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.war\" basedir=\"${war.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.ear\">\n"
-" <fileset dir=\"${ear.dir}\"/>\n"
-" <fileset dir=\"${dist.dir}\">\n"
-" <include name=\"${project.name}.jar\"/>\n"
-" <include name=\"${project.name}.war\"/>\n"
-" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
-" </jar>\n"
-"</target>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1159
-#, no-c-format
-msgid ""
"Now we need to get extra jars into the <literal>build.xml</literal>. Look "
"for the <literal><fileset dir=\"${basedir}\"></literal> section of the "
"task below. Add the new includes at the bottom of the fileset."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1167
+#: Websphere.xml:914
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1941,9 +1507,7 @@
" <include name=\"*hibernate.cfg.xml\" />\n"
" <include name=\"jbpm.cfg.xml\" />\n"
" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
+"\n"
" <fileset dir=\"${basedir}\">\n"
" <include name=\"lib/jbpm*.jar\" />\n"
" <include name=\"lib/jboss-el.jar\" />\n"
@@ -1965,13 +1529,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1170
+#: Websphere.xml:917
#, no-c-format
msgid "Hibernate dependencies"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1171
+#: Websphere.xml:918
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1985,33 +1549,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1174
+#: Websphere.xml:921
#, no-c-format
-msgid ""
-"JSF dependencies. You will need to copy the <literal>el-ri.jar</literal> "
-"from the <literal>$SEAM/examples/jpa/lib</literal> directory."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1177
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1180
-#, no-c-format
msgid "Third party dependencies."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1181
+#: Websphere.xml:922
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2028,15 +1572,15 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1184
+#: Websphere.xml:925
#, no-c-format
msgid ""
-"<literal>jboss-seam.jar</literal> - this is needed in both the <literal>ear</"
-"literal> base and <literal>/lib</literal> directory."
+"<literal>jboss-seam.jar</literal> - this is needed in the <literal>ear</"
+"literal> base directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1188
+#: Websphere.xml:928
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2045,13 +1589,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1192
+#: Websphere.xml:932
#, no-c-format
msgid "You should end up with something like:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1193
+#: Websphere.xml:933
#, no-c-format
msgid ""
"<![CDATA[<fileset dir=\"${basedir}\">\n"
@@ -2072,13 +1616,7 @@
" <include name=\"lib/hibernate-entitymanager.jar\"/>\n"
" <include name=\"lib/hibernate-validator.jar\"/>\n"
" <include name=\"lib/jboss-common-core.jar\" />\n"
-" \n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>\n"
-" \n"
+"\n"
" <!-- 3rd party and supporting jars -->\n"
" <include name=\"lib/javassist.jar\"/>\n"
" <include name=\"lib/dom4j.jar\" />\n"
@@ -2095,38 +1633,14 @@
"</fileset>]]>"
msgstr ""
-#. Tag: para
-#: Websphere.xml:1195
-#, no-c-format
-msgid ""
-"The last step is to add <literal>jsf-impl.jar</literal> and <literal>el-ri."
-"jar</literal> to the war target. Look for <literal>copy todir=\"${war.dir}/"
-"WEB-INF/lib\"</literal> and add the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1199
-#, no-c-format
-msgid ""
-"<![CDATA[<copy todir=\"${war.dir}/WEB-INF/lib\">\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <includesfile name=\"deployed-jars-war.list"
-"\" />\n"
-" <include name=\"jsf-impl.jar\" />\n"
-" <include name=\"el-ri.jar\" /> \n"
-" <exclude name=\"jboss-seam-gen.jar\" />\n"
-" </fileset>\n"
-"</copy>]]>"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:1206
+#: Websphere.xml:940
#, no-c-format
msgid "Building and deploying the seam-gen'd application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:1212
+#: Websphere.xml:945
#, no-c-format
msgid ""
"Build your application by calling <literal>ant</literal> in the base "
@@ -2136,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1221
+#: Websphere.xml:954
#, no-c-format
msgid ""
"To deploy the application follow the instructions here : <xref linkend="
@@ -2146,7 +1660,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1227
+#: Websphere.xml:960
#, no-c-format
msgid ""
"Checkout the app at: <literal>http://localhost:9080/websphere_example/index."
Modified: trunk/doc/Seam_Reference_Guide/ta-IN/Excel.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/ta-IN/Excel.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/ta-IN/Excel.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: Seam_Reference_Guide \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-10-14 11:38+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -46,7 +46,7 @@
"&excel; JSF controls, which are used to construct views that can render the "
"document, and the DocumentStore component, which serves the rendered "
"document to the user. To include &excel; support in your application, "
-"included <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
+"include <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
"lib</literal> directory along with the <literal>jxl.jar</literal> JAR file. "
"Furthermore, you need to configure the DocumentStore servlet in your web.xml"
msgstr ""
@@ -247,9 +247,9 @@
msgid ""
"<literal>arrayGrowSize</literal> — The amount of memory by which to "
"increase the amount of memory allocated to storing the workbook data. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 1 megabyte. The value is a "
-"number (bytes)."
+"processes reading many small workbooks inside a WAS it might be necessary to "
+"reduce the default size. Default value is 1 megabyte. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -332,10 +332,10 @@
#, no-c-format
msgid ""
"<literal>initialFileSize</literal> — The initial amount of memory "
-"allocated to store the workbook data when reading a worksheet. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 5 megabytes. The value is a "
-"number (bytes)."
+"allocated to store the workbook data when reading a worksheet. For processes "
+"reading many small workbooks inside a WAS it might be necessary to reduce "
+"the default size. Default value is 5 megabytes. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -428,7 +428,7 @@
#, no-c-format
msgid ""
"<literal>filename</literal> — The filename to use for the download. "
-"The value is a string. Please not that if you map the DocumentServlet to "
+"The value is a string. Please note that if you map the DocumentServlet to "
"some pattern, this file extension must also match."
msgstr ""
@@ -442,11 +442,9 @@
msgstr ""
#. Tag: emphasis
-#: Excel.xml:322 Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081
-#: Excel.xml:1157 Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537
-#: Excel.xml:1595 Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#: Excel.xml:322 Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
#, no-c-format
-msgid "Child elemenents"
+msgid "Child elements"
msgstr ""
#. Tag: para
@@ -516,7 +514,7 @@
#, no-c-format
msgid ""
"Worksheets are the children of workbooks and the parent of columns and "
-"worksheet commands They can also contain explicitly placed cells, formulas, "
+"worksheet commands. They can also contain explicitly placed cells, formulas, "
"images and hyperlinks. They are the pages that make up the workbook."
msgstr ""
@@ -542,14 +540,14 @@
#, no-c-format
msgid ""
"<literal>var</literal> — The current row iterator variable name that "
-"can later be referenced in cell value attributes. The value is a string"
+"can later be referenced in cell value attributes. The value is a string."
msgstr ""
#. Tag: para
#: Excel.xml:401
#, no-c-format
msgid ""
-"<literal>name</literal> — The name of the worksheet. The valus is a "
+"<literal>name</literal> — The name of the worksheet. The value is a "
"string. Defaults to Sheet# where # is the worksheet index. If the given "
"worksheet name exists, that sheet is selected. This can be used for merging "
"several data sets into a single worksheet, just define the same name for "
@@ -590,7 +588,7 @@
#, no-c-format
msgid ""
"<literal>bottomMargin</literal> — The bottom margin. The value is a "
-"number (inches)"
+"number (inches)."
msgstr ""
#. Tag: para
@@ -709,7 +707,7 @@
#: Excel.xml:551
#, no-c-format
msgid ""
-"<literal>normalMagnification</literal> — The normal magnificaton "
+"<literal>normalMagnification</literal> — The normal magnification "
"factor (not zoom or scale factor). The value is a number (percentage)."
msgstr ""
@@ -727,7 +725,7 @@
#, no-c-format
msgid ""
"<literal>pageBreakPreviewMagnification</literal> — The page break "
-"preview magnificaton factor (not zoom or scale factors). the value is a "
+"preview magnification factor (not zoom or scale factors). The value is a "
"number (percentage)."
msgstr ""
@@ -803,7 +801,8 @@
#, no-c-format
msgid ""
"<literal>recalculateFormulasBeforeSave</literal> — Should the formulas "
-"be re-calculated when the sheet is saved? The value is a boolean. false"
+"be re-calculated when the sheet is saved? The value is a boolean. Default "
+"value is false."
msgstr ""
#. Tag: para
@@ -874,11 +873,19 @@
#: Excel.xml:698
#, no-c-format
msgid ""
-"<literal>zoomFactor</literal> — T zoom factor. Do not confuse zoom "
+"<literal>zoomFactor</literal> — The zoom factor. Do not confuse zoom "
"factor (which relates to the on screen view) with scale factor (which refers "
-"to the scale factor when printing). The value is a number (percentage."
+"to the scale factor when printing). The value is a number (percentage)."
msgstr ""
+#. Tag: emphasis
+#: Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081 Excel.xml:1157
+#: Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537 Excel.xml:1595
+#: Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#, no-c-format
+msgid "Child elemenents"
+msgstr ""
+
#. Tag: para
#: Excel.xml:712
#, no-c-format
@@ -900,7 +907,7 @@
#, no-c-format
msgid ""
"<literal><e:headerFooter/></literal> — Zero or more header/"
-"footer definitions ((see <xref linkend=\"excel.headersfooters\"/> ))."
+"footer definitions (see <xref linkend=\"excel.headersfooters\"/> )."
msgstr ""
#. Tag: para
@@ -916,7 +923,7 @@
#, no-c-format
msgid ""
"<literal>header</literal>— Contents that will be placed at the top of "
-"the data block, above the column headers (if any)"
+"the data block, above the column headers (if any)."
msgstr ""
#. Tag: para
@@ -924,7 +931,7 @@
#, no-c-format
msgid ""
"<literal>footer</literal>— Contents that will be placed at the bottom "
-"of the data block, below the column footers (if any)"
+"of the data block, below the column footers (if any)."
msgstr ""
#. Tag: programlisting
@@ -1062,7 +1069,7 @@
"Cells are nested within columns (for iteration) or inside worksheets (for "
"direct placement using the <literal>column</literal> and <literal>row</"
"literal> attributes) and are responsible for outputting the value (usually "
-"though en EL-expression involving the <literal>var</literal>-attribute of "
+"through an EL-expression involving the <literal>var</literal>-attribute of "
"the datatable. See"
msgstr ""
@@ -1495,7 +1502,7 @@
#: Excel.xml:1360
#, no-c-format
msgid ""
-"The formula of the cell in placed in the <literal>value</literal> -attribute "
+"The formula of the cell is placed in the <literal>value</literal> -attribute "
"as a normal &excel; notation. Note that when doing cross-sheet formulas, the "
"worksheets must exist before referencing a formula against them. The value "
"is a string."
@@ -2123,12 +2130,6 @@
"initially? The value is a boolean."
msgstr ""
-#. Tag: emphasis
-#: Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
-#, no-c-format
-msgid "Child elements"
-msgstr ""
-
#. Tag: literal
#: Excel.xml:2046
#, no-c-format
@@ -2171,7 +2172,7 @@
#: Excel.xml:2105
#, no-c-format
msgid ""
-"groups rows 5 trough 10 and columns 5 through 10 so that the rows are "
+"groups rows 5 through 10 and columns 5 through 10 so that the rows are "
"initially collapsed (but not the columns)."
msgstr ""
@@ -2382,7 +2383,7 @@
"The CSS attributes cascade down from parent to children and within one tag "
"cascades over the CSS classes referenced in the <literal>styleClass</"
"literal> attributes and finally over the CSS attributes defined in the "
-"<literal>style</literal>attribute. You can place them pretty much anywhere "
+"<literal>style</literal> attribute. You can place them pretty much anywhere "
"but e.g. placing a column width setting in a cell nested within that column "
"makes little sense."
msgstr ""
@@ -2579,7 +2580,7 @@
#. Tag: para
#: Excel.xml:2475
#, no-c-format
-msgid "This group of XLS-CSS attributes define the borders of the cell"
+msgid "This group of XLS-CSS attributes defines the borders of the cell"
msgstr ""
#. Tag: para
@@ -2667,7 +2668,7 @@
#, no-c-format
msgid ""
"A shorthand for setting line style and color of the top edge of the cell, e."
-"g style=\"xls-border-left: red thick\""
+"g style=\"xls-border-top: red thick\""
msgstr ""
#. Tag: para
@@ -2781,7 +2782,7 @@
#. Tag: para
#: Excel.xml:2668
#, no-c-format
-msgid "This group of XLS-CSS attributes define the background of the cell"
+msgid "This group of XLS-CSS attributes defines the background of the cell"
msgstr ""
#. Tag: para
@@ -2837,7 +2838,7 @@
#. Tag: para
#: Excel.xml:2722
#, no-c-format
-msgid "This group of XLS-CSS attributes define the column widths etc."
+msgid "This group of XLS-CSS attributes defines the column widths etc."
msgstr ""
#. Tag: para
@@ -2910,7 +2911,7 @@
#. Tag: para
#: Excel.xml:2783
#, no-c-format
-msgid "This group of XLS-CSS attributes define the cell properties"
+msgid "This group of XLS-CSS attributes defines the cell properties"
msgstr ""
#. Tag: para
@@ -3084,7 +3085,7 @@
#, no-c-format
msgid ""
"When using .xhtml documents, stylesheets must be referenced through the "
-"<literal><e:link> tag</literal>"
+"<literal><e:link></literal> tag"
msgstr ""
#. Tag: para
@@ -3106,8 +3107,9 @@
#, no-c-format
msgid ""
"The core of the &excel; functionality is based on the excellent JExcelAPI "
-"library which can be found on http://jexcelapi.sourceforge.net/ and most "
-"features and possible limitations are inherited from here."
+"library which can be found on <ulink url=\"http://jexcelapi.sourceforge.net"
+"\">http://jexcelapi.sourceforge.net/</ulink> and most features and possible "
+"limitations are inherited from here."
msgstr ""
#. Tag: para
Modified: trunk/doc/Seam_Reference_Guide/ta-IN/Itext.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/ta-IN/Itext.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/ta-IN/Itext.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -41,10 +41,10 @@
"iText support is provided by <literal>jboss-seam-pdf.jar</literal>. This JAR "
"contains the iText JSF controls, which are used to construct views that can "
"render to PDF, and the DocumentStore component, which serves the rendered "
-"documents to the user. To include PDF support in your application, included "
+"documents to the user. To include PDF support in your application, put "
"<literal>jboss-seam-pdf.jar</literal> in your <literal>WEB-INF/lib</literal> "
"directory along with the iText JAR file. There is no further configuration "
-"needed to use Seam's iText supportfon."
+"needed to use Seam's iText support."
msgstr ""
#. Tag: para
@@ -251,7 +251,7 @@
"for generating suitable PDF content. Tags like <literal><p:image></"
"literal> and <literal><p:paragraph></literal> are the basic "
"foundations of simple documents. Tags like <literal><p:font></literal> "
-"provide style information to all the content surrounging them."
+"provide style information to all the content surrounding them."
msgstr ""
#. Tag: literal
@@ -492,7 +492,7 @@
#, no-c-format
msgid ""
"<literal>p:image</literal> inserts an image into the document. Images can be "
-"be loaded from the classpath or from the web application context using the "
+"loaded from the classpath or from the web application context using the "
"<literal>value</literal> attribute."
msgstr ""
@@ -626,7 +626,7 @@
msgid ""
"<literal>reference</literal> — The destination the link refers to. "
"Links to other points in the document should begin with a \"#\". For "
-"example, \"#link1\" to refer to an anchor postion with a <literal>name</"
+"example, \"#link1\" to refer to an anchor position with a <literal>name</"
"literal> of <literal>link1</literal>. Links may also be a full URL to point "
"to a resource outside of the document."
msgstr ""
@@ -704,7 +704,7 @@
#: Itext.xml:631
#, no-c-format
msgid ""
-"<literal>borderWidth</literal> — The width of the border. Inidvidual "
+"<literal>borderWidth</literal> — The width of the border. Individual "
"border sides can be specified using <literal>borderWidthLeft</literal>, "
"<literal>borderWidthRight</literal>, <literal>borderWidthTop</literal> and "
"<literal>borderWidthBottom</literal>."
@@ -792,7 +792,7 @@
msgid ""
"<literal>numberDepth</literal> — The depth of numbering for section. "
"All sections are numbered relative to their surrounding chapter/sections. "
-"The fourth section of of the first section of chapter three would be section "
+"The fourth section of the first section of chapter three would be section "
"3.1.4, if displayed at the default number depth of three. To omit the "
"chapter number, a number depth of 2 should be used. In that case, the "
"section number would be displayed as 1.4."
@@ -839,7 +839,7 @@
msgid ""
"List structures can be displayed using the <literal>p:list</literal> and "
"<literal>p:listItem</literal> tags. Lists may contain arbitrarily-nested "
-"sublists. List items may not be used outside of a list. he following "
+"sublists. List items may not be used outside of a list. The following "
"document uses the <literal>ui:repeat</literal> tag to to display a list of "
"values retrieved from a Seam component."
msgstr ""
@@ -1391,7 +1391,7 @@
#, no-c-format
msgid ""
"<literal>domainGridlineStroke</literal> — The stroke style of the "
-"domain gridleines, if visible."
+"domain gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1493,7 +1493,7 @@
#, no-c-format
msgid ""
"<literal>plotOutlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1531,7 +1531,7 @@
#, no-c-format
msgid ""
"<literal>rangeGridlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1946,8 +1946,8 @@
#: Itext.xml:1893
#, no-c-format
msgid ""
-"<literal>seriesVisibleInLegend</literal> — A boolean indiciating if "
-"the series should be listed in the legend."
+"<literal>seriesVisibleInLegend</literal> — A boolean indicating if the "
+"series should be listed in the legend."
msgstr ""
#. Tag: programlisting
@@ -2149,7 +2149,7 @@
#, no-c-format
msgid ""
"<literal>dashPhase</literal> — The dash phase indicates the offset "
-"into the dash pattern that the the line should be drawn with."
+"into the dash pattern that the line should be drawn with."
msgstr ""
#. Tag: programlisting
@@ -2303,7 +2303,7 @@
#, no-c-format
msgid ""
"If you have a complex, pre-generated PDF with named fields, you can easily "
-"fill in the values from you application and present it to the user."
+"fill in the values from your application and present it to the user."
msgstr ""
#. Tag: literal
Modified: trunk/doc/Seam_Reference_Guide/ta-IN/Websphere.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/ta-IN/Websphere.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/ta-IN/Websphere.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-11-06 00:24+0000\n"
+"POT-Creation-Date: 2009-02-01 21:20+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,190 +16,80 @@
#. Tag: title
#: Websphere.xml:2
#, no-c-format
-msgid "Seam on IBM's Websphere"
+msgid "Seam on IBM's Websphere AS"
msgstr ""
#. Tag: para
#: Websphere.xml:4
#, no-c-format
msgid ""
-"Websphere 6.1.x is IBM's application server offering. The latest release is "
-"6.1.0.19 which does not have <literal>EJB3</literal> or <literal>JEE5</"
-"literal> support. There is a recently released (Nov 07) <literal>EJB3</"
-"literal> feature pack which provides some support for <literal>EJB3</"
-"literal> and <literal>JPA</literal>. Currently there is no true "
-"<literal>JEE5</literal> offering from IBM. This causes some issues with Seam "
-"integration with applications that use EJB3."
+"Websphere AS V7 is IBM's application server offering. This release is fully "
+"Java EE 5 certified."
msgstr ""
#. Tag: para
-#: Websphere.xml:12
+#: Websphere.xml:7
#, no-c-format
msgid ""
-"First we will go over some basic information about the Websphere environment "
-"that we used for these examples. After a good deal of research and work we "
-"were able to get EJB3 applications to function correctly. We will go over "
-"the details of those steps with the jee5 example. We will also deploy the "
-"JPA example application."
+"First we will go over some basic information about the Websphere AS "
+"environment that we used for these examples. We will go over the details of "
+"those steps with the JEE5 booking example. We will also deploy the JPA "
+"example application."
msgstr ""
#. Tag: title
-#: Websphere.xml:19
+#: Websphere.xml:13
#, no-c-format
-msgid "Websphere environment and deployment information"
+msgid "Websphere AS environment and deployment information"
msgstr ""
#. Tag: para
-#: Websphere.xml:21
+#: Websphere.xml:15
#, no-c-format
msgid ""
-"Websphere is a commercial product and so we will not discuss the details of "
-"its installation other than to say follow the directions provided by your "
+"Websphere AS is a commercial product and so we will not discuss the details "
+"of its installation other than to say follow the directions provided by your "
"particular installation type and license. This section will detail the exact "
"server versions used, installation tips, and some custom properties that are "
"needed for all of the examples."
msgstr ""
#. Tag: title
-#: Websphere.xml:29
+#: Websphere.xml:23
#, no-c-format
-msgid "Installation versions and tips"
+msgid "Installation versions"
msgstr ""
#. Tag: para
-#: Websphere.xml:30
+#: Websphere.xml:24
#, no-c-format
msgid ""
"All of the examples and information in this chapter are based on the version "
-"6.1 of Websphere at the time of this writing."
+"V7 of Websphere AS at the time of this writing."
msgstr ""
#. Tag: ulink
-#: Websphere.xml:35
+#: Websphere.xml:29
#, no-c-format
-msgid "Websphere Application Server 6.1"
+msgid "Websphere Application Server V7"
msgstr ""
-#. Tag: ulink
-#: Websphere.xml:40
-#, no-c-format
-msgid ""
-"Feature Pack for EJB 3.0 for Websphere Application Server V6.1 (6.1.0.13)"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:46
-#, no-c-format
-msgid "Fix Pack for Websphere Application Server V6.1 (6.1.0.19)"
-msgstr ""
-
#. Tag: para
-#: Websphere.xml:52
+#: Websphere.xml:34
#, no-c-format
msgid ""
-"The EJB3 feature pack that we installed came with the 6.1.0.13 patch version "
-"of Websphere. Installing the feature pack does not ensure that your server "
-"will have the proper environment for EJB3 applications. Be sure that as part "
-"of the installation of the feature pack you follow the instructions to "
-"create a new server profile with the EJB3 feature pack enabled, or augment "
-"one of your existing ones. This can also be done after the installation by "
-"running the profile management tool."
+"After installing Websphere AS, create server profile with Profile Management "
+"Tool, if you didn't create profile in installation process."
msgstr ""
-#. Tag: para
-#: Websphere.xml:60
-#, no-c-format
-msgid ""
-"It is highly recommended to patch Websphere by latest fix pack, at the time "
-"of this writing it is 6.1.0.19"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:63
+#: Websphere.xml:42
#, no-c-format
-msgid "A note about restarting the server"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:64
-#, no-c-format
-msgid ""
-"There are times that restarting the server will be required after deploying "
-"or changes the examples in this chapter. Its does not seem like every change "
-"requires a restart. If you get errors or exceptions after modifying a "
-"property or deploying an application try to restart the server."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:72
-#, no-c-format
-msgid "Required custom properties"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:73
-#, no-c-format
-msgid ""
-"There are a couple of Websphere custom properties that are required for Seam "
-"integration. These properties are not needed specifically for Seam, but work "
-"around some issues with Websphere. These are set following the instructions "
-"here : <ulink url=\"http://www-1.ibm.com/support/docview.wss?rss=180&"
-"uid=swg21284395\"> Setting web container custom properties</ulink>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:82
-#, no-c-format
-msgid ""
-"<literal>prependSlashToResource = \"true\"</literal> — This solves a "
-"fairly common issue with Websphere where applications are not using a "
-"leading \"/\" when attempting to access resources. If this is not set then a "
-"<literal>java.net.MalformedURLException</literal> will be thrown. With this "
-"property set you will still see warnings, but the resources will be "
-"retrieved as expected."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:90 Websphere.xml:108
-#, no-c-format
-msgid "Detailed can be found at:"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:92
-#, no-c-format
-msgid "SRVE0238E: Resource paths must have a leading slash"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:97
-#, no-c-format
-msgid ""
-"<literal>com.ibm.ws.webcontainer.invokefilterscompatibility = \"true\"</"
-"literal> — This solves an issue with Websphere where it throws a "
-"<literal>FileNotFoundException</literal> when a web application attempts to "
-"access a file resource that does not actually exist on disk. This is a "
-"common practice in modern web applications where filters or servlets are "
-"used to process resource requests like these. This issue manifests itself as "
-"failures to retrieve JavaScript, CSS, images, etc... when requesting a web "
-"page."
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:110
-#, no-c-format
-msgid ""
-"PK33090; 6.1: A filter that serves a file does not pop-up an alert message"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:119
-#, no-c-format
msgid "The <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:121
+#: Websphere.xml:44
#, no-c-format
msgid ""
"The <literal>jee5/booking</literal> example is based on the Hotel Booking "
@@ -208,45 +98,36 @@
"located in the <literal>$SEAM_DIST/examples/jee5/booking</literal> directory."
msgstr ""
-#. Tag: para
-#: Websphere.xml:128
-#, no-c-format
-msgid ""
-"As stated before the <literal>EJB3</literal> feature pack does not provide a "
-"full <literal>jee5</literal> implementation. This means that there are some "
-"tricks to getting an application deployed and functioning."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:134 Websphere.xml:927
+#: Websphere.xml:52 Websphere.xml:710
#, no-c-format
msgid "<title>Configuration file changes</title>"
msgstr ""
#. Tag: para
-#: Websphere.xml:136
+#: Websphere.xml:54
#, no-c-format
msgid ""
"Below are the configuration file changes that are need to the base example."
msgstr ""
#. Tag: literal
-#: Websphere.xml:142 Websphere.xml:1001
+#: Websphere.xml:60 Websphere.xml:784
#, no-c-format
msgid "resources/WEB-INF/components.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:145
+#: Websphere.xml:63
#, no-c-format
msgid ""
-"We need to change the way that we look up EJBs for Websphere. We need to "
-"remove the <literal>/local</literal> from the end of the <literal>jndi-"
-"pattern</literal> attribute. It should look like this:"
+"We need to change the way that we look up EJBs for WAS. We need to remove "
+"the <literal>/local</literal> from the end of the <literal>jndi-pattern</"
+"literal> attribute. It should look like this:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:152
+#: Websphere.xml:70
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -256,133 +137,119 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:156 Websphere.xml:1033
+#: Websphere.xml:76
#, no-c-format
-msgid "resources/WEB-INF/web.xml"
+msgid "resources/META-INF/ejb-jar.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:159
+#: Websphere.xml:79
#, no-c-format
msgid ""
-"This is the first place that we notice an unexpected change because this is "
-"not full <literal>jee5</literal> implementation."
+"We need to replace the /local string from <literal>ejb-ref-name</literal>. "
+"See at the following final code:"
msgstr ""
-#. Tag: para
-#: Websphere.xml:162
+#. Tag: programlisting
+#: Websphere.xml:82
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it requires "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
+"<![CDATA[\n"
+" <enterprise-beans>\n"
+" <!-- EJB reference required when one Seam EJB component references "
+"another Seam EJB component using @In -->\n"
+" <!-- Not required if you inject using @EJB, but then you lose state "
+"management and client-side interceptors (e.g., security) -->\n"
+" <session>\n"
+" <ejb-name>RegisterAction</ejb-name>\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
+"name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref>\n"
+" </session>\n"
+" </enterprise-beans>]]>"
msgstr ""
-#. Tag: programlisting
-#: Websphere.xml:169
+#. Tag: literal
+#: Websphere.xml:88 Websphere.xml:816
#, no-c-format
-msgid ""
-"<![CDATA[<xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
+msgid "resources/WEB-INF/web.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:170
+#: Websphere.xml:91
#, no-c-format
msgid ""
-"Next, we have to make some changes to the EJB references in the <literal>web."
-"xml</literal>. These changes are what will allow Websphere to bind the EJB2 "
-"references in the web module to the the actual EJB3 beans in the EAR module. "
-"Replace all of the <literal>ejb-local-refs</literal> when the values below."
+"We have to make some changes to the EJB references in the <literal>web.xml</"
+"literal>. These changes are what will allow WAS to bind automatically the "
+"EJB3 references in the web module to the the actual EJB3 beans in the EAR "
+"module. Replace all of the /local strings in <literal>ejb-local-refs</"
+"literal> when the values below."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:179
+#: Websphere.xml:100
#, no-c-format
msgid ""
"<![CDATA[\n"
" <!-- JEE5 EJB3 names -->\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Authenticator</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.BookingList</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Register</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.ChangePassword</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.HotelBooking</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.HotelSearching</local> \n"
-" </ejb-local-ref> \n"
-" \n"
" <ejb-local-ref>\n"
-" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name> \n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-name>\n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref> \n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.BookingList</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Register</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.ChangePassword</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelBooking</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelSearching</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:181
+#: Websphere.xml:102
#, no-c-format
msgid ""
-"The important change is that there is an empty <literal>local-home</literal> "
-"element for each EJB. This tells Websphere to make the correct bindings "
-"between the web module and the EJB3 beans. The <literal>ejb-link</literal> "
-"element is simply not used."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:187
-#, no-c-format
-msgid ""
"Note also that <literal>EjbSynchronizations</literal> is a built-in Seam EJB "
"and not part of the Hotel Booking example. This means that if your "
"application's <literal>components.xml</literal> specifies "
-"<literal>transaction:ejb-transaction</literal> , then you must include:"
+"<literal>transaction:ejb-transaction</literal>, then you must include:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:192
+#: Websphere.xml:107
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -395,34 +262,34 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:193
+#: Websphere.xml:108
#, no-c-format
msgid ""
"in your web.xml. If you don't include it, you'll get the following error:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:194
+#: Websphere.xml:109
#, no-c-format
msgid "Name comp/env/myapp/EjbSynchronizations not found in context java:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:199
+#: Websphere.xml:114
#, no-c-format
msgid "resources/META-INF/persistence.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:202
+#: Websphere.xml:117
#, no-c-format
msgid ""
"For this example we will be using the default datasource that comes with "
-"Websphere. To do this change the <literal>jta-data-source</literal> element:"
+"WAS. To do this change the <literal>jta-data-source</literal> element:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:205
+#: Websphere.xml:120
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -431,7 +298,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:206
+#: Websphere.xml:121
#, no-c-format
msgid ""
"Then we need to adjust some of the hibernate properties. First comment out "
@@ -439,7 +306,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:211
+#: Websphere.xml:126
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -455,25 +322,25 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:215
+#: Websphere.xml:130
#, no-c-format
msgid ""
"<literal>hibernate.transaction.manager_lookup_class</literal> — "
-"Standard Hibernate transaction manager property for Websphere 6.X"
+"Standard Hibernate transaction manager property for WAS 6.X and 7"
msgstr ""
#. Tag: para
-#: Websphere.xml:221
+#: Websphere.xml:136
#, no-c-format
msgid ""
"<literal>hibernate.transaction.flush_before_completion</literal> — "
"This is commented out because we want the container to manage the "
"transactions. Also if this is set to <literal>true</literal> an exception "
-"will be thrown by Websphere when the EJBContext is looked up."
+"will be thrown by WAS when the EJBContext is looked up."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:230
+#: Websphere.xml:145
#, no-c-format
msgid ""
"<![CDATA[com.ibm.wsspi.injectionengine.InjectionException: \n"
@@ -482,55 +349,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:233
+#: Websphere.xml:148
#, no-c-format
msgid ""
"<literal>hibernate.dialect</literal> — From WAS 6.1.0.9 on the "
-"embedded DB was switched to the same Derby DB in Glassfish."
+"embedded DB was switched to the same Derby DB as is in Glassfish v2."
msgstr ""
#. Tag: literal
-#: Websphere.xml:243 Websphere.xml:967
+#: Websphere.xml:158 Websphere.xml:750
#, no-c-format
-msgid "resources/GlassfishDerbyDialect.class"
+msgid "src/GlassfishDerbyDialect.java"
msgstr ""
#. Tag: para
-#: Websphere.xml:246
+#: Websphere.xml:161
#, no-c-format
msgid ""
-"You will need to get the <literal>GlassfishDerbyDialect.class</literal> and "
-"copy it into the <literal>/resources</literal> directory. The class exists "
-"in the JPA example and can be copied using the command below assuming you "
-"are in <literal>jee5/booking</literal> directory:"
+"You will need to get the <literal>GlassfishDerbyDialect.java</literal> and "
+"copy it into the <literal>/src</literal> directory. The java class exists in "
+"the JPA example source directory and can be copied using the command below "
+"assuming you are in <literal>jee5/booking</literal> directory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:254
+#: Websphere.xml:169
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/WEB-INF/classes/GlassfishDerbyDialect."
-"class\n"
-" ./resources]]>"
+"cp ../../jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:255
+#: Websphere.xml:170
#, no-c-format
msgid ""
-"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file "
-"using changes to the build.xml discussed later."
+"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file."
msgstr ""
#. Tag: literal
-#: Websphere.xml:261
+#: Websphere.xml:175
#, no-c-format
msgid "resources/import.sql"
msgstr ""
#. Tag: para
-#: Websphere.xml:264
+#: Websphere.xml:178
#, no-c-format
msgid ""
"This file must also be copied from the JPA example because either the Derby "
@@ -540,201 +405,91 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:271
+#: Websphere.xml:185
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/import.sql ./resources]]>"
+"cp ../../jpa/resources-websphere7/import.sql ./resources]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:280
+#: Websphere.xml:194
#, no-c-format
msgid "Building the <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:283
+#: Websphere.xml:197
#, no-c-format
msgid ""
"In order to get the changes we have made into our application we need to "
"make some changes to the <literal>build.xml</literal>. There are also some "
"additional jars that are required by our application in order to work with "
-"Websphere. This section will cover what changes are needed to the "
-"<literal>build.xml</literal>."
+"WAS. This section will cover what changes are needed to the <literal>build."
+"xml</literal>."
msgstr ""
#. Tag: title
-#: Websphere.xml:290
+#: Websphere.xml:204
#, no-c-format
-msgid "New libraries dependencies"
+msgid "Library dependency changes"
msgstr ""
#. Tag: para
-#: Websphere.xml:294
+#: Websphere.xml:205
#, no-c-format
msgid ""
-"JSF libraries — Websphere 6.1 comes with its own version of JSF 1.1 "
-"(Seam requires JSF 1.2). So we must add these jars to our application:"
+"We remove the <literal>log4j.jar</literal> so that all of the log output "
+"from our application will be added to the WAS log. Additional steps are "
+"required to fully configure log4j and those are outside of the scope of this "
+"document."
msgstr ""
-#. Tag: literal
-#: Websphere.xml:299 Websphere.xml:836
-#, no-c-format
-msgid "jsf-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:303 Websphere.xml:841
-#, no-c-format
-msgid "jsf-impl.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:309
-#, no-c-format
-msgid ""
-"Since Websphere is not a fully compliant <literal>JEE5</literal> "
-"implementation we need to add these EL libraries:"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:314 Websphere.xml:849
-#, no-c-format
-msgid "el-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:318 Websphere.xml:845
-#, no-c-format
-msgid "el-ri.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:324
-#, no-c-format
-msgid ""
-"<literal>jboss-seam.jar</literal> — for some reason when deploying the "
-"application through the Websphere administration console it can not find the "
-"<literal>jboss-seam.jar</literal> at the base of the EAR archive. This means "
-"that we need to add it to the <literal>/lib</literal> of the EAR."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:332
-#, no-c-format
-msgid ""
-"Finally we remove the <literal>log4j.jar</literal> so that all of the log "
-"output from our application will be added to the Websphere log. Additional "
-"steps are required to fully configure log4j and those are outside of the "
-"scope of this document."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:343
+#: Websphere.xml:213
#, no-c-format
msgid "Updating the <literal>build.xml</literal> file"
msgstr ""
#. Tag: para
-#: Websphere.xml:345
+#: Websphere.xml:215
#, no-c-format
msgid ""
"Add the following entry to the bottom of the <literal>build.xml</literal> "
"file. This overrides the default fileset that is used to populate the "
-"<literal>jboss-seam-jee5.jar</literal>. The primary change is the addition "
-"of the <literal>GlassfishDerbyDialect.class</literal>:"
+"<literal>jboss-seam-jee5.jar</literal>. :"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:354
+#: Websphere.xml:223
#, no-c-format
msgid ""
"<![CDATA[\n"
" <fileset id=\"jar.resources\" dir=\"${resources.dir}\">\n"
" <include name=\"import.sql\" />\n"
" <include name=\"seam.properties\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
" <include name=\"META-INF/persistence.xml\" />\n"
" <include name=\"META-INF/ejb-jar.xml\" />\n"
" </fileset>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:357
+#: Websphere.xml:225
#, no-c-format
msgid ""
-"Next we need to add the library dependencies discussed above. For this add "
-"the following to bottom of the <literal>ear.lib.extras</literal> fileset "
-"entry:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:363
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!--<include name=\"lib/log4j.jar\" />-->\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" />\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:365
-#, no-c-format
-msgid ""
-"We also need to add richfaces-api.jar, jsf-impl.jar and el-ri.jar into WEB-"
-"INF/lib of the war file. Add the following fileset after <literal>ear.lib."
-"extras</literal> fileset."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:368
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <fileset id=\"war.lib.extras\" dir=\"${seam.dir}\"> \n"
-" <include name=\"lib/richfaces-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" /> \n"
-" </fileset>]]>"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:370
-#, no-c-format
-msgid "A note about copying JSF and EL jars"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:371
-#, no-c-format
-msgid ""
-"There is a class loading issue with WebSphere, which causes the jars from "
-"ear lib directory to not be available when the web module is initialized."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:376
-#, no-c-format
-msgid ""
"Now all that is left is to execute the <literal>ant archive</literal> task "
"and the built application will be in the <literal>jee5/booking/dist</"
"literal> directory."
msgstr ""
#. Tag: title
-#: Websphere.xml:385
+#: Websphere.xml:234
#, no-c-format
msgid "Deploying the application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:387
+#: Websphere.xml:236
#, no-c-format
msgid ""
"So now we have everything we need in place. All that is left is to deploy it "
@@ -742,7 +497,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:389
+#: Websphere.xml:238
#, no-c-format
msgid ""
"For this we will use Websphere's administration console. As before there are "
@@ -750,52 +505,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:392
+#: Websphere.xml:241
#, no-c-format
msgid ""
-"The steps below are for the Websphere version stated above, yours may be "
-"slightly different."
+"The steps below are for the WAS version stated above. The ports are default "
+"values, if you changed them substitute your values."
msgstr ""
#. Tag: para
-#: Websphere.xml:396
+#: Websphere.xml:245
#, no-c-format
-msgid "Log in to the administration console"
+msgid ""
+"Log in to the administration console <programlisting><![CDATA[https://"
+"localhost:9043/admin]]></programlisting> or"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:399
+#: Websphere.xml:250
#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"https://localhost:9043/ibm/console]]>"
+msgid "<![CDATA[http://localhost:9060/admin]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:403
+#: Websphere.xml:254
#, no-c-format
msgid ""
-"Access the <literal>Enterprise Application</literal> menu option under the "
-"<literal>Applications</literal> top menu."
+"Access the <literal>Websphere enterprise applications</literal> menu option "
+"under the <literal>Applications --> Application Type</literal> left side "
+"menu."
msgstr ""
#. Tag: para
-#: Websphere.xml:408
+#: Websphere.xml:259
#, no-c-format
msgid ""
-"At the top of the <literal>Enterprise Application</literal> table select "
+"At the top of the <literal>Enterprise Applications</literal> table select "
"<literal>Install</literal>. Below are installation wizard pages and what "
"needs to done on each:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:414 Websphere.xml:674
+#: Websphere.xml:265 Websphere.xml:461
#, no-c-format
msgid "Preparing for the application installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:418
+#: Websphere.xml:269
#, no-c-format
msgid ""
"Browse to the <literal>examples/jee5/booking/dist/jboss-seam-jee5.ear</"
@@ -803,102 +559,81 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:424 Websphere.xml:442 Websphere.xml:475 Websphere.xml:689
+#: Websphere.xml:275 Websphere.xml:285 Websphere.xml:304 Websphere.xml:476
+#: Websphere.xml:496
#, no-c-format
msgid "Select the <literal>Next</literal> button."
msgstr ""
+#. Tag: para
+#: Websphere.xml:280 Websphere.xml:471
+#, no-c-format
+msgid "Select the <literal>Fast Path</literal> button."
+msgstr ""
+
#. Tag: literal
-#: Websphere.xml:431
+#: Websphere.xml:292
#, no-c-format
msgid "Select installation options"
msgstr ""
#. Tag: para
-#: Websphere.xml:435
+#: Websphere.xml:296
#, no-c-format
msgid ""
-"Select the <literal>Deploy enterprise beans</literal> check box. This is "
-"needed unless you used a Websphere tool to package the application."
+"Select the <literal>Deploy enterprise beans</literal> and <literal>Allow EJB "
+"reference targets to resolve automatically</literal> check boxes. This is "
+"needed unless you used a Websphere AS tool to package the application."
msgstr ""
#. Tag: literal
-#: Websphere.xml:449
+#: Websphere.xml:313
#, no-c-format
msgid "Map modules to servers"
msgstr ""
#. Tag: para
-#: Websphere.xml:453
+#: Websphere.xml:317
#, no-c-format
msgid ""
"No changes needed here as we only have one server. Select the <literal>Next</"
"literal> button."
msgstr ""
-#. Tag: para
-#: Websphere.xml:461
-#, no-c-format
-msgid ""
-"<literal>Map EJB references to beans</literal> This page will list all of "
-"the beans that we entered in the web.xml."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:466
-#, no-c-format
-msgid ""
-"Make sure that <literal>Allow EJB reference targets to resolve "
-"automatically</literal> check box is selected. This will tell Websphere to "
-"bind our EJB3 beans to the EJB references in the web module."
-msgstr ""
-
#. Tag: literal
-#: Websphere.xml:482
+#: Websphere.xml:325
#, no-c-format
-msgid "Map virtual hosts for Web modules"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:486
-#, no-c-format
-msgid "No changes needed here. Select the <literal>Next</literal> button."
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:493
-#, no-c-format
msgid "Summary"
msgstr ""
#. Tag: para
-#: Websphere.xml:496
+#: Websphere.xml:328
#, no-c-format
msgid "No changes needed here. Select the <literal>Finish</literal> button."
msgstr ""
#. Tag: literal
-#: Websphere.xml:503
+#: Websphere.xml:335
#, no-c-format
msgid "Installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:506
+#: Websphere.xml:338
#, no-c-format
msgid "Now you will see it installing and deploying your application."
msgstr ""
#. Tag: para
-#: Websphere.xml:511
+#: Websphere.xml:343
#, no-c-format
msgid ""
-"When if finishes select the <literal>Save</literal> link and you will be "
+"When it finishes select the <literal>Save</literal> link and you will be "
"returned to the <literal>Enterprise Applications</literal> table."
msgstr ""
#. Tag: para
-#: Websphere.xml:523
+#: Websphere.xml:355
#, no-c-format
msgid ""
"Now that we have our application installed we need to make some adjustments "
@@ -906,7 +641,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:527
+#: Websphere.xml:359
#, no-c-format
msgid ""
"Starting from the <literal>Enterprise Applications</literal> table select "
@@ -914,40 +649,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:533
+#: Websphere.xml:365
#, no-c-format
msgid "Select the <literal>Manage Modules</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:537
+#: Websphere.xml:369
#, no-c-format
-msgid "Select the <literal>jboss-seam-jee5.war</literal> link."
+msgid "Select the <literal>jboss-seam-jee5-booking.war</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:542
+#: Websphere.xml:374
#, no-c-format
msgid ""
"Change the <literal>Class loader order</literal> combo box to "
-"<literal>Classes loaded with application class loader first</literal>."
+"<literal>Classes loaded with application class loader first (parent last)</"
+"literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:548 Websphere.xml:573
+#: Websphere.xml:380 Websphere.xml:397
#, no-c-format
msgid ""
"Select <literal>Apply</literal> and then <literal>Save</literal> options."
msgstr ""
#. Tag: para
-#: Websphere.xml:552
+#: Websphere.xml:384
#, no-c-format
-msgid "Return the <literal>Seam Booking</literal> page."
+msgid "Return to the <literal>Seam Booking</literal> page."
msgstr ""
#. Tag: para
-#: Websphere.xml:556
+#: Websphere.xml:387
#, no-c-format
msgid ""
"On this page select the <literal>Class loading and update detection</"
@@ -955,7 +691,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:561
+#: Websphere.xml:392
#, no-c-format
msgid ""
"Select the radio button for <literal>Classes loaded with application class "
@@ -963,117 +699,40 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:566
+#: Websphere.xml:403
#, no-c-format
msgid ""
-"Even though we are not enabling class reload you must also enter a valid "
-"number in the <literal>Polling interval for updated files</literal> text "
-"area (zero works fine)."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:577
-#, no-c-format
-msgid ""
-"You should verify that the change you just made has been remembered. We have "
-"had problems with the last class loader change not taking effect - even "
-"after a restart. If the change did not take you will need to do it manually, "
-"following these directions:"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:585
-#, no-c-format
-msgid "Open the following file in a text editor of your choice:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:589
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"$WebSphereInstall/$yourServerName/profiles/$yourProfileName/config/cells/\n"
-" $yourCellName/applications/Seam Booking.ear/deployments/\n"
-" Seam Booking/deployment.xml]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:593
-#, no-c-format
-msgid ""
-"Modify the following line so that <literal>PARENT_FIRST</literal> is now "
-"<literal>PARENT_LAST</literal>:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:599
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<classloader xmi:id=\"Classloader_#######\" mode=\"PARENT_FIRST\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:603
-#, no-c-format
-msgid ""
-"Save the file and now when go to the <literal>Class loading and update "
-"detection</literal> page you should see <literal>Classes loaded with "
-"application class loader first</literal> selected."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:615
-#, no-c-format
-msgid ""
"To start the application return to the <literal>Enterprise Applications</"
"literal> table and select our application in the list. Then choose the "
"<literal>Start</literal> button at the top of the table."
msgstr ""
#. Tag: para
-#: Websphere.xml:622
+#: Websphere.xml:410
#, no-c-format
msgid ""
"You can now access the application at <literal>http://localhost:9080/seam-"
-"jee5/</literal> ."
+"jee5-booking/index.html</literal> ."
msgstr ""
#. Tag: title
-#: Websphere.xml:628
+#: Websphere.xml:431
#, no-c-format
-msgid "A note about Websphere Stateful bean timeouts"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:629
-#, no-c-format
-msgid ""
-"The default timeout period for a Websphere 6.1 Stateful EJB is 10 minutes. "
-"This means that you may see some EJB timeout exceptions after some idle "
-"time. It is possible to adjust the timeout of the Stateful EJBs on an "
-"individual basis, but that is beyond the scope of this document. See the "
-"Websphere documentation for details."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:643
-#, no-c-format
msgid "The <literal>jpa</literal> booking example"
msgstr ""
#. Tag: para
-#: Websphere.xml:644
+#: Websphere.xml:432
#, no-c-format
msgid ""
"Thankfully getting the <literal>jpa</literal> example to work is much easier "
"than the <literal>jee5</literal> example. This is the Hotel Booking example "
"implemented in Seam POJOs and using Hibernate JPA with JPA transactions. It "
-"does not require EJB3 support to run."
+"does not use EJB3."
msgstr ""
#. Tag: para
-#: Websphere.xml:650
+#: Websphere.xml:437
#, no-c-format
msgid ""
"The example already has a breakout of configurations and build scripts for "
@@ -1081,7 +740,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:653
+#: Websphere.xml:440
#, no-c-format
msgid ""
"First thing we are going to do is build and deploy that example. Then we'll "
@@ -1089,29 +748,29 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:657
+#: Websphere.xml:444
#, no-c-format
msgid "Building the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:658
+#: Websphere.xml:445
#, no-c-format
msgid ""
"Building it only requires running the correct ant command: "
-"<programlisting>ant websphere61</programlisting> This will create container "
+"<programlisting>ant websphere7</programlisting> This will create container "
"specific distribution and exploded archive directories with the "
-"<literal>websphere61</literal> label."
+"<literal>websphere7</literal> label."
msgstr ""
#. Tag: title
-#: Websphere.xml:664
+#: Websphere.xml:451
#, no-c-format
msgid "Deploying the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:665
+#: Websphere.xml:452
#, no-c-format
msgid ""
"This is similar to the <literal>jee5</literal> example at <xref linkend="
@@ -1119,7 +778,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:670
+#: Websphere.xml:457
#, no-c-format
msgid ""
"From the <literal>Enterprise Applications</literal> table select the "
@@ -1127,37 +786,43 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:678
+#: Websphere.xml:465
#, no-c-format
msgid ""
-"Browse to the <literal>examples/jpa/dist-websphere61/jboss-seam-jpa.war</"
+"Browse to the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
"literal> file using the file upload widget."
msgstr ""
#. Tag: para
-#: Websphere.xml:684
+#: Websphere.xml:483
#, no-c-format
msgid ""
-"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
-"jpa</literal>."
+"Select the <literal>Next</literal> button for the next three pages, no "
+"changes are needed."
msgstr ""
+#. Tag: literal
+#: Websphere.xml:488
+#, no-c-format
+msgid "Map context roots for Web modules"
+msgstr ""
+
#. Tag: para
-#: Websphere.xml:695
+#: Websphere.xml:491
#, no-c-format
msgid ""
-"Select the <literal>Next</literal> button for the next three pages, no "
-"changes are needed."
+"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
+"jpa</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:700
+#: Websphere.xml:502
#, no-c-format
msgid "<literal>Summary</literal> page"
msgstr ""
#. Tag: para
-#: Websphere.xml:703
+#: Websphere.xml:505
#, no-c-format
msgid ""
"Review the settings if you wish and select the <literal>Finish</literal> "
@@ -1167,17 +832,17 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:716
+#: Websphere.xml:519
#, no-c-format
msgid ""
"As with the <literal>jee5</literal> example there are some class loader "
"changes needed before we start the application. Follow the instructions at "
"<xref linkend=\"websphere-app-adj-after-install\"/> but exchange "
-"<literal>jboss-seam-jpa</literal> for <literal>Seam Booking</literal>."
+"<literal>jboss-seam-jpa_war</literal> for <literal>Seam Booking</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:723
+#: Websphere.xml:526
#, no-c-format
msgid ""
"Finally start the application by selecting it in the <literal>Enterprise "
@@ -1186,7 +851,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:729
+#: Websphere.xml:532
#, no-c-format
msgid ""
"You can now access the application at the <literal>http://localhost:9080/"
@@ -1194,187 +859,186 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:737
+#: Websphere.xml:540
#, no-c-format
-msgid "Whats different for Websphere 6.1"
+msgid "What's different for Websphere AS V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:738
+#: Websphere.xml:541
#, no-c-format
msgid ""
"The differences between the JPA examples that deploys to JBoss 4.2 and "
-"Websphere 6.1 are mostly expected; library and configuration file changes."
+"Websphere AS V7 are mostly expected; library and configuration file changes."
msgstr ""
#. Tag: para
-#: Websphere.xml:743
+#: Websphere.xml:546
#, no-c-format
msgid "<para>Configuration file changes</para>"
msgstr ""
#. Tag: para
-#: Websphere.xml:746
+#: Websphere.xml:549
#, no-c-format
msgid ""
-"<literal>WEB-INF/web.xml</literal> — the only significant change is "
-"that Websphere 6.1 only support <literal>Servlet 2.4</literal> so the top of "
-"this file was changed."
+"<literal>META-INF/persistence.xml</literal> — the main changes here "
+"are for the datasource JNDI path, switching to the Websphere transaction "
+"manager look up class, and changing the hibernate dialect to be "
+"<literal>GlassfishDerbyDialect</literal> ."
msgstr ""
#. Tag: para
-#: Websphere.xml:753
+#: Websphere.xml:559
#, no-c-format
msgid ""
-"<literal>META-INF/persistence.xml</literal> — the main changes here "
-"are for the datasource JNDI path, switching to the Websphere 6.1 transaction "
-"manager look up class, and changing the hibernate dialect to be "
-"<literal>GlassfishDerbyDialect</literal> ."
+"<literal>WEB-INF/components.xml</literal> — the change here is "
+"<literal>jndi-pattern</literal> without /local string."
msgstr ""
#. Tag: para
-#: Websphere.xml:763
+#: Websphere.xml:565
#, no-c-format
msgid ""
-"<literal>WEB-INF/classes/GlassfishDerbyDialect.class </literal> — this "
-"class is needed for the hibernate dialect change to "
-"<literal>GlassfishDerbyDialect</literal>"
+"<literal>META-INF/ejb-jar.xml</literal> — the same change in "
+"<literal>ejb-ref-name</literal>, where is replace /local string in "
+"<literal>jboss-seam-jee5/AuthenticatorAction</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:771
+#: Websphere.xml:572
#, no-c-format
msgid ""
+"<literal>src/GlassfishDerbyDialect.java </literal> — this class is "
+"needed for the hibernate dialect change to <literal>GlassfishDerbyDialect</"
+"literal>"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:580
+#, no-c-format
+msgid ""
"<literal>import.sql</literal> — either for the dialect or Derby DB the "
"<literal>ID</literal> column can not be populated by this file and was "
"removed."
msgstr ""
#. Tag: para
-#: Websphere.xml:780
+#: Websphere.xml:589
#, no-c-format
msgid "Changes for dependent libraries"
msgstr ""
#. Tag: para
-#: Websphere.xml:781
+#: Websphere.xml:590
#, no-c-format
msgid ""
-"<literal>WEB-INF/lib</literal> — The Websphere version requires "
-"several library packages because they are not included as they are with "
-"JBoss AS. These are primarily for hibernate, JSF-RI support and their "
-"dependencies. Below are listed only the additional jars needed above and "
-"beyond the JBoss <literal>JPA</literal> example."
+"The Websphere version requires several library packages because they are not "
+"included as they are with JBoss AS. These are primarily for hibernate and "
+"their dependencies. Below are listed only the additional jars needed above "
+"and beyond the JBoss <literal>JPA</literal> example."
msgstr ""
#. Tag: para
-#: Websphere.xml:789
+#: Websphere.xml:597
#, no-c-format
msgid "To use Hibernate as your JPA provider you need the following jars:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:794
+#: Websphere.xml:602
#, no-c-format
msgid "hibernate.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:799
+#: Websphere.xml:607
#, no-c-format
msgid "hibernate-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:804
+#: Websphere.xml:612
#, no-c-format
msgid "hibernate-commons-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:809
+#: Websphere.xml:617
#, no-c-format
msgid "hibernate-entitymanager.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:814
+#: Websphere.xml:622
#, no-c-format
msgid "hibernate-validator.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:819
+#: Websphere.xml:627
#, no-c-format
msgid "commons-collections.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:824
+#: Websphere.xml:632
#, no-c-format
msgid "jboss-common-core.jar"
msgstr ""
#. Tag: para
-#: Websphere.xml:830
+#: Websphere.xml:638
#, no-c-format
-msgid ""
-"Seam requires JSF 1.2 and these are the jars needed for that. Websphere 6.1 "
-"ships with its own implementation of JSF 1.1."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:855
-#, no-c-format
msgid "Various third party jars that Websphere needs:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:858
+#: Websphere.xml:641
#, no-c-format
msgid "antlr.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:862
+#: Websphere.xml:645
#, no-c-format
msgid "cglib.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:866
+#: Websphere.xml:649
#, no-c-format
msgid "asm.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:870
+#: Websphere.xml:653
#, no-c-format
msgid "dom4j.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:875
+#: Websphere.xml:658
#, no-c-format
msgid "javassist.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:880
+#: Websphere.xml:663
#, no-c-format
msgid "concurrent.jar"
msgstr ""
#. Tag: title
-#: Websphere.xml:895
+#: Websphere.xml:678
#, no-c-format
msgid ""
"Deploying an application created using <literal>seam-gen</literal> on "
-"Websphere 6.1.0.13"
+"Websphere V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:898
+#: Websphere.xml:681
#, no-c-format
msgid ""
"<literal>seam-gen</literal> is a very useful tool for developers to quickly "
@@ -1387,13 +1051,13 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:908
+#: Websphere.xml:691
#, no-c-format
msgid "Running <literal>seam-gen</literal> Setup"
msgstr ""
#. Tag: para
-#: Websphere.xml:909
+#: Websphere.xml:692
#, no-c-format
msgid ""
"The first step is setting up <literal>seam-gen</literal> to construct the "
@@ -1403,7 +1067,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:915
+#: Websphere.xml:698
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1499,7 +1163,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:917
+#: Websphere.xml:700
#, no-c-format
msgid ""
"Type <literal>./seam new-project</literal> to create your project and "
@@ -1508,25 +1172,25 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:924
+#: Websphere.xml:707
#, no-c-format
msgid "Changes needed for deployment to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:925
+#: Websphere.xml:708
#, no-c-format
msgid "We now need to make some changes to the generated project."
msgstr ""
#. Tag: literal
-#: Websphere.xml:931
+#: Websphere.xml:714
#, no-c-format
msgid "resources/META-INF/persistence-dev.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:936
+#: Websphere.xml:719
#, no-c-format
msgid ""
"Alter the <literal>jta-data-source</literal> to be "
@@ -1535,7 +1199,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:943
+#: Websphere.xml:726
#, no-c-format
msgid ""
"Add or change the properties below. These are described in detail at <xref "
@@ -1543,7 +1207,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:948
+#: Websphere.xml:731
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1559,14 +1223,14 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:951
+#: Websphere.xml:734
#, no-c-format
msgid ""
"Remove the JBoss AS specific method of exposing the EntityManagerFactory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:954
+#: Websphere.xml:737
#, no-c-format
msgid ""
"<![CDATA[<property \n"
@@ -1575,7 +1239,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:957
+#: Websphere.xml:740
#, no-c-format
msgid ""
"You'll need to alter <literal>persistence-prod.xml</literal> as well if you "
@@ -1583,32 +1247,31 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:970
+#: Websphere.xml:753
#, no-c-format
msgid ""
-"As with other examples we need to include this class for DB support. It can "
-"be copied from the <literal>jpa</literal> example into the "
-"<literal>websphere_example/resources</literal> directory."
+"As with other examples we need to include this java class for DB support. It "
+"can be copied from the <literal>jpa</literal> example into the "
+"<literal>websphere_example/src</literal> directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:976
+#: Websphere.xml:759
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp $SEAM/examples/jpa/resources-websphere61/WEB-INF/classes/"
-"GlassfishDerbyDialect.class\n"
-" ./resources]]>"
+"cp $SEAM/examples/jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: literal
-#: Websphere.xml:982
+#: Websphere.xml:765
#, no-c-format
msgid "resources/META-INF/jboss-app.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:985
+#: Websphere.xml:768
#, no-c-format
msgid ""
"You can delete this file as we aren't deploying to JBoss AS ( <literal>jboss-"
@@ -1616,13 +1279,13 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:991
+#: Websphere.xml:774
#, no-c-format
msgid "resources/*-ds.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:994
+#: Websphere.xml:777
#, no-c-format
msgid ""
"You can delete these file as we aren't deploying to JBoss AS (these files "
@@ -1630,7 +1293,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1006
+#: Websphere.xml:789
#, no-c-format
msgid ""
"Enable container managed transaction integration - add the <literal> <"
@@ -1640,7 +1303,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1015
+#: Websphere.xml:798
#, no-c-format
msgid ""
"Alter the <literal>jndi-pattern</literal> to <literal> java:comp/env/"
@@ -1648,7 +1311,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1021
+#: Websphere.xml:804
#, no-c-format
msgid ""
"We do not need <literal>managed-persistence-context</literal> for this "
@@ -1656,7 +1319,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1027
+#: Websphere.xml:810
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1667,67 +1330,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1036
+#: Websphere.xml:819
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it required "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1042
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1044
-#, no-c-format
-msgid ""
"As with the <literal>jee5/booking</literal> example we need to add EJB "
-"references to the web.xml. These references require the empty <literal>local-"
-"home</literal> to flag them for Websphere to perform the proper binding."
+"references to the web.xml. These references require replacing /local string "
+"in <literal>ejb-ref-name</literal> to flag them for Websphere to perform the "
+"proper binding."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1051
+#: Websphere.xml:826
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local> \n"
-" </ejb-local-ref>\n"
+"<![CDATA[ \n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local>\n"
+" </ejb-local-ref> \n"
" \n"
" <ejb-local-ref>\n"
" <ejb-ref-name>websphere_example/EjbSynchronizations</ejb-ref-name> \n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:1057
+#: Websphere.xml:832
#, no-c-format
msgid "Creating the <literal>AuthenticatorAction</literal> EJB"
msgstr ""
#. Tag: para
-#: Websphere.xml:1059
+#: Websphere.xml:834
#, no-c-format
msgid ""
"We want to take the existing <literal>Authenticator</literal> Seam POJO "
@@ -1735,13 +1372,19 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1065
+#: Websphere.xml:837
#, no-c-format
+msgid "Change the generated Authenticator class"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:840
+#, no-c-format
msgid "Rename the class to <literal>AuthenticatorAction</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1069
+#: Websphere.xml:844
#, no-c-format
msgid ""
"Add the <literal>@Stateless</literal> annotation to the new "
@@ -1749,7 +1392,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1075
+#: Websphere.xml:850
#, no-c-format
msgid ""
"Create an interface called <literal>Authenticator</literal> which "
@@ -1761,7 +1404,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1088
+#: Websphere.xml:863
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1770,7 +1413,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1091
+#: Websphere.xml:866
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1780,7 +1423,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1094
+#: Websphere.xml:869
#, no-c-format
msgid ""
"We've already added its reference to the <literal>web.xml</literal> file so "
@@ -1788,14 +1431,14 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:1100
+#: Websphere.xml:875
#, no-c-format
msgid ""
"Extra jar dependencies and other changes to the <literal>build.xml</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1102
+#: Websphere.xml:877
#, no-c-format
msgid ""
"This application has similar requirements as the <literal>jee5/booking</"
@@ -1803,7 +1446,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1107
+#: Websphere.xml:882
#, no-c-format
msgid ""
"Change the default target to <literal>archive</literal> (we aren't going to "
@@ -1811,7 +1454,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1113
+#: Websphere.xml:888
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1819,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1117
+#: Websphere.xml:892
#, no-c-format
msgid ""
"Websphere looks for the drools <literal>/security.drl</literal> file in the "
@@ -1832,7 +1475,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1128
+#: Websphere.xml:903
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1844,93 +1487,16 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1131
+#: Websphere.xml:906
#, no-c-format
msgid ""
-"We need to ge the <literal>GlassfishDerbyDialect.class</literal> into our "
-"application jar. To do that find the <literal>jar</literal> task and modify "
-"the top of it so that it looks like this:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1139
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"jar\" depends=\"compile,copyclasses\" \n"
-" description=\"Build the distribution .jar file\">\n"
-" <copy todir=\"${jar.dir}\">\n"
-" <fileset dir=\"${basedir}/resources\">\n"
-" <include name=\"seam.properties\" />\n"
-" <include name=\"*.drl\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
-" </fileset>\n"
-" </copy>\n"
-"...]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1142
-#, no-c-format
-msgid ""
-"Next we need to get the <literal>jboss-seam.jar</literal> into the base of "
-"the <literal>EAR</literal> file. For deployment Websphere requires this jar "
-"to be in both the <literal>/lib</literal> directory and at the base of the "
-"<literal>EAR</literal>. You must add the following to the <literal>archive</"
-"literal> task:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1151
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1152
-#, no-c-format
-msgid "So that the whole <literal>archive</literal> task looks like:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1156
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"archive\" depends=\"jar,war,ear\" \n"
-" description=\"Package the archives\">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.jar\" basedir=\"${jar.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.war\" basedir=\"${war.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.ear\">\n"
-" <fileset dir=\"${ear.dir}\"/>\n"
-" <fileset dir=\"${dist.dir}\">\n"
-" <include name=\"${project.name}.jar\"/>\n"
-" <include name=\"${project.name}.war\"/>\n"
-" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
-" </jar>\n"
-"</target>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1159
-#, no-c-format
-msgid ""
"Now we need to get extra jars into the <literal>build.xml</literal>. Look "
"for the <literal><fileset dir=\"${basedir}\"></literal> section of the "
"task below. Add the new includes at the bottom of the fileset."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1167
+#: Websphere.xml:914
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1941,9 +1507,7 @@
" <include name=\"*hibernate.cfg.xml\" />\n"
" <include name=\"jbpm.cfg.xml\" />\n"
" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
+"\n"
" <fileset dir=\"${basedir}\">\n"
" <include name=\"lib/jbpm*.jar\" />\n"
" <include name=\"lib/jboss-el.jar\" />\n"
@@ -1965,13 +1529,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1170
+#: Websphere.xml:917
#, no-c-format
msgid "Hibernate dependencies"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1171
+#: Websphere.xml:918
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1985,33 +1549,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1174
+#: Websphere.xml:921
#, no-c-format
-msgid ""
-"JSF dependencies. You will need to copy the <literal>el-ri.jar</literal> "
-"from the <literal>$SEAM/examples/jpa/lib</literal> directory."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1177
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1180
-#, no-c-format
msgid "Third party dependencies."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1181
+#: Websphere.xml:922
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2028,15 +1572,15 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1184
+#: Websphere.xml:925
#, no-c-format
msgid ""
-"<literal>jboss-seam.jar</literal> - this is needed in both the <literal>ear</"
-"literal> base and <literal>/lib</literal> directory."
+"<literal>jboss-seam.jar</literal> - this is needed in the <literal>ear</"
+"literal> base directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1188
+#: Websphere.xml:928
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2045,13 +1589,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1192
+#: Websphere.xml:932
#, no-c-format
msgid "You should end up with something like:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1193
+#: Websphere.xml:933
#, no-c-format
msgid ""
"<![CDATA[<fileset dir=\"${basedir}\">\n"
@@ -2072,13 +1616,7 @@
" <include name=\"lib/hibernate-entitymanager.jar\"/>\n"
" <include name=\"lib/hibernate-validator.jar\"/>\n"
" <include name=\"lib/jboss-common-core.jar\" />\n"
-" \n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>\n"
-" \n"
+"\n"
" <!-- 3rd party and supporting jars -->\n"
" <include name=\"lib/javassist.jar\"/>\n"
" <include name=\"lib/dom4j.jar\" />\n"
@@ -2095,38 +1633,14 @@
"</fileset>]]>"
msgstr ""
-#. Tag: para
-#: Websphere.xml:1195
-#, no-c-format
-msgid ""
-"The last step is to add <literal>jsf-impl.jar</literal> and <literal>el-ri."
-"jar</literal> to the war target. Look for <literal>copy todir=\"${war.dir}/"
-"WEB-INF/lib\"</literal> and add the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1199
-#, no-c-format
-msgid ""
-"<![CDATA[<copy todir=\"${war.dir}/WEB-INF/lib\">\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <includesfile name=\"deployed-jars-war.list"
-"\" />\n"
-" <include name=\"jsf-impl.jar\" />\n"
-" <include name=\"el-ri.jar\" /> \n"
-" <exclude name=\"jboss-seam-gen.jar\" />\n"
-" </fileset>\n"
-"</copy>]]>"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:1206
+#: Websphere.xml:940
#, no-c-format
msgid "Building and deploying the seam-gen'd application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:1212
+#: Websphere.xml:945
#, no-c-format
msgid ""
"Build your application by calling <literal>ant</literal> in the base "
@@ -2136,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1221
+#: Websphere.xml:954
#, no-c-format
msgid ""
"To deploy the application follow the instructions here : <xref linkend="
@@ -2146,7 +1660,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1227
+#: Websphere.xml:960
#, no-c-format
msgid ""
"Checkout the app at: <literal>http://localhost:9080/websphere_example/index."
Modified: trunk/doc/Seam_Reference_Guide/te-IN/Excel.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/te-IN/Excel.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/te-IN/Excel.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: Seam_Reference_Guide \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-10-14 11:38+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -46,7 +46,7 @@
"&excel; JSF controls, which are used to construct views that can render the "
"document, and the DocumentStore component, which serves the rendered "
"document to the user. To include &excel; support in your application, "
-"included <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
+"include <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
"lib</literal> directory along with the <literal>jxl.jar</literal> JAR file. "
"Furthermore, you need to configure the DocumentStore servlet in your web.xml"
msgstr ""
@@ -247,9 +247,9 @@
msgid ""
"<literal>arrayGrowSize</literal> — The amount of memory by which to "
"increase the amount of memory allocated to storing the workbook data. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 1 megabyte. The value is a "
-"number (bytes)."
+"processes reading many small workbooks inside a WAS it might be necessary to "
+"reduce the default size. Default value is 1 megabyte. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -332,10 +332,10 @@
#, no-c-format
msgid ""
"<literal>initialFileSize</literal> — The initial amount of memory "
-"allocated to store the workbook data when reading a worksheet. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 5 megabytes. The value is a "
-"number (bytes)."
+"allocated to store the workbook data when reading a worksheet. For processes "
+"reading many small workbooks inside a WAS it might be necessary to reduce "
+"the default size. Default value is 5 megabytes. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -428,7 +428,7 @@
#, no-c-format
msgid ""
"<literal>filename</literal> — The filename to use for the download. "
-"The value is a string. Please not that if you map the DocumentServlet to "
+"The value is a string. Please note that if you map the DocumentServlet to "
"some pattern, this file extension must also match."
msgstr ""
@@ -442,11 +442,9 @@
msgstr ""
#. Tag: emphasis
-#: Excel.xml:322 Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081
-#: Excel.xml:1157 Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537
-#: Excel.xml:1595 Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#: Excel.xml:322 Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
#, no-c-format
-msgid "Child elemenents"
+msgid "Child elements"
msgstr ""
#. Tag: para
@@ -516,7 +514,7 @@
#, no-c-format
msgid ""
"Worksheets are the children of workbooks and the parent of columns and "
-"worksheet commands They can also contain explicitly placed cells, formulas, "
+"worksheet commands. They can also contain explicitly placed cells, formulas, "
"images and hyperlinks. They are the pages that make up the workbook."
msgstr ""
@@ -542,14 +540,14 @@
#, no-c-format
msgid ""
"<literal>var</literal> — The current row iterator variable name that "
-"can later be referenced in cell value attributes. The value is a string"
+"can later be referenced in cell value attributes. The value is a string."
msgstr ""
#. Tag: para
#: Excel.xml:401
#, no-c-format
msgid ""
-"<literal>name</literal> — The name of the worksheet. The valus is a "
+"<literal>name</literal> — The name of the worksheet. The value is a "
"string. Defaults to Sheet# where # is the worksheet index. If the given "
"worksheet name exists, that sheet is selected. This can be used for merging "
"several data sets into a single worksheet, just define the same name for "
@@ -590,7 +588,7 @@
#, no-c-format
msgid ""
"<literal>bottomMargin</literal> — The bottom margin. The value is a "
-"number (inches)"
+"number (inches)."
msgstr ""
#. Tag: para
@@ -709,7 +707,7 @@
#: Excel.xml:551
#, no-c-format
msgid ""
-"<literal>normalMagnification</literal> — The normal magnificaton "
+"<literal>normalMagnification</literal> — The normal magnification "
"factor (not zoom or scale factor). The value is a number (percentage)."
msgstr ""
@@ -727,7 +725,7 @@
#, no-c-format
msgid ""
"<literal>pageBreakPreviewMagnification</literal> — The page break "
-"preview magnificaton factor (not zoom or scale factors). the value is a "
+"preview magnification factor (not zoom or scale factors). The value is a "
"number (percentage)."
msgstr ""
@@ -803,7 +801,8 @@
#, no-c-format
msgid ""
"<literal>recalculateFormulasBeforeSave</literal> — Should the formulas "
-"be re-calculated when the sheet is saved? The value is a boolean. false"
+"be re-calculated when the sheet is saved? The value is a boolean. Default "
+"value is false."
msgstr ""
#. Tag: para
@@ -874,11 +873,19 @@
#: Excel.xml:698
#, no-c-format
msgid ""
-"<literal>zoomFactor</literal> — T zoom factor. Do not confuse zoom "
+"<literal>zoomFactor</literal> — The zoom factor. Do not confuse zoom "
"factor (which relates to the on screen view) with scale factor (which refers "
-"to the scale factor when printing). The value is a number (percentage."
+"to the scale factor when printing). The value is a number (percentage)."
msgstr ""
+#. Tag: emphasis
+#: Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081 Excel.xml:1157
+#: Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537 Excel.xml:1595
+#: Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#, no-c-format
+msgid "Child elemenents"
+msgstr ""
+
#. Tag: para
#: Excel.xml:712
#, no-c-format
@@ -900,7 +907,7 @@
#, no-c-format
msgid ""
"<literal><e:headerFooter/></literal> — Zero or more header/"
-"footer definitions ((see <xref linkend=\"excel.headersfooters\"/> ))."
+"footer definitions (see <xref linkend=\"excel.headersfooters\"/> )."
msgstr ""
#. Tag: para
@@ -916,7 +923,7 @@
#, no-c-format
msgid ""
"<literal>header</literal>— Contents that will be placed at the top of "
-"the data block, above the column headers (if any)"
+"the data block, above the column headers (if any)."
msgstr ""
#. Tag: para
@@ -924,7 +931,7 @@
#, no-c-format
msgid ""
"<literal>footer</literal>— Contents that will be placed at the bottom "
-"of the data block, below the column footers (if any)"
+"of the data block, below the column footers (if any)."
msgstr ""
#. Tag: programlisting
@@ -1062,7 +1069,7 @@
"Cells are nested within columns (for iteration) or inside worksheets (for "
"direct placement using the <literal>column</literal> and <literal>row</"
"literal> attributes) and are responsible for outputting the value (usually "
-"though en EL-expression involving the <literal>var</literal>-attribute of "
+"through an EL-expression involving the <literal>var</literal>-attribute of "
"the datatable. See"
msgstr ""
@@ -1495,7 +1502,7 @@
#: Excel.xml:1360
#, no-c-format
msgid ""
-"The formula of the cell in placed in the <literal>value</literal> -attribute "
+"The formula of the cell is placed in the <literal>value</literal> -attribute "
"as a normal &excel; notation. Note that when doing cross-sheet formulas, the "
"worksheets must exist before referencing a formula against them. The value "
"is a string."
@@ -2123,12 +2130,6 @@
"initially? The value is a boolean."
msgstr ""
-#. Tag: emphasis
-#: Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
-#, no-c-format
-msgid "Child elements"
-msgstr ""
-
#. Tag: literal
#: Excel.xml:2046
#, no-c-format
@@ -2171,7 +2172,7 @@
#: Excel.xml:2105
#, no-c-format
msgid ""
-"groups rows 5 trough 10 and columns 5 through 10 so that the rows are "
+"groups rows 5 through 10 and columns 5 through 10 so that the rows are "
"initially collapsed (but not the columns)."
msgstr ""
@@ -2382,7 +2383,7 @@
"The CSS attributes cascade down from parent to children and within one tag "
"cascades over the CSS classes referenced in the <literal>styleClass</"
"literal> attributes and finally over the CSS attributes defined in the "
-"<literal>style</literal>attribute. You can place them pretty much anywhere "
+"<literal>style</literal> attribute. You can place them pretty much anywhere "
"but e.g. placing a column width setting in a cell nested within that column "
"makes little sense."
msgstr ""
@@ -2579,7 +2580,7 @@
#. Tag: para
#: Excel.xml:2475
#, no-c-format
-msgid "This group of XLS-CSS attributes define the borders of the cell"
+msgid "This group of XLS-CSS attributes defines the borders of the cell"
msgstr ""
#. Tag: para
@@ -2667,7 +2668,7 @@
#, no-c-format
msgid ""
"A shorthand for setting line style and color of the top edge of the cell, e."
-"g style=\"xls-border-left: red thick\""
+"g style=\"xls-border-top: red thick\""
msgstr ""
#. Tag: para
@@ -2781,7 +2782,7 @@
#. Tag: para
#: Excel.xml:2668
#, no-c-format
-msgid "This group of XLS-CSS attributes define the background of the cell"
+msgid "This group of XLS-CSS attributes defines the background of the cell"
msgstr ""
#. Tag: para
@@ -2837,7 +2838,7 @@
#. Tag: para
#: Excel.xml:2722
#, no-c-format
-msgid "This group of XLS-CSS attributes define the column widths etc."
+msgid "This group of XLS-CSS attributes defines the column widths etc."
msgstr ""
#. Tag: para
@@ -2910,7 +2911,7 @@
#. Tag: para
#: Excel.xml:2783
#, no-c-format
-msgid "This group of XLS-CSS attributes define the cell properties"
+msgid "This group of XLS-CSS attributes defines the cell properties"
msgstr ""
#. Tag: para
@@ -3084,7 +3085,7 @@
#, no-c-format
msgid ""
"When using .xhtml documents, stylesheets must be referenced through the "
-"<literal><e:link> tag</literal>"
+"<literal><e:link></literal> tag"
msgstr ""
#. Tag: para
@@ -3106,8 +3107,9 @@
#, no-c-format
msgid ""
"The core of the &excel; functionality is based on the excellent JExcelAPI "
-"library which can be found on http://jexcelapi.sourceforge.net/ and most "
-"features and possible limitations are inherited from here."
+"library which can be found on <ulink url=\"http://jexcelapi.sourceforge.net"
+"\">http://jexcelapi.sourceforge.net/</ulink> and most features and possible "
+"limitations are inherited from here."
msgstr ""
#. Tag: para
Modified: trunk/doc/Seam_Reference_Guide/te-IN/Itext.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/te-IN/Itext.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/te-IN/Itext.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -41,10 +41,10 @@
"iText support is provided by <literal>jboss-seam-pdf.jar</literal>. This JAR "
"contains the iText JSF controls, which are used to construct views that can "
"render to PDF, and the DocumentStore component, which serves the rendered "
-"documents to the user. To include PDF support in your application, included "
+"documents to the user. To include PDF support in your application, put "
"<literal>jboss-seam-pdf.jar</literal> in your <literal>WEB-INF/lib</literal> "
"directory along with the iText JAR file. There is no further configuration "
-"needed to use Seam's iText supportfon."
+"needed to use Seam's iText support."
msgstr ""
#. Tag: para
@@ -251,7 +251,7 @@
"for generating suitable PDF content. Tags like <literal><p:image></"
"literal> and <literal><p:paragraph></literal> are the basic "
"foundations of simple documents. Tags like <literal><p:font></literal> "
-"provide style information to all the content surrounging them."
+"provide style information to all the content surrounding them."
msgstr ""
#. Tag: literal
@@ -492,7 +492,7 @@
#, no-c-format
msgid ""
"<literal>p:image</literal> inserts an image into the document. Images can be "
-"be loaded from the classpath or from the web application context using the "
+"loaded from the classpath or from the web application context using the "
"<literal>value</literal> attribute."
msgstr ""
@@ -626,7 +626,7 @@
msgid ""
"<literal>reference</literal> — The destination the link refers to. "
"Links to other points in the document should begin with a \"#\". For "
-"example, \"#link1\" to refer to an anchor postion with a <literal>name</"
+"example, \"#link1\" to refer to an anchor position with a <literal>name</"
"literal> of <literal>link1</literal>. Links may also be a full URL to point "
"to a resource outside of the document."
msgstr ""
@@ -704,7 +704,7 @@
#: Itext.xml:631
#, no-c-format
msgid ""
-"<literal>borderWidth</literal> — The width of the border. Inidvidual "
+"<literal>borderWidth</literal> — The width of the border. Individual "
"border sides can be specified using <literal>borderWidthLeft</literal>, "
"<literal>borderWidthRight</literal>, <literal>borderWidthTop</literal> and "
"<literal>borderWidthBottom</literal>."
@@ -792,7 +792,7 @@
msgid ""
"<literal>numberDepth</literal> — The depth of numbering for section. "
"All sections are numbered relative to their surrounding chapter/sections. "
-"The fourth section of of the first section of chapter three would be section "
+"The fourth section of the first section of chapter three would be section "
"3.1.4, if displayed at the default number depth of three. To omit the "
"chapter number, a number depth of 2 should be used. In that case, the "
"section number would be displayed as 1.4."
@@ -839,7 +839,7 @@
msgid ""
"List structures can be displayed using the <literal>p:list</literal> and "
"<literal>p:listItem</literal> tags. Lists may contain arbitrarily-nested "
-"sublists. List items may not be used outside of a list. he following "
+"sublists. List items may not be used outside of a list. The following "
"document uses the <literal>ui:repeat</literal> tag to to display a list of "
"values retrieved from a Seam component."
msgstr ""
@@ -1391,7 +1391,7 @@
#, no-c-format
msgid ""
"<literal>domainGridlineStroke</literal> — The stroke style of the "
-"domain gridleines, if visible."
+"domain gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1493,7 +1493,7 @@
#, no-c-format
msgid ""
"<literal>plotOutlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1531,7 +1531,7 @@
#, no-c-format
msgid ""
"<literal>rangeGridlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1946,8 +1946,8 @@
#: Itext.xml:1893
#, no-c-format
msgid ""
-"<literal>seriesVisibleInLegend</literal> — A boolean indiciating if "
-"the series should be listed in the legend."
+"<literal>seriesVisibleInLegend</literal> — A boolean indicating if the "
+"series should be listed in the legend."
msgstr ""
#. Tag: programlisting
@@ -2149,7 +2149,7 @@
#, no-c-format
msgid ""
"<literal>dashPhase</literal> — The dash phase indicates the offset "
-"into the dash pattern that the the line should be drawn with."
+"into the dash pattern that the line should be drawn with."
msgstr ""
#. Tag: programlisting
@@ -2303,7 +2303,7 @@
#, no-c-format
msgid ""
"If you have a complex, pre-generated PDF with named fields, you can easily "
-"fill in the values from you application and present it to the user."
+"fill in the values from your application and present it to the user."
msgstr ""
#. Tag: literal
Modified: trunk/doc/Seam_Reference_Guide/te-IN/Websphere.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/te-IN/Websphere.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/te-IN/Websphere.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-11-06 00:24+0000\n"
+"POT-Creation-Date: 2009-02-01 21:20+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,190 +16,80 @@
#. Tag: title
#: Websphere.xml:2
#, no-c-format
-msgid "Seam on IBM's Websphere"
+msgid "Seam on IBM's Websphere AS"
msgstr ""
#. Tag: para
#: Websphere.xml:4
#, no-c-format
msgid ""
-"Websphere 6.1.x is IBM's application server offering. The latest release is "
-"6.1.0.19 which does not have <literal>EJB3</literal> or <literal>JEE5</"
-"literal> support. There is a recently released (Nov 07) <literal>EJB3</"
-"literal> feature pack which provides some support for <literal>EJB3</"
-"literal> and <literal>JPA</literal>. Currently there is no true "
-"<literal>JEE5</literal> offering from IBM. This causes some issues with Seam "
-"integration with applications that use EJB3."
+"Websphere AS V7 is IBM's application server offering. This release is fully "
+"Java EE 5 certified."
msgstr ""
#. Tag: para
-#: Websphere.xml:12
+#: Websphere.xml:7
#, no-c-format
msgid ""
-"First we will go over some basic information about the Websphere environment "
-"that we used for these examples. After a good deal of research and work we "
-"were able to get EJB3 applications to function correctly. We will go over "
-"the details of those steps with the jee5 example. We will also deploy the "
-"JPA example application."
+"First we will go over some basic information about the Websphere AS "
+"environment that we used for these examples. We will go over the details of "
+"those steps with the JEE5 booking example. We will also deploy the JPA "
+"example application."
msgstr ""
#. Tag: title
-#: Websphere.xml:19
+#: Websphere.xml:13
#, no-c-format
-msgid "Websphere environment and deployment information"
+msgid "Websphere AS environment and deployment information"
msgstr ""
#. Tag: para
-#: Websphere.xml:21
+#: Websphere.xml:15
#, no-c-format
msgid ""
-"Websphere is a commercial product and so we will not discuss the details of "
-"its installation other than to say follow the directions provided by your "
+"Websphere AS is a commercial product and so we will not discuss the details "
+"of its installation other than to say follow the directions provided by your "
"particular installation type and license. This section will detail the exact "
"server versions used, installation tips, and some custom properties that are "
"needed for all of the examples."
msgstr ""
#. Tag: title
-#: Websphere.xml:29
+#: Websphere.xml:23
#, no-c-format
-msgid "Installation versions and tips"
+msgid "Installation versions"
msgstr ""
#. Tag: para
-#: Websphere.xml:30
+#: Websphere.xml:24
#, no-c-format
msgid ""
"All of the examples and information in this chapter are based on the version "
-"6.1 of Websphere at the time of this writing."
+"V7 of Websphere AS at the time of this writing."
msgstr ""
#. Tag: ulink
-#: Websphere.xml:35
+#: Websphere.xml:29
#, no-c-format
-msgid "Websphere Application Server 6.1"
+msgid "Websphere Application Server V7"
msgstr ""
-#. Tag: ulink
-#: Websphere.xml:40
-#, no-c-format
-msgid ""
-"Feature Pack for EJB 3.0 for Websphere Application Server V6.1 (6.1.0.13)"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:46
-#, no-c-format
-msgid "Fix Pack for Websphere Application Server V6.1 (6.1.0.19)"
-msgstr ""
-
#. Tag: para
-#: Websphere.xml:52
+#: Websphere.xml:34
#, no-c-format
msgid ""
-"The EJB3 feature pack that we installed came with the 6.1.0.13 patch version "
-"of Websphere. Installing the feature pack does not ensure that your server "
-"will have the proper environment for EJB3 applications. Be sure that as part "
-"of the installation of the feature pack you follow the instructions to "
-"create a new server profile with the EJB3 feature pack enabled, or augment "
-"one of your existing ones. This can also be done after the installation by "
-"running the profile management tool."
+"After installing Websphere AS, create server profile with Profile Management "
+"Tool, if you didn't create profile in installation process."
msgstr ""
-#. Tag: para
-#: Websphere.xml:60
-#, no-c-format
-msgid ""
-"It is highly recommended to patch Websphere by latest fix pack, at the time "
-"of this writing it is 6.1.0.19"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:63
+#: Websphere.xml:42
#, no-c-format
-msgid "A note about restarting the server"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:64
-#, no-c-format
-msgid ""
-"There are times that restarting the server will be required after deploying "
-"or changes the examples in this chapter. Its does not seem like every change "
-"requires a restart. If you get errors or exceptions after modifying a "
-"property or deploying an application try to restart the server."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:72
-#, no-c-format
-msgid "Required custom properties"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:73
-#, no-c-format
-msgid ""
-"There are a couple of Websphere custom properties that are required for Seam "
-"integration. These properties are not needed specifically for Seam, but work "
-"around some issues with Websphere. These are set following the instructions "
-"here : <ulink url=\"http://www-1.ibm.com/support/docview.wss?rss=180&"
-"uid=swg21284395\"> Setting web container custom properties</ulink>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:82
-#, no-c-format
-msgid ""
-"<literal>prependSlashToResource = \"true\"</literal> — This solves a "
-"fairly common issue with Websphere where applications are not using a "
-"leading \"/\" when attempting to access resources. If this is not set then a "
-"<literal>java.net.MalformedURLException</literal> will be thrown. With this "
-"property set you will still see warnings, but the resources will be "
-"retrieved as expected."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:90 Websphere.xml:108
-#, no-c-format
-msgid "Detailed can be found at:"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:92
-#, no-c-format
-msgid "SRVE0238E: Resource paths must have a leading slash"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:97
-#, no-c-format
-msgid ""
-"<literal>com.ibm.ws.webcontainer.invokefilterscompatibility = \"true\"</"
-"literal> — This solves an issue with Websphere where it throws a "
-"<literal>FileNotFoundException</literal> when a web application attempts to "
-"access a file resource that does not actually exist on disk. This is a "
-"common practice in modern web applications where filters or servlets are "
-"used to process resource requests like these. This issue manifests itself as "
-"failures to retrieve JavaScript, CSS, images, etc... when requesting a web "
-"page."
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:110
-#, no-c-format
-msgid ""
-"PK33090; 6.1: A filter that serves a file does not pop-up an alert message"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:119
-#, no-c-format
msgid "The <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:121
+#: Websphere.xml:44
#, no-c-format
msgid ""
"The <literal>jee5/booking</literal> example is based on the Hotel Booking "
@@ -208,45 +98,36 @@
"located in the <literal>$SEAM_DIST/examples/jee5/booking</literal> directory."
msgstr ""
-#. Tag: para
-#: Websphere.xml:128
-#, no-c-format
-msgid ""
-"As stated before the <literal>EJB3</literal> feature pack does not provide a "
-"full <literal>jee5</literal> implementation. This means that there are some "
-"tricks to getting an application deployed and functioning."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:134 Websphere.xml:927
+#: Websphere.xml:52 Websphere.xml:710
#, no-c-format
msgid "<title>Configuration file changes</title>"
msgstr ""
#. Tag: para
-#: Websphere.xml:136
+#: Websphere.xml:54
#, no-c-format
msgid ""
"Below are the configuration file changes that are need to the base example."
msgstr ""
#. Tag: literal
-#: Websphere.xml:142 Websphere.xml:1001
+#: Websphere.xml:60 Websphere.xml:784
#, no-c-format
msgid "resources/WEB-INF/components.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:145
+#: Websphere.xml:63
#, no-c-format
msgid ""
-"We need to change the way that we look up EJBs for Websphere. We need to "
-"remove the <literal>/local</literal> from the end of the <literal>jndi-"
-"pattern</literal> attribute. It should look like this:"
+"We need to change the way that we look up EJBs for WAS. We need to remove "
+"the <literal>/local</literal> from the end of the <literal>jndi-pattern</"
+"literal> attribute. It should look like this:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:152
+#: Websphere.xml:70
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -256,133 +137,119 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:156 Websphere.xml:1033
+#: Websphere.xml:76
#, no-c-format
-msgid "resources/WEB-INF/web.xml"
+msgid "resources/META-INF/ejb-jar.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:159
+#: Websphere.xml:79
#, no-c-format
msgid ""
-"This is the first place that we notice an unexpected change because this is "
-"not full <literal>jee5</literal> implementation."
+"We need to replace the /local string from <literal>ejb-ref-name</literal>. "
+"See at the following final code:"
msgstr ""
-#. Tag: para
-#: Websphere.xml:162
+#. Tag: programlisting
+#: Websphere.xml:82
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it requires "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
+"<![CDATA[\n"
+" <enterprise-beans>\n"
+" <!-- EJB reference required when one Seam EJB component references "
+"another Seam EJB component using @In -->\n"
+" <!-- Not required if you inject using @EJB, but then you lose state "
+"management and client-side interceptors (e.g., security) -->\n"
+" <session>\n"
+" <ejb-name>RegisterAction</ejb-name>\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
+"name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref>\n"
+" </session>\n"
+" </enterprise-beans>]]>"
msgstr ""
-#. Tag: programlisting
-#: Websphere.xml:169
+#. Tag: literal
+#: Websphere.xml:88 Websphere.xml:816
#, no-c-format
-msgid ""
-"<![CDATA[<xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
+msgid "resources/WEB-INF/web.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:170
+#: Websphere.xml:91
#, no-c-format
msgid ""
-"Next, we have to make some changes to the EJB references in the <literal>web."
-"xml</literal>. These changes are what will allow Websphere to bind the EJB2 "
-"references in the web module to the the actual EJB3 beans in the EAR module. "
-"Replace all of the <literal>ejb-local-refs</literal> when the values below."
+"We have to make some changes to the EJB references in the <literal>web.xml</"
+"literal>. These changes are what will allow WAS to bind automatically the "
+"EJB3 references in the web module to the the actual EJB3 beans in the EAR "
+"module. Replace all of the /local strings in <literal>ejb-local-refs</"
+"literal> when the values below."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:179
+#: Websphere.xml:100
#, no-c-format
msgid ""
"<![CDATA[\n"
" <!-- JEE5 EJB3 names -->\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Authenticator</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.BookingList</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Register</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.ChangePassword</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.HotelBooking</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.HotelSearching</local> \n"
-" </ejb-local-ref> \n"
-" \n"
" <ejb-local-ref>\n"
-" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name> \n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-name>\n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref> \n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.BookingList</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Register</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.ChangePassword</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelBooking</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelSearching</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:181
+#: Websphere.xml:102
#, no-c-format
msgid ""
-"The important change is that there is an empty <literal>local-home</literal> "
-"element for each EJB. This tells Websphere to make the correct bindings "
-"between the web module and the EJB3 beans. The <literal>ejb-link</literal> "
-"element is simply not used."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:187
-#, no-c-format
-msgid ""
"Note also that <literal>EjbSynchronizations</literal> is a built-in Seam EJB "
"and not part of the Hotel Booking example. This means that if your "
"application's <literal>components.xml</literal> specifies "
-"<literal>transaction:ejb-transaction</literal> , then you must include:"
+"<literal>transaction:ejb-transaction</literal>, then you must include:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:192
+#: Websphere.xml:107
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -395,34 +262,34 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:193
+#: Websphere.xml:108
#, no-c-format
msgid ""
"in your web.xml. If you don't include it, you'll get the following error:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:194
+#: Websphere.xml:109
#, no-c-format
msgid "Name comp/env/myapp/EjbSynchronizations not found in context java:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:199
+#: Websphere.xml:114
#, no-c-format
msgid "resources/META-INF/persistence.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:202
+#: Websphere.xml:117
#, no-c-format
msgid ""
"For this example we will be using the default datasource that comes with "
-"Websphere. To do this change the <literal>jta-data-source</literal> element:"
+"WAS. To do this change the <literal>jta-data-source</literal> element:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:205
+#: Websphere.xml:120
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -431,7 +298,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:206
+#: Websphere.xml:121
#, no-c-format
msgid ""
"Then we need to adjust some of the hibernate properties. First comment out "
@@ -439,7 +306,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:211
+#: Websphere.xml:126
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -455,25 +322,25 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:215
+#: Websphere.xml:130
#, no-c-format
msgid ""
"<literal>hibernate.transaction.manager_lookup_class</literal> — "
-"Standard Hibernate transaction manager property for Websphere 6.X"
+"Standard Hibernate transaction manager property for WAS 6.X and 7"
msgstr ""
#. Tag: para
-#: Websphere.xml:221
+#: Websphere.xml:136
#, no-c-format
msgid ""
"<literal>hibernate.transaction.flush_before_completion</literal> — "
"This is commented out because we want the container to manage the "
"transactions. Also if this is set to <literal>true</literal> an exception "
-"will be thrown by Websphere when the EJBContext is looked up."
+"will be thrown by WAS when the EJBContext is looked up."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:230
+#: Websphere.xml:145
#, no-c-format
msgid ""
"<![CDATA[com.ibm.wsspi.injectionengine.InjectionException: \n"
@@ -482,55 +349,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:233
+#: Websphere.xml:148
#, no-c-format
msgid ""
"<literal>hibernate.dialect</literal> — From WAS 6.1.0.9 on the "
-"embedded DB was switched to the same Derby DB in Glassfish."
+"embedded DB was switched to the same Derby DB as is in Glassfish v2."
msgstr ""
#. Tag: literal
-#: Websphere.xml:243 Websphere.xml:967
+#: Websphere.xml:158 Websphere.xml:750
#, no-c-format
-msgid "resources/GlassfishDerbyDialect.class"
+msgid "src/GlassfishDerbyDialect.java"
msgstr ""
#. Tag: para
-#: Websphere.xml:246
+#: Websphere.xml:161
#, no-c-format
msgid ""
-"You will need to get the <literal>GlassfishDerbyDialect.class</literal> and "
-"copy it into the <literal>/resources</literal> directory. The class exists "
-"in the JPA example and can be copied using the command below assuming you "
-"are in <literal>jee5/booking</literal> directory:"
+"You will need to get the <literal>GlassfishDerbyDialect.java</literal> and "
+"copy it into the <literal>/src</literal> directory. The java class exists in "
+"the JPA example source directory and can be copied using the command below "
+"assuming you are in <literal>jee5/booking</literal> directory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:254
+#: Websphere.xml:169
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/WEB-INF/classes/GlassfishDerbyDialect."
-"class\n"
-" ./resources]]>"
+"cp ../../jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:255
+#: Websphere.xml:170
#, no-c-format
msgid ""
-"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file "
-"using changes to the build.xml discussed later."
+"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file."
msgstr ""
#. Tag: literal
-#: Websphere.xml:261
+#: Websphere.xml:175
#, no-c-format
msgid "resources/import.sql"
msgstr ""
#. Tag: para
-#: Websphere.xml:264
+#: Websphere.xml:178
#, no-c-format
msgid ""
"This file must also be copied from the JPA example because either the Derby "
@@ -540,201 +405,91 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:271
+#: Websphere.xml:185
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/import.sql ./resources]]>"
+"cp ../../jpa/resources-websphere7/import.sql ./resources]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:280
+#: Websphere.xml:194
#, no-c-format
msgid "Building the <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:283
+#: Websphere.xml:197
#, no-c-format
msgid ""
"In order to get the changes we have made into our application we need to "
"make some changes to the <literal>build.xml</literal>. There are also some "
"additional jars that are required by our application in order to work with "
-"Websphere. This section will cover what changes are needed to the "
-"<literal>build.xml</literal>."
+"WAS. This section will cover what changes are needed to the <literal>build."
+"xml</literal>."
msgstr ""
#. Tag: title
-#: Websphere.xml:290
+#: Websphere.xml:204
#, no-c-format
-msgid "New libraries dependencies"
+msgid "Library dependency changes"
msgstr ""
#. Tag: para
-#: Websphere.xml:294
+#: Websphere.xml:205
#, no-c-format
msgid ""
-"JSF libraries — Websphere 6.1 comes with its own version of JSF 1.1 "
-"(Seam requires JSF 1.2). So we must add these jars to our application:"
+"We remove the <literal>log4j.jar</literal> so that all of the log output "
+"from our application will be added to the WAS log. Additional steps are "
+"required to fully configure log4j and those are outside of the scope of this "
+"document."
msgstr ""
-#. Tag: literal
-#: Websphere.xml:299 Websphere.xml:836
-#, no-c-format
-msgid "jsf-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:303 Websphere.xml:841
-#, no-c-format
-msgid "jsf-impl.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:309
-#, no-c-format
-msgid ""
-"Since Websphere is not a fully compliant <literal>JEE5</literal> "
-"implementation we need to add these EL libraries:"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:314 Websphere.xml:849
-#, no-c-format
-msgid "el-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:318 Websphere.xml:845
-#, no-c-format
-msgid "el-ri.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:324
-#, no-c-format
-msgid ""
-"<literal>jboss-seam.jar</literal> — for some reason when deploying the "
-"application through the Websphere administration console it can not find the "
-"<literal>jboss-seam.jar</literal> at the base of the EAR archive. This means "
-"that we need to add it to the <literal>/lib</literal> of the EAR."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:332
-#, no-c-format
-msgid ""
-"Finally we remove the <literal>log4j.jar</literal> so that all of the log "
-"output from our application will be added to the Websphere log. Additional "
-"steps are required to fully configure log4j and those are outside of the "
-"scope of this document."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:343
+#: Websphere.xml:213
#, no-c-format
msgid "Updating the <literal>build.xml</literal> file"
msgstr ""
#. Tag: para
-#: Websphere.xml:345
+#: Websphere.xml:215
#, no-c-format
msgid ""
"Add the following entry to the bottom of the <literal>build.xml</literal> "
"file. This overrides the default fileset that is used to populate the "
-"<literal>jboss-seam-jee5.jar</literal>. The primary change is the addition "
-"of the <literal>GlassfishDerbyDialect.class</literal>:"
+"<literal>jboss-seam-jee5.jar</literal>. :"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:354
+#: Websphere.xml:223
#, no-c-format
msgid ""
"<![CDATA[\n"
" <fileset id=\"jar.resources\" dir=\"${resources.dir}\">\n"
" <include name=\"import.sql\" />\n"
" <include name=\"seam.properties\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
" <include name=\"META-INF/persistence.xml\" />\n"
" <include name=\"META-INF/ejb-jar.xml\" />\n"
" </fileset>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:357
+#: Websphere.xml:225
#, no-c-format
msgid ""
-"Next we need to add the library dependencies discussed above. For this add "
-"the following to bottom of the <literal>ear.lib.extras</literal> fileset "
-"entry:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:363
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!--<include name=\"lib/log4j.jar\" />-->\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" />\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:365
-#, no-c-format
-msgid ""
-"We also need to add richfaces-api.jar, jsf-impl.jar and el-ri.jar into WEB-"
-"INF/lib of the war file. Add the following fileset after <literal>ear.lib."
-"extras</literal> fileset."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:368
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <fileset id=\"war.lib.extras\" dir=\"${seam.dir}\"> \n"
-" <include name=\"lib/richfaces-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" /> \n"
-" </fileset>]]>"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:370
-#, no-c-format
-msgid "A note about copying JSF and EL jars"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:371
-#, no-c-format
-msgid ""
-"There is a class loading issue with WebSphere, which causes the jars from "
-"ear lib directory to not be available when the web module is initialized."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:376
-#, no-c-format
-msgid ""
"Now all that is left is to execute the <literal>ant archive</literal> task "
"and the built application will be in the <literal>jee5/booking/dist</"
"literal> directory."
msgstr ""
#. Tag: title
-#: Websphere.xml:385
+#: Websphere.xml:234
#, no-c-format
msgid "Deploying the application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:387
+#: Websphere.xml:236
#, no-c-format
msgid ""
"So now we have everything we need in place. All that is left is to deploy it "
@@ -742,7 +497,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:389
+#: Websphere.xml:238
#, no-c-format
msgid ""
"For this we will use Websphere's administration console. As before there are "
@@ -750,52 +505,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:392
+#: Websphere.xml:241
#, no-c-format
msgid ""
-"The steps below are for the Websphere version stated above, yours may be "
-"slightly different."
+"The steps below are for the WAS version stated above. The ports are default "
+"values, if you changed them substitute your values."
msgstr ""
#. Tag: para
-#: Websphere.xml:396
+#: Websphere.xml:245
#, no-c-format
-msgid "Log in to the administration console"
+msgid ""
+"Log in to the administration console <programlisting><![CDATA[https://"
+"localhost:9043/admin]]></programlisting> or"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:399
+#: Websphere.xml:250
#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"https://localhost:9043/ibm/console]]>"
+msgid "<![CDATA[http://localhost:9060/admin]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:403
+#: Websphere.xml:254
#, no-c-format
msgid ""
-"Access the <literal>Enterprise Application</literal> menu option under the "
-"<literal>Applications</literal> top menu."
+"Access the <literal>Websphere enterprise applications</literal> menu option "
+"under the <literal>Applications --> Application Type</literal> left side "
+"menu."
msgstr ""
#. Tag: para
-#: Websphere.xml:408
+#: Websphere.xml:259
#, no-c-format
msgid ""
-"At the top of the <literal>Enterprise Application</literal> table select "
+"At the top of the <literal>Enterprise Applications</literal> table select "
"<literal>Install</literal>. Below are installation wizard pages and what "
"needs to done on each:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:414 Websphere.xml:674
+#: Websphere.xml:265 Websphere.xml:461
#, no-c-format
msgid "Preparing for the application installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:418
+#: Websphere.xml:269
#, no-c-format
msgid ""
"Browse to the <literal>examples/jee5/booking/dist/jboss-seam-jee5.ear</"
@@ -803,102 +559,81 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:424 Websphere.xml:442 Websphere.xml:475 Websphere.xml:689
+#: Websphere.xml:275 Websphere.xml:285 Websphere.xml:304 Websphere.xml:476
+#: Websphere.xml:496
#, no-c-format
msgid "Select the <literal>Next</literal> button."
msgstr ""
+#. Tag: para
+#: Websphere.xml:280 Websphere.xml:471
+#, no-c-format
+msgid "Select the <literal>Fast Path</literal> button."
+msgstr ""
+
#. Tag: literal
-#: Websphere.xml:431
+#: Websphere.xml:292
#, no-c-format
msgid "Select installation options"
msgstr ""
#. Tag: para
-#: Websphere.xml:435
+#: Websphere.xml:296
#, no-c-format
msgid ""
-"Select the <literal>Deploy enterprise beans</literal> check box. This is "
-"needed unless you used a Websphere tool to package the application."
+"Select the <literal>Deploy enterprise beans</literal> and <literal>Allow EJB "
+"reference targets to resolve automatically</literal> check boxes. This is "
+"needed unless you used a Websphere AS tool to package the application."
msgstr ""
#. Tag: literal
-#: Websphere.xml:449
+#: Websphere.xml:313
#, no-c-format
msgid "Map modules to servers"
msgstr ""
#. Tag: para
-#: Websphere.xml:453
+#: Websphere.xml:317
#, no-c-format
msgid ""
"No changes needed here as we only have one server. Select the <literal>Next</"
"literal> button."
msgstr ""
-#. Tag: para
-#: Websphere.xml:461
-#, no-c-format
-msgid ""
-"<literal>Map EJB references to beans</literal> This page will list all of "
-"the beans that we entered in the web.xml."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:466
-#, no-c-format
-msgid ""
-"Make sure that <literal>Allow EJB reference targets to resolve "
-"automatically</literal> check box is selected. This will tell Websphere to "
-"bind our EJB3 beans to the EJB references in the web module."
-msgstr ""
-
#. Tag: literal
-#: Websphere.xml:482
+#: Websphere.xml:325
#, no-c-format
-msgid "Map virtual hosts for Web modules"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:486
-#, no-c-format
-msgid "No changes needed here. Select the <literal>Next</literal> button."
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:493
-#, no-c-format
msgid "Summary"
msgstr ""
#. Tag: para
-#: Websphere.xml:496
+#: Websphere.xml:328
#, no-c-format
msgid "No changes needed here. Select the <literal>Finish</literal> button."
msgstr ""
#. Tag: literal
-#: Websphere.xml:503
+#: Websphere.xml:335
#, no-c-format
msgid "Installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:506
+#: Websphere.xml:338
#, no-c-format
msgid "Now you will see it installing and deploying your application."
msgstr ""
#. Tag: para
-#: Websphere.xml:511
+#: Websphere.xml:343
#, no-c-format
msgid ""
-"When if finishes select the <literal>Save</literal> link and you will be "
+"When it finishes select the <literal>Save</literal> link and you will be "
"returned to the <literal>Enterprise Applications</literal> table."
msgstr ""
#. Tag: para
-#: Websphere.xml:523
+#: Websphere.xml:355
#, no-c-format
msgid ""
"Now that we have our application installed we need to make some adjustments "
@@ -906,7 +641,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:527
+#: Websphere.xml:359
#, no-c-format
msgid ""
"Starting from the <literal>Enterprise Applications</literal> table select "
@@ -914,40 +649,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:533
+#: Websphere.xml:365
#, no-c-format
msgid "Select the <literal>Manage Modules</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:537
+#: Websphere.xml:369
#, no-c-format
-msgid "Select the <literal>jboss-seam-jee5.war</literal> link."
+msgid "Select the <literal>jboss-seam-jee5-booking.war</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:542
+#: Websphere.xml:374
#, no-c-format
msgid ""
"Change the <literal>Class loader order</literal> combo box to "
-"<literal>Classes loaded with application class loader first</literal>."
+"<literal>Classes loaded with application class loader first (parent last)</"
+"literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:548 Websphere.xml:573
+#: Websphere.xml:380 Websphere.xml:397
#, no-c-format
msgid ""
"Select <literal>Apply</literal> and then <literal>Save</literal> options."
msgstr ""
#. Tag: para
-#: Websphere.xml:552
+#: Websphere.xml:384
#, no-c-format
-msgid "Return the <literal>Seam Booking</literal> page."
+msgid "Return to the <literal>Seam Booking</literal> page."
msgstr ""
#. Tag: para
-#: Websphere.xml:556
+#: Websphere.xml:387
#, no-c-format
msgid ""
"On this page select the <literal>Class loading and update detection</"
@@ -955,7 +691,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:561
+#: Websphere.xml:392
#, no-c-format
msgid ""
"Select the radio button for <literal>Classes loaded with application class "
@@ -963,117 +699,40 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:566
+#: Websphere.xml:403
#, no-c-format
msgid ""
-"Even though we are not enabling class reload you must also enter a valid "
-"number in the <literal>Polling interval for updated files</literal> text "
-"area (zero works fine)."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:577
-#, no-c-format
-msgid ""
-"You should verify that the change you just made has been remembered. We have "
-"had problems with the last class loader change not taking effect - even "
-"after a restart. If the change did not take you will need to do it manually, "
-"following these directions:"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:585
-#, no-c-format
-msgid "Open the following file in a text editor of your choice:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:589
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"$WebSphereInstall/$yourServerName/profiles/$yourProfileName/config/cells/\n"
-" $yourCellName/applications/Seam Booking.ear/deployments/\n"
-" Seam Booking/deployment.xml]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:593
-#, no-c-format
-msgid ""
-"Modify the following line so that <literal>PARENT_FIRST</literal> is now "
-"<literal>PARENT_LAST</literal>:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:599
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<classloader xmi:id=\"Classloader_#######\" mode=\"PARENT_FIRST\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:603
-#, no-c-format
-msgid ""
-"Save the file and now when go to the <literal>Class loading and update "
-"detection</literal> page you should see <literal>Classes loaded with "
-"application class loader first</literal> selected."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:615
-#, no-c-format
-msgid ""
"To start the application return to the <literal>Enterprise Applications</"
"literal> table and select our application in the list. Then choose the "
"<literal>Start</literal> button at the top of the table."
msgstr ""
#. Tag: para
-#: Websphere.xml:622
+#: Websphere.xml:410
#, no-c-format
msgid ""
"You can now access the application at <literal>http://localhost:9080/seam-"
-"jee5/</literal> ."
+"jee5-booking/index.html</literal> ."
msgstr ""
#. Tag: title
-#: Websphere.xml:628
+#: Websphere.xml:431
#, no-c-format
-msgid "A note about Websphere Stateful bean timeouts"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:629
-#, no-c-format
-msgid ""
-"The default timeout period for a Websphere 6.1 Stateful EJB is 10 minutes. "
-"This means that you may see some EJB timeout exceptions after some idle "
-"time. It is possible to adjust the timeout of the Stateful EJBs on an "
-"individual basis, but that is beyond the scope of this document. See the "
-"Websphere documentation for details."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:643
-#, no-c-format
msgid "The <literal>jpa</literal> booking example"
msgstr ""
#. Tag: para
-#: Websphere.xml:644
+#: Websphere.xml:432
#, no-c-format
msgid ""
"Thankfully getting the <literal>jpa</literal> example to work is much easier "
"than the <literal>jee5</literal> example. This is the Hotel Booking example "
"implemented in Seam POJOs and using Hibernate JPA with JPA transactions. It "
-"does not require EJB3 support to run."
+"does not use EJB3."
msgstr ""
#. Tag: para
-#: Websphere.xml:650
+#: Websphere.xml:437
#, no-c-format
msgid ""
"The example already has a breakout of configurations and build scripts for "
@@ -1081,7 +740,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:653
+#: Websphere.xml:440
#, no-c-format
msgid ""
"First thing we are going to do is build and deploy that example. Then we'll "
@@ -1089,29 +748,29 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:657
+#: Websphere.xml:444
#, no-c-format
msgid "Building the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:658
+#: Websphere.xml:445
#, no-c-format
msgid ""
"Building it only requires running the correct ant command: "
-"<programlisting>ant websphere61</programlisting> This will create container "
+"<programlisting>ant websphere7</programlisting> This will create container "
"specific distribution and exploded archive directories with the "
-"<literal>websphere61</literal> label."
+"<literal>websphere7</literal> label."
msgstr ""
#. Tag: title
-#: Websphere.xml:664
+#: Websphere.xml:451
#, no-c-format
msgid "Deploying the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:665
+#: Websphere.xml:452
#, no-c-format
msgid ""
"This is similar to the <literal>jee5</literal> example at <xref linkend="
@@ -1119,7 +778,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:670
+#: Websphere.xml:457
#, no-c-format
msgid ""
"From the <literal>Enterprise Applications</literal> table select the "
@@ -1127,37 +786,43 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:678
+#: Websphere.xml:465
#, no-c-format
msgid ""
-"Browse to the <literal>examples/jpa/dist-websphere61/jboss-seam-jpa.war</"
+"Browse to the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
"literal> file using the file upload widget."
msgstr ""
#. Tag: para
-#: Websphere.xml:684
+#: Websphere.xml:483
#, no-c-format
msgid ""
-"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
-"jpa</literal>."
+"Select the <literal>Next</literal> button for the next three pages, no "
+"changes are needed."
msgstr ""
+#. Tag: literal
+#: Websphere.xml:488
+#, no-c-format
+msgid "Map context roots for Web modules"
+msgstr ""
+
#. Tag: para
-#: Websphere.xml:695
+#: Websphere.xml:491
#, no-c-format
msgid ""
-"Select the <literal>Next</literal> button for the next three pages, no "
-"changes are needed."
+"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
+"jpa</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:700
+#: Websphere.xml:502
#, no-c-format
msgid "<literal>Summary</literal> page"
msgstr ""
#. Tag: para
-#: Websphere.xml:703
+#: Websphere.xml:505
#, no-c-format
msgid ""
"Review the settings if you wish and select the <literal>Finish</literal> "
@@ -1167,17 +832,17 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:716
+#: Websphere.xml:519
#, no-c-format
msgid ""
"As with the <literal>jee5</literal> example there are some class loader "
"changes needed before we start the application. Follow the instructions at "
"<xref linkend=\"websphere-app-adj-after-install\"/> but exchange "
-"<literal>jboss-seam-jpa</literal> for <literal>Seam Booking</literal>."
+"<literal>jboss-seam-jpa_war</literal> for <literal>Seam Booking</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:723
+#: Websphere.xml:526
#, no-c-format
msgid ""
"Finally start the application by selecting it in the <literal>Enterprise "
@@ -1186,7 +851,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:729
+#: Websphere.xml:532
#, no-c-format
msgid ""
"You can now access the application at the <literal>http://localhost:9080/"
@@ -1194,187 +859,186 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:737
+#: Websphere.xml:540
#, no-c-format
-msgid "Whats different for Websphere 6.1"
+msgid "What's different for Websphere AS V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:738
+#: Websphere.xml:541
#, no-c-format
msgid ""
"The differences between the JPA examples that deploys to JBoss 4.2 and "
-"Websphere 6.1 are mostly expected; library and configuration file changes."
+"Websphere AS V7 are mostly expected; library and configuration file changes."
msgstr ""
#. Tag: para
-#: Websphere.xml:743
+#: Websphere.xml:546
#, no-c-format
msgid "<para>Configuration file changes</para>"
msgstr ""
#. Tag: para
-#: Websphere.xml:746
+#: Websphere.xml:549
#, no-c-format
msgid ""
-"<literal>WEB-INF/web.xml</literal> — the only significant change is "
-"that Websphere 6.1 only support <literal>Servlet 2.4</literal> so the top of "
-"this file was changed."
+"<literal>META-INF/persistence.xml</literal> — the main changes here "
+"are for the datasource JNDI path, switching to the Websphere transaction "
+"manager look up class, and changing the hibernate dialect to be "
+"<literal>GlassfishDerbyDialect</literal> ."
msgstr ""
#. Tag: para
-#: Websphere.xml:753
+#: Websphere.xml:559
#, no-c-format
msgid ""
-"<literal>META-INF/persistence.xml</literal> — the main changes here "
-"are for the datasource JNDI path, switching to the Websphere 6.1 transaction "
-"manager look up class, and changing the hibernate dialect to be "
-"<literal>GlassfishDerbyDialect</literal> ."
+"<literal>WEB-INF/components.xml</literal> — the change here is "
+"<literal>jndi-pattern</literal> without /local string."
msgstr ""
#. Tag: para
-#: Websphere.xml:763
+#: Websphere.xml:565
#, no-c-format
msgid ""
-"<literal>WEB-INF/classes/GlassfishDerbyDialect.class </literal> — this "
-"class is needed for the hibernate dialect change to "
-"<literal>GlassfishDerbyDialect</literal>"
+"<literal>META-INF/ejb-jar.xml</literal> — the same change in "
+"<literal>ejb-ref-name</literal>, where is replace /local string in "
+"<literal>jboss-seam-jee5/AuthenticatorAction</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:771
+#: Websphere.xml:572
#, no-c-format
msgid ""
+"<literal>src/GlassfishDerbyDialect.java </literal> — this class is "
+"needed for the hibernate dialect change to <literal>GlassfishDerbyDialect</"
+"literal>"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:580
+#, no-c-format
+msgid ""
"<literal>import.sql</literal> — either for the dialect or Derby DB the "
"<literal>ID</literal> column can not be populated by this file and was "
"removed."
msgstr ""
#. Tag: para
-#: Websphere.xml:780
+#: Websphere.xml:589
#, no-c-format
msgid "Changes for dependent libraries"
msgstr ""
#. Tag: para
-#: Websphere.xml:781
+#: Websphere.xml:590
#, no-c-format
msgid ""
-"<literal>WEB-INF/lib</literal> — The Websphere version requires "
-"several library packages because they are not included as they are with "
-"JBoss AS. These are primarily for hibernate, JSF-RI support and their "
-"dependencies. Below are listed only the additional jars needed above and "
-"beyond the JBoss <literal>JPA</literal> example."
+"The Websphere version requires several library packages because they are not "
+"included as they are with JBoss AS. These are primarily for hibernate and "
+"their dependencies. Below are listed only the additional jars needed above "
+"and beyond the JBoss <literal>JPA</literal> example."
msgstr ""
#. Tag: para
-#: Websphere.xml:789
+#: Websphere.xml:597
#, no-c-format
msgid "To use Hibernate as your JPA provider you need the following jars:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:794
+#: Websphere.xml:602
#, no-c-format
msgid "hibernate.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:799
+#: Websphere.xml:607
#, no-c-format
msgid "hibernate-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:804
+#: Websphere.xml:612
#, no-c-format
msgid "hibernate-commons-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:809
+#: Websphere.xml:617
#, no-c-format
msgid "hibernate-entitymanager.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:814
+#: Websphere.xml:622
#, no-c-format
msgid "hibernate-validator.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:819
+#: Websphere.xml:627
#, no-c-format
msgid "commons-collections.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:824
+#: Websphere.xml:632
#, no-c-format
msgid "jboss-common-core.jar"
msgstr ""
#. Tag: para
-#: Websphere.xml:830
+#: Websphere.xml:638
#, no-c-format
-msgid ""
-"Seam requires JSF 1.2 and these are the jars needed for that. Websphere 6.1 "
-"ships with its own implementation of JSF 1.1."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:855
-#, no-c-format
msgid "Various third party jars that Websphere needs:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:858
+#: Websphere.xml:641
#, no-c-format
msgid "antlr.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:862
+#: Websphere.xml:645
#, no-c-format
msgid "cglib.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:866
+#: Websphere.xml:649
#, no-c-format
msgid "asm.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:870
+#: Websphere.xml:653
#, no-c-format
msgid "dom4j.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:875
+#: Websphere.xml:658
#, no-c-format
msgid "javassist.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:880
+#: Websphere.xml:663
#, no-c-format
msgid "concurrent.jar"
msgstr ""
#. Tag: title
-#: Websphere.xml:895
+#: Websphere.xml:678
#, no-c-format
msgid ""
"Deploying an application created using <literal>seam-gen</literal> on "
-"Websphere 6.1.0.13"
+"Websphere V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:898
+#: Websphere.xml:681
#, no-c-format
msgid ""
"<literal>seam-gen</literal> is a very useful tool for developers to quickly "
@@ -1387,13 +1051,13 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:908
+#: Websphere.xml:691
#, no-c-format
msgid "Running <literal>seam-gen</literal> Setup"
msgstr ""
#. Tag: para
-#: Websphere.xml:909
+#: Websphere.xml:692
#, no-c-format
msgid ""
"The first step is setting up <literal>seam-gen</literal> to construct the "
@@ -1403,7 +1067,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:915
+#: Websphere.xml:698
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1499,7 +1163,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:917
+#: Websphere.xml:700
#, no-c-format
msgid ""
"Type <literal>./seam new-project</literal> to create your project and "
@@ -1508,25 +1172,25 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:924
+#: Websphere.xml:707
#, no-c-format
msgid "Changes needed for deployment to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:925
+#: Websphere.xml:708
#, no-c-format
msgid "We now need to make some changes to the generated project."
msgstr ""
#. Tag: literal
-#: Websphere.xml:931
+#: Websphere.xml:714
#, no-c-format
msgid "resources/META-INF/persistence-dev.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:936
+#: Websphere.xml:719
#, no-c-format
msgid ""
"Alter the <literal>jta-data-source</literal> to be "
@@ -1535,7 +1199,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:943
+#: Websphere.xml:726
#, no-c-format
msgid ""
"Add or change the properties below. These are described in detail at <xref "
@@ -1543,7 +1207,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:948
+#: Websphere.xml:731
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1559,14 +1223,14 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:951
+#: Websphere.xml:734
#, no-c-format
msgid ""
"Remove the JBoss AS specific method of exposing the EntityManagerFactory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:954
+#: Websphere.xml:737
#, no-c-format
msgid ""
"<![CDATA[<property \n"
@@ -1575,7 +1239,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:957
+#: Websphere.xml:740
#, no-c-format
msgid ""
"You'll need to alter <literal>persistence-prod.xml</literal> as well if you "
@@ -1583,32 +1247,31 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:970
+#: Websphere.xml:753
#, no-c-format
msgid ""
-"As with other examples we need to include this class for DB support. It can "
-"be copied from the <literal>jpa</literal> example into the "
-"<literal>websphere_example/resources</literal> directory."
+"As with other examples we need to include this java class for DB support. It "
+"can be copied from the <literal>jpa</literal> example into the "
+"<literal>websphere_example/src</literal> directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:976
+#: Websphere.xml:759
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp $SEAM/examples/jpa/resources-websphere61/WEB-INF/classes/"
-"GlassfishDerbyDialect.class\n"
-" ./resources]]>"
+"cp $SEAM/examples/jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: literal
-#: Websphere.xml:982
+#: Websphere.xml:765
#, no-c-format
msgid "resources/META-INF/jboss-app.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:985
+#: Websphere.xml:768
#, no-c-format
msgid ""
"You can delete this file as we aren't deploying to JBoss AS ( <literal>jboss-"
@@ -1616,13 +1279,13 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:991
+#: Websphere.xml:774
#, no-c-format
msgid "resources/*-ds.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:994
+#: Websphere.xml:777
#, no-c-format
msgid ""
"You can delete these file as we aren't deploying to JBoss AS (these files "
@@ -1630,7 +1293,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1006
+#: Websphere.xml:789
#, no-c-format
msgid ""
"Enable container managed transaction integration - add the <literal> <"
@@ -1640,7 +1303,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1015
+#: Websphere.xml:798
#, no-c-format
msgid ""
"Alter the <literal>jndi-pattern</literal> to <literal> java:comp/env/"
@@ -1648,7 +1311,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1021
+#: Websphere.xml:804
#, no-c-format
msgid ""
"We do not need <literal>managed-persistence-context</literal> for this "
@@ -1656,7 +1319,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1027
+#: Websphere.xml:810
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1667,67 +1330,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1036
+#: Websphere.xml:819
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it required "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1042
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1044
-#, no-c-format
-msgid ""
"As with the <literal>jee5/booking</literal> example we need to add EJB "
-"references to the web.xml. These references require the empty <literal>local-"
-"home</literal> to flag them for Websphere to perform the proper binding."
+"references to the web.xml. These references require replacing /local string "
+"in <literal>ejb-ref-name</literal> to flag them for Websphere to perform the "
+"proper binding."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1051
+#: Websphere.xml:826
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local> \n"
-" </ejb-local-ref>\n"
+"<![CDATA[ \n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local>\n"
+" </ejb-local-ref> \n"
" \n"
" <ejb-local-ref>\n"
" <ejb-ref-name>websphere_example/EjbSynchronizations</ejb-ref-name> \n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:1057
+#: Websphere.xml:832
#, no-c-format
msgid "Creating the <literal>AuthenticatorAction</literal> EJB"
msgstr ""
#. Tag: para
-#: Websphere.xml:1059
+#: Websphere.xml:834
#, no-c-format
msgid ""
"We want to take the existing <literal>Authenticator</literal> Seam POJO "
@@ -1735,13 +1372,19 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1065
+#: Websphere.xml:837
#, no-c-format
+msgid "Change the generated Authenticator class"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:840
+#, no-c-format
msgid "Rename the class to <literal>AuthenticatorAction</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1069
+#: Websphere.xml:844
#, no-c-format
msgid ""
"Add the <literal>@Stateless</literal> annotation to the new "
@@ -1749,7 +1392,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1075
+#: Websphere.xml:850
#, no-c-format
msgid ""
"Create an interface called <literal>Authenticator</literal> which "
@@ -1761,7 +1404,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1088
+#: Websphere.xml:863
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1770,7 +1413,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1091
+#: Websphere.xml:866
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1780,7 +1423,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1094
+#: Websphere.xml:869
#, no-c-format
msgid ""
"We've already added its reference to the <literal>web.xml</literal> file so "
@@ -1788,14 +1431,14 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:1100
+#: Websphere.xml:875
#, no-c-format
msgid ""
"Extra jar dependencies and other changes to the <literal>build.xml</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1102
+#: Websphere.xml:877
#, no-c-format
msgid ""
"This application has similar requirements as the <literal>jee5/booking</"
@@ -1803,7 +1446,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1107
+#: Websphere.xml:882
#, no-c-format
msgid ""
"Change the default target to <literal>archive</literal> (we aren't going to "
@@ -1811,7 +1454,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1113
+#: Websphere.xml:888
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1819,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1117
+#: Websphere.xml:892
#, no-c-format
msgid ""
"Websphere looks for the drools <literal>/security.drl</literal> file in the "
@@ -1832,7 +1475,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1128
+#: Websphere.xml:903
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1844,93 +1487,16 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1131
+#: Websphere.xml:906
#, no-c-format
msgid ""
-"We need to ge the <literal>GlassfishDerbyDialect.class</literal> into our "
-"application jar. To do that find the <literal>jar</literal> task and modify "
-"the top of it so that it looks like this:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1139
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"jar\" depends=\"compile,copyclasses\" \n"
-" description=\"Build the distribution .jar file\">\n"
-" <copy todir=\"${jar.dir}\">\n"
-" <fileset dir=\"${basedir}/resources\">\n"
-" <include name=\"seam.properties\" />\n"
-" <include name=\"*.drl\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
-" </fileset>\n"
-" </copy>\n"
-"...]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1142
-#, no-c-format
-msgid ""
-"Next we need to get the <literal>jboss-seam.jar</literal> into the base of "
-"the <literal>EAR</literal> file. For deployment Websphere requires this jar "
-"to be in both the <literal>/lib</literal> directory and at the base of the "
-"<literal>EAR</literal>. You must add the following to the <literal>archive</"
-"literal> task:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1151
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1152
-#, no-c-format
-msgid "So that the whole <literal>archive</literal> task looks like:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1156
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"archive\" depends=\"jar,war,ear\" \n"
-" description=\"Package the archives\">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.jar\" basedir=\"${jar.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.war\" basedir=\"${war.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.ear\">\n"
-" <fileset dir=\"${ear.dir}\"/>\n"
-" <fileset dir=\"${dist.dir}\">\n"
-" <include name=\"${project.name}.jar\"/>\n"
-" <include name=\"${project.name}.war\"/>\n"
-" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
-" </jar>\n"
-"</target>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1159
-#, no-c-format
-msgid ""
"Now we need to get extra jars into the <literal>build.xml</literal>. Look "
"for the <literal><fileset dir=\"${basedir}\"></literal> section of the "
"task below. Add the new includes at the bottom of the fileset."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1167
+#: Websphere.xml:914
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1941,9 +1507,7 @@
" <include name=\"*hibernate.cfg.xml\" />\n"
" <include name=\"jbpm.cfg.xml\" />\n"
" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
+"\n"
" <fileset dir=\"${basedir}\">\n"
" <include name=\"lib/jbpm*.jar\" />\n"
" <include name=\"lib/jboss-el.jar\" />\n"
@@ -1965,13 +1529,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1170
+#: Websphere.xml:917
#, no-c-format
msgid "Hibernate dependencies"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1171
+#: Websphere.xml:918
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1985,33 +1549,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1174
+#: Websphere.xml:921
#, no-c-format
-msgid ""
-"JSF dependencies. You will need to copy the <literal>el-ri.jar</literal> "
-"from the <literal>$SEAM/examples/jpa/lib</literal> directory."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1177
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1180
-#, no-c-format
msgid "Third party dependencies."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1181
+#: Websphere.xml:922
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2028,15 +1572,15 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1184
+#: Websphere.xml:925
#, no-c-format
msgid ""
-"<literal>jboss-seam.jar</literal> - this is needed in both the <literal>ear</"
-"literal> base and <literal>/lib</literal> directory."
+"<literal>jboss-seam.jar</literal> - this is needed in the <literal>ear</"
+"literal> base directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1188
+#: Websphere.xml:928
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2045,13 +1589,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1192
+#: Websphere.xml:932
#, no-c-format
msgid "You should end up with something like:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1193
+#: Websphere.xml:933
#, no-c-format
msgid ""
"<![CDATA[<fileset dir=\"${basedir}\">\n"
@@ -2072,13 +1616,7 @@
" <include name=\"lib/hibernate-entitymanager.jar\"/>\n"
" <include name=\"lib/hibernate-validator.jar\"/>\n"
" <include name=\"lib/jboss-common-core.jar\" />\n"
-" \n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>\n"
-" \n"
+"\n"
" <!-- 3rd party and supporting jars -->\n"
" <include name=\"lib/javassist.jar\"/>\n"
" <include name=\"lib/dom4j.jar\" />\n"
@@ -2095,38 +1633,14 @@
"</fileset>]]>"
msgstr ""
-#. Tag: para
-#: Websphere.xml:1195
-#, no-c-format
-msgid ""
-"The last step is to add <literal>jsf-impl.jar</literal> and <literal>el-ri."
-"jar</literal> to the war target. Look for <literal>copy todir=\"${war.dir}/"
-"WEB-INF/lib\"</literal> and add the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1199
-#, no-c-format
-msgid ""
-"<![CDATA[<copy todir=\"${war.dir}/WEB-INF/lib\">\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <includesfile name=\"deployed-jars-war.list"
-"\" />\n"
-" <include name=\"jsf-impl.jar\" />\n"
-" <include name=\"el-ri.jar\" /> \n"
-" <exclude name=\"jboss-seam-gen.jar\" />\n"
-" </fileset>\n"
-"</copy>]]>"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:1206
+#: Websphere.xml:940
#, no-c-format
msgid "Building and deploying the seam-gen'd application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:1212
+#: Websphere.xml:945
#, no-c-format
msgid ""
"Build your application by calling <literal>ant</literal> in the base "
@@ -2136,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1221
+#: Websphere.xml:954
#, no-c-format
msgid ""
"To deploy the application follow the instructions here : <xref linkend="
@@ -2146,7 +1660,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1227
+#: Websphere.xml:960
#, no-c-format
msgid ""
"Checkout the app at: <literal>http://localhost:9080/websphere_example/index."
Modified: trunk/doc/Seam_Reference_Guide/zh-CN/Excel.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/zh-CN/Excel.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/zh-CN/Excel.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: Seam_Reference_Guide \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-10-14 11:38+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -46,7 +46,7 @@
"&excel; JSF controls, which are used to construct views that can render the "
"document, and the DocumentStore component, which serves the rendered "
"document to the user. To include &excel; support in your application, "
-"included <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
+"include <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
"lib</literal> directory along with the <literal>jxl.jar</literal> JAR file. "
"Furthermore, you need to configure the DocumentStore servlet in your web.xml"
msgstr ""
@@ -247,9 +247,9 @@
msgid ""
"<literal>arrayGrowSize</literal> — The amount of memory by which to "
"increase the amount of memory allocated to storing the workbook data. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 1 megabyte. The value is a "
-"number (bytes)."
+"processes reading many small workbooks inside a WAS it might be necessary to "
+"reduce the default size. Default value is 1 megabyte. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -332,10 +332,10 @@
#, no-c-format
msgid ""
"<literal>initialFileSize</literal> — The initial amount of memory "
-"allocated to store the workbook data when reading a worksheet. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 5 megabytes. The value is a "
-"number (bytes)."
+"allocated to store the workbook data when reading a worksheet. For processes "
+"reading many small workbooks inside a WAS it might be necessary to reduce "
+"the default size. Default value is 5 megabytes. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -428,7 +428,7 @@
#, no-c-format
msgid ""
"<literal>filename</literal> — The filename to use for the download. "
-"The value is a string. Please not that if you map the DocumentServlet to "
+"The value is a string. Please note that if you map the DocumentServlet to "
"some pattern, this file extension must also match."
msgstr ""
@@ -442,11 +442,9 @@
msgstr ""
#. Tag: emphasis
-#: Excel.xml:322 Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081
-#: Excel.xml:1157 Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537
-#: Excel.xml:1595 Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#: Excel.xml:322 Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
#, no-c-format
-msgid "Child elemenents"
+msgid "Child elements"
msgstr ""
#. Tag: para
@@ -516,7 +514,7 @@
#, no-c-format
msgid ""
"Worksheets are the children of workbooks and the parent of columns and "
-"worksheet commands They can also contain explicitly placed cells, formulas, "
+"worksheet commands. They can also contain explicitly placed cells, formulas, "
"images and hyperlinks. They are the pages that make up the workbook."
msgstr ""
@@ -542,14 +540,14 @@
#, no-c-format
msgid ""
"<literal>var</literal> — The current row iterator variable name that "
-"can later be referenced in cell value attributes. The value is a string"
+"can later be referenced in cell value attributes. The value is a string."
msgstr ""
#. Tag: para
#: Excel.xml:401
#, no-c-format
msgid ""
-"<literal>name</literal> — The name of the worksheet. The valus is a "
+"<literal>name</literal> — The name of the worksheet. The value is a "
"string. Defaults to Sheet# where # is the worksheet index. If the given "
"worksheet name exists, that sheet is selected. This can be used for merging "
"several data sets into a single worksheet, just define the same name for "
@@ -590,7 +588,7 @@
#, no-c-format
msgid ""
"<literal>bottomMargin</literal> — The bottom margin. The value is a "
-"number (inches)"
+"number (inches)."
msgstr ""
#. Tag: para
@@ -709,7 +707,7 @@
#: Excel.xml:551
#, no-c-format
msgid ""
-"<literal>normalMagnification</literal> — The normal magnificaton "
+"<literal>normalMagnification</literal> — The normal magnification "
"factor (not zoom or scale factor). The value is a number (percentage)."
msgstr ""
@@ -727,7 +725,7 @@
#, no-c-format
msgid ""
"<literal>pageBreakPreviewMagnification</literal> — The page break "
-"preview magnificaton factor (not zoom or scale factors). the value is a "
+"preview magnification factor (not zoom or scale factors). The value is a "
"number (percentage)."
msgstr ""
@@ -803,7 +801,8 @@
#, no-c-format
msgid ""
"<literal>recalculateFormulasBeforeSave</literal> — Should the formulas "
-"be re-calculated when the sheet is saved? The value is a boolean. false"
+"be re-calculated when the sheet is saved? The value is a boolean. Default "
+"value is false."
msgstr ""
#. Tag: para
@@ -874,11 +873,19 @@
#: Excel.xml:698
#, no-c-format
msgid ""
-"<literal>zoomFactor</literal> — T zoom factor. Do not confuse zoom "
+"<literal>zoomFactor</literal> — The zoom factor. Do not confuse zoom "
"factor (which relates to the on screen view) with scale factor (which refers "
-"to the scale factor when printing). The value is a number (percentage."
+"to the scale factor when printing). The value is a number (percentage)."
msgstr ""
+#. Tag: emphasis
+#: Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081 Excel.xml:1157
+#: Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537 Excel.xml:1595
+#: Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#, no-c-format
+msgid "Child elemenents"
+msgstr ""
+
#. Tag: para
#: Excel.xml:712
#, no-c-format
@@ -900,7 +907,7 @@
#, no-c-format
msgid ""
"<literal><e:headerFooter/></literal> — Zero or more header/"
-"footer definitions ((see <xref linkend=\"excel.headersfooters\"/> ))."
+"footer definitions (see <xref linkend=\"excel.headersfooters\"/> )."
msgstr ""
#. Tag: para
@@ -916,7 +923,7 @@
#, no-c-format
msgid ""
"<literal>header</literal>— Contents that will be placed at the top of "
-"the data block, above the column headers (if any)"
+"the data block, above the column headers (if any)."
msgstr ""
#. Tag: para
@@ -924,7 +931,7 @@
#, no-c-format
msgid ""
"<literal>footer</literal>— Contents that will be placed at the bottom "
-"of the data block, below the column footers (if any)"
+"of the data block, below the column footers (if any)."
msgstr ""
#. Tag: programlisting
@@ -1062,7 +1069,7 @@
"Cells are nested within columns (for iteration) or inside worksheets (for "
"direct placement using the <literal>column</literal> and <literal>row</"
"literal> attributes) and are responsible for outputting the value (usually "
-"though en EL-expression involving the <literal>var</literal>-attribute of "
+"through an EL-expression involving the <literal>var</literal>-attribute of "
"the datatable. See"
msgstr ""
@@ -1495,7 +1502,7 @@
#: Excel.xml:1360
#, no-c-format
msgid ""
-"The formula of the cell in placed in the <literal>value</literal> -attribute "
+"The formula of the cell is placed in the <literal>value</literal> -attribute "
"as a normal &excel; notation. Note that when doing cross-sheet formulas, the "
"worksheets must exist before referencing a formula against them. The value "
"is a string."
@@ -2123,12 +2130,6 @@
"initially? The value is a boolean."
msgstr ""
-#. Tag: emphasis
-#: Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
-#, no-c-format
-msgid "Child elements"
-msgstr ""
-
#. Tag: literal
#: Excel.xml:2046
#, no-c-format
@@ -2171,7 +2172,7 @@
#: Excel.xml:2105
#, no-c-format
msgid ""
-"groups rows 5 trough 10 and columns 5 through 10 so that the rows are "
+"groups rows 5 through 10 and columns 5 through 10 so that the rows are "
"initially collapsed (but not the columns)."
msgstr ""
@@ -2382,7 +2383,7 @@
"The CSS attributes cascade down from parent to children and within one tag "
"cascades over the CSS classes referenced in the <literal>styleClass</"
"literal> attributes and finally over the CSS attributes defined in the "
-"<literal>style</literal>attribute. You can place them pretty much anywhere "
+"<literal>style</literal> attribute. You can place them pretty much anywhere "
"but e.g. placing a column width setting in a cell nested within that column "
"makes little sense."
msgstr ""
@@ -2579,7 +2580,7 @@
#. Tag: para
#: Excel.xml:2475
#, no-c-format
-msgid "This group of XLS-CSS attributes define the borders of the cell"
+msgid "This group of XLS-CSS attributes defines the borders of the cell"
msgstr ""
#. Tag: para
@@ -2667,7 +2668,7 @@
#, no-c-format
msgid ""
"A shorthand for setting line style and color of the top edge of the cell, e."
-"g style=\"xls-border-left: red thick\""
+"g style=\"xls-border-top: red thick\""
msgstr ""
#. Tag: para
@@ -2781,7 +2782,7 @@
#. Tag: para
#: Excel.xml:2668
#, no-c-format
-msgid "This group of XLS-CSS attributes define the background of the cell"
+msgid "This group of XLS-CSS attributes defines the background of the cell"
msgstr ""
#. Tag: para
@@ -2837,7 +2838,7 @@
#. Tag: para
#: Excel.xml:2722
#, no-c-format
-msgid "This group of XLS-CSS attributes define the column widths etc."
+msgid "This group of XLS-CSS attributes defines the column widths etc."
msgstr ""
#. Tag: para
@@ -2910,7 +2911,7 @@
#. Tag: para
#: Excel.xml:2783
#, no-c-format
-msgid "This group of XLS-CSS attributes define the cell properties"
+msgid "This group of XLS-CSS attributes defines the cell properties"
msgstr ""
#. Tag: para
@@ -3084,7 +3085,7 @@
#, no-c-format
msgid ""
"When using .xhtml documents, stylesheets must be referenced through the "
-"<literal><e:link> tag</literal>"
+"<literal><e:link></literal> tag"
msgstr ""
#. Tag: para
@@ -3106,8 +3107,9 @@
#, no-c-format
msgid ""
"The core of the &excel; functionality is based on the excellent JExcelAPI "
-"library which can be found on http://jexcelapi.sourceforge.net/ and most "
-"features and possible limitations are inherited from here."
+"library which can be found on <ulink url=\"http://jexcelapi.sourceforge.net"
+"\">http://jexcelapi.sourceforge.net/</ulink> and most features and possible "
+"limitations are inherited from here."
msgstr ""
#. Tag: para
Modified: trunk/doc/Seam_Reference_Guide/zh-CN/Itext.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/zh-CN/Itext.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/zh-CN/Itext.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -41,10 +41,10 @@
"iText support is provided by <literal>jboss-seam-pdf.jar</literal>. This JAR "
"contains the iText JSF controls, which are used to construct views that can "
"render to PDF, and the DocumentStore component, which serves the rendered "
-"documents to the user. To include PDF support in your application, included "
+"documents to the user. To include PDF support in your application, put "
"<literal>jboss-seam-pdf.jar</literal> in your <literal>WEB-INF/lib</literal> "
"directory along with the iText JAR file. There is no further configuration "
-"needed to use Seam's iText supportfon."
+"needed to use Seam's iText support."
msgstr ""
#. Tag: para
@@ -251,7 +251,7 @@
"for generating suitable PDF content. Tags like <literal><p:image></"
"literal> and <literal><p:paragraph></literal> are the basic "
"foundations of simple documents. Tags like <literal><p:font></literal> "
-"provide style information to all the content surrounging them."
+"provide style information to all the content surrounding them."
msgstr ""
#. Tag: literal
@@ -492,7 +492,7 @@
#, no-c-format
msgid ""
"<literal>p:image</literal> inserts an image into the document. Images can be "
-"be loaded from the classpath or from the web application context using the "
+"loaded from the classpath or from the web application context using the "
"<literal>value</literal> attribute."
msgstr ""
@@ -626,7 +626,7 @@
msgid ""
"<literal>reference</literal> — The destination the link refers to. "
"Links to other points in the document should begin with a \"#\". For "
-"example, \"#link1\" to refer to an anchor postion with a <literal>name</"
+"example, \"#link1\" to refer to an anchor position with a <literal>name</"
"literal> of <literal>link1</literal>. Links may also be a full URL to point "
"to a resource outside of the document."
msgstr ""
@@ -704,7 +704,7 @@
#: Itext.xml:631
#, no-c-format
msgid ""
-"<literal>borderWidth</literal> — The width of the border. Inidvidual "
+"<literal>borderWidth</literal> — The width of the border. Individual "
"border sides can be specified using <literal>borderWidthLeft</literal>, "
"<literal>borderWidthRight</literal>, <literal>borderWidthTop</literal> and "
"<literal>borderWidthBottom</literal>."
@@ -792,7 +792,7 @@
msgid ""
"<literal>numberDepth</literal> — The depth of numbering for section. "
"All sections are numbered relative to their surrounding chapter/sections. "
-"The fourth section of of the first section of chapter three would be section "
+"The fourth section of the first section of chapter three would be section "
"3.1.4, if displayed at the default number depth of three. To omit the "
"chapter number, a number depth of 2 should be used. In that case, the "
"section number would be displayed as 1.4."
@@ -839,7 +839,7 @@
msgid ""
"List structures can be displayed using the <literal>p:list</literal> and "
"<literal>p:listItem</literal> tags. Lists may contain arbitrarily-nested "
-"sublists. List items may not be used outside of a list. he following "
+"sublists. List items may not be used outside of a list. The following "
"document uses the <literal>ui:repeat</literal> tag to to display a list of "
"values retrieved from a Seam component."
msgstr ""
@@ -1391,7 +1391,7 @@
#, no-c-format
msgid ""
"<literal>domainGridlineStroke</literal> — The stroke style of the "
-"domain gridleines, if visible."
+"domain gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1493,7 +1493,7 @@
#, no-c-format
msgid ""
"<literal>plotOutlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1531,7 +1531,7 @@
#, no-c-format
msgid ""
"<literal>rangeGridlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1946,8 +1946,8 @@
#: Itext.xml:1893
#, no-c-format
msgid ""
-"<literal>seriesVisibleInLegend</literal> — A boolean indiciating if "
-"the series should be listed in the legend."
+"<literal>seriesVisibleInLegend</literal> — A boolean indicating if the "
+"series should be listed in the legend."
msgstr ""
#. Tag: programlisting
@@ -2149,7 +2149,7 @@
#, no-c-format
msgid ""
"<literal>dashPhase</literal> — The dash phase indicates the offset "
-"into the dash pattern that the the line should be drawn with."
+"into the dash pattern that the line should be drawn with."
msgstr ""
#. Tag: programlisting
@@ -2303,7 +2303,7 @@
#, no-c-format
msgid ""
"If you have a complex, pre-generated PDF with named fields, you can easily "
-"fill in the values from you application and present it to the user."
+"fill in the values from your application and present it to the user."
msgstr ""
#. Tag: literal
Modified: trunk/doc/Seam_Reference_Guide/zh-CN/Websphere.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/zh-CN/Websphere.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/zh-CN/Websphere.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-11-06 00:24+0000\n"
+"POT-Creation-Date: 2009-02-01 21:20+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,190 +16,80 @@
#. Tag: title
#: Websphere.xml:2
#, no-c-format
-msgid "Seam on IBM's Websphere"
+msgid "Seam on IBM's Websphere AS"
msgstr ""
#. Tag: para
#: Websphere.xml:4
#, no-c-format
msgid ""
-"Websphere 6.1.x is IBM's application server offering. The latest release is "
-"6.1.0.19 which does not have <literal>EJB3</literal> or <literal>JEE5</"
-"literal> support. There is a recently released (Nov 07) <literal>EJB3</"
-"literal> feature pack which provides some support for <literal>EJB3</"
-"literal> and <literal>JPA</literal>. Currently there is no true "
-"<literal>JEE5</literal> offering from IBM. This causes some issues with Seam "
-"integration with applications that use EJB3."
+"Websphere AS V7 is IBM's application server offering. This release is fully "
+"Java EE 5 certified."
msgstr ""
#. Tag: para
-#: Websphere.xml:12
+#: Websphere.xml:7
#, no-c-format
msgid ""
-"First we will go over some basic information about the Websphere environment "
-"that we used for these examples. After a good deal of research and work we "
-"were able to get EJB3 applications to function correctly. We will go over "
-"the details of those steps with the jee5 example. We will also deploy the "
-"JPA example application."
+"First we will go over some basic information about the Websphere AS "
+"environment that we used for these examples. We will go over the details of "
+"those steps with the JEE5 booking example. We will also deploy the JPA "
+"example application."
msgstr ""
#. Tag: title
-#: Websphere.xml:19
+#: Websphere.xml:13
#, no-c-format
-msgid "Websphere environment and deployment information"
+msgid "Websphere AS environment and deployment information"
msgstr ""
#. Tag: para
-#: Websphere.xml:21
+#: Websphere.xml:15
#, no-c-format
msgid ""
-"Websphere is a commercial product and so we will not discuss the details of "
-"its installation other than to say follow the directions provided by your "
+"Websphere AS is a commercial product and so we will not discuss the details "
+"of its installation other than to say follow the directions provided by your "
"particular installation type and license. This section will detail the exact "
"server versions used, installation tips, and some custom properties that are "
"needed for all of the examples."
msgstr ""
#. Tag: title
-#: Websphere.xml:29
+#: Websphere.xml:23
#, no-c-format
-msgid "Installation versions and tips"
+msgid "Installation versions"
msgstr ""
#. Tag: para
-#: Websphere.xml:30
+#: Websphere.xml:24
#, no-c-format
msgid ""
"All of the examples and information in this chapter are based on the version "
-"6.1 of Websphere at the time of this writing."
+"V7 of Websphere AS at the time of this writing."
msgstr ""
#. Tag: ulink
-#: Websphere.xml:35
+#: Websphere.xml:29
#, no-c-format
-msgid "Websphere Application Server 6.1"
+msgid "Websphere Application Server V7"
msgstr ""
-#. Tag: ulink
-#: Websphere.xml:40
-#, no-c-format
-msgid ""
-"Feature Pack for EJB 3.0 for Websphere Application Server V6.1 (6.1.0.13)"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:46
-#, no-c-format
-msgid "Fix Pack for Websphere Application Server V6.1 (6.1.0.19)"
-msgstr ""
-
#. Tag: para
-#: Websphere.xml:52
+#: Websphere.xml:34
#, no-c-format
msgid ""
-"The EJB3 feature pack that we installed came with the 6.1.0.13 patch version "
-"of Websphere. Installing the feature pack does not ensure that your server "
-"will have the proper environment for EJB3 applications. Be sure that as part "
-"of the installation of the feature pack you follow the instructions to "
-"create a new server profile with the EJB3 feature pack enabled, or augment "
-"one of your existing ones. This can also be done after the installation by "
-"running the profile management tool."
+"After installing Websphere AS, create server profile with Profile Management "
+"Tool, if you didn't create profile in installation process."
msgstr ""
-#. Tag: para
-#: Websphere.xml:60
-#, no-c-format
-msgid ""
-"It is highly recommended to patch Websphere by latest fix pack, at the time "
-"of this writing it is 6.1.0.19"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:63
+#: Websphere.xml:42
#, no-c-format
-msgid "A note about restarting the server"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:64
-#, no-c-format
-msgid ""
-"There are times that restarting the server will be required after deploying "
-"or changes the examples in this chapter. Its does not seem like every change "
-"requires a restart. If you get errors or exceptions after modifying a "
-"property or deploying an application try to restart the server."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:72
-#, no-c-format
-msgid "Required custom properties"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:73
-#, no-c-format
-msgid ""
-"There are a couple of Websphere custom properties that are required for Seam "
-"integration. These properties are not needed specifically for Seam, but work "
-"around some issues with Websphere. These are set following the instructions "
-"here : <ulink url=\"http://www-1.ibm.com/support/docview.wss?rss=180&"
-"uid=swg21284395\"> Setting web container custom properties</ulink>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:82
-#, no-c-format
-msgid ""
-"<literal>prependSlashToResource = \"true\"</literal> — This solves a "
-"fairly common issue with Websphere where applications are not using a "
-"leading \"/\" when attempting to access resources. If this is not set then a "
-"<literal>java.net.MalformedURLException</literal> will be thrown. With this "
-"property set you will still see warnings, but the resources will be "
-"retrieved as expected."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:90 Websphere.xml:108
-#, no-c-format
-msgid "Detailed can be found at:"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:92
-#, no-c-format
-msgid "SRVE0238E: Resource paths must have a leading slash"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:97
-#, no-c-format
-msgid ""
-"<literal>com.ibm.ws.webcontainer.invokefilterscompatibility = \"true\"</"
-"literal> — This solves an issue with Websphere where it throws a "
-"<literal>FileNotFoundException</literal> when a web application attempts to "
-"access a file resource that does not actually exist on disk. This is a "
-"common practice in modern web applications where filters or servlets are "
-"used to process resource requests like these. This issue manifests itself as "
-"failures to retrieve JavaScript, CSS, images, etc... when requesting a web "
-"page."
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:110
-#, no-c-format
-msgid ""
-"PK33090; 6.1: A filter that serves a file does not pop-up an alert message"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:119
-#, no-c-format
msgid "The <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:121
+#: Websphere.xml:44
#, no-c-format
msgid ""
"The <literal>jee5/booking</literal> example is based on the Hotel Booking "
@@ -208,45 +98,36 @@
"located in the <literal>$SEAM_DIST/examples/jee5/booking</literal> directory."
msgstr ""
-#. Tag: para
-#: Websphere.xml:128
-#, no-c-format
-msgid ""
-"As stated before the <literal>EJB3</literal> feature pack does not provide a "
-"full <literal>jee5</literal> implementation. This means that there are some "
-"tricks to getting an application deployed and functioning."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:134 Websphere.xml:927
+#: Websphere.xml:52 Websphere.xml:710
#, no-c-format
msgid "<title>Configuration file changes</title>"
msgstr ""
#. Tag: para
-#: Websphere.xml:136
+#: Websphere.xml:54
#, no-c-format
msgid ""
"Below are the configuration file changes that are need to the base example."
msgstr ""
#. Tag: literal
-#: Websphere.xml:142 Websphere.xml:1001
+#: Websphere.xml:60 Websphere.xml:784
#, no-c-format
msgid "resources/WEB-INF/components.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:145
+#: Websphere.xml:63
#, no-c-format
msgid ""
-"We need to change the way that we look up EJBs for Websphere. We need to "
-"remove the <literal>/local</literal> from the end of the <literal>jndi-"
-"pattern</literal> attribute. It should look like this:"
+"We need to change the way that we look up EJBs for WAS. We need to remove "
+"the <literal>/local</literal> from the end of the <literal>jndi-pattern</"
+"literal> attribute. It should look like this:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:152
+#: Websphere.xml:70
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -256,133 +137,119 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:156 Websphere.xml:1033
+#: Websphere.xml:76
#, no-c-format
-msgid "resources/WEB-INF/web.xml"
+msgid "resources/META-INF/ejb-jar.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:159
+#: Websphere.xml:79
#, no-c-format
msgid ""
-"This is the first place that we notice an unexpected change because this is "
-"not full <literal>jee5</literal> implementation."
+"We need to replace the /local string from <literal>ejb-ref-name</literal>. "
+"See at the following final code:"
msgstr ""
-#. Tag: para
-#: Websphere.xml:162
+#. Tag: programlisting
+#: Websphere.xml:82
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it requires "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
+"<![CDATA[\n"
+" <enterprise-beans>\n"
+" <!-- EJB reference required when one Seam EJB component references "
+"another Seam EJB component using @In -->\n"
+" <!-- Not required if you inject using @EJB, but then you lose state "
+"management and client-side interceptors (e.g., security) -->\n"
+" <session>\n"
+" <ejb-name>RegisterAction</ejb-name>\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
+"name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref>\n"
+" </session>\n"
+" </enterprise-beans>]]>"
msgstr ""
-#. Tag: programlisting
-#: Websphere.xml:169
+#. Tag: literal
+#: Websphere.xml:88 Websphere.xml:816
#, no-c-format
-msgid ""
-"<![CDATA[<xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
+msgid "resources/WEB-INF/web.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:170
+#: Websphere.xml:91
#, no-c-format
msgid ""
-"Next, we have to make some changes to the EJB references in the <literal>web."
-"xml</literal>. These changes are what will allow Websphere to bind the EJB2 "
-"references in the web module to the the actual EJB3 beans in the EAR module. "
-"Replace all of the <literal>ejb-local-refs</literal> when the values below."
+"We have to make some changes to the EJB references in the <literal>web.xml</"
+"literal>. These changes are what will allow WAS to bind automatically the "
+"EJB3 references in the web module to the the actual EJB3 beans in the EAR "
+"module. Replace all of the /local strings in <literal>ejb-local-refs</"
+"literal> when the values below."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:179
+#: Websphere.xml:100
#, no-c-format
msgid ""
"<![CDATA[\n"
" <!-- JEE5 EJB3 names -->\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Authenticator</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.BookingList</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Register</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.ChangePassword</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.HotelBooking</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.HotelSearching</local> \n"
-" </ejb-local-ref> \n"
-" \n"
" <ejb-local-ref>\n"
-" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name> \n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-name>\n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref> \n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.BookingList</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Register</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.ChangePassword</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelBooking</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelSearching</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:181
+#: Websphere.xml:102
#, no-c-format
msgid ""
-"The important change is that there is an empty <literal>local-home</literal> "
-"element for each EJB. This tells Websphere to make the correct bindings "
-"between the web module and the EJB3 beans. The <literal>ejb-link</literal> "
-"element is simply not used."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:187
-#, no-c-format
-msgid ""
"Note also that <literal>EjbSynchronizations</literal> is a built-in Seam EJB "
"and not part of the Hotel Booking example. This means that if your "
"application's <literal>components.xml</literal> specifies "
-"<literal>transaction:ejb-transaction</literal> , then you must include:"
+"<literal>transaction:ejb-transaction</literal>, then you must include:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:192
+#: Websphere.xml:107
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -395,34 +262,34 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:193
+#: Websphere.xml:108
#, no-c-format
msgid ""
"in your web.xml. If you don't include it, you'll get the following error:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:194
+#: Websphere.xml:109
#, no-c-format
msgid "Name comp/env/myapp/EjbSynchronizations not found in context java:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:199
+#: Websphere.xml:114
#, no-c-format
msgid "resources/META-INF/persistence.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:202
+#: Websphere.xml:117
#, no-c-format
msgid ""
"For this example we will be using the default datasource that comes with "
-"Websphere. To do this change the <literal>jta-data-source</literal> element:"
+"WAS. To do this change the <literal>jta-data-source</literal> element:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:205
+#: Websphere.xml:120
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -431,7 +298,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:206
+#: Websphere.xml:121
#, no-c-format
msgid ""
"Then we need to adjust some of the hibernate properties. First comment out "
@@ -439,7 +306,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:211
+#: Websphere.xml:126
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -455,25 +322,25 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:215
+#: Websphere.xml:130
#, no-c-format
msgid ""
"<literal>hibernate.transaction.manager_lookup_class</literal> — "
-"Standard Hibernate transaction manager property for Websphere 6.X"
+"Standard Hibernate transaction manager property for WAS 6.X and 7"
msgstr ""
#. Tag: para
-#: Websphere.xml:221
+#: Websphere.xml:136
#, no-c-format
msgid ""
"<literal>hibernate.transaction.flush_before_completion</literal> — "
"This is commented out because we want the container to manage the "
"transactions. Also if this is set to <literal>true</literal> an exception "
-"will be thrown by Websphere when the EJBContext is looked up."
+"will be thrown by WAS when the EJBContext is looked up."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:230
+#: Websphere.xml:145
#, no-c-format
msgid ""
"<![CDATA[com.ibm.wsspi.injectionengine.InjectionException: \n"
@@ -482,55 +349,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:233
+#: Websphere.xml:148
#, no-c-format
msgid ""
"<literal>hibernate.dialect</literal> — From WAS 6.1.0.9 on the "
-"embedded DB was switched to the same Derby DB in Glassfish."
+"embedded DB was switched to the same Derby DB as is in Glassfish v2."
msgstr ""
#. Tag: literal
-#: Websphere.xml:243 Websphere.xml:967
+#: Websphere.xml:158 Websphere.xml:750
#, no-c-format
-msgid "resources/GlassfishDerbyDialect.class"
+msgid "src/GlassfishDerbyDialect.java"
msgstr ""
#. Tag: para
-#: Websphere.xml:246
+#: Websphere.xml:161
#, no-c-format
msgid ""
-"You will need to get the <literal>GlassfishDerbyDialect.class</literal> and "
-"copy it into the <literal>/resources</literal> directory. The class exists "
-"in the JPA example and can be copied using the command below assuming you "
-"are in <literal>jee5/booking</literal> directory:"
+"You will need to get the <literal>GlassfishDerbyDialect.java</literal> and "
+"copy it into the <literal>/src</literal> directory. The java class exists in "
+"the JPA example source directory and can be copied using the command below "
+"assuming you are in <literal>jee5/booking</literal> directory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:254
+#: Websphere.xml:169
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/WEB-INF/classes/GlassfishDerbyDialect."
-"class\n"
-" ./resources]]>"
+"cp ../../jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:255
+#: Websphere.xml:170
#, no-c-format
msgid ""
-"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file "
-"using changes to the build.xml discussed later."
+"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file."
msgstr ""
#. Tag: literal
-#: Websphere.xml:261
+#: Websphere.xml:175
#, no-c-format
msgid "resources/import.sql"
msgstr ""
#. Tag: para
-#: Websphere.xml:264
+#: Websphere.xml:178
#, no-c-format
msgid ""
"This file must also be copied from the JPA example because either the Derby "
@@ -540,201 +405,91 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:271
+#: Websphere.xml:185
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/import.sql ./resources]]>"
+"cp ../../jpa/resources-websphere7/import.sql ./resources]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:280
+#: Websphere.xml:194
#, no-c-format
msgid "Building the <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:283
+#: Websphere.xml:197
#, no-c-format
msgid ""
"In order to get the changes we have made into our application we need to "
"make some changes to the <literal>build.xml</literal>. There are also some "
"additional jars that are required by our application in order to work with "
-"Websphere. This section will cover what changes are needed to the "
-"<literal>build.xml</literal>."
+"WAS. This section will cover what changes are needed to the <literal>build."
+"xml</literal>."
msgstr ""
#. Tag: title
-#: Websphere.xml:290
+#: Websphere.xml:204
#, no-c-format
-msgid "New libraries dependencies"
+msgid "Library dependency changes"
msgstr ""
#. Tag: para
-#: Websphere.xml:294
+#: Websphere.xml:205
#, no-c-format
msgid ""
-"JSF libraries — Websphere 6.1 comes with its own version of JSF 1.1 "
-"(Seam requires JSF 1.2). So we must add these jars to our application:"
+"We remove the <literal>log4j.jar</literal> so that all of the log output "
+"from our application will be added to the WAS log. Additional steps are "
+"required to fully configure log4j and those are outside of the scope of this "
+"document."
msgstr ""
-#. Tag: literal
-#: Websphere.xml:299 Websphere.xml:836
-#, no-c-format
-msgid "jsf-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:303 Websphere.xml:841
-#, no-c-format
-msgid "jsf-impl.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:309
-#, no-c-format
-msgid ""
-"Since Websphere is not a fully compliant <literal>JEE5</literal> "
-"implementation we need to add these EL libraries:"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:314 Websphere.xml:849
-#, no-c-format
-msgid "el-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:318 Websphere.xml:845
-#, no-c-format
-msgid "el-ri.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:324
-#, no-c-format
-msgid ""
-"<literal>jboss-seam.jar</literal> — for some reason when deploying the "
-"application through the Websphere administration console it can not find the "
-"<literal>jboss-seam.jar</literal> at the base of the EAR archive. This means "
-"that we need to add it to the <literal>/lib</literal> of the EAR."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:332
-#, no-c-format
-msgid ""
-"Finally we remove the <literal>log4j.jar</literal> so that all of the log "
-"output from our application will be added to the Websphere log. Additional "
-"steps are required to fully configure log4j and those are outside of the "
-"scope of this document."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:343
+#: Websphere.xml:213
#, no-c-format
msgid "Updating the <literal>build.xml</literal> file"
msgstr ""
#. Tag: para
-#: Websphere.xml:345
+#: Websphere.xml:215
#, no-c-format
msgid ""
"Add the following entry to the bottom of the <literal>build.xml</literal> "
"file. This overrides the default fileset that is used to populate the "
-"<literal>jboss-seam-jee5.jar</literal>. The primary change is the addition "
-"of the <literal>GlassfishDerbyDialect.class</literal>:"
+"<literal>jboss-seam-jee5.jar</literal>. :"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:354
+#: Websphere.xml:223
#, no-c-format
msgid ""
"<![CDATA[\n"
" <fileset id=\"jar.resources\" dir=\"${resources.dir}\">\n"
" <include name=\"import.sql\" />\n"
" <include name=\"seam.properties\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
" <include name=\"META-INF/persistence.xml\" />\n"
" <include name=\"META-INF/ejb-jar.xml\" />\n"
" </fileset>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:357
+#: Websphere.xml:225
#, no-c-format
msgid ""
-"Next we need to add the library dependencies discussed above. For this add "
-"the following to bottom of the <literal>ear.lib.extras</literal> fileset "
-"entry:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:363
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!--<include name=\"lib/log4j.jar\" />-->\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" />\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:365
-#, no-c-format
-msgid ""
-"We also need to add richfaces-api.jar, jsf-impl.jar and el-ri.jar into WEB-"
-"INF/lib of the war file. Add the following fileset after <literal>ear.lib."
-"extras</literal> fileset."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:368
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <fileset id=\"war.lib.extras\" dir=\"${seam.dir}\"> \n"
-" <include name=\"lib/richfaces-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" /> \n"
-" </fileset>]]>"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:370
-#, no-c-format
-msgid "A note about copying JSF and EL jars"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:371
-#, no-c-format
-msgid ""
-"There is a class loading issue with WebSphere, which causes the jars from "
-"ear lib directory to not be available when the web module is initialized."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:376
-#, no-c-format
-msgid ""
"Now all that is left is to execute the <literal>ant archive</literal> task "
"and the built application will be in the <literal>jee5/booking/dist</"
"literal> directory."
msgstr ""
#. Tag: title
-#: Websphere.xml:385
+#: Websphere.xml:234
#, no-c-format
msgid "Deploying the application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:387
+#: Websphere.xml:236
#, no-c-format
msgid ""
"So now we have everything we need in place. All that is left is to deploy it "
@@ -742,7 +497,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:389
+#: Websphere.xml:238
#, no-c-format
msgid ""
"For this we will use Websphere's administration console. As before there are "
@@ -750,52 +505,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:392
+#: Websphere.xml:241
#, no-c-format
msgid ""
-"The steps below are for the Websphere version stated above, yours may be "
-"slightly different."
+"The steps below are for the WAS version stated above. The ports are default "
+"values, if you changed them substitute your values."
msgstr ""
#. Tag: para
-#: Websphere.xml:396
+#: Websphere.xml:245
#, no-c-format
-msgid "Log in to the administration console"
+msgid ""
+"Log in to the administration console <programlisting><![CDATA[https://"
+"localhost:9043/admin]]></programlisting> or"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:399
+#: Websphere.xml:250
#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"https://localhost:9043/ibm/console]]>"
+msgid "<![CDATA[http://localhost:9060/admin]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:403
+#: Websphere.xml:254
#, no-c-format
msgid ""
-"Access the <literal>Enterprise Application</literal> menu option under the "
-"<literal>Applications</literal> top menu."
+"Access the <literal>Websphere enterprise applications</literal> menu option "
+"under the <literal>Applications --> Application Type</literal> left side "
+"menu."
msgstr ""
#. Tag: para
-#: Websphere.xml:408
+#: Websphere.xml:259
#, no-c-format
msgid ""
-"At the top of the <literal>Enterprise Application</literal> table select "
+"At the top of the <literal>Enterprise Applications</literal> table select "
"<literal>Install</literal>. Below are installation wizard pages and what "
"needs to done on each:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:414 Websphere.xml:674
+#: Websphere.xml:265 Websphere.xml:461
#, no-c-format
msgid "Preparing for the application installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:418
+#: Websphere.xml:269
#, no-c-format
msgid ""
"Browse to the <literal>examples/jee5/booking/dist/jboss-seam-jee5.ear</"
@@ -803,102 +559,81 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:424 Websphere.xml:442 Websphere.xml:475 Websphere.xml:689
+#: Websphere.xml:275 Websphere.xml:285 Websphere.xml:304 Websphere.xml:476
+#: Websphere.xml:496
#, no-c-format
msgid "Select the <literal>Next</literal> button."
msgstr ""
+#. Tag: para
+#: Websphere.xml:280 Websphere.xml:471
+#, no-c-format
+msgid "Select the <literal>Fast Path</literal> button."
+msgstr ""
+
#. Tag: literal
-#: Websphere.xml:431
+#: Websphere.xml:292
#, no-c-format
msgid "Select installation options"
msgstr ""
#. Tag: para
-#: Websphere.xml:435
+#: Websphere.xml:296
#, no-c-format
msgid ""
-"Select the <literal>Deploy enterprise beans</literal> check box. This is "
-"needed unless you used a Websphere tool to package the application."
+"Select the <literal>Deploy enterprise beans</literal> and <literal>Allow EJB "
+"reference targets to resolve automatically</literal> check boxes. This is "
+"needed unless you used a Websphere AS tool to package the application."
msgstr ""
#. Tag: literal
-#: Websphere.xml:449
+#: Websphere.xml:313
#, no-c-format
msgid "Map modules to servers"
msgstr ""
#. Tag: para
-#: Websphere.xml:453
+#: Websphere.xml:317
#, no-c-format
msgid ""
"No changes needed here as we only have one server. Select the <literal>Next</"
"literal> button."
msgstr ""
-#. Tag: para
-#: Websphere.xml:461
-#, no-c-format
-msgid ""
-"<literal>Map EJB references to beans</literal> This page will list all of "
-"the beans that we entered in the web.xml."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:466
-#, no-c-format
-msgid ""
-"Make sure that <literal>Allow EJB reference targets to resolve "
-"automatically</literal> check box is selected. This will tell Websphere to "
-"bind our EJB3 beans to the EJB references in the web module."
-msgstr ""
-
#. Tag: literal
-#: Websphere.xml:482
+#: Websphere.xml:325
#, no-c-format
-msgid "Map virtual hosts for Web modules"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:486
-#, no-c-format
-msgid "No changes needed here. Select the <literal>Next</literal> button."
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:493
-#, no-c-format
msgid "Summary"
msgstr ""
#. Tag: para
-#: Websphere.xml:496
+#: Websphere.xml:328
#, no-c-format
msgid "No changes needed here. Select the <literal>Finish</literal> button."
msgstr ""
#. Tag: literal
-#: Websphere.xml:503
+#: Websphere.xml:335
#, no-c-format
msgid "Installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:506
+#: Websphere.xml:338
#, no-c-format
msgid "Now you will see it installing and deploying your application."
msgstr ""
#. Tag: para
-#: Websphere.xml:511
+#: Websphere.xml:343
#, no-c-format
msgid ""
-"When if finishes select the <literal>Save</literal> link and you will be "
+"When it finishes select the <literal>Save</literal> link and you will be "
"returned to the <literal>Enterprise Applications</literal> table."
msgstr ""
#. Tag: para
-#: Websphere.xml:523
+#: Websphere.xml:355
#, no-c-format
msgid ""
"Now that we have our application installed we need to make some adjustments "
@@ -906,7 +641,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:527
+#: Websphere.xml:359
#, no-c-format
msgid ""
"Starting from the <literal>Enterprise Applications</literal> table select "
@@ -914,40 +649,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:533
+#: Websphere.xml:365
#, no-c-format
msgid "Select the <literal>Manage Modules</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:537
+#: Websphere.xml:369
#, no-c-format
-msgid "Select the <literal>jboss-seam-jee5.war</literal> link."
+msgid "Select the <literal>jboss-seam-jee5-booking.war</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:542
+#: Websphere.xml:374
#, no-c-format
msgid ""
"Change the <literal>Class loader order</literal> combo box to "
-"<literal>Classes loaded with application class loader first</literal>."
+"<literal>Classes loaded with application class loader first (parent last)</"
+"literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:548 Websphere.xml:573
+#: Websphere.xml:380 Websphere.xml:397
#, no-c-format
msgid ""
"Select <literal>Apply</literal> and then <literal>Save</literal> options."
msgstr ""
#. Tag: para
-#: Websphere.xml:552
+#: Websphere.xml:384
#, no-c-format
-msgid "Return the <literal>Seam Booking</literal> page."
+msgid "Return to the <literal>Seam Booking</literal> page."
msgstr ""
#. Tag: para
-#: Websphere.xml:556
+#: Websphere.xml:387
#, no-c-format
msgid ""
"On this page select the <literal>Class loading and update detection</"
@@ -955,7 +691,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:561
+#: Websphere.xml:392
#, no-c-format
msgid ""
"Select the radio button for <literal>Classes loaded with application class "
@@ -963,117 +699,40 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:566
+#: Websphere.xml:403
#, no-c-format
msgid ""
-"Even though we are not enabling class reload you must also enter a valid "
-"number in the <literal>Polling interval for updated files</literal> text "
-"area (zero works fine)."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:577
-#, no-c-format
-msgid ""
-"You should verify that the change you just made has been remembered. We have "
-"had problems with the last class loader change not taking effect - even "
-"after a restart. If the change did not take you will need to do it manually, "
-"following these directions:"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:585
-#, no-c-format
-msgid "Open the following file in a text editor of your choice:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:589
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"$WebSphereInstall/$yourServerName/profiles/$yourProfileName/config/cells/\n"
-" $yourCellName/applications/Seam Booking.ear/deployments/\n"
-" Seam Booking/deployment.xml]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:593
-#, no-c-format
-msgid ""
-"Modify the following line so that <literal>PARENT_FIRST</literal> is now "
-"<literal>PARENT_LAST</literal>:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:599
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<classloader xmi:id=\"Classloader_#######\" mode=\"PARENT_FIRST\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:603
-#, no-c-format
-msgid ""
-"Save the file and now when go to the <literal>Class loading and update "
-"detection</literal> page you should see <literal>Classes loaded with "
-"application class loader first</literal> selected."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:615
-#, no-c-format
-msgid ""
"To start the application return to the <literal>Enterprise Applications</"
"literal> table and select our application in the list. Then choose the "
"<literal>Start</literal> button at the top of the table."
msgstr ""
#. Tag: para
-#: Websphere.xml:622
+#: Websphere.xml:410
#, no-c-format
msgid ""
"You can now access the application at <literal>http://localhost:9080/seam-"
-"jee5/</literal> ."
+"jee5-booking/index.html</literal> ."
msgstr ""
#. Tag: title
-#: Websphere.xml:628
+#: Websphere.xml:431
#, no-c-format
-msgid "A note about Websphere Stateful bean timeouts"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:629
-#, no-c-format
-msgid ""
-"The default timeout period for a Websphere 6.1 Stateful EJB is 10 minutes. "
-"This means that you may see some EJB timeout exceptions after some idle "
-"time. It is possible to adjust the timeout of the Stateful EJBs on an "
-"individual basis, but that is beyond the scope of this document. See the "
-"Websphere documentation for details."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:643
-#, no-c-format
msgid "The <literal>jpa</literal> booking example"
msgstr ""
#. Tag: para
-#: Websphere.xml:644
+#: Websphere.xml:432
#, no-c-format
msgid ""
"Thankfully getting the <literal>jpa</literal> example to work is much easier "
"than the <literal>jee5</literal> example. This is the Hotel Booking example "
"implemented in Seam POJOs and using Hibernate JPA with JPA transactions. It "
-"does not require EJB3 support to run."
+"does not use EJB3."
msgstr ""
#. Tag: para
-#: Websphere.xml:650
+#: Websphere.xml:437
#, no-c-format
msgid ""
"The example already has a breakout of configurations and build scripts for "
@@ -1081,7 +740,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:653
+#: Websphere.xml:440
#, no-c-format
msgid ""
"First thing we are going to do is build and deploy that example. Then we'll "
@@ -1089,29 +748,29 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:657
+#: Websphere.xml:444
#, no-c-format
msgid "Building the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:658
+#: Websphere.xml:445
#, no-c-format
msgid ""
"Building it only requires running the correct ant command: "
-"<programlisting>ant websphere61</programlisting> This will create container "
+"<programlisting>ant websphere7</programlisting> This will create container "
"specific distribution and exploded archive directories with the "
-"<literal>websphere61</literal> label."
+"<literal>websphere7</literal> label."
msgstr ""
#. Tag: title
-#: Websphere.xml:664
+#: Websphere.xml:451
#, no-c-format
msgid "Deploying the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:665
+#: Websphere.xml:452
#, no-c-format
msgid ""
"This is similar to the <literal>jee5</literal> example at <xref linkend="
@@ -1119,7 +778,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:670
+#: Websphere.xml:457
#, no-c-format
msgid ""
"From the <literal>Enterprise Applications</literal> table select the "
@@ -1127,37 +786,43 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:678
+#: Websphere.xml:465
#, no-c-format
msgid ""
-"Browse to the <literal>examples/jpa/dist-websphere61/jboss-seam-jpa.war</"
+"Browse to the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
"literal> file using the file upload widget."
msgstr ""
#. Tag: para
-#: Websphere.xml:684
+#: Websphere.xml:483
#, no-c-format
msgid ""
-"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
-"jpa</literal>."
+"Select the <literal>Next</literal> button for the next three pages, no "
+"changes are needed."
msgstr ""
+#. Tag: literal
+#: Websphere.xml:488
+#, no-c-format
+msgid "Map context roots for Web modules"
+msgstr ""
+
#. Tag: para
-#: Websphere.xml:695
+#: Websphere.xml:491
#, no-c-format
msgid ""
-"Select the <literal>Next</literal> button for the next three pages, no "
-"changes are needed."
+"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
+"jpa</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:700
+#: Websphere.xml:502
#, no-c-format
msgid "<literal>Summary</literal> page"
msgstr ""
#. Tag: para
-#: Websphere.xml:703
+#: Websphere.xml:505
#, no-c-format
msgid ""
"Review the settings if you wish and select the <literal>Finish</literal> "
@@ -1167,17 +832,17 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:716
+#: Websphere.xml:519
#, no-c-format
msgid ""
"As with the <literal>jee5</literal> example there are some class loader "
"changes needed before we start the application. Follow the instructions at "
"<xref linkend=\"websphere-app-adj-after-install\"/> but exchange "
-"<literal>jboss-seam-jpa</literal> for <literal>Seam Booking</literal>."
+"<literal>jboss-seam-jpa_war</literal> for <literal>Seam Booking</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:723
+#: Websphere.xml:526
#, no-c-format
msgid ""
"Finally start the application by selecting it in the <literal>Enterprise "
@@ -1186,7 +851,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:729
+#: Websphere.xml:532
#, no-c-format
msgid ""
"You can now access the application at the <literal>http://localhost:9080/"
@@ -1194,187 +859,186 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:737
+#: Websphere.xml:540
#, no-c-format
-msgid "Whats different for Websphere 6.1"
+msgid "What's different for Websphere AS V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:738
+#: Websphere.xml:541
#, no-c-format
msgid ""
"The differences between the JPA examples that deploys to JBoss 4.2 and "
-"Websphere 6.1 are mostly expected; library and configuration file changes."
+"Websphere AS V7 are mostly expected; library and configuration file changes."
msgstr ""
#. Tag: para
-#: Websphere.xml:743
+#: Websphere.xml:546
#, no-c-format
msgid "<para>Configuration file changes</para>"
msgstr ""
#. Tag: para
-#: Websphere.xml:746
+#: Websphere.xml:549
#, no-c-format
msgid ""
-"<literal>WEB-INF/web.xml</literal> — the only significant change is "
-"that Websphere 6.1 only support <literal>Servlet 2.4</literal> so the top of "
-"this file was changed."
+"<literal>META-INF/persistence.xml</literal> — the main changes here "
+"are for the datasource JNDI path, switching to the Websphere transaction "
+"manager look up class, and changing the hibernate dialect to be "
+"<literal>GlassfishDerbyDialect</literal> ."
msgstr ""
#. Tag: para
-#: Websphere.xml:753
+#: Websphere.xml:559
#, no-c-format
msgid ""
-"<literal>META-INF/persistence.xml</literal> — the main changes here "
-"are for the datasource JNDI path, switching to the Websphere 6.1 transaction "
-"manager look up class, and changing the hibernate dialect to be "
-"<literal>GlassfishDerbyDialect</literal> ."
+"<literal>WEB-INF/components.xml</literal> — the change here is "
+"<literal>jndi-pattern</literal> without /local string."
msgstr ""
#. Tag: para
-#: Websphere.xml:763
+#: Websphere.xml:565
#, no-c-format
msgid ""
-"<literal>WEB-INF/classes/GlassfishDerbyDialect.class </literal> — this "
-"class is needed for the hibernate dialect change to "
-"<literal>GlassfishDerbyDialect</literal>"
+"<literal>META-INF/ejb-jar.xml</literal> — the same change in "
+"<literal>ejb-ref-name</literal>, where is replace /local string in "
+"<literal>jboss-seam-jee5/AuthenticatorAction</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:771
+#: Websphere.xml:572
#, no-c-format
msgid ""
+"<literal>src/GlassfishDerbyDialect.java </literal> — this class is "
+"needed for the hibernate dialect change to <literal>GlassfishDerbyDialect</"
+"literal>"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:580
+#, no-c-format
+msgid ""
"<literal>import.sql</literal> — either for the dialect or Derby DB the "
"<literal>ID</literal> column can not be populated by this file and was "
"removed."
msgstr ""
#. Tag: para
-#: Websphere.xml:780
+#: Websphere.xml:589
#, no-c-format
msgid "Changes for dependent libraries"
msgstr ""
#. Tag: para
-#: Websphere.xml:781
+#: Websphere.xml:590
#, no-c-format
msgid ""
-"<literal>WEB-INF/lib</literal> — The Websphere version requires "
-"several library packages because they are not included as they are with "
-"JBoss AS. These are primarily for hibernate, JSF-RI support and their "
-"dependencies. Below are listed only the additional jars needed above and "
-"beyond the JBoss <literal>JPA</literal> example."
+"The Websphere version requires several library packages because they are not "
+"included as they are with JBoss AS. These are primarily for hibernate and "
+"their dependencies. Below are listed only the additional jars needed above "
+"and beyond the JBoss <literal>JPA</literal> example."
msgstr ""
#. Tag: para
-#: Websphere.xml:789
+#: Websphere.xml:597
#, no-c-format
msgid "To use Hibernate as your JPA provider you need the following jars:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:794
+#: Websphere.xml:602
#, no-c-format
msgid "hibernate.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:799
+#: Websphere.xml:607
#, no-c-format
msgid "hibernate-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:804
+#: Websphere.xml:612
#, no-c-format
msgid "hibernate-commons-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:809
+#: Websphere.xml:617
#, no-c-format
msgid "hibernate-entitymanager.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:814
+#: Websphere.xml:622
#, no-c-format
msgid "hibernate-validator.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:819
+#: Websphere.xml:627
#, no-c-format
msgid "commons-collections.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:824
+#: Websphere.xml:632
#, no-c-format
msgid "jboss-common-core.jar"
msgstr ""
#. Tag: para
-#: Websphere.xml:830
+#: Websphere.xml:638
#, no-c-format
-msgid ""
-"Seam requires JSF 1.2 and these are the jars needed for that. Websphere 6.1 "
-"ships with its own implementation of JSF 1.1."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:855
-#, no-c-format
msgid "Various third party jars that Websphere needs:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:858
+#: Websphere.xml:641
#, no-c-format
msgid "antlr.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:862
+#: Websphere.xml:645
#, no-c-format
msgid "cglib.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:866
+#: Websphere.xml:649
#, no-c-format
msgid "asm.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:870
+#: Websphere.xml:653
#, no-c-format
msgid "dom4j.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:875
+#: Websphere.xml:658
#, no-c-format
msgid "javassist.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:880
+#: Websphere.xml:663
#, no-c-format
msgid "concurrent.jar"
msgstr ""
#. Tag: title
-#: Websphere.xml:895
+#: Websphere.xml:678
#, no-c-format
msgid ""
"Deploying an application created using <literal>seam-gen</literal> on "
-"Websphere 6.1.0.13"
+"Websphere V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:898
+#: Websphere.xml:681
#, no-c-format
msgid ""
"<literal>seam-gen</literal> is a very useful tool for developers to quickly "
@@ -1387,13 +1051,13 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:908
+#: Websphere.xml:691
#, no-c-format
msgid "Running <literal>seam-gen</literal> Setup"
msgstr ""
#. Tag: para
-#: Websphere.xml:909
+#: Websphere.xml:692
#, no-c-format
msgid ""
"The first step is setting up <literal>seam-gen</literal> to construct the "
@@ -1403,7 +1067,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:915
+#: Websphere.xml:698
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1499,7 +1163,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:917
+#: Websphere.xml:700
#, no-c-format
msgid ""
"Type <literal>./seam new-project</literal> to create your project and "
@@ -1508,25 +1172,25 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:924
+#: Websphere.xml:707
#, no-c-format
msgid "Changes needed for deployment to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:925
+#: Websphere.xml:708
#, no-c-format
msgid "We now need to make some changes to the generated project."
msgstr ""
#. Tag: literal
-#: Websphere.xml:931
+#: Websphere.xml:714
#, no-c-format
msgid "resources/META-INF/persistence-dev.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:936
+#: Websphere.xml:719
#, no-c-format
msgid ""
"Alter the <literal>jta-data-source</literal> to be "
@@ -1535,7 +1199,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:943
+#: Websphere.xml:726
#, no-c-format
msgid ""
"Add or change the properties below. These are described in detail at <xref "
@@ -1543,7 +1207,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:948
+#: Websphere.xml:731
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1559,14 +1223,14 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:951
+#: Websphere.xml:734
#, no-c-format
msgid ""
"Remove the JBoss AS specific method of exposing the EntityManagerFactory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:954
+#: Websphere.xml:737
#, no-c-format
msgid ""
"<![CDATA[<property \n"
@@ -1575,7 +1239,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:957
+#: Websphere.xml:740
#, no-c-format
msgid ""
"You'll need to alter <literal>persistence-prod.xml</literal> as well if you "
@@ -1583,32 +1247,31 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:970
+#: Websphere.xml:753
#, no-c-format
msgid ""
-"As with other examples we need to include this class for DB support. It can "
-"be copied from the <literal>jpa</literal> example into the "
-"<literal>websphere_example/resources</literal> directory."
+"As with other examples we need to include this java class for DB support. It "
+"can be copied from the <literal>jpa</literal> example into the "
+"<literal>websphere_example/src</literal> directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:976
+#: Websphere.xml:759
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp $SEAM/examples/jpa/resources-websphere61/WEB-INF/classes/"
-"GlassfishDerbyDialect.class\n"
-" ./resources]]>"
+"cp $SEAM/examples/jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: literal
-#: Websphere.xml:982
+#: Websphere.xml:765
#, no-c-format
msgid "resources/META-INF/jboss-app.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:985
+#: Websphere.xml:768
#, no-c-format
msgid ""
"You can delete this file as we aren't deploying to JBoss AS ( <literal>jboss-"
@@ -1616,13 +1279,13 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:991
+#: Websphere.xml:774
#, no-c-format
msgid "resources/*-ds.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:994
+#: Websphere.xml:777
#, no-c-format
msgid ""
"You can delete these file as we aren't deploying to JBoss AS (these files "
@@ -1630,7 +1293,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1006
+#: Websphere.xml:789
#, no-c-format
msgid ""
"Enable container managed transaction integration - add the <literal> <"
@@ -1640,7 +1303,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1015
+#: Websphere.xml:798
#, no-c-format
msgid ""
"Alter the <literal>jndi-pattern</literal> to <literal> java:comp/env/"
@@ -1648,7 +1311,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1021
+#: Websphere.xml:804
#, no-c-format
msgid ""
"We do not need <literal>managed-persistence-context</literal> for this "
@@ -1656,7 +1319,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1027
+#: Websphere.xml:810
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1667,67 +1330,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1036
+#: Websphere.xml:819
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it required "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1042
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1044
-#, no-c-format
-msgid ""
"As with the <literal>jee5/booking</literal> example we need to add EJB "
-"references to the web.xml. These references require the empty <literal>local-"
-"home</literal> to flag them for Websphere to perform the proper binding."
+"references to the web.xml. These references require replacing /local string "
+"in <literal>ejb-ref-name</literal> to flag them for Websphere to perform the "
+"proper binding."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1051
+#: Websphere.xml:826
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local> \n"
-" </ejb-local-ref>\n"
+"<![CDATA[ \n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local>\n"
+" </ejb-local-ref> \n"
" \n"
" <ejb-local-ref>\n"
" <ejb-ref-name>websphere_example/EjbSynchronizations</ejb-ref-name> \n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:1057
+#: Websphere.xml:832
#, no-c-format
msgid "Creating the <literal>AuthenticatorAction</literal> EJB"
msgstr ""
#. Tag: para
-#: Websphere.xml:1059
+#: Websphere.xml:834
#, no-c-format
msgid ""
"We want to take the existing <literal>Authenticator</literal> Seam POJO "
@@ -1735,13 +1372,19 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1065
+#: Websphere.xml:837
#, no-c-format
+msgid "Change the generated Authenticator class"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:840
+#, no-c-format
msgid "Rename the class to <literal>AuthenticatorAction</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1069
+#: Websphere.xml:844
#, no-c-format
msgid ""
"Add the <literal>@Stateless</literal> annotation to the new "
@@ -1749,7 +1392,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1075
+#: Websphere.xml:850
#, no-c-format
msgid ""
"Create an interface called <literal>Authenticator</literal> which "
@@ -1761,7 +1404,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1088
+#: Websphere.xml:863
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1770,7 +1413,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1091
+#: Websphere.xml:866
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1780,7 +1423,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1094
+#: Websphere.xml:869
#, no-c-format
msgid ""
"We've already added its reference to the <literal>web.xml</literal> file so "
@@ -1788,14 +1431,14 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:1100
+#: Websphere.xml:875
#, no-c-format
msgid ""
"Extra jar dependencies and other changes to the <literal>build.xml</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1102
+#: Websphere.xml:877
#, no-c-format
msgid ""
"This application has similar requirements as the <literal>jee5/booking</"
@@ -1803,7 +1446,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1107
+#: Websphere.xml:882
#, no-c-format
msgid ""
"Change the default target to <literal>archive</literal> (we aren't going to "
@@ -1811,7 +1454,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1113
+#: Websphere.xml:888
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1819,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1117
+#: Websphere.xml:892
#, no-c-format
msgid ""
"Websphere looks for the drools <literal>/security.drl</literal> file in the "
@@ -1832,7 +1475,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1128
+#: Websphere.xml:903
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1844,93 +1487,16 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1131
+#: Websphere.xml:906
#, no-c-format
msgid ""
-"We need to ge the <literal>GlassfishDerbyDialect.class</literal> into our "
-"application jar. To do that find the <literal>jar</literal> task and modify "
-"the top of it so that it looks like this:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1139
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"jar\" depends=\"compile,copyclasses\" \n"
-" description=\"Build the distribution .jar file\">\n"
-" <copy todir=\"${jar.dir}\">\n"
-" <fileset dir=\"${basedir}/resources\">\n"
-" <include name=\"seam.properties\" />\n"
-" <include name=\"*.drl\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
-" </fileset>\n"
-" </copy>\n"
-"...]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1142
-#, no-c-format
-msgid ""
-"Next we need to get the <literal>jboss-seam.jar</literal> into the base of "
-"the <literal>EAR</literal> file. For deployment Websphere requires this jar "
-"to be in both the <literal>/lib</literal> directory and at the base of the "
-"<literal>EAR</literal>. You must add the following to the <literal>archive</"
-"literal> task:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1151
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1152
-#, no-c-format
-msgid "So that the whole <literal>archive</literal> task looks like:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1156
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"archive\" depends=\"jar,war,ear\" \n"
-" description=\"Package the archives\">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.jar\" basedir=\"${jar.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.war\" basedir=\"${war.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.ear\">\n"
-" <fileset dir=\"${ear.dir}\"/>\n"
-" <fileset dir=\"${dist.dir}\">\n"
-" <include name=\"${project.name}.jar\"/>\n"
-" <include name=\"${project.name}.war\"/>\n"
-" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
-" </jar>\n"
-"</target>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1159
-#, no-c-format
-msgid ""
"Now we need to get extra jars into the <literal>build.xml</literal>. Look "
"for the <literal><fileset dir=\"${basedir}\"></literal> section of the "
"task below. Add the new includes at the bottom of the fileset."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1167
+#: Websphere.xml:914
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1941,9 +1507,7 @@
" <include name=\"*hibernate.cfg.xml\" />\n"
" <include name=\"jbpm.cfg.xml\" />\n"
" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
+"\n"
" <fileset dir=\"${basedir}\">\n"
" <include name=\"lib/jbpm*.jar\" />\n"
" <include name=\"lib/jboss-el.jar\" />\n"
@@ -1965,13 +1529,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1170
+#: Websphere.xml:917
#, no-c-format
msgid "Hibernate dependencies"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1171
+#: Websphere.xml:918
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1985,33 +1549,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1174
+#: Websphere.xml:921
#, no-c-format
-msgid ""
-"JSF dependencies. You will need to copy the <literal>el-ri.jar</literal> "
-"from the <literal>$SEAM/examples/jpa/lib</literal> directory."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1177
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1180
-#, no-c-format
msgid "Third party dependencies."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1181
+#: Websphere.xml:922
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2028,15 +1572,15 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1184
+#: Websphere.xml:925
#, no-c-format
msgid ""
-"<literal>jboss-seam.jar</literal> - this is needed in both the <literal>ear</"
-"literal> base and <literal>/lib</literal> directory."
+"<literal>jboss-seam.jar</literal> - this is needed in the <literal>ear</"
+"literal> base directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1188
+#: Websphere.xml:928
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2045,13 +1589,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1192
+#: Websphere.xml:932
#, no-c-format
msgid "You should end up with something like:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1193
+#: Websphere.xml:933
#, no-c-format
msgid ""
"<![CDATA[<fileset dir=\"${basedir}\">\n"
@@ -2072,13 +1616,7 @@
" <include name=\"lib/hibernate-entitymanager.jar\"/>\n"
" <include name=\"lib/hibernate-validator.jar\"/>\n"
" <include name=\"lib/jboss-common-core.jar\" />\n"
-" \n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>\n"
-" \n"
+"\n"
" <!-- 3rd party and supporting jars -->\n"
" <include name=\"lib/javassist.jar\"/>\n"
" <include name=\"lib/dom4j.jar\" />\n"
@@ -2095,38 +1633,14 @@
"</fileset>]]>"
msgstr ""
-#. Tag: para
-#: Websphere.xml:1195
-#, no-c-format
-msgid ""
-"The last step is to add <literal>jsf-impl.jar</literal> and <literal>el-ri."
-"jar</literal> to the war target. Look for <literal>copy todir=\"${war.dir}/"
-"WEB-INF/lib\"</literal> and add the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1199
-#, no-c-format
-msgid ""
-"<![CDATA[<copy todir=\"${war.dir}/WEB-INF/lib\">\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <includesfile name=\"deployed-jars-war.list"
-"\" />\n"
-" <include name=\"jsf-impl.jar\" />\n"
-" <include name=\"el-ri.jar\" /> \n"
-" <exclude name=\"jboss-seam-gen.jar\" />\n"
-" </fileset>\n"
-"</copy>]]>"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:1206
+#: Websphere.xml:940
#, no-c-format
msgid "Building and deploying the seam-gen'd application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:1212
+#: Websphere.xml:945
#, no-c-format
msgid ""
"Build your application by calling <literal>ant</literal> in the base "
@@ -2136,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1221
+#: Websphere.xml:954
#, no-c-format
msgid ""
"To deploy the application follow the instructions here : <xref linkend="
@@ -2146,7 +1660,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1227
+#: Websphere.xml:960
#, no-c-format
msgid ""
"Checkout the app at: <literal>http://localhost:9080/websphere_example/index."
Modified: trunk/doc/Seam_Reference_Guide/zh-TW/Excel.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/zh-TW/Excel.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/zh-TW/Excel.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: Seam_Reference_Guide \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-10-14 11:38+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -46,7 +46,7 @@
"&excel; JSF controls, which are used to construct views that can render the "
"document, and the DocumentStore component, which serves the rendered "
"document to the user. To include &excel; support in your application, "
-"included <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
+"include <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/"
"lib</literal> directory along with the <literal>jxl.jar</literal> JAR file. "
"Furthermore, you need to configure the DocumentStore servlet in your web.xml"
msgstr ""
@@ -247,9 +247,9 @@
msgid ""
"<literal>arrayGrowSize</literal> — The amount of memory by which to "
"increase the amount of memory allocated to storing the workbook data. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 1 megabyte. The value is a "
-"number (bytes)."
+"processes reading many small workbooks inside a WAS it might be necessary to "
+"reduce the default size. Default value is 1 megabyte. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -332,10 +332,10 @@
#, no-c-format
msgid ""
"<literal>initialFileSize</literal> — The initial amount of memory "
-"allocated to store the workbook data when reading a worksheet. For "
-"processeses reading many small workbooks inside a WAS it might be necessary "
-"to reduce the default size Default value is 5 megabytes. The value is a "
-"number (bytes)."
+"allocated to store the workbook data when reading a worksheet. For processes "
+"reading many small workbooks inside a WAS it might be necessary to reduce "
+"the default size. Default value is 5 megabytes. The value is a number "
+"(bytes)."
msgstr ""
#. Tag: para
@@ -428,7 +428,7 @@
#, no-c-format
msgid ""
"<literal>filename</literal> — The filename to use for the download. "
-"The value is a string. Please not that if you map the DocumentServlet to "
+"The value is a string. Please note that if you map the DocumentServlet to "
"some pattern, this file extension must also match."
msgstr ""
@@ -442,11 +442,9 @@
msgstr ""
#. Tag: emphasis
-#: Excel.xml:322 Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081
-#: Excel.xml:1157 Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537
-#: Excel.xml:1595 Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#: Excel.xml:322 Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
#, no-c-format
-msgid "Child elemenents"
+msgid "Child elements"
msgstr ""
#. Tag: para
@@ -516,7 +514,7 @@
#, no-c-format
msgid ""
"Worksheets are the children of workbooks and the parent of columns and "
-"worksheet commands They can also contain explicitly placed cells, formulas, "
+"worksheet commands. They can also contain explicitly placed cells, formulas, "
"images and hyperlinks. They are the pages that make up the workbook."
msgstr ""
@@ -542,14 +540,14 @@
#, no-c-format
msgid ""
"<literal>var</literal> — The current row iterator variable name that "
-"can later be referenced in cell value attributes. The value is a string"
+"can later be referenced in cell value attributes. The value is a string."
msgstr ""
#. Tag: para
#: Excel.xml:401
#, no-c-format
msgid ""
-"<literal>name</literal> — The name of the worksheet. The valus is a "
+"<literal>name</literal> — The name of the worksheet. The value is a "
"string. Defaults to Sheet# where # is the worksheet index. If the given "
"worksheet name exists, that sheet is selected. This can be used for merging "
"several data sets into a single worksheet, just define the same name for "
@@ -590,7 +588,7 @@
#, no-c-format
msgid ""
"<literal>bottomMargin</literal> — The bottom margin. The value is a "
-"number (inches)"
+"number (inches)."
msgstr ""
#. Tag: para
@@ -709,7 +707,7 @@
#: Excel.xml:551
#, no-c-format
msgid ""
-"<literal>normalMagnification</literal> — The normal magnificaton "
+"<literal>normalMagnification</literal> — The normal magnification "
"factor (not zoom or scale factor). The value is a number (percentage)."
msgstr ""
@@ -727,7 +725,7 @@
#, no-c-format
msgid ""
"<literal>pageBreakPreviewMagnification</literal> — The page break "
-"preview magnificaton factor (not zoom or scale factors). the value is a "
+"preview magnification factor (not zoom or scale factors). The value is a "
"number (percentage)."
msgstr ""
@@ -803,7 +801,8 @@
#, no-c-format
msgid ""
"<literal>recalculateFormulasBeforeSave</literal> — Should the formulas "
-"be re-calculated when the sheet is saved? The value is a boolean. false"
+"be re-calculated when the sheet is saved? The value is a boolean. Default "
+"value is false."
msgstr ""
#. Tag: para
@@ -874,11 +873,19 @@
#: Excel.xml:698
#, no-c-format
msgid ""
-"<literal>zoomFactor</literal> — T zoom factor. Do not confuse zoom "
+"<literal>zoomFactor</literal> — The zoom factor. Do not confuse zoom "
"factor (which relates to the on screen view) with scale factor (which refers "
-"to the scale factor when printing). The value is a number (percentage."
+"to the scale factor when printing). The value is a number (percentage)."
msgstr ""
+#. Tag: emphasis
+#: Excel.xml:708 Excel.xml:802 Excel.xml:954 Excel.xml:1081 Excel.xml:1157
+#: Excel.xml:1209 Excel.xml:1263 Excel.xml:1437 Excel.xml:1537 Excel.xml:1595
+#: Excel.xml:1658 Excel.xml:1935 Excel.xml:2318
+#, no-c-format
+msgid "Child elemenents"
+msgstr ""
+
#. Tag: para
#: Excel.xml:712
#, no-c-format
@@ -900,7 +907,7 @@
#, no-c-format
msgid ""
"<literal><e:headerFooter/></literal> — Zero or more header/"
-"footer definitions ((see <xref linkend=\"excel.headersfooters\"/> ))."
+"footer definitions (see <xref linkend=\"excel.headersfooters\"/> )."
msgstr ""
#. Tag: para
@@ -916,7 +923,7 @@
#, no-c-format
msgid ""
"<literal>header</literal>— Contents that will be placed at the top of "
-"the data block, above the column headers (if any)"
+"the data block, above the column headers (if any)."
msgstr ""
#. Tag: para
@@ -924,7 +931,7 @@
#, no-c-format
msgid ""
"<literal>footer</literal>— Contents that will be placed at the bottom "
-"of the data block, below the column footers (if any)"
+"of the data block, below the column footers (if any)."
msgstr ""
#. Tag: programlisting
@@ -1062,7 +1069,7 @@
"Cells are nested within columns (for iteration) or inside worksheets (for "
"direct placement using the <literal>column</literal> and <literal>row</"
"literal> attributes) and are responsible for outputting the value (usually "
-"though en EL-expression involving the <literal>var</literal>-attribute of "
+"through an EL-expression involving the <literal>var</literal>-attribute of "
"the datatable. See"
msgstr ""
@@ -1495,7 +1502,7 @@
#: Excel.xml:1360
#, no-c-format
msgid ""
-"The formula of the cell in placed in the <literal>value</literal> -attribute "
+"The formula of the cell is placed in the <literal>value</literal> -attribute "
"as a normal &excel; notation. Note that when doing cross-sheet formulas, the "
"worksheets must exist before referencing a formula against them. The value "
"is a string."
@@ -2123,12 +2130,6 @@
"initially? The value is a boolean."
msgstr ""
-#. Tag: emphasis
-#: Excel.xml:2014 Excel.xml:2079 Excel.xml:2139 Excel.xml:2218
-#, no-c-format
-msgid "Child elements"
-msgstr ""
-
#. Tag: literal
#: Excel.xml:2046
#, no-c-format
@@ -2171,7 +2172,7 @@
#: Excel.xml:2105
#, no-c-format
msgid ""
-"groups rows 5 trough 10 and columns 5 through 10 so that the rows are "
+"groups rows 5 through 10 and columns 5 through 10 so that the rows are "
"initially collapsed (but not the columns)."
msgstr ""
@@ -2382,7 +2383,7 @@
"The CSS attributes cascade down from parent to children and within one tag "
"cascades over the CSS classes referenced in the <literal>styleClass</"
"literal> attributes and finally over the CSS attributes defined in the "
-"<literal>style</literal>attribute. You can place them pretty much anywhere "
+"<literal>style</literal> attribute. You can place them pretty much anywhere "
"but e.g. placing a column width setting in a cell nested within that column "
"makes little sense."
msgstr ""
@@ -2579,7 +2580,7 @@
#. Tag: para
#: Excel.xml:2475
#, no-c-format
-msgid "This group of XLS-CSS attributes define the borders of the cell"
+msgid "This group of XLS-CSS attributes defines the borders of the cell"
msgstr ""
#. Tag: para
@@ -2667,7 +2668,7 @@
#, no-c-format
msgid ""
"A shorthand for setting line style and color of the top edge of the cell, e."
-"g style=\"xls-border-left: red thick\""
+"g style=\"xls-border-top: red thick\""
msgstr ""
#. Tag: para
@@ -2781,7 +2782,7 @@
#. Tag: para
#: Excel.xml:2668
#, no-c-format
-msgid "This group of XLS-CSS attributes define the background of the cell"
+msgid "This group of XLS-CSS attributes defines the background of the cell"
msgstr ""
#. Tag: para
@@ -2837,7 +2838,7 @@
#. Tag: para
#: Excel.xml:2722
#, no-c-format
-msgid "This group of XLS-CSS attributes define the column widths etc."
+msgid "This group of XLS-CSS attributes defines the column widths etc."
msgstr ""
#. Tag: para
@@ -2910,7 +2911,7 @@
#. Tag: para
#: Excel.xml:2783
#, no-c-format
-msgid "This group of XLS-CSS attributes define the cell properties"
+msgid "This group of XLS-CSS attributes defines the cell properties"
msgstr ""
#. Tag: para
@@ -3084,7 +3085,7 @@
#, no-c-format
msgid ""
"When using .xhtml documents, stylesheets must be referenced through the "
-"<literal><e:link> tag</literal>"
+"<literal><e:link></literal> tag"
msgstr ""
#. Tag: para
@@ -3106,8 +3107,9 @@
#, no-c-format
msgid ""
"The core of the &excel; functionality is based on the excellent JExcelAPI "
-"library which can be found on http://jexcelapi.sourceforge.net/ and most "
-"features and possible limitations are inherited from here."
+"library which can be found on <ulink url=\"http://jexcelapi.sourceforge.net"
+"\">http://jexcelapi.sourceforge.net/</ulink> and most features and possible "
+"limitations are inherited from here."
msgstr ""
#. Tag: para
Modified: trunk/doc/Seam_Reference_Guide/zh-TW/Itext.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/zh-TW/Itext.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/zh-TW/Itext.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -41,10 +41,10 @@
"iText support is provided by <literal>jboss-seam-pdf.jar</literal>. This JAR "
"contains the iText JSF controls, which are used to construct views that can "
"render to PDF, and the DocumentStore component, which serves the rendered "
-"documents to the user. To include PDF support in your application, included "
+"documents to the user. To include PDF support in your application, put "
"<literal>jboss-seam-pdf.jar</literal> in your <literal>WEB-INF/lib</literal> "
"directory along with the iText JAR file. There is no further configuration "
-"needed to use Seam's iText supportfon."
+"needed to use Seam's iText support."
msgstr ""
#. Tag: para
@@ -251,7 +251,7 @@
"for generating suitable PDF content. Tags like <literal><p:image></"
"literal> and <literal><p:paragraph></literal> are the basic "
"foundations of simple documents. Tags like <literal><p:font></literal> "
-"provide style information to all the content surrounging them."
+"provide style information to all the content surrounding them."
msgstr ""
#. Tag: literal
@@ -492,7 +492,7 @@
#, no-c-format
msgid ""
"<literal>p:image</literal> inserts an image into the document. Images can be "
-"be loaded from the classpath or from the web application context using the "
+"loaded from the classpath or from the web application context using the "
"<literal>value</literal> attribute."
msgstr ""
@@ -626,7 +626,7 @@
msgid ""
"<literal>reference</literal> — The destination the link refers to. "
"Links to other points in the document should begin with a \"#\". For "
-"example, \"#link1\" to refer to an anchor postion with a <literal>name</"
+"example, \"#link1\" to refer to an anchor position with a <literal>name</"
"literal> of <literal>link1</literal>. Links may also be a full URL to point "
"to a resource outside of the document."
msgstr ""
@@ -704,7 +704,7 @@
#: Itext.xml:631
#, no-c-format
msgid ""
-"<literal>borderWidth</literal> — The width of the border. Inidvidual "
+"<literal>borderWidth</literal> — The width of the border. Individual "
"border sides can be specified using <literal>borderWidthLeft</literal>, "
"<literal>borderWidthRight</literal>, <literal>borderWidthTop</literal> and "
"<literal>borderWidthBottom</literal>."
@@ -792,7 +792,7 @@
msgid ""
"<literal>numberDepth</literal> — The depth of numbering for section. "
"All sections are numbered relative to their surrounding chapter/sections. "
-"The fourth section of of the first section of chapter three would be section "
+"The fourth section of the first section of chapter three would be section "
"3.1.4, if displayed at the default number depth of three. To omit the "
"chapter number, a number depth of 2 should be used. In that case, the "
"section number would be displayed as 1.4."
@@ -839,7 +839,7 @@
msgid ""
"List structures can be displayed using the <literal>p:list</literal> and "
"<literal>p:listItem</literal> tags. Lists may contain arbitrarily-nested "
-"sublists. List items may not be used outside of a list. he following "
+"sublists. List items may not be used outside of a list. The following "
"document uses the <literal>ui:repeat</literal> tag to to display a list of "
"values retrieved from a Seam component."
msgstr ""
@@ -1391,7 +1391,7 @@
#, no-c-format
msgid ""
"<literal>domainGridlineStroke</literal> — The stroke style of the "
-"domain gridleines, if visible."
+"domain gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1493,7 +1493,7 @@
#, no-c-format
msgid ""
"<literal>plotOutlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1531,7 +1531,7 @@
#, no-c-format
msgid ""
"<literal>rangeGridlineStroke</literal> — The stroke style of the range "
-"gridleines, if visible."
+"gridlines, if visible."
msgstr ""
#. Tag: para
@@ -1946,8 +1946,8 @@
#: Itext.xml:1893
#, no-c-format
msgid ""
-"<literal>seriesVisibleInLegend</literal> — A boolean indiciating if "
-"the series should be listed in the legend."
+"<literal>seriesVisibleInLegend</literal> — A boolean indicating if the "
+"series should be listed in the legend."
msgstr ""
#. Tag: programlisting
@@ -2149,7 +2149,7 @@
#, no-c-format
msgid ""
"<literal>dashPhase</literal> — The dash phase indicates the offset "
-"into the dash pattern that the the line should be drawn with."
+"into the dash pattern that the line should be drawn with."
msgstr ""
#. Tag: programlisting
@@ -2303,7 +2303,7 @@
#, no-c-format
msgid ""
"If you have a complex, pre-generated PDF with named fields, you can easily "
-"fill in the values from you application and present it to the user."
+"fill in the values from your application and present it to the user."
msgstr ""
#. Tag: literal
Modified: trunk/doc/Seam_Reference_Guide/zh-TW/Websphere.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/zh-TW/Websphere.po 2009-02-01 21:40:37 UTC (rev 9996)
+++ trunk/doc/Seam_Reference_Guide/zh-TW/Websphere.po 2009-02-01 21:42:48 UTC (rev 9997)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-11-06 00:24+0000\n"
+"POT-Creation-Date: 2009-02-01 21:20+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,190 +16,80 @@
#. Tag: title
#: Websphere.xml:2
#, no-c-format
-msgid "Seam on IBM's Websphere"
+msgid "Seam on IBM's Websphere AS"
msgstr ""
#. Tag: para
#: Websphere.xml:4
#, no-c-format
msgid ""
-"Websphere 6.1.x is IBM's application server offering. The latest release is "
-"6.1.0.19 which does not have <literal>EJB3</literal> or <literal>JEE5</"
-"literal> support. There is a recently released (Nov 07) <literal>EJB3</"
-"literal> feature pack which provides some support for <literal>EJB3</"
-"literal> and <literal>JPA</literal>. Currently there is no true "
-"<literal>JEE5</literal> offering from IBM. This causes some issues with Seam "
-"integration with applications that use EJB3."
+"Websphere AS V7 is IBM's application server offering. This release is fully "
+"Java EE 5 certified."
msgstr ""
#. Tag: para
-#: Websphere.xml:12
+#: Websphere.xml:7
#, no-c-format
msgid ""
-"First we will go over some basic information about the Websphere environment "
-"that we used for these examples. After a good deal of research and work we "
-"were able to get EJB3 applications to function correctly. We will go over "
-"the details of those steps with the jee5 example. We will also deploy the "
-"JPA example application."
+"First we will go over some basic information about the Websphere AS "
+"environment that we used for these examples. We will go over the details of "
+"those steps with the JEE5 booking example. We will also deploy the JPA "
+"example application."
msgstr ""
#. Tag: title
-#: Websphere.xml:19
+#: Websphere.xml:13
#, no-c-format
-msgid "Websphere environment and deployment information"
+msgid "Websphere AS environment and deployment information"
msgstr ""
#. Tag: para
-#: Websphere.xml:21
+#: Websphere.xml:15
#, no-c-format
msgid ""
-"Websphere is a commercial product and so we will not discuss the details of "
-"its installation other than to say follow the directions provided by your "
+"Websphere AS is a commercial product and so we will not discuss the details "
+"of its installation other than to say follow the directions provided by your "
"particular installation type and license. This section will detail the exact "
"server versions used, installation tips, and some custom properties that are "
"needed for all of the examples."
msgstr ""
#. Tag: title
-#: Websphere.xml:29
+#: Websphere.xml:23
#, no-c-format
-msgid "Installation versions and tips"
+msgid "Installation versions"
msgstr ""
#. Tag: para
-#: Websphere.xml:30
+#: Websphere.xml:24
#, no-c-format
msgid ""
"All of the examples and information in this chapter are based on the version "
-"6.1 of Websphere at the time of this writing."
+"V7 of Websphere AS at the time of this writing."
msgstr ""
#. Tag: ulink
-#: Websphere.xml:35
+#: Websphere.xml:29
#, no-c-format
-msgid "Websphere Application Server 6.1"
+msgid "Websphere Application Server V7"
msgstr ""
-#. Tag: ulink
-#: Websphere.xml:40
-#, no-c-format
-msgid ""
-"Feature Pack for EJB 3.0 for Websphere Application Server V6.1 (6.1.0.13)"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:46
-#, no-c-format
-msgid "Fix Pack for Websphere Application Server V6.1 (6.1.0.19)"
-msgstr ""
-
#. Tag: para
-#: Websphere.xml:52
+#: Websphere.xml:34
#, no-c-format
msgid ""
-"The EJB3 feature pack that we installed came with the 6.1.0.13 patch version "
-"of Websphere. Installing the feature pack does not ensure that your server "
-"will have the proper environment for EJB3 applications. Be sure that as part "
-"of the installation of the feature pack you follow the instructions to "
-"create a new server profile with the EJB3 feature pack enabled, or augment "
-"one of your existing ones. This can also be done after the installation by "
-"running the profile management tool."
+"After installing Websphere AS, create server profile with Profile Management "
+"Tool, if you didn't create profile in installation process."
msgstr ""
-#. Tag: para
-#: Websphere.xml:60
-#, no-c-format
-msgid ""
-"It is highly recommended to patch Websphere by latest fix pack, at the time "
-"of this writing it is 6.1.0.19"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:63
+#: Websphere.xml:42
#, no-c-format
-msgid "A note about restarting the server"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:64
-#, no-c-format
-msgid ""
-"There are times that restarting the server will be required after deploying "
-"or changes the examples in this chapter. Its does not seem like every change "
-"requires a restart. If you get errors or exceptions after modifying a "
-"property or deploying an application try to restart the server."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:72
-#, no-c-format
-msgid "Required custom properties"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:73
-#, no-c-format
-msgid ""
-"There are a couple of Websphere custom properties that are required for Seam "
-"integration. These properties are not needed specifically for Seam, but work "
-"around some issues with Websphere. These are set following the instructions "
-"here : <ulink url=\"http://www-1.ibm.com/support/docview.wss?rss=180&"
-"uid=swg21284395\"> Setting web container custom properties</ulink>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:82
-#, no-c-format
-msgid ""
-"<literal>prependSlashToResource = \"true\"</literal> — This solves a "
-"fairly common issue with Websphere where applications are not using a "
-"leading \"/\" when attempting to access resources. If this is not set then a "
-"<literal>java.net.MalformedURLException</literal> will be thrown. With this "
-"property set you will still see warnings, but the resources will be "
-"retrieved as expected."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:90 Websphere.xml:108
-#, no-c-format
-msgid "Detailed can be found at:"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:92
-#, no-c-format
-msgid "SRVE0238E: Resource paths must have a leading slash"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:97
-#, no-c-format
-msgid ""
-"<literal>com.ibm.ws.webcontainer.invokefilterscompatibility = \"true\"</"
-"literal> — This solves an issue with Websphere where it throws a "
-"<literal>FileNotFoundException</literal> when a web application attempts to "
-"access a file resource that does not actually exist on disk. This is a "
-"common practice in modern web applications where filters or servlets are "
-"used to process resource requests like these. This issue manifests itself as "
-"failures to retrieve JavaScript, CSS, images, etc... when requesting a web "
-"page."
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:110
-#, no-c-format
-msgid ""
-"PK33090; 6.1: A filter that serves a file does not pop-up an alert message"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:119
-#, no-c-format
msgid "The <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:121
+#: Websphere.xml:44
#, no-c-format
msgid ""
"The <literal>jee5/booking</literal> example is based on the Hotel Booking "
@@ -208,45 +98,36 @@
"located in the <literal>$SEAM_DIST/examples/jee5/booking</literal> directory."
msgstr ""
-#. Tag: para
-#: Websphere.xml:128
-#, no-c-format
-msgid ""
-"As stated before the <literal>EJB3</literal> feature pack does not provide a "
-"full <literal>jee5</literal> implementation. This means that there are some "
-"tricks to getting an application deployed and functioning."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:134 Websphere.xml:927
+#: Websphere.xml:52 Websphere.xml:710
#, no-c-format
msgid "<title>Configuration file changes</title>"
msgstr ""
#. Tag: para
-#: Websphere.xml:136
+#: Websphere.xml:54
#, no-c-format
msgid ""
"Below are the configuration file changes that are need to the base example."
msgstr ""
#. Tag: literal
-#: Websphere.xml:142 Websphere.xml:1001
+#: Websphere.xml:60 Websphere.xml:784
#, no-c-format
msgid "resources/WEB-INF/components.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:145
+#: Websphere.xml:63
#, no-c-format
msgid ""
-"We need to change the way that we look up EJBs for Websphere. We need to "
-"remove the <literal>/local</literal> from the end of the <literal>jndi-"
-"pattern</literal> attribute. It should look like this:"
+"We need to change the way that we look up EJBs for WAS. We need to remove "
+"the <literal>/local</literal> from the end of the <literal>jndi-pattern</"
+"literal> attribute. It should look like this:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:152
+#: Websphere.xml:70
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -256,133 +137,119 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:156 Websphere.xml:1033
+#: Websphere.xml:76
#, no-c-format
-msgid "resources/WEB-INF/web.xml"
+msgid "resources/META-INF/ejb-jar.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:159
+#: Websphere.xml:79
#, no-c-format
msgid ""
-"This is the first place that we notice an unexpected change because this is "
-"not full <literal>jee5</literal> implementation."
+"We need to replace the /local string from <literal>ejb-ref-name</literal>. "
+"See at the following final code:"
msgstr ""
-#. Tag: para
-#: Websphere.xml:162
+#. Tag: programlisting
+#: Websphere.xml:82
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it requires "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
+"<![CDATA[\n"
+" <enterprise-beans>\n"
+" <!-- EJB reference required when one Seam EJB component references "
+"another Seam EJB component using @In -->\n"
+" <!-- Not required if you inject using @EJB, but then you lose state "
+"management and client-side interceptors (e.g., security) -->\n"
+" <session>\n"
+" <ejb-name>RegisterAction</ejb-name>\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
+"name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref>\n"
+" </session>\n"
+" </enterprise-beans>]]>"
msgstr ""
-#. Tag: programlisting
-#: Websphere.xml:169
+#. Tag: literal
+#: Websphere.xml:88 Websphere.xml:816
#, no-c-format
-msgid ""
-"<![CDATA[<xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
+msgid "resources/WEB-INF/web.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:170
+#: Websphere.xml:91
#, no-c-format
msgid ""
-"Next, we have to make some changes to the EJB references in the <literal>web."
-"xml</literal>. These changes are what will allow Websphere to bind the EJB2 "
-"references in the web module to the the actual EJB3 beans in the EAR module. "
-"Replace all of the <literal>ejb-local-refs</literal> when the values below."
+"We have to make some changes to the EJB references in the <literal>web.xml</"
+"literal>. These changes are what will allow WAS to bind automatically the "
+"EJB3 references in the web module to the the actual EJB3 beans in the EAR "
+"module. Replace all of the /local strings in <literal>ejb-local-refs</"
+"literal> when the values below."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:179
+#: Websphere.xml:100
#, no-c-format
msgid ""
"<![CDATA[\n"
" <!-- JEE5 EJB3 names -->\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Authenticator</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.BookingList</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Register</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.ChangePassword</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.HotelBooking</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.HotelSearching</local> \n"
-" </ejb-local-ref> \n"
-" \n"
" <ejb-local-ref>\n"
-" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name> \n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-name>\n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref> \n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.BookingList</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Register</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.ChangePassword</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelBooking</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelSearching</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:181
+#: Websphere.xml:102
#, no-c-format
msgid ""
-"The important change is that there is an empty <literal>local-home</literal> "
-"element for each EJB. This tells Websphere to make the correct bindings "
-"between the web module and the EJB3 beans. The <literal>ejb-link</literal> "
-"element is simply not used."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:187
-#, no-c-format
-msgid ""
"Note also that <literal>EjbSynchronizations</literal> is a built-in Seam EJB "
"and not part of the Hotel Booking example. This means that if your "
"application's <literal>components.xml</literal> specifies "
-"<literal>transaction:ejb-transaction</literal> , then you must include:"
+"<literal>transaction:ejb-transaction</literal>, then you must include:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:192
+#: Websphere.xml:107
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -395,34 +262,34 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:193
+#: Websphere.xml:108
#, no-c-format
msgid ""
"in your web.xml. If you don't include it, you'll get the following error:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:194
+#: Websphere.xml:109
#, no-c-format
msgid "Name comp/env/myapp/EjbSynchronizations not found in context java:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:199
+#: Websphere.xml:114
#, no-c-format
msgid "resources/META-INF/persistence.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:202
+#: Websphere.xml:117
#, no-c-format
msgid ""
"For this example we will be using the default datasource that comes with "
-"Websphere. To do this change the <literal>jta-data-source</literal> element:"
+"WAS. To do this change the <literal>jta-data-source</literal> element:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:205
+#: Websphere.xml:120
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -431,7 +298,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:206
+#: Websphere.xml:121
#, no-c-format
msgid ""
"Then we need to adjust some of the hibernate properties. First comment out "
@@ -439,7 +306,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:211
+#: Websphere.xml:126
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -455,25 +322,25 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:215
+#: Websphere.xml:130
#, no-c-format
msgid ""
"<literal>hibernate.transaction.manager_lookup_class</literal> — "
-"Standard Hibernate transaction manager property for Websphere 6.X"
+"Standard Hibernate transaction manager property for WAS 6.X and 7"
msgstr ""
#. Tag: para
-#: Websphere.xml:221
+#: Websphere.xml:136
#, no-c-format
msgid ""
"<literal>hibernate.transaction.flush_before_completion</literal> — "
"This is commented out because we want the container to manage the "
"transactions. Also if this is set to <literal>true</literal> an exception "
-"will be thrown by Websphere when the EJBContext is looked up."
+"will be thrown by WAS when the EJBContext is looked up."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:230
+#: Websphere.xml:145
#, no-c-format
msgid ""
"<![CDATA[com.ibm.wsspi.injectionengine.InjectionException: \n"
@@ -482,55 +349,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:233
+#: Websphere.xml:148
#, no-c-format
msgid ""
"<literal>hibernate.dialect</literal> — From WAS 6.1.0.9 on the "
-"embedded DB was switched to the same Derby DB in Glassfish."
+"embedded DB was switched to the same Derby DB as is in Glassfish v2."
msgstr ""
#. Tag: literal
-#: Websphere.xml:243 Websphere.xml:967
+#: Websphere.xml:158 Websphere.xml:750
#, no-c-format
-msgid "resources/GlassfishDerbyDialect.class"
+msgid "src/GlassfishDerbyDialect.java"
msgstr ""
#. Tag: para
-#: Websphere.xml:246
+#: Websphere.xml:161
#, no-c-format
msgid ""
-"You will need to get the <literal>GlassfishDerbyDialect.class</literal> and "
-"copy it into the <literal>/resources</literal> directory. The class exists "
-"in the JPA example and can be copied using the command below assuming you "
-"are in <literal>jee5/booking</literal> directory:"
+"You will need to get the <literal>GlassfishDerbyDialect.java</literal> and "
+"copy it into the <literal>/src</literal> directory. The java class exists in "
+"the JPA example source directory and can be copied using the command below "
+"assuming you are in <literal>jee5/booking</literal> directory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:254
+#: Websphere.xml:169
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/WEB-INF/classes/GlassfishDerbyDialect."
-"class\n"
-" ./resources]]>"
+"cp ../../jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:255
+#: Websphere.xml:170
#, no-c-format
msgid ""
-"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file "
-"using changes to the build.xml discussed later."
+"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file."
msgstr ""
#. Tag: literal
-#: Websphere.xml:261
+#: Websphere.xml:175
#, no-c-format
msgid "resources/import.sql"
msgstr ""
#. Tag: para
-#: Websphere.xml:264
+#: Websphere.xml:178
#, no-c-format
msgid ""
"This file must also be copied from the JPA example because either the Derby "
@@ -540,201 +405,91 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:271
+#: Websphere.xml:185
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/import.sql ./resources]]>"
+"cp ../../jpa/resources-websphere7/import.sql ./resources]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:280
+#: Websphere.xml:194
#, no-c-format
msgid "Building the <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:283
+#: Websphere.xml:197
#, no-c-format
msgid ""
"In order to get the changes we have made into our application we need to "
"make some changes to the <literal>build.xml</literal>. There are also some "
"additional jars that are required by our application in order to work with "
-"Websphere. This section will cover what changes are needed to the "
-"<literal>build.xml</literal>."
+"WAS. This section will cover what changes are needed to the <literal>build."
+"xml</literal>."
msgstr ""
#. Tag: title
-#: Websphere.xml:290
+#: Websphere.xml:204
#, no-c-format
-msgid "New libraries dependencies"
+msgid "Library dependency changes"
msgstr ""
#. Tag: para
-#: Websphere.xml:294
+#: Websphere.xml:205
#, no-c-format
msgid ""
-"JSF libraries — Websphere 6.1 comes with its own version of JSF 1.1 "
-"(Seam requires JSF 1.2). So we must add these jars to our application:"
+"We remove the <literal>log4j.jar</literal> so that all of the log output "
+"from our application will be added to the WAS log. Additional steps are "
+"required to fully configure log4j and those are outside of the scope of this "
+"document."
msgstr ""
-#. Tag: literal
-#: Websphere.xml:299 Websphere.xml:836
-#, no-c-format
-msgid "jsf-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:303 Websphere.xml:841
-#, no-c-format
-msgid "jsf-impl.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:309
-#, no-c-format
-msgid ""
-"Since Websphere is not a fully compliant <literal>JEE5</literal> "
-"implementation we need to add these EL libraries:"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:314 Websphere.xml:849
-#, no-c-format
-msgid "el-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:318 Websphere.xml:845
-#, no-c-format
-msgid "el-ri.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:324
-#, no-c-format
-msgid ""
-"<literal>jboss-seam.jar</literal> — for some reason when deploying the "
-"application through the Websphere administration console it can not find the "
-"<literal>jboss-seam.jar</literal> at the base of the EAR archive. This means "
-"that we need to add it to the <literal>/lib</literal> of the EAR."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:332
-#, no-c-format
-msgid ""
-"Finally we remove the <literal>log4j.jar</literal> so that all of the log "
-"output from our application will be added to the Websphere log. Additional "
-"steps are required to fully configure log4j and those are outside of the "
-"scope of this document."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:343
+#: Websphere.xml:213
#, no-c-format
msgid "Updating the <literal>build.xml</literal> file"
msgstr ""
#. Tag: para
-#: Websphere.xml:345
+#: Websphere.xml:215
#, no-c-format
msgid ""
"Add the following entry to the bottom of the <literal>build.xml</literal> "
"file. This overrides the default fileset that is used to populate the "
-"<literal>jboss-seam-jee5.jar</literal>. The primary change is the addition "
-"of the <literal>GlassfishDerbyDialect.class</literal>:"
+"<literal>jboss-seam-jee5.jar</literal>. :"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:354
+#: Websphere.xml:223
#, no-c-format
msgid ""
"<![CDATA[\n"
" <fileset id=\"jar.resources\" dir=\"${resources.dir}\">\n"
" <include name=\"import.sql\" />\n"
" <include name=\"seam.properties\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
" <include name=\"META-INF/persistence.xml\" />\n"
" <include name=\"META-INF/ejb-jar.xml\" />\n"
" </fileset>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:357
+#: Websphere.xml:225
#, no-c-format
msgid ""
-"Next we need to add the library dependencies discussed above. For this add "
-"the following to bottom of the <literal>ear.lib.extras</literal> fileset "
-"entry:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:363
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!--<include name=\"lib/log4j.jar\" />-->\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" />\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:365
-#, no-c-format
-msgid ""
-"We also need to add richfaces-api.jar, jsf-impl.jar and el-ri.jar into WEB-"
-"INF/lib of the war file. Add the following fileset after <literal>ear.lib."
-"extras</literal> fileset."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:368
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <fileset id=\"war.lib.extras\" dir=\"${seam.dir}\"> \n"
-" <include name=\"lib/richfaces-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" /> \n"
-" </fileset>]]>"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:370
-#, no-c-format
-msgid "A note about copying JSF and EL jars"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:371
-#, no-c-format
-msgid ""
-"There is a class loading issue with WebSphere, which causes the jars from "
-"ear lib directory to not be available when the web module is initialized."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:376
-#, no-c-format
-msgid ""
"Now all that is left is to execute the <literal>ant archive</literal> task "
"and the built application will be in the <literal>jee5/booking/dist</"
"literal> directory."
msgstr ""
#. Tag: title
-#: Websphere.xml:385
+#: Websphere.xml:234
#, no-c-format
msgid "Deploying the application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:387
+#: Websphere.xml:236
#, no-c-format
msgid ""
"So now we have everything we need in place. All that is left is to deploy it "
@@ -742,7 +497,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:389
+#: Websphere.xml:238
#, no-c-format
msgid ""
"For this we will use Websphere's administration console. As before there are "
@@ -750,52 +505,53 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:392
+#: Websphere.xml:241
#, no-c-format
msgid ""
-"The steps below are for the Websphere version stated above, yours may be "
-"slightly different."
+"The steps below are for the WAS version stated above. The ports are default "
+"values, if you changed them substitute your values."
msgstr ""
#. Tag: para
-#: Websphere.xml:396
+#: Websphere.xml:245
#, no-c-format
-msgid "Log in to the administration console"
+msgid ""
+"Log in to the administration console <programlisting><![CDATA[https://"
+"localhost:9043/admin]]></programlisting> or"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:399
+#: Websphere.xml:250
#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"https://localhost:9043/ibm/console]]>"
+msgid "<![CDATA[http://localhost:9060/admin]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:403
+#: Websphere.xml:254
#, no-c-format
msgid ""
-"Access the <literal>Enterprise Application</literal> menu option under the "
-"<literal>Applications</literal> top menu."
+"Access the <literal>Websphere enterprise applications</literal> menu option "
+"under the <literal>Applications --> Application Type</literal> left side "
+"menu."
msgstr ""
#. Tag: para
-#: Websphere.xml:408
+#: Websphere.xml:259
#, no-c-format
msgid ""
-"At the top of the <literal>Enterprise Application</literal> table select "
+"At the top of the <literal>Enterprise Applications</literal> table select "
"<literal>Install</literal>. Below are installation wizard pages and what "
"needs to done on each:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:414 Websphere.xml:674
+#: Websphere.xml:265 Websphere.xml:461
#, no-c-format
msgid "Preparing for the application installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:418
+#: Websphere.xml:269
#, no-c-format
msgid ""
"Browse to the <literal>examples/jee5/booking/dist/jboss-seam-jee5.ear</"
@@ -803,102 +559,81 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:424 Websphere.xml:442 Websphere.xml:475 Websphere.xml:689
+#: Websphere.xml:275 Websphere.xml:285 Websphere.xml:304 Websphere.xml:476
+#: Websphere.xml:496
#, no-c-format
msgid "Select the <literal>Next</literal> button."
msgstr ""
+#. Tag: para
+#: Websphere.xml:280 Websphere.xml:471
+#, no-c-format
+msgid "Select the <literal>Fast Path</literal> button."
+msgstr ""
+
#. Tag: literal
-#: Websphere.xml:431
+#: Websphere.xml:292
#, no-c-format
msgid "Select installation options"
msgstr ""
#. Tag: para
-#: Websphere.xml:435
+#: Websphere.xml:296
#, no-c-format
msgid ""
-"Select the <literal>Deploy enterprise beans</literal> check box. This is "
-"needed unless you used a Websphere tool to package the application."
+"Select the <literal>Deploy enterprise beans</literal> and <literal>Allow EJB "
+"reference targets to resolve automatically</literal> check boxes. This is "
+"needed unless you used a Websphere AS tool to package the application."
msgstr ""
#. Tag: literal
-#: Websphere.xml:449
+#: Websphere.xml:313
#, no-c-format
msgid "Map modules to servers"
msgstr ""
#. Tag: para
-#: Websphere.xml:453
+#: Websphere.xml:317
#, no-c-format
msgid ""
"No changes needed here as we only have one server. Select the <literal>Next</"
"literal> button."
msgstr ""
-#. Tag: para
-#: Websphere.xml:461
-#, no-c-format
-msgid ""
-"<literal>Map EJB references to beans</literal> This page will list all of "
-"the beans that we entered in the web.xml."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:466
-#, no-c-format
-msgid ""
-"Make sure that <literal>Allow EJB reference targets to resolve "
-"automatically</literal> check box is selected. This will tell Websphere to "
-"bind our EJB3 beans to the EJB references in the web module."
-msgstr ""
-
#. Tag: literal
-#: Websphere.xml:482
+#: Websphere.xml:325
#, no-c-format
-msgid "Map virtual hosts for Web modules"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:486
-#, no-c-format
-msgid "No changes needed here. Select the <literal>Next</literal> button."
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:493
-#, no-c-format
msgid "Summary"
msgstr ""
#. Tag: para
-#: Websphere.xml:496
+#: Websphere.xml:328
#, no-c-format
msgid "No changes needed here. Select the <literal>Finish</literal> button."
msgstr ""
#. Tag: literal
-#: Websphere.xml:503
+#: Websphere.xml:335
#, no-c-format
msgid "Installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:506
+#: Websphere.xml:338
#, no-c-format
msgid "Now you will see it installing and deploying your application."
msgstr ""
#. Tag: para
-#: Websphere.xml:511
+#: Websphere.xml:343
#, no-c-format
msgid ""
-"When if finishes select the <literal>Save</literal> link and you will be "
+"When it finishes select the <literal>Save</literal> link and you will be "
"returned to the <literal>Enterprise Applications</literal> table."
msgstr ""
#. Tag: para
-#: Websphere.xml:523
+#: Websphere.xml:355
#, no-c-format
msgid ""
"Now that we have our application installed we need to make some adjustments "
@@ -906,7 +641,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:527
+#: Websphere.xml:359
#, no-c-format
msgid ""
"Starting from the <literal>Enterprise Applications</literal> table select "
@@ -914,40 +649,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:533
+#: Websphere.xml:365
#, no-c-format
msgid "Select the <literal>Manage Modules</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:537
+#: Websphere.xml:369
#, no-c-format
-msgid "Select the <literal>jboss-seam-jee5.war</literal> link."
+msgid "Select the <literal>jboss-seam-jee5-booking.war</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:542
+#: Websphere.xml:374
#, no-c-format
msgid ""
"Change the <literal>Class loader order</literal> combo box to "
-"<literal>Classes loaded with application class loader first</literal>."
+"<literal>Classes loaded with application class loader first (parent last)</"
+"literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:548 Websphere.xml:573
+#: Websphere.xml:380 Websphere.xml:397
#, no-c-format
msgid ""
"Select <literal>Apply</literal> and then <literal>Save</literal> options."
msgstr ""
#. Tag: para
-#: Websphere.xml:552
+#: Websphere.xml:384
#, no-c-format
-msgid "Return the <literal>Seam Booking</literal> page."
+msgid "Return to the <literal>Seam Booking</literal> page."
msgstr ""
#. Tag: para
-#: Websphere.xml:556
+#: Websphere.xml:387
#, no-c-format
msgid ""
"On this page select the <literal>Class loading and update detection</"
@@ -955,7 +691,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:561
+#: Websphere.xml:392
#, no-c-format
msgid ""
"Select the radio button for <literal>Classes loaded with application class "
@@ -963,117 +699,40 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:566
+#: Websphere.xml:403
#, no-c-format
msgid ""
-"Even though we are not enabling class reload you must also enter a valid "
-"number in the <literal>Polling interval for updated files</literal> text "
-"area (zero works fine)."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:577
-#, no-c-format
-msgid ""
-"You should verify that the change you just made has been remembered. We have "
-"had problems with the last class loader change not taking effect - even "
-"after a restart. If the change did not take you will need to do it manually, "
-"following these directions:"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:585
-#, no-c-format
-msgid "Open the following file in a text editor of your choice:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:589
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"$WebSphereInstall/$yourServerName/profiles/$yourProfileName/config/cells/\n"
-" $yourCellName/applications/Seam Booking.ear/deployments/\n"
-" Seam Booking/deployment.xml]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:593
-#, no-c-format
-msgid ""
-"Modify the following line so that <literal>PARENT_FIRST</literal> is now "
-"<literal>PARENT_LAST</literal>:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:599
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<classloader xmi:id=\"Classloader_#######\" mode=\"PARENT_FIRST\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:603
-#, no-c-format
-msgid ""
-"Save the file and now when go to the <literal>Class loading and update "
-"detection</literal> page you should see <literal>Classes loaded with "
-"application class loader first</literal> selected."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:615
-#, no-c-format
-msgid ""
"To start the application return to the <literal>Enterprise Applications</"
"literal> table and select our application in the list. Then choose the "
"<literal>Start</literal> button at the top of the table."
msgstr ""
#. Tag: para
-#: Websphere.xml:622
+#: Websphere.xml:410
#, no-c-format
msgid ""
"You can now access the application at <literal>http://localhost:9080/seam-"
-"jee5/</literal> ."
+"jee5-booking/index.html</literal> ."
msgstr ""
#. Tag: title
-#: Websphere.xml:628
+#: Websphere.xml:431
#, no-c-format
-msgid "A note about Websphere Stateful bean timeouts"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:629
-#, no-c-format
-msgid ""
-"The default timeout period for a Websphere 6.1 Stateful EJB is 10 minutes. "
-"This means that you may see some EJB timeout exceptions after some idle "
-"time. It is possible to adjust the timeout of the Stateful EJBs on an "
-"individual basis, but that is beyond the scope of this document. See the "
-"Websphere documentation for details."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:643
-#, no-c-format
msgid "The <literal>jpa</literal> booking example"
msgstr ""
#. Tag: para
-#: Websphere.xml:644
+#: Websphere.xml:432
#, no-c-format
msgid ""
"Thankfully getting the <literal>jpa</literal> example to work is much easier "
"than the <literal>jee5</literal> example. This is the Hotel Booking example "
"implemented in Seam POJOs and using Hibernate JPA with JPA transactions. It "
-"does not require EJB3 support to run."
+"does not use EJB3."
msgstr ""
#. Tag: para
-#: Websphere.xml:650
+#: Websphere.xml:437
#, no-c-format
msgid ""
"The example already has a breakout of configurations and build scripts for "
@@ -1081,7 +740,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:653
+#: Websphere.xml:440
#, no-c-format
msgid ""
"First thing we are going to do is build and deploy that example. Then we'll "
@@ -1089,29 +748,29 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:657
+#: Websphere.xml:444
#, no-c-format
msgid "Building the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:658
+#: Websphere.xml:445
#, no-c-format
msgid ""
"Building it only requires running the correct ant command: "
-"<programlisting>ant websphere61</programlisting> This will create container "
+"<programlisting>ant websphere7</programlisting> This will create container "
"specific distribution and exploded archive directories with the "
-"<literal>websphere61</literal> label."
+"<literal>websphere7</literal> label."
msgstr ""
#. Tag: title
-#: Websphere.xml:664
+#: Websphere.xml:451
#, no-c-format
msgid "Deploying the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:665
+#: Websphere.xml:452
#, no-c-format
msgid ""
"This is similar to the <literal>jee5</literal> example at <xref linkend="
@@ -1119,7 +778,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:670
+#: Websphere.xml:457
#, no-c-format
msgid ""
"From the <literal>Enterprise Applications</literal> table select the "
@@ -1127,37 +786,43 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:678
+#: Websphere.xml:465
#, no-c-format
msgid ""
-"Browse to the <literal>examples/jpa/dist-websphere61/jboss-seam-jpa.war</"
+"Browse to the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</"
"literal> file using the file upload widget."
msgstr ""
#. Tag: para
-#: Websphere.xml:684
+#: Websphere.xml:483
#, no-c-format
msgid ""
-"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
-"jpa</literal>."
+"Select the <literal>Next</literal> button for the next three pages, no "
+"changes are needed."
msgstr ""
+#. Tag: literal
+#: Websphere.xml:488
+#, no-c-format
+msgid "Map context roots for Web modules"
+msgstr ""
+
#. Tag: para
-#: Websphere.xml:695
+#: Websphere.xml:491
#, no-c-format
msgid ""
-"Select the <literal>Next</literal> button for the next three pages, no "
-"changes are needed."
+"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
+"jpa</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:700
+#: Websphere.xml:502
#, no-c-format
msgid "<literal>Summary</literal> page"
msgstr ""
#. Tag: para
-#: Websphere.xml:703
+#: Websphere.xml:505
#, no-c-format
msgid ""
"Review the settings if you wish and select the <literal>Finish</literal> "
@@ -1167,17 +832,17 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:716
+#: Websphere.xml:519
#, no-c-format
msgid ""
"As with the <literal>jee5</literal> example there are some class loader "
"changes needed before we start the application. Follow the instructions at "
"<xref linkend=\"websphere-app-adj-after-install\"/> but exchange "
-"<literal>jboss-seam-jpa</literal> for <literal>Seam Booking</literal>."
+"<literal>jboss-seam-jpa_war</literal> for <literal>Seam Booking</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:723
+#: Websphere.xml:526
#, no-c-format
msgid ""
"Finally start the application by selecting it in the <literal>Enterprise "
@@ -1186,7 +851,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:729
+#: Websphere.xml:532
#, no-c-format
msgid ""
"You can now access the application at the <literal>http://localhost:9080/"
@@ -1194,187 +859,186 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:737
+#: Websphere.xml:540
#, no-c-format
-msgid "Whats different for Websphere 6.1"
+msgid "What's different for Websphere AS V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:738
+#: Websphere.xml:541
#, no-c-format
msgid ""
"The differences between the JPA examples that deploys to JBoss 4.2 and "
-"Websphere 6.1 are mostly expected; library and configuration file changes."
+"Websphere AS V7 are mostly expected; library and configuration file changes."
msgstr ""
#. Tag: para
-#: Websphere.xml:743
+#: Websphere.xml:546
#, no-c-format
msgid "<para>Configuration file changes</para>"
msgstr ""
#. Tag: para
-#: Websphere.xml:746
+#: Websphere.xml:549
#, no-c-format
msgid ""
-"<literal>WEB-INF/web.xml</literal> — the only significant change is "
-"that Websphere 6.1 only support <literal>Servlet 2.4</literal> so the top of "
-"this file was changed."
+"<literal>META-INF/persistence.xml</literal> — the main changes here "
+"are for the datasource JNDI path, switching to the Websphere transaction "
+"manager look up class, and changing the hibernate dialect to be "
+"<literal>GlassfishDerbyDialect</literal> ."
msgstr ""
#. Tag: para
-#: Websphere.xml:753
+#: Websphere.xml:559
#, no-c-format
msgid ""
-"<literal>META-INF/persistence.xml</literal> — the main changes here "
-"are for the datasource JNDI path, switching to the Websphere 6.1 transaction "
-"manager look up class, and changing the hibernate dialect to be "
-"<literal>GlassfishDerbyDialect</literal> ."
+"<literal>WEB-INF/components.xml</literal> — the change here is "
+"<literal>jndi-pattern</literal> without /local string."
msgstr ""
#. Tag: para
-#: Websphere.xml:763
+#: Websphere.xml:565
#, no-c-format
msgid ""
-"<literal>WEB-INF/classes/GlassfishDerbyDialect.class </literal> — this "
-"class is needed for the hibernate dialect change to "
-"<literal>GlassfishDerbyDialect</literal>"
+"<literal>META-INF/ejb-jar.xml</literal> — the same change in "
+"<literal>ejb-ref-name</literal>, where is replace /local string in "
+"<literal>jboss-seam-jee5/AuthenticatorAction</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:771
+#: Websphere.xml:572
#, no-c-format
msgid ""
+"<literal>src/GlassfishDerbyDialect.java </literal> — this class is "
+"needed for the hibernate dialect change to <literal>GlassfishDerbyDialect</"
+"literal>"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:580
+#, no-c-format
+msgid ""
"<literal>import.sql</literal> — either for the dialect or Derby DB the "
"<literal>ID</literal> column can not be populated by this file and was "
"removed."
msgstr ""
#. Tag: para
-#: Websphere.xml:780
+#: Websphere.xml:589
#, no-c-format
msgid "Changes for dependent libraries"
msgstr ""
#. Tag: para
-#: Websphere.xml:781
+#: Websphere.xml:590
#, no-c-format
msgid ""
-"<literal>WEB-INF/lib</literal> — The Websphere version requires "
-"several library packages because they are not included as they are with "
-"JBoss AS. These are primarily for hibernate, JSF-RI support and their "
-"dependencies. Below are listed only the additional jars needed above and "
-"beyond the JBoss <literal>JPA</literal> example."
+"The Websphere version requires several library packages because they are not "
+"included as they are with JBoss AS. These are primarily for hibernate and "
+"their dependencies. Below are listed only the additional jars needed above "
+"and beyond the JBoss <literal>JPA</literal> example."
msgstr ""
#. Tag: para
-#: Websphere.xml:789
+#: Websphere.xml:597
#, no-c-format
msgid "To use Hibernate as your JPA provider you need the following jars:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:794
+#: Websphere.xml:602
#, no-c-format
msgid "hibernate.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:799
+#: Websphere.xml:607
#, no-c-format
msgid "hibernate-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:804
+#: Websphere.xml:612
#, no-c-format
msgid "hibernate-commons-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:809
+#: Websphere.xml:617
#, no-c-format
msgid "hibernate-entitymanager.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:814
+#: Websphere.xml:622
#, no-c-format
msgid "hibernate-validator.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:819
+#: Websphere.xml:627
#, no-c-format
msgid "commons-collections.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:824
+#: Websphere.xml:632
#, no-c-format
msgid "jboss-common-core.jar"
msgstr ""
#. Tag: para
-#: Websphere.xml:830
+#: Websphere.xml:638
#, no-c-format
-msgid ""
-"Seam requires JSF 1.2 and these are the jars needed for that. Websphere 6.1 "
-"ships with its own implementation of JSF 1.1."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:855
-#, no-c-format
msgid "Various third party jars that Websphere needs:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:858
+#: Websphere.xml:641
#, no-c-format
msgid "antlr.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:862
+#: Websphere.xml:645
#, no-c-format
msgid "cglib.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:866
+#: Websphere.xml:649
#, no-c-format
msgid "asm.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:870
+#: Websphere.xml:653
#, no-c-format
msgid "dom4j.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:875
+#: Websphere.xml:658
#, no-c-format
msgid "javassist.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:880
+#: Websphere.xml:663
#, no-c-format
msgid "concurrent.jar"
msgstr ""
#. Tag: title
-#: Websphere.xml:895
+#: Websphere.xml:678
#, no-c-format
msgid ""
"Deploying an application created using <literal>seam-gen</literal> on "
-"Websphere 6.1.0.13"
+"Websphere V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:898
+#: Websphere.xml:681
#, no-c-format
msgid ""
"<literal>seam-gen</literal> is a very useful tool for developers to quickly "
@@ -1387,13 +1051,13 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:908
+#: Websphere.xml:691
#, no-c-format
msgid "Running <literal>seam-gen</literal> Setup"
msgstr ""
#. Tag: para
-#: Websphere.xml:909
+#: Websphere.xml:692
#, no-c-format
msgid ""
"The first step is setting up <literal>seam-gen</literal> to construct the "
@@ -1403,7 +1067,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:915
+#: Websphere.xml:698
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1499,7 +1163,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:917
+#: Websphere.xml:700
#, no-c-format
msgid ""
"Type <literal>./seam new-project</literal> to create your project and "
@@ -1508,25 +1172,25 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:924
+#: Websphere.xml:707
#, no-c-format
msgid "Changes needed for deployment to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:925
+#: Websphere.xml:708
#, no-c-format
msgid "We now need to make some changes to the generated project."
msgstr ""
#. Tag: literal
-#: Websphere.xml:931
+#: Websphere.xml:714
#, no-c-format
msgid "resources/META-INF/persistence-dev.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:936
+#: Websphere.xml:719
#, no-c-format
msgid ""
"Alter the <literal>jta-data-source</literal> to be "
@@ -1535,7 +1199,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:943
+#: Websphere.xml:726
#, no-c-format
msgid ""
"Add or change the properties below. These are described in detail at <xref "
@@ -1543,7 +1207,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:948
+#: Websphere.xml:731
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1559,14 +1223,14 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:951
+#: Websphere.xml:734
#, no-c-format
msgid ""
"Remove the JBoss AS specific method of exposing the EntityManagerFactory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:954
+#: Websphere.xml:737
#, no-c-format
msgid ""
"<![CDATA[<property \n"
@@ -1575,7 +1239,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:957
+#: Websphere.xml:740
#, no-c-format
msgid ""
"You'll need to alter <literal>persistence-prod.xml</literal> as well if you "
@@ -1583,32 +1247,31 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:970
+#: Websphere.xml:753
#, no-c-format
msgid ""
-"As with other examples we need to include this class for DB support. It can "
-"be copied from the <literal>jpa</literal> example into the "
-"<literal>websphere_example/resources</literal> directory."
+"As with other examples we need to include this java class for DB support. It "
+"can be copied from the <literal>jpa</literal> example into the "
+"<literal>websphere_example/src</literal> directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:976
+#: Websphere.xml:759
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp $SEAM/examples/jpa/resources-websphere61/WEB-INF/classes/"
-"GlassfishDerbyDialect.class\n"
-" ./resources]]>"
+"cp $SEAM/examples/jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: literal
-#: Websphere.xml:982
+#: Websphere.xml:765
#, no-c-format
msgid "resources/META-INF/jboss-app.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:985
+#: Websphere.xml:768
#, no-c-format
msgid ""
"You can delete this file as we aren't deploying to JBoss AS ( <literal>jboss-"
@@ -1616,13 +1279,13 @@
msgstr ""
#. Tag: literal
-#: Websphere.xml:991
+#: Websphere.xml:774
#, no-c-format
msgid "resources/*-ds.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:994
+#: Websphere.xml:777
#, no-c-format
msgid ""
"You can delete these file as we aren't deploying to JBoss AS (these files "
@@ -1630,7 +1293,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1006
+#: Websphere.xml:789
#, no-c-format
msgid ""
"Enable container managed transaction integration - add the <literal> <"
@@ -1640,7 +1303,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1015
+#: Websphere.xml:798
#, no-c-format
msgid ""
"Alter the <literal>jndi-pattern</literal> to <literal> java:comp/env/"
@@ -1648,7 +1311,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1021
+#: Websphere.xml:804
#, no-c-format
msgid ""
"We do not need <literal>managed-persistence-context</literal> for this "
@@ -1656,7 +1319,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1027
+#: Websphere.xml:810
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1667,67 +1330,41 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1036
+#: Websphere.xml:819
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it required "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1042
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1044
-#, no-c-format
-msgid ""
"As with the <literal>jee5/booking</literal> example we need to add EJB "
-"references to the web.xml. These references require the empty <literal>local-"
-"home</literal> to flag them for Websphere to perform the proper binding."
+"references to the web.xml. These references require replacing /local string "
+"in <literal>ejb-ref-name</literal> to flag them for Websphere to perform the "
+"proper binding."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1051
+#: Websphere.xml:826
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local> \n"
-" </ejb-local-ref>\n"
+"<![CDATA[ \n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local>\n"
+" </ejb-local-ref> \n"
" \n"
" <ejb-local-ref>\n"
" <ejb-ref-name>websphere_example/EjbSynchronizations</ejb-ref-name> \n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:1057
+#: Websphere.xml:832
#, no-c-format
msgid "Creating the <literal>AuthenticatorAction</literal> EJB"
msgstr ""
#. Tag: para
-#: Websphere.xml:1059
+#: Websphere.xml:834
#, no-c-format
msgid ""
"We want to take the existing <literal>Authenticator</literal> Seam POJO "
@@ -1735,13 +1372,19 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1065
+#: Websphere.xml:837
#, no-c-format
+msgid "Change the generated Authenticator class"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:840
+#, no-c-format
msgid "Rename the class to <literal>AuthenticatorAction</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1069
+#: Websphere.xml:844
#, no-c-format
msgid ""
"Add the <literal>@Stateless</literal> annotation to the new "
@@ -1749,7 +1392,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1075
+#: Websphere.xml:850
#, no-c-format
msgid ""
"Create an interface called <literal>Authenticator</literal> which "
@@ -1761,7 +1404,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1088
+#: Websphere.xml:863
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1770,7 +1413,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1091
+#: Websphere.xml:866
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1780,7 +1423,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1094
+#: Websphere.xml:869
#, no-c-format
msgid ""
"We've already added its reference to the <literal>web.xml</literal> file so "
@@ -1788,14 +1431,14 @@
msgstr ""
#. Tag: title
-#: Websphere.xml:1100
+#: Websphere.xml:875
#, no-c-format
msgid ""
"Extra jar dependencies and other changes to the <literal>build.xml</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1102
+#: Websphere.xml:877
#, no-c-format
msgid ""
"This application has similar requirements as the <literal>jee5/booking</"
@@ -1803,7 +1446,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1107
+#: Websphere.xml:882
#, no-c-format
msgid ""
"Change the default target to <literal>archive</literal> (we aren't going to "
@@ -1811,7 +1454,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1113
+#: Websphere.xml:888
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1819,7 +1462,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1117
+#: Websphere.xml:892
#, no-c-format
msgid ""
"Websphere looks for the drools <literal>/security.drl</literal> file in the "
@@ -1832,7 +1475,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1128
+#: Websphere.xml:903
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1844,93 +1487,16 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1131
+#: Websphere.xml:906
#, no-c-format
msgid ""
-"We need to ge the <literal>GlassfishDerbyDialect.class</literal> into our "
-"application jar. To do that find the <literal>jar</literal> task and modify "
-"the top of it so that it looks like this:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1139
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"jar\" depends=\"compile,copyclasses\" \n"
-" description=\"Build the distribution .jar file\">\n"
-" <copy todir=\"${jar.dir}\">\n"
-" <fileset dir=\"${basedir}/resources\">\n"
-" <include name=\"seam.properties\" />\n"
-" <include name=\"*.drl\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
-" </fileset>\n"
-" </copy>\n"
-"...]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1142
-#, no-c-format
-msgid ""
-"Next we need to get the <literal>jboss-seam.jar</literal> into the base of "
-"the <literal>EAR</literal> file. For deployment Websphere requires this jar "
-"to be in both the <literal>/lib</literal> directory and at the base of the "
-"<literal>EAR</literal>. You must add the following to the <literal>archive</"
-"literal> task:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1151
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1152
-#, no-c-format
-msgid "So that the whole <literal>archive</literal> task looks like:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1156
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"archive\" depends=\"jar,war,ear\" \n"
-" description=\"Package the archives\">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.jar\" basedir=\"${jar.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.war\" basedir=\"${war.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.ear\">\n"
-" <fileset dir=\"${ear.dir}\"/>\n"
-" <fileset dir=\"${dist.dir}\">\n"
-" <include name=\"${project.name}.jar\"/>\n"
-" <include name=\"${project.name}.war\"/>\n"
-" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
-" </jar>\n"
-"</target>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1159
-#, no-c-format
-msgid ""
"Now we need to get extra jars into the <literal>build.xml</literal>. Look "
"for the <literal><fileset dir=\"${basedir}\"></literal> section of the "
"task below. Add the new includes at the bottom of the fileset."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1167
+#: Websphere.xml:914
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1941,9 +1507,7 @@
" <include name=\"*hibernate.cfg.xml\" />\n"
" <include name=\"jbpm.cfg.xml\" />\n"
" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
+"\n"
" <fileset dir=\"${basedir}\">\n"
" <include name=\"lib/jbpm*.jar\" />\n"
" <include name=\"lib/jboss-el.jar\" />\n"
@@ -1965,13 +1529,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1170
+#: Websphere.xml:917
#, no-c-format
msgid "Hibernate dependencies"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1171
+#: Websphere.xml:918
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1985,33 +1549,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1174
+#: Websphere.xml:921
#, no-c-format
-msgid ""
-"JSF dependencies. You will need to copy the <literal>el-ri.jar</literal> "
-"from the <literal>$SEAM/examples/jpa/lib</literal> directory."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1177
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1180
-#, no-c-format
msgid "Third party dependencies."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1181
+#: Websphere.xml:922
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2028,15 +1572,15 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1184
+#: Websphere.xml:925
#, no-c-format
msgid ""
-"<literal>jboss-seam.jar</literal> - this is needed in both the <literal>ear</"
-"literal> base and <literal>/lib</literal> directory."
+"<literal>jboss-seam.jar</literal> - this is needed in the <literal>ear</"
+"literal> base directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1188
+#: Websphere.xml:928
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2045,13 +1589,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1192
+#: Websphere.xml:932
#, no-c-format
msgid "You should end up with something like:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1193
+#: Websphere.xml:933
#, no-c-format
msgid ""
"<![CDATA[<fileset dir=\"${basedir}\">\n"
@@ -2072,13 +1616,7 @@
" <include name=\"lib/hibernate-entitymanager.jar\"/>\n"
" <include name=\"lib/hibernate-validator.jar\"/>\n"
" <include name=\"lib/jboss-common-core.jar\" />\n"
-" \n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>\n"
-" \n"
+"\n"
" <!-- 3rd party and supporting jars -->\n"
" <include name=\"lib/javassist.jar\"/>\n"
" <include name=\"lib/dom4j.jar\" />\n"
@@ -2095,38 +1633,14 @@
"</fileset>]]>"
msgstr ""
-#. Tag: para
-#: Websphere.xml:1195
-#, no-c-format
-msgid ""
-"The last step is to add <literal>jsf-impl.jar</literal> and <literal>el-ri."
-"jar</literal> to the war target. Look for <literal>copy todir=\"${war.dir}/"
-"WEB-INF/lib\"</literal> and add the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1199
-#, no-c-format
-msgid ""
-"<![CDATA[<copy todir=\"${war.dir}/WEB-INF/lib\">\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <includesfile name=\"deployed-jars-war.list"
-"\" />\n"
-" <include name=\"jsf-impl.jar\" />\n"
-" <include name=\"el-ri.jar\" /> \n"
-" <exclude name=\"jboss-seam-gen.jar\" />\n"
-" </fileset>\n"
-"</copy>]]>"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:1206
+#: Websphere.xml:940
#, no-c-format
msgid "Building and deploying the seam-gen'd application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:1212
+#: Websphere.xml:945
#, no-c-format
msgid ""
"Build your application by calling <literal>ant</literal> in the base "
@@ -2136,7 +1650,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1221
+#: Websphere.xml:954
#, no-c-format
msgid ""
"To deploy the application follow the instructions here : <xref linkend="
@@ -2146,7 +1660,7 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1227
+#: Websphere.xml:960
#, no-c-format
msgid ""
"Checkout the app at: <literal>http://localhost:9080/websphere_example/index."
16 years
Seam SVN: r9996 - trunk/doc/Seam_Reference_Guide/it-IT.
by seam-commits@lists.jboss.org
Author: nico.ben
Date: 2009-02-01 16:40:37 -0500 (Sun, 01 Feb 2009)
New Revision: 9996
Modified:
trunk/doc/Seam_Reference_Guide/it-IT/Excel.po
trunk/doc/Seam_Reference_Guide/it-IT/Itext.po
trunk/doc/Seam_Reference_Guide/it-IT/Websphere.po
Log:
JBSEAM-3767: Italian translation of Seam guide
Modified: trunk/doc/Seam_Reference_Guide/it-IT/Excel.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/it-IT/Excel.po 2009-02-01 20:48:22 UTC (rev 9995)
+++ trunk/doc/Seam_Reference_Guide/it-IT/Excel.po 2009-02-01 21:40:37 UTC (rev 9996)
@@ -5,8 +5,8 @@
msgstr ""
"Project-Id-Version: Seam_Reference_Guide\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
-"PO-Revision-Date: 2009-02-01 21:34+0100\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
+"PO-Revision-Date: 2009-02-01 22:37+0100\n"
"Last-Translator: Nicola Benaglia <nico.benaz(a)gmail.com>\n"
"Language-Team: none\n"
"MIME-Version: 1.0\n"
@@ -34,7 +34,7 @@
#. Tag: para
#: Excel.xml:22
#, no-c-format
-msgid "&Excel; <literal>jboss-seam-excel.jar</literal>. This JAR contains the &excel; JSF controls, which are used to construct views that can render the document, and the DocumentStore component, which serves the rendered document to the user. To include &excel; support in your application, included <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/lib</literal> directory along with the <literal>jxl.jar</literal> JAR file. Furthermore, you need to configure the DocumentStore servlet in your web.xml"
+msgid "&Excel; <literal>jboss-seam-excel.jar</literal>. This JAR contains the &excel; JSF controls, which are used to construct views that can render the document, and the DocumentStore component, which serves the rendered document to the user. To include &excel; support in your application, include <literal>jboss-seam-excel.jar</literal> in your <literal>WEB-INF/lib</literal> directory along with the <literal>jxl.jar</literal> JAR file. Furthermore, you need to configure the DocumentStore servlet in your web.xml"
msgstr "&Excel; <literal>jboss-seam-excel.jar</literal>. Questo JAR contiene i controlli &excel; JSF, che vengono impiegati per costruire le viste che possono generare il documento, ed il componente DocumentStore, che serve il documento generato all'utente. Per includere il supporto ad &excel; nella propria applicazione, si includa <literal>jboss-seam-excel.jar</literal> nella directory <literal>WEB-INF/lib</literal> assieme al file <literal>jxl.jar</literal>. Inoltre, occorre configurare il servlet DocumentStore in web.xml."
#. Tag: para
@@ -232,7 +232,7 @@
#. Tag: para
#: Excel.xml:132
#, no-c-format
-msgid "<literal>arrayGrowSize</literal> — The amount of memory by which to increase the amount of memory allocated to storing the workbook data. For processeses reading many small workbooks inside a WAS it might be necessary to reduce the default size Default value is 1 megabyte. The value is a number (bytes)."
+msgid "<literal>arrayGrowSize</literal> — The amount of memory by which to increase the amount of memory allocated to storing the workbook data. For processes reading many small workbooks inside a WAS it might be necessary to reduce the default size. Default value is 1 megabyte. The value is a number (bytes)."
msgstr "<literal>arrayGrowSize</literal> — L'ammontare di memoria con cui incrementare la memoria allocata per la memorizzazione dei dati di workbook. Per processi che leggono molti workbook piccoli dentro un WAS, può essere necessario ridurre la dimensione di default. Il valore di default è 1 megabyte. Il valore è un numero (byte)."
#. Tag: para
@@ -292,7 +292,7 @@
#. Tag: para
#: Excel.xml:210
#, no-c-format
-msgid "<literal>initialFileSize</literal> — The initial amount of memory allocated to store the workbook data when reading a worksheet. For processeses reading many small workbooks inside a WAS it might be necessary to reduce the default size Default value is 5 megabytes. The value is a number (bytes)."
+msgid "<literal>initialFileSize</literal> — The initial amount of memory allocated to store the workbook data when reading a worksheet. For processes reading many small workbooks inside a WAS it might be necessary to reduce the default size. Default value is 5 megabytes. The value is a number (bytes)."
msgstr "<literal>initialFileSize</literal> — Ammontare iniziale di memoria allocata per memorizzare i dati del workbook quando viene letto un foglio elettronico. Per processi che leggono molti workbook piccoli dentro un WAS può essere necessario ridurre la dimensione di default. Il valore di default è 5 megabytes. Il valore è un numero (byte)."
#. Tag: para
@@ -352,7 +352,7 @@
#. Tag: para
#: Excel.xml:305
#, no-c-format
-msgid "<literal>filename</literal> — The filename to use for the download. The value is a string. Please not that if you map the DocumentServlet to some pattern, this file extension must also match."
+msgid "<literal>filename</literal> — The filename to use for the download. The value is a string. Please note that if you map the DocumentServlet to some pattern, this file extension must also match."
msgstr "<literal>filename</literal> — Il nome del file da usare per il download. Il valore è una stringa. Si noti che se si mappa il DocumentServlet su qualche pattern, questa estensione del file deve corrispondere."
#. Tag: para
@@ -363,21 +363,12 @@
#. Tag: emphasis
#: Excel.xml:322
-#: Excel.xml:708
-#: Excel.xml:802
-#: Excel.xml:954
-#: Excel.xml:1081
-#: Excel.xml:1157
-#: Excel.xml:1209
-#: Excel.xml:1263
-#: Excel.xml:1437
-#: Excel.xml:1537
-#: Excel.xml:1595
-#: Excel.xml:1658
-#: Excel.xml:1935
-#: Excel.xml:2318
+#: Excel.xml:2014
+#: Excel.xml:2079
+#: Excel.xml:2139
+#: Excel.xml:2218
#, no-c-format
-msgid "Child elemenents"
+msgid "Child elements"
msgstr "Elementi figli"
#. Tag: para
@@ -486,7 +477,7 @@
#. Tag: para
#: Excel.xml:363
#, no-c-format
-msgid "Worksheets are the children of workbooks and the parent of columns and worksheet commands They can also contain explicitly placed cells, formulas, images and hyperlinks. They are the pages that make up the workbook."
+msgid "Worksheets are the children of workbooks and the parent of columns and worksheet commands. They can also contain explicitly placed cells, formulas, images and hyperlinks. They are the pages that make up the workbook."
msgstr "I worksheet sono figli dei workbook e padri delle colonne e dei comandi worksheet. Possono anche contenere celle, formule, immagini e collegamenti esplicitamente collocati. Sono le pagine che creano il workbook."
#. Tag: literal
@@ -504,13 +495,13 @@
#. Tag: para
#: Excel.xml:393
#, no-c-format
-msgid "<literal>var</literal> — The current row iterator variable name that can later be referenced in cell value attributes. The value is a string"
-msgstr "<literal>var</literal> — Il nome della variabile della riga iteratore corrente che può successivamente essere referenziata negli attributi di valore della cella. Il valore è una stringa."
+msgid "<literal>var</literal> — The current row iterator variable name that can later be referenced in cell value attributes. The value is a string."
+msgstr "<literal>var</literal> — Il nome della variabile della riga iteratore corrente che può successivamente essere referenziata negli attributi di valore della cella. Il valore è una stringa. "
#. Tag: para
#: Excel.xml:401
#, no-c-format
-msgid "<literal>name</literal> — The name of the worksheet. The valus is a string. Defaults to Sheet# where # is the worksheet index. If the given worksheet name exists, that sheet is selected. This can be used for merging several data sets into a single worksheet, just define the same name for them (using <literal>startRow</literal> and <literal>startCol</literal> to make sure that they don't occupy the same space)."
+msgid "<literal>name</literal> — The name of the worksheet. The value is a string. Defaults to Sheet# where # is the worksheet index. If the given worksheet name exists, that sheet is selected. This can be used for merging several data sets into a single worksheet, just define the same name for them (using <literal>startRow</literal> and <literal>startCol</literal> to make sure that they don't occupy the same space)."
msgstr "<literal>name</literal> — Il nome del worksheet. Il valore è una stringa. Il default è Sheet# dove # è l'indice del worksheet. Se esiste il nome del worksheet dato, tale foglio viene selezionato. Questo può essere usato per unire diversi set di dati in un singolo worksheet, solamente definendo lo stesso nome per questi (usando <literal>startRow</literal> e <literal>startCol</literal> per assicurarsi che non occupino lo stesso spazio)."
#. Tag: para
@@ -534,7 +525,7 @@
#. Tag: para
#: Excel.xml:445
#, no-c-format
-msgid "<literal>bottomMargin</literal> — The bottom margin. The value is a number (inches)"
+msgid "<literal>bottomMargin</literal> — The bottom margin. The value is a number (inches)."
msgstr "<literal>bottomMargin</literal> — Il margine inferiore. Il valore è un numero (pollici)."
#. Tag: para
@@ -624,8 +615,8 @@
#. Tag: para
#: Excel.xml:551
#, no-c-format
-msgid "<literal>normalMagnification</literal> — The normal magnificaton factor (not zoom or scale factor). The value is a number (percentage)."
-msgstr "<literal>topMargin</literal> — Il margine superiore. Il valore è un numero (pollici)."
+msgid "<literal>normalMagnification</literal> — The normal magnification factor (not zoom or scale factor). The value is a number (percentage)."
+msgstr "<literal>normalMagnification</literal> — Il fattore di ingrandimento normale (non zoom o fattore di scala). Il valore è un numero (percentuale)."
#. Tag: para
#: Excel.xml:558
@@ -636,7 +627,7 @@
#. Tag: para
#: Excel.xml:566
#, no-c-format
-msgid "<literal>pageBreakPreviewMagnification</literal> — The page break preview magnificaton factor (not zoom or scale factors). the value is a number (percentage)."
+msgid "<literal>pageBreakPreviewMagnification</literal> — The page break preview magnification factor (not zoom or scale factors). The value is a number (percentage)."
msgstr "<literal>pageBreakPreviewMagnification</literal> — Il fattore di ingrandimento dell'anteprima per l'interruzione di pagina (non fattori di zoom o di scala). Il valore è un numero (percentuale)."
#. Tag: para
@@ -690,7 +681,7 @@
#. Tag: para
#: Excel.xml:636
#, no-c-format
-msgid "<literal>recalculateFormulasBeforeSave</literal> — Should the formulas be re-calculated when the sheet is saved? The value is a boolean. false"
+msgid "<literal>recalculateFormulasBeforeSave</literal> — Should the formulas be re-calculated when the sheet is saved? The value is a boolean. Default value is false."
msgstr "<literal>recalculateFormulasBeforeSave</literal> — Le formule devono essere ricalcolate quando viene salvato il foglio? Il valore è un boolean. Il default è false."
#. Tag: para
@@ -744,9 +735,27 @@
#. Tag: para
#: Excel.xml:698
#, no-c-format
-msgid "<literal>zoomFactor</literal> — T zoom factor. Do not confuse zoom factor (which relates to the on screen view) with scale factor (which refers to the scale factor when printing). The value is a number (percentage."
+msgid "<literal>zoomFactor</literal> — The zoom factor. Do not confuse zoom factor (which relates to the on screen view) with scale factor (which refers to the scale factor when printing). The value is a number (percentage)."
msgstr "<literal>zoomFactor</literal> — Fattore di zoom. Da non confondere con il fattore di zoom (che è relazionato alla vista dello schermo) con il fattore di scala (che si riferisce al fattore di scala in fase di stampa). Il valore è un numero (percentuale)."
+#. Tag: emphasis
+#: Excel.xml:708
+#: Excel.xml:802
+#: Excel.xml:954
+#: Excel.xml:1081
+#: Excel.xml:1157
+#: Excel.xml:1209
+#: Excel.xml:1263
+#: Excel.xml:1437
+#: Excel.xml:1537
+#: Excel.xml:1595
+#: Excel.xml:1658
+#: Excel.xml:1935
+#: Excel.xml:2318
+#, no-c-format
+msgid "Child elemenents"
+msgstr "Elementi figli"
+
#. Tag: para
#: Excel.xml:712
#, no-c-format
@@ -762,7 +771,7 @@
#. Tag: para
#: Excel.xml:728
#, no-c-format
-msgid "<literal><e:headerFooter/></literal> — Zero or more header/footer definitions ((see <xref linkend=\"excel.headersfooters\"/> ))."
+msgid "<literal><e:headerFooter/></literal> — Zero or more header/footer definitions (see <xref linkend=\"excel.headersfooters\"/> )."
msgstr "<literal><e:headerFooter/></literal> — Zero o più definizioni di header/footer (Si veda <xref linkend=\"excel.headersfooters\"/>)."
#. Tag: para
@@ -774,13 +783,13 @@
#. Tag: para
#: Excel.xml:749
#, no-c-format
-msgid "<literal>header</literal>— Contents that will be placed at the top of the data block, above the column headers (if any)"
+msgid "<literal>header</literal>— Contents that will be placed at the top of the data block, above the column headers (if any)."
msgstr "<literal>header</literal>— I contenuti che verranno messi in cima al blocco di dati, sopra le intestazioni della colonna (se presenti)."
#. Tag: para
#: Excel.xml:756
#, no-c-format
-msgid "<literal>footer</literal>— Contents that will be placed at the bottom of the data block, below the column footers (if any)"
+msgid "<literal>footer</literal>— Contents that will be placed at the bottom of the data block, below the column footers (if any)."
msgstr "<literal>footer</literal>— I contenuti che verranno messi in fondo al blocco di dati, sotto i pié di pagina della colonna (se presenti)."
#. Tag: programlisting
@@ -919,8 +928,8 @@
#. Tag: para
#: Excel.xml:882
#, no-c-format
-msgid "Cells are nested within columns (for iteration) or inside worksheets (for direct placement using the <literal>column</literal> and <literal>row</literal> attributes) and are responsible for outputting the value (usually though en EL-expression involving the <literal>var</literal>-attribute of the datatable. See"
-msgstr "Le celle sono innestate dentro le colonne (per l'iterazione) o dentro i worksheet (per il collocamento diretto usando gli attributi <literal>column</literal> e <literal>row</literal>) e sono responsabili dell'output del valore (solitamente tramite un'espressione EL che coinvolge l'attributo <literal>var</literal> della datatable."
+msgid "Cells are nested within columns (for iteration) or inside worksheets (for direct placement using the <literal>column</literal> and <literal>row</literal> attributes) and are responsible for outputting the value (usually through an EL-expression involving the <literal>var</literal>-attribute of the datatable. See"
+msgstr "Le celle sono innestate dentro le colonne (per l'iterazione) o dentro i worksheet (per il collocamento diretto usando gli attributi <literal>column</literal> e <literal>row</literal>) e sono responsabili dell'output del valore (solitamente tramite un'espressione EL che coinvolge l'attributo <literal>var</literal> della datatable. Vedere"
#. Tag: literal
#: Excel.xml:898
@@ -1313,7 +1322,7 @@
#. Tag: para
#: Excel.xml:1360
#, no-c-format
-msgid "The formula of the cell in placed in the <literal>value</literal> -attribute as a normal &excel; notation. Note that when doing cross-sheet formulas, the worksheets must exist before referencing a formula against them. The value is a string."
+msgid "The formula of the cell is placed in the <literal>value</literal> -attribute as a normal &excel; notation. Note that when doing cross-sheet formulas, the worksheets must exist before referencing a formula against them. The value is a string."
msgstr "La formula della cella è collocata nell'attributo <literal>value</literal> come una normale annotazione &excel;. Si noti che quando si fanno formule con riferimenti ad altri fogli, i worksheet devo esistere prima di eseguire riferimenti ad essa. Il valore è una stringa."
#. Tag: programlisting
@@ -1948,15 +1957,6 @@
msgid "<literal>collapse</literal> — Should the grouping be collapsed initially? The value is a boolean."
msgstr "<literal>description</literal> — La descrizione del link. Il valore è una stringa."
-#. Tag: emphasis
-#: Excel.xml:2014
-#: Excel.xml:2079
-#: Excel.xml:2139
-#: Excel.xml:2218
-#, no-c-format
-msgid "Child elements"
-msgstr "Elementi figli"
-
#. Tag: literal
#: Excel.xml:2046
#, no-c-format
@@ -2000,7 +2000,7 @@
#. Tag: para
#: Excel.xml:2105
#, no-c-format
-msgid "groups rows 5 trough 10 and columns 5 through 10 so that the rows are initially collapsed (but not the columns)."
+msgid "groups rows 5 through 10 and columns 5 through 10 so that the rows are initially collapsed (but not the columns)."
msgstr "raggruppa dalla riga 5 alla 10 e dalla colonna 5 alla 10 in modo che le righe siano inizialmente collassate (ma non le colonne)."
#. Tag: title
@@ -2206,7 +2206,7 @@
#. Tag: para
#: Excel.xml:2280
#, no-c-format
-msgid "The CSS attributes cascade down from parent to children and within one tag cascades over the CSS classes referenced in the <literal>styleClass</literal> attributes and finally over the CSS attributes defined in the <literal>style</literal>attribute. You can place them pretty much anywhere but e.g. placing a column width setting in a cell nested within that column makes little sense."
+msgid "The CSS attributes cascade down from parent to children and within one tag cascades over the CSS classes referenced in the <literal>styleClass</literal> attributes and finally over the CSS attributes defined in the <literal>style</literal> attribute. You can place them pretty much anywhere but e.g. placing a column width setting in a cell nested within that column makes little sense."
msgstr "Gli attributi CSS vanno in cascata dal padre ai figli e da un tag si scende in cascata attraverso classi CSS referenziate negli attributi <literal>styleClass</literal> ed infine lungo gli attributi CSS definiti nell'attributo <literal>style</literal>. Si può collocarli ovunque, ma ad esempio impostare la larghezza di colonna in una cella innestata dentro tale colonna ha poco senso."
#. Tag: title
@@ -2390,7 +2390,7 @@
#. Tag: para
#: Excel.xml:2475
#, no-c-format
-msgid "This group of XLS-CSS attributes define the borders of the cell"
+msgid "This group of XLS-CSS attributes defines the borders of the cell"
msgstr "Questo gruppo di attributi XLS-CSS definisce i bordi della cella"
#. Tag: para
@@ -2462,8 +2462,8 @@
#. Tag: para
#: Excel.xml:2561
#, no-c-format
-msgid "A shorthand for setting line style and color of the top edge of the cell, e.g style=\"xls-border-left: red thick\""
-msgstr "Una notazione breve per impostare lo stile della linea ed il colore del lato alto della cella, es. style=\"xls-border-top: thick red\""
+msgid "A shorthand for setting line style and color of the top edge of the cell, e.g style=\"xls-border-top: red thick\""
+msgstr "Una notazione breve per impostare lo stile della linea ed il colore del lato alto della cella, es. style=\"xls-border-top: red thick\""
#. Tag: para
#: Excel.xml:2569
@@ -2558,7 +2558,7 @@
#. Tag: para
#: Excel.xml:2668
#, no-c-format
-msgid "This group of XLS-CSS attributes define the background of the cell"
+msgid "This group of XLS-CSS attributes defines the background of the cell"
msgstr "Questo gruppo di attributi XLS-CSS definisce il background della cella"
#. Tag: para
@@ -2606,8 +2606,8 @@
#. Tag: para
#: Excel.xml:2722
#, no-c-format
-msgid "This group of XLS-CSS attributes define the column widths etc."
-msgstr "Questo gruppo di attributi XLS-CSS definisce lelarghezze di colonna, ecc."
+msgid "This group of XLS-CSS attributes defines the column widths etc."
+msgstr "Questo gruppo di attributi XLS-CSS definisce le larghezze di colonna, ecc."
#. Tag: para
#: Excel.xml:2732
@@ -2672,7 +2672,7 @@
#. Tag: para
#: Excel.xml:2783
#, no-c-format
-msgid "This group of XLS-CSS attributes define the cell properties"
+msgid "This group of XLS-CSS attributes defines the cell properties"
msgstr "Questo gruppo di attributi XLS-CSS definisce le proprietà della cella"
#. Tag: para
@@ -2823,7 +2823,7 @@
#. Tag: para
#: Excel.xml:2928
#, no-c-format
-msgid "When using .xhtml documents, stylesheets must be referenced through the <literal><e:link> tag</literal>"
+msgid "When using .xhtml documents, stylesheets must be referenced through the <literal><e:link></literal> tag"
msgstr "Usando i documenti xhtml, gli stylesheet devono fare riferimento tramite il tag <literal><e:link> tag</literal>"
#. Tag: para
@@ -2841,8 +2841,8 @@
#. Tag: para
#: Excel.xml:2944
#, no-c-format
-msgid "The core of the &excel; functionality is based on the excellent JExcelAPI library which can be found on http://jexcelapi.sourceforge.net/ and most features and possible limitations are inherited from here."
-msgstr "Il nucleo delle funzionalità &excel; è basato sull'eccellente libreria JExcelAPI che può essere trovata "
+msgid "The core of the &excel; functionality is based on the excellent JExcelAPI library which can be found on <ulink url=\"http://jexcelapi.sourceforge.net\">http://jexcelapi.sourceforge.net/</ulink> and most features and possible limitations are inherited from here."
+msgstr "Il nucleo delle funzionalità &excel; è basato sull'eccellente libreria JExcelAPI che può essere trovata in <ulink url=\"http://jexcelapi.sourceforge.net\">http://jexcelapi.sourceforge.net/</ulink> e la maggior parte delle funzionalità e le possibili limitazioni sono ereditate da qua."
#. Tag: para
#: Excel.xml:2950
Modified: trunk/doc/Seam_Reference_Guide/it-IT/Itext.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/it-IT/Itext.po 2009-02-01 20:48:22 UTC (rev 9995)
+++ trunk/doc/Seam_Reference_Guide/it-IT/Itext.po 2009-02-01 21:40:37 UTC (rev 9996)
@@ -5,8 +5,8 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-01-18 15:00+0000\n"
-"PO-Revision-Date: 2009-01-25 11:04+0100\n"
+"POT-Creation-Date: 2009-02-01 21:19+0000\n"
+"PO-Revision-Date: 2009-02-01 22:38+0100\n"
"Last-Translator: Nicola Benaglia <nico.benaz(a)gmail.com>\n"
"Language-Team: none\n"
"MIME-Version: 1.0\n"
@@ -34,7 +34,7 @@
#. Tag: para
#: Itext.xml:9
#, no-c-format
-msgid "iText support is provided by <literal>jboss-seam-pdf.jar</literal>. This JAR contains the iText JSF controls, which are used to construct views that can render to PDF, and the DocumentStore component, which serves the rendered documents to the user. To include PDF support in your application, included <literal>jboss-seam-pdf.jar</literal> in your <literal>WEB-INF/lib</literal> directory along with the iText JAR file. There is no further configuration needed to use Seam's iText supportfon."
+msgid "iText support is provided by <literal>jboss-seam-pdf.jar</literal>. This JAR contains the iText JSF controls, which are used to construct views that can render to PDF, and the DocumentStore component, which serves the rendered documents to the user. To include PDF support in your application, put <literal>jboss-seam-pdf.jar</literal> in your <literal>WEB-INF/lib</literal> directory along with the iText JAR file. There is no further configuration needed to use Seam's iText support."
msgstr "Il supporto a iText è fornito da <literal>jboss-seam-pdf.jar</literal>. Questo JAR contiene i controlli JSF di iText, che sono usati per costruire le viste che possono generare il PDF, e il componente DocumentStore, che serve i documenti renderizzati per l'utente. Per includere il supporto PDF nell'applicazione, si metta <literal>jboss-seam-pdf.jar</literal> nella directory <literal>WEB-INF/lib</literal> assieme al file JAR di iText. Non serve alcuna ulteriore configurazione per usare il supporto a iText di Seam."
#. Tag: para
@@ -255,7 +255,7 @@
#. Tag: para
#: Itext.xml:160
#, no-c-format
-msgid "Useful documents will need to contain more than just text; however, the standard UI components are geared towards HTML generation and are not useful for generating PDF content. Instead, Seam provides a special UI components for generating suitable PDF content. Tags like <literal><p:image></literal> and <literal><p:paragraph></literal> are the basic foundations of simple documents. Tags like <literal><p:font></literal> provide style information to all the content surrounging them."
+msgid "Useful documents will need to contain more than just text; however, the standard UI components are geared towards HTML generation and are not useful for generating PDF content. Instead, Seam provides a special UI components for generating suitable PDF content. Tags like <literal><p:image></literal> and <literal><p:paragraph></literal> are the basic foundations of simple documents. Tags like <literal><p:font></literal> provide style information to all the content surrounding them."
msgstr "I documenti utili dovranno contenere più che il solo testo; comunque i componenti standard UI sono idonei per la generazione HTML e non sono utili per generare contenuto in PDF. Invece Seam fornisce dei componenti UI speciali per generare contenuto in PDF idoneo. Tag quali <literal><p:image></literal> e <literal><p:paragraph></literal> sono la base per i semplici documenti. Tag come <literal><p:font></literal> forniscono informazioni di stile a tutto il contenuto che sta intorno."
#. Tag: literal
@@ -509,7 +509,7 @@
#. Tag: para
#: Itext.xml:401
#, no-c-format
-msgid "<literal>p:image</literal> inserts an image into the document. Images can be be loaded from the classpath or from the web application context using the <literal>value</literal> attribute."
+msgid "<literal>p:image</literal> inserts an image into the document. Images can be loaded from the classpath or from the web application context using the <literal>value</literal> attribute."
msgstr "<literal>p:image</literal> inserisce un'immagine in un documento. Le immagini possono essere caricate dal classpath o dal contesto dell'applicazione web usando l'attributo <literal>value</literal>."
#. Tag: para
@@ -623,7 +623,7 @@
#. Tag: para
#: Itext.xml:548
#, no-c-format
-msgid "<literal>reference</literal> — The destination the link refers to. Links to other points in the document should begin with a \"#\". For example, \"#link1\" to refer to an anchor postion with a <literal>name</literal> of <literal>link1</literal>. Links may also be a full URL to point to a resource outside of the document."
+msgid "<literal>reference</literal> — The destination the link refers to. Links to other points in the document should begin with a \"#\". For example, \"#link1\" to refer to an anchor position with a <literal>name</literal> of <literal>link1</literal>. Links may also be a full URL to point to a resource outside of the document."
msgstr "<literal>reference</literal> — La destinazione a cui il link di riferisce. I link ad altri punti del documento dovrebbero iniziare con un \"#\". Per esempio, \"#link1\" si riferisce ad una posizione dell'ancora con il <literal>name</literal> impostato a <literal>link1</literal>. I link possono anche essere URL completi ad un punto della risorsa fuori dal documento."
#. Tag: programlisting
@@ -692,7 +692,7 @@
#. Tag: para
#: Itext.xml:631
#, no-c-format
-msgid "<literal>borderWidth</literal> — The width of the border. Inidvidual border sides can be specified using <literal>borderWidthLeft</literal>, <literal>borderWidthRight</literal>, <literal>borderWidthTop</literal> and <literal>borderWidthBottom</literal>."
+msgid "<literal>borderWidth</literal> — The width of the border. Individual border sides can be specified using <literal>borderWidthLeft</literal>, <literal>borderWidthRight</literal>, <literal>borderWidthTop</literal> and <literal>borderWidthBottom</literal>."
msgstr "<literal>borderWidth</literal> — La larghezza del bordo. I singoli lati dei bordi possono essere specificati usando <literal>borderWidthLeft</literal>, <literal>borderWidthRight</literal>, <literal>borderWidthTop</literal> e <literal>borderWidthBottom</literal>."
#. Tag: programlisting
@@ -776,7 +776,7 @@
#. Tag: para
#: Itext.xml:724
#, no-c-format
-msgid "<literal>numberDepth</literal> — The depth of numbering for section. All sections are numbered relative to their surrounding chapter/sections. The fourth section of of the first section of chapter three would be section 3.1.4, if displayed at the default number depth of three. To omit the chapter number, a number depth of 2 should be used. In that case, the section number would be displayed as 1.4."
+msgid "<literal>numberDepth</literal> — The depth of numbering for section. All sections are numbered relative to their surrounding chapter/sections. The fourth section of the first section of chapter three would be section 3.1.4, if displayed at the default number depth of three. To omit the chapter number, a number depth of 2 should be used. In that case, the section number would be displayed as 1.4."
msgstr "<literal>numberDepth</literal> — La profondità della numerazione per le sezioni. Tutte le sezioni sono numerate relativamente ai loro capitoli/sezioni circostanti. La quarta sezione della prima sezione del capitolo terzo avrebbe sezione 3.1.4, se visualizzata con una profondità di default di tre. Per omettere il numero del capitolo, occorre usare una profondità di numerazione pari a 2. In questo caso, il numero della sezione visualizzato sarebbe 1.4."
#. Tag: programlisting
@@ -828,7 +828,7 @@
#. Tag: para
#: Itext.xml:767
#, no-c-format
-msgid "List structures can be displayed using the <literal>p:list</literal> and <literal>p:listItem</literal> tags. Lists may contain arbitrarily-nested sublists. List items may not be used outside of a list. he following document uses the <literal>ui:repeat</literal> tag to to display a list of values retrieved from a Seam component."
+msgid "List structures can be displayed using the <literal>p:list</literal> and <literal>p:listItem</literal> tags. Lists may contain arbitrarily-nested sublists. List items may not be used outside of a list. The following document uses the <literal>ui:repeat</literal> tag to to display a list of values retrieved from a Seam component."
msgstr "Le strutture di lista possono essere visualizzate usando i tag <literal>p:list</literal> e <literal>p:listItem</literal>. Le liste possono contenere sottoliste arbitrariamente innestate. Gli elementi di lista non possono essere usati fuori da una lista. Il seguente documento utilizza il tag <literal>ui:repeat</literal> per mostrare una lista di valori recuperata da un componente Seam."
#. Tag: programlisting
@@ -1325,7 +1325,7 @@
#: Itext.xml:1360
#: Itext.xml:1556
#, no-c-format
-msgid "<literal>domainGridlineStroke</literal> — The stroke style of the domain gridleines, if visible."
+msgid "<literal>domainGridlineStroke</literal> — The stroke style of the domain gridlines, if visible."
msgstr "<literal>domainGridlineStroke</literal> — Lo stile del tratteggio delle griglie di dominio, se visibili."
#. Tag: para
@@ -1411,7 +1411,7 @@
#: Itext.xml:1437
#: Itext.xml:1633
#, no-c-format
-msgid "<literal>plotOutlineStroke</literal> — The stroke style of the range gridleines, if visible."
+msgid "<literal>plotOutlineStroke</literal> — The stroke style of the range gridlines, if visible."
msgstr "<literal>plotOutlineStroke</literal> — Lo stile del tratteggio delle griglie di range, se visibili."
#. Tag: para
@@ -1444,7 +1444,7 @@
#: Itext.xml:1464
#: Itext.xml:1660
#, no-c-format
-msgid "<literal>rangeGridlineStroke</literal> — The stroke style of the range gridleines, if visible."
+msgid "<literal>rangeGridlineStroke</literal> — The stroke style of the range gridlines, if visible."
msgstr "<literal>rangeGridlineStroke</literal> — Lo stile del tratteggio delle griglie di range, se visibili."
#. Tag: para
@@ -1812,7 +1812,7 @@
#. Tag: para
#: Itext.xml:1893
#, no-c-format
-msgid "<literal>seriesVisibleInLegend</literal> — A boolean indiciating if the series should be listed in the legend."
+msgid "<literal>seriesVisibleInLegend</literal> — A boolean indicating if the series should be listed in the legend."
msgstr "<literal>seriesVisibleInLegend</literal> — Un valore booleano che indicare se la serie debba essere elencata nella legenda."
#. Tag: programlisting
@@ -1995,7 +1995,7 @@
#. Tag: para
#: Itext.xml:2062
#, no-c-format
-msgid "<literal>dashPhase</literal> — The dash phase indicates the offset into the dash pattern that the the line should be drawn with."
+msgid "<literal>dashPhase</literal> — The dash phase indicates the offset into the dash pattern that the line should be drawn with."
msgstr "<literal>dashPhase</literal> — La fase di dash indica l'offset nel pattern dash che con cui la linea dovrebbe essere disegnata."
#. Tag: programlisting
@@ -2127,7 +2127,7 @@
#. Tag: para
#: Itext.xml:2195
#, no-c-format
-msgid "If you have a complex, pre-generated PDF with named fields, you can easily fill in the values from you application and present it to the user."
+msgid "If you have a complex, pre-generated PDF with named fields, you can easily fill in the values from your application and present it to the user."
msgstr "Se si ha un PDF complesso pregenerato con campi definiti (con nome), lo si può facilmente riempire con valori dell'applicazione e presentarlo all'utente."
#. Tag: literal
Modified: trunk/doc/Seam_Reference_Guide/it-IT/Websphere.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/it-IT/Websphere.po 2009-02-01 20:48:22 UTC (rev 9995)
+++ trunk/doc/Seam_Reference_Guide/it-IT/Websphere.po 2009-02-01 21:40:37 UTC (rev 9996)
@@ -5,9 +5,9 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-11-06 00:24+0000\n"
-"PO-Revision-Date: 2008-04-04 01:24+0000\n"
-"Last-Translator: Automatically generated\n"
+"POT-Creation-Date: 2009-02-01 21:20+0000\n"
+"PO-Revision-Date: 2009-02-01 22:39+0100\n"
+"Last-Translator: Nicola Benaglia <nico.benaz(a)gmail.com>\n"
"Language-Team: none\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -16,373 +16,205 @@
#. Tag: title
#: Websphere.xml:2
#, no-c-format
-msgid "Seam on IBM's Websphere"
+msgid "Seam on IBM's Websphere AS"
msgstr ""
#. Tag: para
#: Websphere.xml:4
#, no-c-format
-msgid ""
-"Websphere 6.1.x is IBM's application server offering. The latest release is "
-"6.1.0.19 which does not have <literal>EJB3</literal> or <literal>JEE5</"
-"literal> support. There is a recently released (Nov 07) <literal>EJB3</"
-"literal> feature pack which provides some support for <literal>EJB3</"
-"literal> and <literal>JPA</literal>. Currently there is no true "
-"<literal>JEE5</literal> offering from IBM. This causes some issues with Seam "
-"integration with applications that use EJB3."
+msgid "Websphere AS V7 is IBM's application server offering. This release is fully Java EE 5 certified."
msgstr ""
#. Tag: para
-#: Websphere.xml:12
+#: Websphere.xml:7
#, no-c-format
-msgid ""
-"First we will go over some basic information about the Websphere environment "
-"that we used for these examples. After a good deal of research and work we "
-"were able to get EJB3 applications to function correctly. We will go over "
-"the details of those steps with the jee5 example. We will also deploy the "
-"JPA example application."
+msgid "First we will go over some basic information about the Websphere AS environment that we used for these examples. We will go over the details of those steps with the JEE5 booking example. We will also deploy the JPA example application."
msgstr ""
#. Tag: title
-#: Websphere.xml:19
+#: Websphere.xml:13
#, no-c-format
-msgid "Websphere environment and deployment information"
+msgid "Websphere AS environment and deployment information"
msgstr ""
#. Tag: para
-#: Websphere.xml:21
+#: Websphere.xml:15
#, no-c-format
-msgid ""
-"Websphere is a commercial product and so we will not discuss the details of "
-"its installation other than to say follow the directions provided by your "
-"particular installation type and license. This section will detail the exact "
-"server versions used, installation tips, and some custom properties that are "
-"needed for all of the examples."
+msgid "Websphere AS is a commercial product and so we will not discuss the details of its installation other than to say follow the directions provided by your particular installation type and license. This section will detail the exact server versions used, installation tips, and some custom properties that are needed for all of the examples."
msgstr ""
#. Tag: title
-#: Websphere.xml:29
+#: Websphere.xml:23
#, no-c-format
-msgid "Installation versions and tips"
+msgid "Installation versions"
msgstr ""
#. Tag: para
-#: Websphere.xml:30
+#: Websphere.xml:24
#, no-c-format
-msgid ""
-"All of the examples and information in this chapter are based on the version "
-"6.1 of Websphere at the time of this writing."
+msgid "All of the examples and information in this chapter are based on the version V7 of Websphere AS at the time of this writing."
msgstr ""
#. Tag: ulink
-#: Websphere.xml:35
+#: Websphere.xml:29
#, no-c-format
-msgid "Websphere Application Server 6.1"
+msgid "Websphere Application Server V7"
msgstr ""
-#. Tag: ulink
-#: Websphere.xml:40
-#, no-c-format
-msgid ""
-"Feature Pack for EJB 3.0 for Websphere Application Server V6.1 (6.1.0.13)"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:46
-#, no-c-format
-msgid "Fix Pack for Websphere Application Server V6.1 (6.1.0.19)"
-msgstr ""
-
#. Tag: para
-#: Websphere.xml:52
+#: Websphere.xml:34
#, no-c-format
-msgid ""
-"The EJB3 feature pack that we installed came with the 6.1.0.13 patch version "
-"of Websphere. Installing the feature pack does not ensure that your server "
-"will have the proper environment for EJB3 applications. Be sure that as part "
-"of the installation of the feature pack you follow the instructions to "
-"create a new server profile with the EJB3 feature pack enabled, or augment "
-"one of your existing ones. This can also be done after the installation by "
-"running the profile management tool."
+msgid "After installing Websphere AS, create server profile with Profile Management Tool, if you didn't create profile in installation process."
msgstr ""
-#. Tag: para
-#: Websphere.xml:60
-#, no-c-format
-msgid ""
-"It is highly recommended to patch Websphere by latest fix pack, at the time "
-"of this writing it is 6.1.0.19"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:63
+#: Websphere.xml:42
#, no-c-format
-msgid "A note about restarting the server"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:64
-#, no-c-format
-msgid ""
-"There are times that restarting the server will be required after deploying "
-"or changes the examples in this chapter. Its does not seem like every change "
-"requires a restart. If you get errors or exceptions after modifying a "
-"property or deploying an application try to restart the server."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:72
-#, no-c-format
-msgid "Required custom properties"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:73
-#, no-c-format
-msgid ""
-"There are a couple of Websphere custom properties that are required for Seam "
-"integration. These properties are not needed specifically for Seam, but work "
-"around some issues with Websphere. These are set following the instructions "
-"here : <ulink url=\"http://www-1.ibm.com/support/docview.wss?rss=180&"
-"uid=swg21284395\"> Setting web container custom properties</ulink>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:82
-#, no-c-format
-msgid ""
-"<literal>prependSlashToResource = \"true\"</literal> — This solves a "
-"fairly common issue with Websphere where applications are not using a "
-"leading \"/\" when attempting to access resources. If this is not set then a "
-"<literal>java.net.MalformedURLException</literal> will be thrown. With this "
-"property set you will still see warnings, but the resources will be "
-"retrieved as expected."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:90 Websphere.xml:108
-#, no-c-format
-msgid "Detailed can be found at:"
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:92
-#, no-c-format
-msgid "SRVE0238E: Resource paths must have a leading slash"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:97
-#, no-c-format
-msgid ""
-"<literal>com.ibm.ws.webcontainer.invokefilterscompatibility = \"true\"</"
-"literal> — This solves an issue with Websphere where it throws a "
-"<literal>FileNotFoundException</literal> when a web application attempts to "
-"access a file resource that does not actually exist on disk. This is a "
-"common practice in modern web applications where filters or servlets are "
-"used to process resource requests like these. This issue manifests itself as "
-"failures to retrieve JavaScript, CSS, images, etc... when requesting a web "
-"page."
-msgstr ""
-
-#. Tag: ulink
-#: Websphere.xml:110
-#, no-c-format
-msgid ""
-"PK33090; 6.1: A filter that serves a file does not pop-up an alert message"
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:119
-#, no-c-format
msgid "The <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:121
+#: Websphere.xml:44
#, no-c-format
-msgid ""
-"The <literal>jee5/booking</literal> example is based on the Hotel Booking "
-"example (which runs on JBoss AS). Out of the box it is designed to run on "
-"Glassfish, but with the steps below it can be deployed to Websphere. It is "
-"located in the <literal>$SEAM_DIST/examples/jee5/booking</literal> directory."
+msgid "The <literal>jee5/booking</literal> example is based on the Hotel Booking example (which runs on JBoss AS). Out of the box it is designed to run on Glassfish, but with the steps below it can be deployed to Websphere. It is located in the <literal>$SEAM_DIST/examples/jee5/booking</literal> directory."
msgstr ""
-#. Tag: para
-#: Websphere.xml:128
-#, no-c-format
-msgid ""
-"As stated before the <literal>EJB3</literal> feature pack does not provide a "
-"full <literal>jee5</literal> implementation. This means that there are some "
-"tricks to getting an application deployed and functioning."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:134 Websphere.xml:927
+#: Websphere.xml:52
+#: Websphere.xml:710
#, no-c-format
msgid "<title>Configuration file changes</title>"
msgstr ""
#. Tag: para
-#: Websphere.xml:136
+#: Websphere.xml:54
#, no-c-format
-msgid ""
-"Below are the configuration file changes that are need to the base example."
+msgid "Below are the configuration file changes that are need to the base example."
msgstr ""
#. Tag: literal
-#: Websphere.xml:142 Websphere.xml:1001
+#: Websphere.xml:60
+#: Websphere.xml:784
#, no-c-format
msgid "resources/WEB-INF/components.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:145
+#: Websphere.xml:63
#, no-c-format
-msgid ""
-"We need to change the way that we look up EJBs for Websphere. We need to "
-"remove the <literal>/local</literal> from the end of the <literal>jndi-"
-"pattern</literal> attribute. It should look like this:"
+msgid "We need to change the way that we look up EJBs for WAS. We need to remove the <literal>/local</literal> from the end of the <literal>jndi-pattern</literal> attribute. It should look like this:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:152
+#: Websphere.xml:70
#, no-c-format
msgid ""
"<![CDATA[\n"
-"<core:init jndi-pattern=\"java:comp/env/jboss-seam-jee5/#{ejbName}\" debug="
-"\"true\"/>\n"
+"<core:init jndi-pattern=\"java:comp/env/jboss-seam-jee5/#{ejbName}\" debug=\"true\"/>\n"
" ]]>"
msgstr ""
#. Tag: literal
-#: Websphere.xml:156 Websphere.xml:1033
+#: Websphere.xml:76
#, no-c-format
-msgid "resources/WEB-INF/web.xml"
+msgid "resources/META-INF/ejb-jar.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:159
+#: Websphere.xml:79
#, no-c-format
-msgid ""
-"This is the first place that we notice an unexpected change because this is "
-"not full <literal>jee5</literal> implementation."
+msgid "We need to replace the /local string from <literal>ejb-ref-name</literal>. See at the following final code:"
msgstr ""
-#. Tag: para
-#: Websphere.xml:162
+#. Tag: programlisting
+#: Websphere.xml:82
#, no-c-format
msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it requires "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
+"<![CDATA[\n"
+" <enterprise-beans>\n"
+" <!-- EJB reference required when one Seam EJB component references another Seam EJB component using @In -->\n"
+" <!-- Not required if you inject using @EJB, but then you lose state management and client-side interceptors (e.g., security) -->\n"
+" <session>\n"
+" <ejb-name>RegisterAction</ejb-name>\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref>\n"
+" </session>\n"
+" </enterprise-beans>]]>"
msgstr ""
-#. Tag: programlisting
-#: Websphere.xml:169
+#. Tag: literal
+#: Websphere.xml:88
+#: Websphere.xml:816
#, no-c-format
-msgid ""
-"<![CDATA[<xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
+msgid "resources/WEB-INF/web.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:170
+#: Websphere.xml:91
#, no-c-format
-msgid ""
-"Next, we have to make some changes to the EJB references in the <literal>web."
-"xml</literal>. These changes are what will allow Websphere to bind the EJB2 "
-"references in the web module to the the actual EJB3 beans in the EAR module. "
-"Replace all of the <literal>ejb-local-refs</literal> when the values below."
+msgid "We have to make some changes to the EJB references in the <literal>web.xml</literal>. These changes are what will allow WAS to bind automatically the EJB3 references in the web module to the the actual EJB3 beans in the EAR module. Replace all of the /local strings in <literal>ejb-local-refs</literal> when the values below."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:179
+#: Websphere.xml:100
#, no-c-format
msgid ""
"<![CDATA[\n"
" <!-- JEE5 EJB3 names -->\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Authenticator</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.BookingList</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.Register</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.ChangePassword</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.example.booking.HotelBooking</local> \n"
-" </ejb-local-ref> \n"
-" \n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home> \n"
-" <local>org.jboss.seam.example.booking.HotelSearching</local> \n"
-" </ejb-local-ref> \n"
-" \n"
" <ejb-local-ref>\n"
-" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name> \n"
+" <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction</ejb-ref-name>\n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
+" <local>org.jboss.seam.example.booking.Authenticator</local>\n"
+" </ejb-local-ref> \n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/BookingListAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.BookingList</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/RegisterAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.Register</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/ChangePasswordAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.ChangePassword</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelBookingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelBooking</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/HotelSearchingAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.example.booking.HotelSearching</local>\n"
+" </ejb-local-ref>\n"
+"\n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:181
+#: Websphere.xml:102
#, no-c-format
-msgid ""
-"The important change is that there is an empty <literal>local-home</literal> "
-"element for each EJB. This tells Websphere to make the correct bindings "
-"between the web module and the EJB3 beans. The <literal>ejb-link</literal> "
-"element is simply not used."
+msgid "Note also that <literal>EjbSynchronizations</literal> is a built-in Seam EJB and not part of the Hotel Booking example. This means that if your application's <literal>components.xml</literal> specifies <literal>transaction:ejb-transaction</literal>, then you must include:"
msgstr ""
-#. Tag: para
-#: Websphere.xml:187
-#, no-c-format
-msgid ""
-"Note also that <literal>EjbSynchronizations</literal> is a built-in Seam EJB "
-"and not part of the Hotel Booking example. This means that if your "
-"application's <literal>components.xml</literal> specifies "
-"<literal>transaction:ejb-transaction</literal> , then you must include:"
-msgstr ""
-
#. Tag: programlisting
-#: Websphere.xml:192
+#: Websphere.xml:107
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -395,34 +227,31 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:193
+#: Websphere.xml:108
#, no-c-format
-msgid ""
-"in your web.xml. If you don't include it, you'll get the following error:"
+msgid "in your web.xml. If you don't include it, you'll get the following error:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:194
+#: Websphere.xml:109
#, no-c-format
msgid "Name comp/env/myapp/EjbSynchronizations not found in context java:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:199
+#: Websphere.xml:114
#, no-c-format
msgid "resources/META-INF/persistence.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:202
+#: Websphere.xml:117
#, no-c-format
-msgid ""
-"For this example we will be using the default datasource that comes with "
-"Websphere. To do this change the <literal>jta-data-source</literal> element:"
+msgid "For this example we will be using the default datasource that comes with WAS. To do this change the <literal>jta-data-source</literal> element:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:205
+#: Websphere.xml:120
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -431,979 +260,637 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:206
+#: Websphere.xml:121
#, no-c-format
-msgid ""
-"Then we need to adjust some of the hibernate properties. First comment out "
-"the Glassfish properties. Next you need to add/change the properties:"
+msgid "Then we need to adjust some of the hibernate properties. First comment out the Glassfish properties. Next you need to add/change the properties:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:211
+#: Websphere.xml:126
#, no-c-format
msgid ""
"<![CDATA[\n"
-"<!--<property name=\"hibernate.transaction.flush_before_completion\" value="
-"\"true\"/>-->\n"
+"<!--<property name=\"hibernate.transaction.flush_before_completion\" value=\"true\"/>-->\n"
"<property name=\"hibernate.cache.provider_class\" \n"
" value=\"org.hibernate.cache.HashtableCacheProvider\"/>\n"
"<property name=\"hibernate.dialect\" value=\"GlassfishDerbyDialect\"/>\n"
"<property name=\"hibernate.transaction.manager_lookup_class\" \n"
-" value=\"org.hibernate.transaction."
-"WebSphereExtendedJTATransactionLookup\"/>\n"
+" value=\"org.hibernate.transaction.WebSphereExtendedJTATransactionLookup\"/>\n"
" ]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:215
+#: Websphere.xml:130
#, no-c-format
-msgid ""
-"<literal>hibernate.transaction.manager_lookup_class</literal> — "
-"Standard Hibernate transaction manager property for Websphere 6.X"
+msgid "<literal>hibernate.transaction.manager_lookup_class</literal> — Standard Hibernate transaction manager property for WAS 6.X and 7"
msgstr ""
#. Tag: para
-#: Websphere.xml:221
+#: Websphere.xml:136
#, no-c-format
-msgid ""
-"<literal>hibernate.transaction.flush_before_completion</literal> — "
-"This is commented out because we want the container to manage the "
-"transactions. Also if this is set to <literal>true</literal> an exception "
-"will be thrown by Websphere when the EJBContext is looked up."
+msgid "<literal>hibernate.transaction.flush_before_completion</literal> — This is commented out because we want the container to manage the transactions. Also if this is set to <literal>true</literal> an exception will be thrown by WAS when the EJBContext is looked up."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:230
+#: Websphere.xml:145
#, no-c-format
msgid ""
"<![CDATA[com.ibm.wsspi.injectionengine.InjectionException: \n"
-" EJBContext may only be looked up by or injected into an "
-"EJB]]>"
+" EJBContext may only be looked up by or injected into an EJB]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:233
+#: Websphere.xml:148
#, no-c-format
-msgid ""
-"<literal>hibernate.dialect</literal> — From WAS 6.1.0.9 on the "
-"embedded DB was switched to the same Derby DB in Glassfish."
+msgid "<literal>hibernate.dialect</literal> — From WAS 6.1.0.9 on the embedded DB was switched to the same Derby DB as is in Glassfish v2."
msgstr ""
#. Tag: literal
-#: Websphere.xml:243 Websphere.xml:967
+#: Websphere.xml:158
+#: Websphere.xml:750
#, no-c-format
-msgid "resources/GlassfishDerbyDialect.class"
+msgid "src/GlassfishDerbyDialect.java"
msgstr ""
#. Tag: para
-#: Websphere.xml:246
+#: Websphere.xml:161
#, no-c-format
-msgid ""
-"You will need to get the <literal>GlassfishDerbyDialect.class</literal> and "
-"copy it into the <literal>/resources</literal> directory. The class exists "
-"in the JPA example and can be copied using the command below assuming you "
-"are in <literal>jee5/booking</literal> directory:"
+msgid "You will need to get the <literal>GlassfishDerbyDialect.java</literal> and copy it into the <literal>/src</literal> directory. The java class exists in the JPA example source directory and can be copied using the command below assuming you are in <literal>jee5/booking</literal> directory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:254
+#: Websphere.xml:169
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/WEB-INF/classes/GlassfishDerbyDialect."
-"class\n"
-" ./resources]]>"
+"cp ../../jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:255
+#: Websphere.xml:170
#, no-c-format
-msgid ""
-"This class will be put into the <literal>jboss-seam-jee5.jar</literal> file "
-"using changes to the build.xml discussed later."
+msgid "This class will be put into the <literal>jboss-seam-jee5.jar</literal> file."
msgstr ""
#. Tag: literal
-#: Websphere.xml:261
+#: Websphere.xml:175
#, no-c-format
msgid "resources/import.sql"
msgstr ""
#. Tag: para
-#: Websphere.xml:264
+#: Websphere.xml:178
#, no-c-format
-msgid ""
-"This file must also be copied from the JPA example because either the Derby "
-"DB or the dialect does not support changes to the <literal>ID</literal> "
-"column. The files are identical except for the column difference. Use the "
-"following command to make the copy"
+msgid "This file must also be copied from the JPA example because either the Derby DB or the dialect does not support changes to the <literal>ID</literal> column. The files are identical except for the column difference. Use the following command to make the copy"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:271
+#: Websphere.xml:185
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp ../../jpa/resources-websphere61/import.sql ./resources]]>"
+"cp ../../jpa/resources-websphere7/import.sql ./resources]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:280
+#: Websphere.xml:194
#, no-c-format
msgid "Building the <literal>jee5/booking</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:283
+#: Websphere.xml:197
#, no-c-format
-msgid ""
-"In order to get the changes we have made into our application we need to "
-"make some changes to the <literal>build.xml</literal>. There are also some "
-"additional jars that are required by our application in order to work with "
-"Websphere. This section will cover what changes are needed to the "
-"<literal>build.xml</literal>."
+msgid "In order to get the changes we have made into our application we need to make some changes to the <literal>build.xml</literal>. There are also some additional jars that are required by our application in order to work with WAS. This section will cover what changes are needed to the <literal>build.xml</literal>."
msgstr ""
#. Tag: title
-#: Websphere.xml:290
+#: Websphere.xml:204
#, no-c-format
-msgid "New libraries dependencies"
+msgid "Library dependency changes"
msgstr ""
#. Tag: para
-#: Websphere.xml:294
+#: Websphere.xml:205
#, no-c-format
-msgid ""
-"JSF libraries — Websphere 6.1 comes with its own version of JSF 1.1 "
-"(Seam requires JSF 1.2). So we must add these jars to our application:"
+msgid "We remove the <literal>log4j.jar</literal> so that all of the log output from our application will be added to the WAS log. Additional steps are required to fully configure log4j and those are outside of the scope of this document."
msgstr ""
-#. Tag: literal
-#: Websphere.xml:299 Websphere.xml:836
-#, no-c-format
-msgid "jsf-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:303 Websphere.xml:841
-#, no-c-format
-msgid "jsf-impl.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:309
-#, no-c-format
-msgid ""
-"Since Websphere is not a fully compliant <literal>JEE5</literal> "
-"implementation we need to add these EL libraries:"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:314 Websphere.xml:849
-#, no-c-format
-msgid "el-api.jar"
-msgstr ""
-
-#. Tag: literal
-#: Websphere.xml:318 Websphere.xml:845
-#, no-c-format
-msgid "el-ri.jar"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:324
-#, no-c-format
-msgid ""
-"<literal>jboss-seam.jar</literal> — for some reason when deploying the "
-"application through the Websphere administration console it can not find the "
-"<literal>jboss-seam.jar</literal> at the base of the EAR archive. This means "
-"that we need to add it to the <literal>/lib</literal> of the EAR."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:332
-#, no-c-format
-msgid ""
-"Finally we remove the <literal>log4j.jar</literal> so that all of the log "
-"output from our application will be added to the Websphere log. Additional "
-"steps are required to fully configure log4j and those are outside of the "
-"scope of this document."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:343
+#: Websphere.xml:213
#, no-c-format
msgid "Updating the <literal>build.xml</literal> file"
msgstr ""
#. Tag: para
-#: Websphere.xml:345
+#: Websphere.xml:215
#, no-c-format
-msgid ""
-"Add the following entry to the bottom of the <literal>build.xml</literal> "
-"file. This overrides the default fileset that is used to populate the "
-"<literal>jboss-seam-jee5.jar</literal>. The primary change is the addition "
-"of the <literal>GlassfishDerbyDialect.class</literal>:"
+msgid "Add the following entry to the bottom of the <literal>build.xml</literal> file. This overrides the default fileset that is used to populate the <literal>jboss-seam-jee5.jar</literal>. :"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:354
+#: Websphere.xml:223
#, no-c-format
msgid ""
"<![CDATA[\n"
" <fileset id=\"jar.resources\" dir=\"${resources.dir}\">\n"
" <include name=\"import.sql\" />\n"
" <include name=\"seam.properties\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
" <include name=\"META-INF/persistence.xml\" />\n"
" <include name=\"META-INF/ejb-jar.xml\" />\n"
" </fileset>]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:357
+#: Websphere.xml:225
#, no-c-format
-msgid ""
-"Next we need to add the library dependencies discussed above. For this add "
-"the following to bottom of the <literal>ear.lib.extras</literal> fileset "
-"entry:"
+msgid "Now all that is left is to execute the <literal>ant archive</literal> task and the built application will be in the <literal>jee5/booking/dist</literal> directory."
msgstr ""
-#. Tag: programlisting
-#: Websphere.xml:363
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!--<include name=\"lib/log4j.jar\" />-->\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" />\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:365
-#, no-c-format
-msgid ""
-"We also need to add richfaces-api.jar, jsf-impl.jar and el-ri.jar into WEB-"
-"INF/lib of the war file. Add the following fileset after <literal>ear.lib."
-"extras</literal> fileset."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:368
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <fileset id=\"war.lib.extras\" dir=\"${seam.dir}\"> \n"
-" <include name=\"lib/richfaces-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-ri.jar\" /> \n"
-" </fileset>]]>"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:370
+#: Websphere.xml:234
#, no-c-format
-msgid "A note about copying JSF and EL jars"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:371
-#, no-c-format
-msgid ""
-"There is a class loading issue with WebSphere, which causes the jars from "
-"ear lib directory to not be available when the web module is initialized."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:376
-#, no-c-format
-msgid ""
-"Now all that is left is to execute the <literal>ant archive</literal> task "
-"and the built application will be in the <literal>jee5/booking/dist</"
-"literal> directory."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:385
-#, no-c-format
msgid "Deploying the application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:387
+#: Websphere.xml:236
#, no-c-format
-msgid ""
-"So now we have everything we need in place. All that is left is to deploy it "
-"- just a few steps more."
+msgid "So now we have everything we need in place. All that is left is to deploy it - just a few steps more."
msgstr ""
#. Tag: para
-#: Websphere.xml:389
+#: Websphere.xml:238
#, no-c-format
-msgid ""
-"For this we will use Websphere's administration console. As before there are "
-"some tricks and tips that must be followed."
+msgid "For this we will use Websphere's administration console. As before there are some tricks and tips that must be followed."
msgstr ""
#. Tag: para
-#: Websphere.xml:392
+#: Websphere.xml:241
#, no-c-format
-msgid ""
-"The steps below are for the Websphere version stated above, yours may be "
-"slightly different."
+msgid "The steps below are for the WAS version stated above. The ports are default values, if you changed them substitute your values."
msgstr ""
#. Tag: para
-#: Websphere.xml:396
+#: Websphere.xml:245
#, no-c-format
-msgid "Log in to the administration console"
+msgid "Log in to the administration console <programlisting><![CDATA[https://localhost:9043/admin]]></programlisting> or"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:399
+#: Websphere.xml:250
#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"https://localhost:9043/ibm/console]]>"
+msgid "<![CDATA[http://localhost:9060/admin]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:403
+#: Websphere.xml:254
#, no-c-format
-msgid ""
-"Access the <literal>Enterprise Application</literal> menu option under the "
-"<literal>Applications</literal> top menu."
+msgid "Access the <literal>Websphere enterprise applications</literal> menu option under the <literal>Applications --> Application Type</literal> left side menu."
msgstr ""
#. Tag: para
-#: Websphere.xml:408
+#: Websphere.xml:259
#, no-c-format
-msgid ""
-"At the top of the <literal>Enterprise Application</literal> table select "
-"<literal>Install</literal>. Below are installation wizard pages and what "
-"needs to done on each:"
+msgid "At the top of the <literal>Enterprise Applications</literal> table select <literal>Install</literal>. Below are installation wizard pages and what needs to done on each:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:414 Websphere.xml:674
+#: Websphere.xml:265
+#: Websphere.xml:461
#, no-c-format
msgid "Preparing for the application installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:418
+#: Websphere.xml:269
#, no-c-format
-msgid ""
-"Browse to the <literal>examples/jee5/booking/dist/jboss-seam-jee5.ear</"
-"literal> file using the file upload widget."
+msgid "Browse to the <literal>examples/jee5/booking/dist/jboss-seam-jee5.ear</literal> file using the file upload widget."
msgstr ""
#. Tag: para
-#: Websphere.xml:424 Websphere.xml:442 Websphere.xml:475 Websphere.xml:689
+#: Websphere.xml:275
+#: Websphere.xml:285
+#: Websphere.xml:304
+#: Websphere.xml:476
+#: Websphere.xml:496
#, no-c-format
msgid "Select the <literal>Next</literal> button."
msgstr ""
-#. Tag: literal
-#: Websphere.xml:431
-#, no-c-format
-msgid "Select installation options"
-msgstr ""
-
#. Tag: para
-#: Websphere.xml:435
+#: Websphere.xml:280
+#: Websphere.xml:471
#, no-c-format
-msgid ""
-"Select the <literal>Deploy enterprise beans</literal> check box. This is "
-"needed unless you used a Websphere tool to package the application."
+msgid "Select the <literal>Fast Path</literal> button."
msgstr ""
#. Tag: literal
-#: Websphere.xml:449
+#: Websphere.xml:292
#, no-c-format
-msgid "Map modules to servers"
+msgid "Select installation options"
msgstr ""
#. Tag: para
-#: Websphere.xml:453
+#: Websphere.xml:296
#, no-c-format
-msgid ""
-"No changes needed here as we only have one server. Select the <literal>Next</"
-"literal> button."
+msgid "Select the <literal>Deploy enterprise beans</literal> and <literal>Allow EJB reference targets to resolve automatically</literal> check boxes. This is needed unless you used a Websphere AS tool to package the application."
msgstr ""
-#. Tag: para
-#: Websphere.xml:461
-#, no-c-format
-msgid ""
-"<literal>Map EJB references to beans</literal> This page will list all of "
-"the beans that we entered in the web.xml."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:466
-#, no-c-format
-msgid ""
-"Make sure that <literal>Allow EJB reference targets to resolve "
-"automatically</literal> check box is selected. This will tell Websphere to "
-"bind our EJB3 beans to the EJB references in the web module."
-msgstr ""
-
#. Tag: literal
-#: Websphere.xml:482
+#: Websphere.xml:313
#, no-c-format
-msgid "Map virtual hosts for Web modules"
+msgid "Map modules to servers"
msgstr ""
#. Tag: para
-#: Websphere.xml:486
+#: Websphere.xml:317
#, no-c-format
-msgid "No changes needed here. Select the <literal>Next</literal> button."
+msgid "No changes needed here as we only have one server. Select the <literal>Next</literal> button."
msgstr ""
#. Tag: literal
-#: Websphere.xml:493
+#: Websphere.xml:325
#, no-c-format
msgid "Summary"
msgstr ""
#. Tag: para
-#: Websphere.xml:496
+#: Websphere.xml:328
#, no-c-format
msgid "No changes needed here. Select the <literal>Finish</literal> button."
msgstr ""
#. Tag: literal
-#: Websphere.xml:503
+#: Websphere.xml:335
#, no-c-format
msgid "Installation"
msgstr ""
#. Tag: para
-#: Websphere.xml:506
+#: Websphere.xml:338
#, no-c-format
msgid "Now you will see it installing and deploying your application."
msgstr ""
#. Tag: para
-#: Websphere.xml:511
+#: Websphere.xml:343
#, no-c-format
-msgid ""
-"When if finishes select the <literal>Save</literal> link and you will be "
-"returned to the <literal>Enterprise Applications</literal> table."
+msgid "When it finishes select the <literal>Save</literal> link and you will be returned to the <literal>Enterprise Applications</literal> table."
msgstr ""
#. Tag: para
-#: Websphere.xml:523
+#: Websphere.xml:355
#, no-c-format
-msgid ""
-"Now that we have our application installed we need to make some adjustments "
-"to it before we can start it:"
+msgid "Now that we have our application installed we need to make some adjustments to it before we can start it:"
msgstr ""
#. Tag: para
-#: Websphere.xml:527
+#: Websphere.xml:359
#, no-c-format
-msgid ""
-"Starting from the <literal>Enterprise Applications</literal> table select "
-"the <literal>Seam Booking</literal> link."
+msgid "Starting from the <literal>Enterprise Applications</literal> table select the <literal>Seam Booking</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:533
+#: Websphere.xml:365
#, no-c-format
msgid "Select the <literal>Manage Modules</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:537
+#: Websphere.xml:369
#, no-c-format
-msgid "Select the <literal>jboss-seam-jee5.war</literal> link."
+msgid "Select the <literal>jboss-seam-jee5-booking.war</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:542
+#: Websphere.xml:374
#, no-c-format
-msgid ""
-"Change the <literal>Class loader order</literal> combo box to "
-"<literal>Classes loaded with application class loader first</literal>."
+msgid "Change the <literal>Class loader order</literal> combo box to <literal>Classes loaded with application class loader first (parent last)</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:548 Websphere.xml:573
+#: Websphere.xml:380
+#: Websphere.xml:397
#, no-c-format
-msgid ""
-"Select <literal>Apply</literal> and then <literal>Save</literal> options."
+msgid "Select <literal>Apply</literal> and then <literal>Save</literal> options."
msgstr ""
#. Tag: para
-#: Websphere.xml:552
+#: Websphere.xml:384
#, no-c-format
-msgid "Return the <literal>Seam Booking</literal> page."
+msgid "Return to the <literal>Seam Booking</literal> page."
msgstr ""
#. Tag: para
-#: Websphere.xml:556
+#: Websphere.xml:387
#, no-c-format
-msgid ""
-"On this page select the <literal>Class loading and update detection</"
-"literal> link."
+msgid "On this page select the <literal>Class loading and update detection</literal> link."
msgstr ""
#. Tag: para
-#: Websphere.xml:561
+#: Websphere.xml:392
#, no-c-format
-msgid ""
-"Select the radio button for <literal>Classes loaded with application class "
-"loader first</literal>."
+msgid "Select the radio button for <literal>Classes loaded with application class loader first</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:566
+#: Websphere.xml:403
#, no-c-format
-msgid ""
-"Even though we are not enabling class reload you must also enter a valid "
-"number in the <literal>Polling interval for updated files</literal> text "
-"area (zero works fine)."
+msgid "To start the application return to the <literal>Enterprise Applications</literal> table and select our application in the list. Then choose the <literal>Start</literal> button at the top of the table."
msgstr ""
#. Tag: para
-#: Websphere.xml:577
+#: Websphere.xml:410
#, no-c-format
-msgid ""
-"You should verify that the change you just made has been remembered. We have "
-"had problems with the last class loader change not taking effect - even "
-"after a restart. If the change did not take you will need to do it manually, "
-"following these directions:"
+msgid "You can now access the application at <literal>http://localhost:9080/seam-jee5-booking/index.html</literal> ."
msgstr ""
-#. Tag: para
-#: Websphere.xml:585
-#, no-c-format
-msgid "Open the following file in a text editor of your choice:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:589
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"$WebSphereInstall/$yourServerName/profiles/$yourProfileName/config/cells/\n"
-" $yourCellName/applications/Seam Booking.ear/deployments/\n"
-" Seam Booking/deployment.xml]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:593
-#, no-c-format
-msgid ""
-"Modify the following line so that <literal>PARENT_FIRST</literal> is now "
-"<literal>PARENT_LAST</literal>:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:599
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<classloader xmi:id=\"Classloader_#######\" mode=\"PARENT_FIRST\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:603
-#, no-c-format
-msgid ""
-"Save the file and now when go to the <literal>Class loading and update "
-"detection</literal> page you should see <literal>Classes loaded with "
-"application class loader first</literal> selected."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:615
-#, no-c-format
-msgid ""
-"To start the application return to the <literal>Enterprise Applications</"
-"literal> table and select our application in the list. Then choose the "
-"<literal>Start</literal> button at the top of the table."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:622
-#, no-c-format
-msgid ""
-"You can now access the application at <literal>http://localhost:9080/seam-"
-"jee5/</literal> ."
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:628
+#: Websphere.xml:431
#, no-c-format
-msgid "A note about Websphere Stateful bean timeouts"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:629
-#, no-c-format
-msgid ""
-"The default timeout period for a Websphere 6.1 Stateful EJB is 10 minutes. "
-"This means that you may see some EJB timeout exceptions after some idle "
-"time. It is possible to adjust the timeout of the Stateful EJBs on an "
-"individual basis, but that is beyond the scope of this document. See the "
-"Websphere documentation for details."
-msgstr ""
-
-#. Tag: title
-#: Websphere.xml:643
-#, no-c-format
msgid "The <literal>jpa</literal> booking example"
msgstr ""
#. Tag: para
-#: Websphere.xml:644
+#: Websphere.xml:432
#, no-c-format
-msgid ""
-"Thankfully getting the <literal>jpa</literal> example to work is much easier "
-"than the <literal>jee5</literal> example. This is the Hotel Booking example "
-"implemented in Seam POJOs and using Hibernate JPA with JPA transactions. It "
-"does not require EJB3 support to run."
+msgid "Thankfully getting the <literal>jpa</literal> example to work is much easier than the <literal>jee5</literal> example. This is the Hotel Booking example implemented in Seam POJOs and using Hibernate JPA with JPA transactions. It does not use EJB3."
msgstr ""
#. Tag: para
-#: Websphere.xml:650
+#: Websphere.xml:437
#, no-c-format
-msgid ""
-"The example already has a breakout of configurations and build scripts for "
-"many of the common containers including Websphere."
+msgid "The example already has a breakout of configurations and build scripts for many of the common containers including Websphere."
msgstr ""
#. Tag: para
-#: Websphere.xml:653
+#: Websphere.xml:440
#, no-c-format
-msgid ""
-"First thing we are going to do is build and deploy that example. Then we'll "
-"go over some key changes that we needed."
+msgid "First thing we are going to do is build and deploy that example. Then we'll go over some key changes that we needed."
msgstr ""
#. Tag: title
-#: Websphere.xml:657
+#: Websphere.xml:444
#, no-c-format
msgid "Building the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:658
+#: Websphere.xml:445
#, no-c-format
-msgid ""
-"Building it only requires running the correct ant command: "
-"<programlisting>ant websphere61</programlisting> This will create container "
-"specific distribution and exploded archive directories with the "
-"<literal>websphere61</literal> label."
+msgid "Building it only requires running the correct ant command: <programlisting>ant websphere7</programlisting> This will create container specific distribution and exploded archive directories with the <literal>websphere7</literal> label."
msgstr ""
#. Tag: title
-#: Websphere.xml:664
+#: Websphere.xml:451
#, no-c-format
msgid "Deploying the <literal>jpa</literal> example"
msgstr ""
#. Tag: para
-#: Websphere.xml:665
+#: Websphere.xml:452
#, no-c-format
-msgid ""
-"This is similar to the <literal>jee5</literal> example at <xref linkend="
-"\"jee5-websphere-deploy\"/>, but without so many steps."
+msgid "This is similar to the <literal>jee5</literal> example at <xref linkend=\"jee5-websphere-deploy\"/>, but without so many steps."
msgstr ""
#. Tag: para
-#: Websphere.xml:670
+#: Websphere.xml:457
#, no-c-format
-msgid ""
-"From the <literal>Enterprise Applications</literal> table select the "
-"<literal>Install</literal> button."
+msgid "From the <literal>Enterprise Applications</literal> table select the <literal>Install</literal> button."
msgstr ""
#. Tag: para
-#: Websphere.xml:678
+#: Websphere.xml:465
#, no-c-format
-msgid ""
-"Browse to the <literal>examples/jpa/dist-websphere61/jboss-seam-jpa.war</"
-"literal> file using the file upload widget."
+msgid "Browse to the <literal>examples/jpa/dist-websphere7/jboss-seam-jpa.war</literal> file using the file upload widget."
msgstr ""
#. Tag: para
-#: Websphere.xml:684
+#: Websphere.xml:483
#, no-c-format
-msgid ""
-"In the <literal>Context root</literal> text box enter <literal>jboss-seam-"
-"jpa</literal>."
+msgid "Select the <literal>Next</literal> button for the next three pages, no changes are needed."
msgstr ""
+#. Tag: literal
+#: Websphere.xml:488
+#, no-c-format
+msgid "Map context roots for Web modules"
+msgstr ""
+
#. Tag: para
-#: Websphere.xml:695
+#: Websphere.xml:491
#, no-c-format
-msgid ""
-"Select the <literal>Next</literal> button for the next three pages, no "
-"changes are needed."
+msgid "In the <literal>Context root</literal> text box enter <literal>jboss-seam-jpa</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:700
+#: Websphere.xml:502
#, no-c-format
msgid "<literal>Summary</literal> page"
msgstr ""
#. Tag: para
-#: Websphere.xml:703
+#: Websphere.xml:505
#, no-c-format
-msgid ""
-"Review the settings if you wish and select the <literal>Finish</literal> "
-"button to install the application. When installation finished select the "
-"<literal> Save</literal> link and you will be returned to the "
-"<literal>Enterprise Applications</literal> table."
+msgid "Review the settings if you wish and select the <literal>Finish</literal> button to install the application. When installation finished select the <literal> Save</literal> link and you will be returned to the <literal>Enterprise Applications</literal> table."
msgstr ""
#. Tag: para
-#: Websphere.xml:716
+#: Websphere.xml:519
#, no-c-format
-msgid ""
-"As with the <literal>jee5</literal> example there are some class loader "
-"changes needed before we start the application. Follow the instructions at "
-"<xref linkend=\"websphere-app-adj-after-install\"/> but exchange "
-"<literal>jboss-seam-jpa</literal> for <literal>Seam Booking</literal>."
+msgid "As with the <literal>jee5</literal> example there are some class loader changes needed before we start the application. Follow the instructions at <xref linkend=\"websphere-app-adj-after-install\"/> but exchange <literal>jboss-seam-jpa_war</literal> for <literal>Seam Booking</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:723
+#: Websphere.xml:526
#, no-c-format
-msgid ""
-"Finally start the application by selecting it in the <literal>Enterprise "
-"Applications</literal> table and clicking the <literal>Start</literal> "
-"button."
+msgid "Finally start the application by selecting it in the <literal>Enterprise Applications</literal> table and clicking the <literal>Start</literal> button."
msgstr ""
#. Tag: para
-#: Websphere.xml:729
+#: Websphere.xml:532
#, no-c-format
-msgid ""
-"You can now access the application at the <literal>http://localhost:9080/"
-"jboss-seam-jpa/index.html</literal>."
+msgid "You can now access the application at the <literal>http://localhost:9080/jboss-seam-jpa/index.html</literal>."
msgstr ""
#. Tag: title
-#: Websphere.xml:737
+#: Websphere.xml:540
#, no-c-format
-msgid "Whats different for Websphere 6.1"
+msgid "What's different for Websphere AS V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:738
+#: Websphere.xml:541
#, no-c-format
-msgid ""
-"The differences between the JPA examples that deploys to JBoss 4.2 and "
-"Websphere 6.1 are mostly expected; library and configuration file changes."
+msgid "The differences between the JPA examples that deploys to JBoss 4.2 and Websphere AS V7 are mostly expected; library and configuration file changes."
msgstr ""
#. Tag: para
-#: Websphere.xml:743
+#: Websphere.xml:546
#, no-c-format
msgid "<para>Configuration file changes</para>"
msgstr ""
#. Tag: para
-#: Websphere.xml:746
+#: Websphere.xml:549
#, no-c-format
-msgid ""
-"<literal>WEB-INF/web.xml</literal> — the only significant change is "
-"that Websphere 6.1 only support <literal>Servlet 2.4</literal> so the top of "
-"this file was changed."
+msgid "<literal>META-INF/persistence.xml</literal> — the main changes here are for the datasource JNDI path, switching to the Websphere transaction manager look up class, and changing the hibernate dialect to be <literal>GlassfishDerbyDialect</literal> ."
msgstr ""
#. Tag: para
-#: Websphere.xml:753
+#: Websphere.xml:559
#, no-c-format
-msgid ""
-"<literal>META-INF/persistence.xml</literal> — the main changes here "
-"are for the datasource JNDI path, switching to the Websphere 6.1 transaction "
-"manager look up class, and changing the hibernate dialect to be "
-"<literal>GlassfishDerbyDialect</literal> ."
+msgid "<literal>WEB-INF/components.xml</literal> — the change here is <literal>jndi-pattern</literal> without /local string."
msgstr ""
#. Tag: para
-#: Websphere.xml:763
+#: Websphere.xml:565
#, no-c-format
-msgid ""
-"<literal>WEB-INF/classes/GlassfishDerbyDialect.class </literal> — this "
-"class is needed for the hibernate dialect change to "
-"<literal>GlassfishDerbyDialect</literal>"
+msgid "<literal>META-INF/ejb-jar.xml</literal> — the same change in <literal>ejb-ref-name</literal>, where is replace /local string in <literal>jboss-seam-jee5/AuthenticatorAction</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:771
+#: Websphere.xml:572
#, no-c-format
-msgid ""
-"<literal>import.sql</literal> — either for the dialect or Derby DB the "
-"<literal>ID</literal> column can not be populated by this file and was "
-"removed."
+msgid "<literal>src/GlassfishDerbyDialect.java </literal> — this class is needed for the hibernate dialect change to <literal>GlassfishDerbyDialect</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:780
+#: Websphere.xml:580
#, no-c-format
+msgid "<literal>import.sql</literal> — either for the dialect or Derby DB the <literal>ID</literal> column can not be populated by this file and was removed."
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:589
+#, no-c-format
msgid "Changes for dependent libraries"
msgstr ""
#. Tag: para
-#: Websphere.xml:781
+#: Websphere.xml:590
#, no-c-format
-msgid ""
-"<literal>WEB-INF/lib</literal> — The Websphere version requires "
-"several library packages because they are not included as they are with "
-"JBoss AS. These are primarily for hibernate, JSF-RI support and their "
-"dependencies. Below are listed only the additional jars needed above and "
-"beyond the JBoss <literal>JPA</literal> example."
+msgid "The Websphere version requires several library packages because they are not included as they are with JBoss AS. These are primarily for hibernate and their dependencies. Below are listed only the additional jars needed above and beyond the JBoss <literal>JPA</literal> example."
msgstr ""
#. Tag: para
-#: Websphere.xml:789
+#: Websphere.xml:597
#, no-c-format
msgid "To use Hibernate as your JPA provider you need the following jars:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:794
+#: Websphere.xml:602
#, no-c-format
msgid "hibernate.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:799
+#: Websphere.xml:607
#, no-c-format
msgid "hibernate-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:804
+#: Websphere.xml:612
#, no-c-format
msgid "hibernate-commons-annotations.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:809
+#: Websphere.xml:617
#, no-c-format
msgid "hibernate-entitymanager.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:814
+#: Websphere.xml:622
#, no-c-format
msgid "hibernate-validator.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:819
+#: Websphere.xml:627
#, no-c-format
msgid "commons-collections.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:824
+#: Websphere.xml:632
#, no-c-format
msgid "jboss-common-core.jar"
msgstr ""
#. Tag: para
-#: Websphere.xml:830
+#: Websphere.xml:638
#, no-c-format
-msgid ""
-"Seam requires JSF 1.2 and these are the jars needed for that. Websphere 6.1 "
-"ships with its own implementation of JSF 1.1."
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:855
-#, no-c-format
msgid "Various third party jars that Websphere needs:"
msgstr ""
#. Tag: literal
-#: Websphere.xml:858
+#: Websphere.xml:641
#, no-c-format
msgid "antlr.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:862
+#: Websphere.xml:645
#, no-c-format
msgid "cglib.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:866
+#: Websphere.xml:649
#, no-c-format
msgid "asm.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:870
+#: Websphere.xml:653
#, no-c-format
msgid "dom4j.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:875
+#: Websphere.xml:658
#, no-c-format
msgid "javassist.jar"
msgstr ""
#. Tag: literal
-#: Websphere.xml:880
+#: Websphere.xml:663
#, no-c-format
msgid "concurrent.jar"
-msgstr ""
+msgstr "concurrent.jar"
#. Tag: title
-#: Websphere.xml:895
+#: Websphere.xml:678
#, no-c-format
-msgid ""
-"Deploying an application created using <literal>seam-gen</literal> on "
-"Websphere 6.1.0.13"
+msgid "Deploying an application created using <literal>seam-gen</literal> on Websphere V7"
msgstr ""
#. Tag: para
-#: Websphere.xml:898
+#: Websphere.xml:681
#, no-c-format
-msgid ""
-"<literal>seam-gen</literal> is a very useful tool for developers to quickly "
-"get an application up and running, and provides a foundation to add your own "
-"functionality. Out of box <literal>seam-gen</literal> will produce "
-"applications configured to run on JBoss AS. These instructions will show the "
-"steps needed to get it to run on Websphere. As stated above in <xref linkend="
-"\"jee5-websphere-section\"/> there are some tricky changes needed to get an "
-"EJB3 application running. This section will take you through the exact steps."
+msgid "<literal>seam-gen</literal> is a very useful tool for developers to quickly get an application up and running, and provides a foundation to add your own functionality. Out of box <literal>seam-gen</literal> will produce applications configured to run on JBoss AS. These instructions will show the steps needed to get it to run on Websphere. As stated above in <xref linkend=\"jee5-websphere-section\"/> there are some tricky changes needed to get an EJB3 application running. This section will take you through the exact steps."
msgstr ""
#. Tag: title
-#: Websphere.xml:908
+#: Websphere.xml:691
#, no-c-format
msgid "Running <literal>seam-gen</literal> Setup"
msgstr ""
#. Tag: para
-#: Websphere.xml:909
+#: Websphere.xml:692
#, no-c-format
-msgid ""
-"The first step is setting up <literal>seam-gen</literal> to construct the "
-"base project. There are several choices made below, specifically the "
-"datasource and hibernate values that we will adjust once the project is "
-"created."
+msgid "The first step is setting up <literal>seam-gen</literal> to construct the base project. There are several choices made below, specifically the datasource and hibernate values that we will adjust once the project is created."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:915
+#: Websphere.xml:698
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1414,12 +901,10 @@
"\n"
"setup:\n"
" [echo] Welcome to seam-gen :-)\n"
-" [input] Enter your Java project workspace (the directory that contains "
-"your \n"
+" [input] Enter your Java project workspace (the directory that contains your \n"
"Seam projects) [C:/Projects] [C:/Projects]\n"
"/home/jbalunas/workspace\n"
-" [input] Enter your JBoss home directory [C:/Program Files/jboss-4.2.3."
-"GA] \n"
+" [input] Enter your JBoss home directory [C:/Program Files/jboss-4.2.3.GA] \n"
"[C:/Program Files/jboss-4.2.3.GA]\n"
"/home/jbalunas/jboss/jboss-4.2.3.GA\n"
" [input] Enter the project name [myproject] [myproject]\n"
@@ -1427,42 +912,32 @@
" [echo] Accepted project name as: websphere_example\n"
" [input] Do you want to use ICEFaces instead of RichFaces [n] (y, [n], )\n"
"\n"
-" [input] skipping input as property icefaces.home.new has already been "
-"set.\n"
-" [input] Select a RichFaces skin [blueSky] ([blueSky], classic, ruby, "
-"wine, \n"
+" [input] skipping input as property icefaces.home.new has already been set.\n"
+" [input] Select a RichFaces skin [blueSky] ([blueSky], classic, ruby, wine, \n"
"deepMarine, emeraldTown, sakura, DEFAULT)\n"
"\n"
-" [input] Is this project deployed as an EAR (with EJB components) or a "
-"WAR \n"
+" [input] Is this project deployed as an EAR (with EJB components) or a WAR \n"
"(with no EJB support) [ear] ([ear], war, )\n"
"\n"
-" [input] Enter the Java package name for your session beans [org.jboss."
-"seam.\n"
+" [input] Enter the Java package name for your session beans [org.jboss.seam.\n"
"tutorial.websphere.action] [org.jboss.seam.tutorial.websphere.action]\n"
"org.jboss.seam.tutorial.websphere.action \n"
-" [input] Enter the Java package name for your entity beans [org.jboss."
-"seam.\n"
+" [input] Enter the Java package name for your entity beans [org.jboss.seam.\n"
"tutorial.websphere.model] [org.jboss.seam.tutorial.websphere.model]\n"
"org.jboss.seam.tutorial.websphere.model \n"
-" [input] Enter the Java package name for your test cases [org.jboss."
-"seam.\n"
-"tutorial.websphere.action.test] [org.jboss.seam.tutorial.websphere.action."
-"test]\n"
+" [input] Enter the Java package name for your test cases [org.jboss.seam.\n"
+"tutorial.websphere.action.test] [org.jboss.seam.tutorial.websphere.action.test]\n"
"org.jboss.seam.tutorial.websphere.test\n"
-" [input] What kind of database are you using? [hsql] ([hsql], mysql, "
-"oracle,\n"
+" [input] What kind of database are you using? [hsql] ([hsql], mysql, oracle,\n"
" postgres, mssql, db2, sybase, enterprisedb, h2)\n"
"\n"
" [input] Enter the Hibernate dialect for your database [org.hibernate.\n"
"dialect.HSQLDialect] [org.hibernate.dialect.HSQLDialect]\n"
"\n"
-" [input] Enter the filesystem path to the JDBC driver jar [/tmp/seam/lib/"
-"hsqldb.jar] \n"
+" [input] Enter the filesystem path to the JDBC driver jar [/tmp/seam/lib/hsqldb.jar] \n"
"[/tmp/seam/lib/hsqldb.jar]\n"
"\n"
-" [input] Enter JDBC driver class for your database [org.hsqldb."
-"jdbcDriver] \n"
+" [input] Enter JDBC driver class for your database [org.hsqldb.jdbcDriver] \n"
"[org.hsqldb.jdbcDriver]\n"
"\n"
" [input] Enter the JDBC URL for your database [jdbc:hsqldb:.] \n"
@@ -1472,78 +947,136 @@
"\n"
" [input] Enter database password [] []\n"
"\n"
-" [input] Enter the database schema name (it is OK to leave this blank) [] "
-"[]\n"
+" [input] Enter the database schema name (it is OK to leave this blank) [] []\n"
"\n"
-" [input] Enter the database catalog name (it is OK to leave this blank) "
-"[] []\n"
+" [input] Enter the database catalog name (it is OK to leave this blank) [] []\n"
"\n"
-" [input] Are you working with tables that already exist in the database? "
-"[n]\n"
+" [input] Are you working with tables that already exist in the database? [n]\n"
" (y, [n], )\n"
"\n"
-" [input] Do you want to drop and recreate the database tables and data "
-"in \n"
+" [input] Do you want to drop and recreate the database tables and data in \n"
"import.sql each time you deploy? [n] (y, [n], )\n"
"\n"
"[propertyfile] Creating new property file: \n"
-"/rhdev/projects/jboss-seam/svn-seam_2_0/jboss-seam-2_0/seam-gen/build."
-"properties\n"
+"/rhdev/projects/jboss-seam/svn-seam_2_0/jboss-seam-2_0/seam-gen/build.properties\n"
" [echo] Installing JDBC driver jar to JBoss server\n"
-" [copy] Copying 1 file to /home/jbalunas/jboss/jboss-4.2.3.GA/server/"
-"default/lib\n"
+" [copy] Copying 1 file to /home/jbalunas/jboss/jboss-4.2.3.GA/server/default/lib\n"
" [echo] Type 'seam create-project' to create the new project\n"
"\n"
"BUILD SUCCESSFUL\n"
"Total time: 3 minutes 5 seconds]]>"
msgstr ""
+"<![CDATA[\n"
+"./seam setup\n"
+"Buildfile: build.xml\n"
+"\n"
+"init:\n"
+"\n"
+"setup:\n"
+" [echo] Welcome to seam-gen :-)\n"
+" [input] Enter your Java project workspace (the directory that contains your \n"
+"Seam projects) [C:/Projects] [C:/Projects]\n"
+"/home/jbalunas/workspace\n"
+" [input] Enter your JBoss home directory [C:/Program Files/jboss-4.2.3.GA] \n"
+"[C:/Program Files/jboss-4.2.3.GA]\n"
+"/home/jbalunas/jboss/jboss-4.2.3.GA\n"
+" [input] Enter the project name [myproject] [myproject]\n"
+"websphere_example\n"
+" [echo] Accepted project name as: websphere_example\n"
+" [input] Do you want to use ICEFaces instead of RichFaces [n] (y, [n], )\n"
+"\n"
+" [input] skipping input as property icefaces.home.new has already been set.\n"
+" [input] Select a RichFaces skin [blueSky] ([blueSky], classic, ruby, wine, \n"
+"deepMarine, emeraldTown, sakura, DEFAULT)\n"
+"\n"
+" [input] Is this project deployed as an EAR (with EJB components) or a WAR \n"
+"(with no EJB support) [ear] ([ear], war, )\n"
+"\n"
+" [input] Enter the Java package name for your session beans [org.jboss.seam.\n"
+"tutorial.websphere.action] [org.jboss.seam.tutorial.websphere.action]\n"
+"org.jboss.seam.tutorial.websphere.action \n"
+" [input] Enter the Java package name for your entity beans [org.jboss.seam.\n"
+"tutorial.websphere.model] [org.jboss.seam.tutorial.websphere.model]\n"
+"org.jboss.seam.tutorial.websphere.model \n"
+" [input] Enter the Java package name for your test cases [org.jboss.seam.\n"
+"tutorial.websphere.action.test] [org.jboss.seam.tutorial.websphere.action.test]\n"
+"org.jboss.seam.tutorial.websphere.test\n"
+" [input] What kind of database are you using? [hsql] ([hsql], mysql, oracle,\n"
+" postgres, mssql, db2, sybase, enterprisedb, h2)\n"
+"\n"
+" [input] Enter the Hibernate dialect for your database [org.hibernate.\n"
+"dialect.HSQLDialect] [org.hibernate.dialect.HSQLDialect]\n"
+"\n"
+" [input] Enter the filesystem path to the JDBC driver jar [/tmp/seam/lib/hsqldb.jar] \n"
+"[/tmp/seam/lib/hsqldb.jar]\n"
+"\n"
+" [input] Enter JDBC driver class for your database [org.hsqldb.jdbcDriver] \n"
+"[org.hsqldb.jdbcDriver]\n"
+"\n"
+" [input] Enter the JDBC URL for your database [jdbc:hsqldb:.] \n"
+"[jdbc:hsqldb:.]\n"
+"\n"
+" [input] Enter database username [sa] [sa]\n"
+"\n"
+" [input] Enter database password [] []\n"
+"\n"
+" [input] Enter the database schema name (it is OK to leave this blank) [] []\n"
+"\n"
+" [input] Enter the database catalog name (it is OK to leave this blank) [] []\n"
+"\n"
+" [input] Are you working with tables that already exist in the database? [n]\n"
+" (y, [n], )\n"
+"\n"
+" [input] Do you want to drop and recreate the database tables and data in \n"
+"import.sql each time you deploy? [n] (y, [n], )\n"
+"\n"
+"[propertyfile] Creating new property file: \n"
+"/rhdev/projects/jboss-seam/svn-seam_2_0/jboss-seam-2_0/seam-gen/build.properties\n"
+" [echo] Installing JDBC driver jar to JBoss server\n"
+" [copy] Copying 1 file to /home/jbalunas/jboss/jboss-4.2.3.GA/server/default/lib\n"
+" [echo] Type 'seam create-project' to create the new project\n"
+"\n"
+"BUILD SUCCESSFUL\n"
+"Total time: 3 minutes 5 seconds]]>"
#. Tag: para
-#: Websphere.xml:917
+#: Websphere.xml:700
#, no-c-format
-msgid ""
-"Type <literal>./seam new-project</literal> to create your project and "
-"<literal>cd /home/jbalunas/workspace/websphere_example</literal> to the "
-"newly created structure."
+msgid "Type <literal>./seam new-project</literal> to create your project and <literal>cd /home/jbalunas/workspace/websphere_example</literal> to the newly created structure."
msgstr ""
#. Tag: title
-#: Websphere.xml:924
+#: Websphere.xml:707
#, no-c-format
msgid "Changes needed for deployment to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:925
+#: Websphere.xml:708
#, no-c-format
msgid "We now need to make some changes to the generated project."
msgstr ""
#. Tag: literal
-#: Websphere.xml:931
+#: Websphere.xml:714
#, no-c-format
msgid "resources/META-INF/persistence-dev.xml"
-msgstr ""
+msgstr "resources/META-INF/persistence-dev.xml"
#. Tag: para
-#: Websphere.xml:936
+#: Websphere.xml:719
#, no-c-format
-msgid ""
-"Alter the <literal>jta-data-source</literal> to be "
-"<literal>DefaultDatasource</literal>. We are going to be using the "
-"integrated Websphere DB."
+msgid "Alter the <literal>jta-data-source</literal> to be <literal>DefaultDatasource</literal>. We are going to be using the integrated Websphere DB."
msgstr ""
#. Tag: para
-#: Websphere.xml:943
+#: Websphere.xml:726
#, no-c-format
-msgid ""
-"Add or change the properties below. These are described in detail at <xref "
-"linkend=\"jee5-websphere-section\"/>:"
+msgid "Add or change the properties below. These are described in detail at <xref linkend=\"jee5-websphere-section\"/>:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:948
+#: Websphere.xml:731
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1554,214 +1087,174 @@
"<property name=\"hibernate.cache.provider_class\" \n"
" value=\"org.hibernate.cache.HashtableCacheProvider\"/>\n"
"<property name=\"hibernate.transaction.manager_lookup_class\" \n"
-" value=\"org.hibernate.transaction."
-"WebSphereExtendedJTATransactionLookup\"/>]]>"
+" value=\"org.hibernate.transaction.WebSphereExtendedJTATransactionLookup\"/>]]>"
msgstr ""
+"<![CDATA[\n"
+"<property name=\"hibernate.dialect\" value=\"GlassfishDerbyDialect\"/>\n"
+"<property name=\"hibernate.hbm2ddl.auto\" value=\"update\"/>\n"
+"<property name=\"hibernate.show_sql\" value=\"true\"/>\n"
+"<property name=\"hibernate.format_sql\" value=\"true\"/>\n"
+"<property name=\"hibernate.cache.provider_class\" \n"
+" value=\"org.hibernate.cache.HashtableCacheProvider\"/>\n"
+"<property name=\"hibernate.transaction.manager_lookup_class\" \n"
+" value=\"org.hibernate.transaction.WebSphereExtendedJTATransactionLookup\"/>]]>"
#. Tag: para
-#: Websphere.xml:951
+#: Websphere.xml:734
#, no-c-format
-msgid ""
-"Remove the JBoss AS specific method of exposing the EntityManagerFactory:"
+msgid "Remove the JBoss AS specific method of exposing the EntityManagerFactory:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:954
+#: Websphere.xml:737
#, no-c-format
msgid ""
"<![CDATA[<property \n"
" name=\"jboss.entity.manager.factory.jndi.name\" \n"
" value=\"java:/websphere_exampleEntityManagerFactory\">]]>"
msgstr ""
+"<![CDATA[<property \n"
+" name=\"jboss.entity.manager.factory.jndi.name\" \n"
+" value=\"java:/websphere_exampleEntityManagerFactory\">]]>"
#. Tag: para
-#: Websphere.xml:957
+#: Websphere.xml:740
#, no-c-format
-msgid ""
-"You'll need to alter <literal>persistence-prod.xml</literal> as well if you "
-"want to deploy to Websphere using the prod profile."
+msgid "You'll need to alter <literal>persistence-prod.xml</literal> as well if you want to deploy to Websphere using the prod profile."
msgstr ""
#. Tag: para
-#: Websphere.xml:970
+#: Websphere.xml:753
#, no-c-format
-msgid ""
-"As with other examples we need to include this class for DB support. It can "
-"be copied from the <literal>jpa</literal> example into the "
-"<literal>websphere_example/resources</literal> directory."
+msgid "As with other examples we need to include this java class for DB support. It can be copied from the <literal>jpa</literal> example into the <literal>websphere_example/src</literal> directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:976
+#: Websphere.xml:759
#, no-c-format
msgid ""
"<![CDATA[\n"
-"cp $SEAM/examples/jpa/resources-websphere61/WEB-INF/classes/"
-"GlassfishDerbyDialect.class\n"
-" ./resources]]>"
+"cp $SEAM/examples/jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
msgstr ""
+"<![CDATA[\n"
+"cp $SEAM/examples/jpa/src/GlassfishDerbyDialect.java\n"
+" ./src]]>"
#. Tag: literal
-#: Websphere.xml:982
+#: Websphere.xml:765
#, no-c-format
msgid "resources/META-INF/jboss-app.xml"
-msgstr ""
+msgstr "resources/META-INF/jboss-app.xml"
#. Tag: para
-#: Websphere.xml:985
+#: Websphere.xml:768
#, no-c-format
-msgid ""
-"You can delete this file as we aren't deploying to JBoss AS ( <literal>jboss-"
-"app.xml</literal> is used to enable classloading isolation in JBoss AS)"
+msgid "You can delete this file as we aren't deploying to JBoss AS ( <literal>jboss-app.xml</literal> is used to enable classloading isolation in JBoss AS)"
msgstr ""
#. Tag: literal
-#: Websphere.xml:991
+#: Websphere.xml:774
#, no-c-format
msgid "resources/*-ds.xml"
msgstr ""
#. Tag: para
-#: Websphere.xml:994
+#: Websphere.xml:777
#, no-c-format
-msgid ""
-"You can delete these file as we aren't deploying to JBoss AS (these files "
-"define datasources in JBoss AS, we are using Websphere's default datasource)"
+msgid "You can delete these file as we aren't deploying to JBoss AS (these files define datasources in JBoss AS, we are using Websphere's default datasource)"
msgstr ""
#. Tag: para
-#: Websphere.xml:1006
+#: Websphere.xml:789
#, no-c-format
-msgid ""
-"Enable container managed transaction integration - add the <literal> <"
-"transaction:ejb-transaction /> </literal> component, and it's namespace "
-"declaration <literal> xmlns:transaction=\"http://jboss.com/products/seam/"
-"transaction\" </literal>"
+msgid "Enable container managed transaction integration - add the <literal> <transaction:ejb-transaction /> </literal> component, and it's namespace declaration <literal> xmlns:transaction=\"http://jboss.com/products/seam/transaction\" </literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1015
+#: Websphere.xml:798
#, no-c-format
-msgid ""
-"Alter the <literal>jndi-pattern</literal> to <literal> java:comp/env/"
-"websphere_example/#{ejbName} </literal>"
+msgid "Alter the <literal>jndi-pattern</literal> to <literal> java:comp/env/websphere_example/#{ejbName} </literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1021
+#: Websphere.xml:804
#, no-c-format
-msgid ""
-"We do not need <literal>managed-persistence-context</literal> for this "
-"example and so can delete its entry."
+msgid "We do not need <literal>managed-persistence-context</literal> for this example and so can delete its entry."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1027
+#: Websphere.xml:810
#, no-c-format
msgid ""
"<![CDATA[\n"
"<persistence:managed-persistence-context name=\"entityManager\"\n"
" auto-create=\"true\"\n"
-" persistence-unit-jndi-name=\"java:/"
-"websphere_exampleEntityManagerFactory\"/> ]]>"
+" persistence-unit-jndi-name=\"java:/websphere_exampleEntityManagerFactory\"/> ]]>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1036
+#: Websphere.xml:819
#, no-c-format
-msgid ""
-"Websphere does not support <literal>Servlet 2.5</literal>, it required "
-"<literal>Servlet 2.4</literal>. For this change we need to adjust the top of "
-"the <literal>web.xml</literal> file to look like the following:"
+msgid "As with the <literal>jee5/booking</literal> example we need to add EJB references to the web.xml. These references require replacing /local string in <literal>ejb-ref-name</literal> to flag them for Websphere to perform the proper binding."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1042
+#: Websphere.xml:826
#, no-c-format
msgid ""
-"<![CDATA[\n"
-"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-"<web-app version=\"2.4\" \n"
-" xmlns=\"http://java.sun.com/xml/ns/j2ee\"\n"
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:schemaLocation=\"http://java.sun.com/xml/ns/j2ee \n"
-" http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-"\">\n"
-" ]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1044
-#, no-c-format
-msgid ""
-"As with the <literal>jee5/booking</literal> example we need to add EJB "
-"references to the web.xml. These references require the empty <literal>local-"
-"home</literal> to flag them for Websphere to perform the proper binding."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1051
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <ejb-local-ref> \n"
-" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-"
-"name> \n"
-" <ejb-ref-type>Session</ejb-ref-type> \n"
-" <local-home></local-home>\n"
-" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local> \n"
-" </ejb-local-ref>\n"
+"<![CDATA[ \n"
+" <ejb-local-ref>\n"
+" <ejb-ref-name>websphere_example/AuthenticatorAction</ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>org.jboss.seam.tutorial.websphere.action.Authenticator</local>\n"
+" </ejb-local-ref> \n"
" \n"
" <ejb-local-ref>\n"
" <ejb-ref-name>websphere_example/EjbSynchronizations</ejb-ref-name> \n"
" <ejb-ref-type>Session</ejb-ref-type>\n"
-" <local-home></local-home>\n"
" <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>\n"
" </ejb-local-ref>]]>"
msgstr ""
#. Tag: title
-#: Websphere.xml:1057
+#: Websphere.xml:832
#, no-c-format
msgid "Creating the <literal>AuthenticatorAction</literal> EJB"
msgstr ""
#. Tag: para
-#: Websphere.xml:1059
+#: Websphere.xml:834
#, no-c-format
-msgid ""
-"We want to take the existing <literal>Authenticator</literal> Seam POJO "
-"component and create an EJB3 out of it."
+msgid "We want to take the existing <literal>Authenticator</literal> Seam POJO component and create an EJB3 out of it."
msgstr ""
#. Tag: para
-#: Websphere.xml:1065
+#: Websphere.xml:837
#, no-c-format
+msgid "Change the generated Authenticator class"
+msgstr ""
+
+#. Tag: para
+#: Websphere.xml:840
+#, no-c-format
msgid "Rename the class to <literal>AuthenticatorAction</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1069
+#: Websphere.xml:844
#, no-c-format
-msgid ""
-"Add the <literal>@Stateless</literal> annotation to the new "
-"<literal>AuthenticatorAction</literal> class."
+msgid "Add the <literal>@Stateless</literal> annotation to the new <literal>AuthenticatorAction</literal> class."
msgstr ""
#. Tag: para
-#: Websphere.xml:1075
+#: Websphere.xml:850
#, no-c-format
-msgid ""
-"Create an interface called <literal>Authenticator</literal> which "
-"<literal>AuthenticatorAction</literal> implements (EJB3 requires session "
-"beans to have a local interface). Annotate the interface with "
-"<literal>@Local</literal> , and add a single method with same signature as "
-"the <literal>authenticate</literal> in <literal>AuthenticatorAction</"
-"literal> ."
+msgid "Create an interface called <literal>Authenticator</literal> which <literal>AuthenticatorAction</literal> implements (EJB3 requires session beans to have a local interface). Annotate the interface with <literal>@Local</literal> , and add a single method with same signature as the <literal>authenticate</literal> in <literal>AuthenticatorAction</literal> ."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1088
+#: Websphere.xml:863
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1770,7 +1263,7 @@
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1091
+#: Websphere.xml:866
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1780,38 +1273,31 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1094
+#: Websphere.xml:869
#, no-c-format
-msgid ""
-"We've already added its reference to the <literal>web.xml</literal> file so "
-"are good to go."
+msgid "We've already added its reference to the <literal>web.xml</literal> file so are good to go."
msgstr ""
#. Tag: title
-#: Websphere.xml:1100
+#: Websphere.xml:875
#, no-c-format
-msgid ""
-"Extra jar dependencies and other changes to the <literal>build.xml</literal>"
+msgid "Extra jar dependencies and other changes to the <literal>build.xml</literal>"
msgstr ""
#. Tag: para
-#: Websphere.xml:1102
+#: Websphere.xml:877
#, no-c-format
-msgid ""
-"This application has similar requirements as the <literal>jee5/booking</"
-"literal> example."
+msgid "This application has similar requirements as the <literal>jee5/booking</literal> example."
msgstr ""
#. Tag: para
-#: Websphere.xml:1107
+#: Websphere.xml:882
#, no-c-format
-msgid ""
-"Change the default target to <literal>archive</literal> (we aren't going to "
-"cover automatic deployment to Websphere)."
+msgid "Change the default target to <literal>archive</literal> (we aren't going to cover automatic deployment to Websphere)."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1113
+#: Websphere.xml:888
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1819,20 +1305,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1117
+#: Websphere.xml:892
#, no-c-format
-msgid ""
-"Websphere looks for the drools <literal>/security.drl</literal> file in the "
-"root of the <literal>war</literal> file instead of the root of the "
-"<literal>websphere_example.jar</literal> so we need to have the "
-"<literal>build.xml</literal> move it to the correct location at build time. "
-"The following must be added at the top of the <literal> <target name=\"war"
-"\" depends=\"compile\" description=\"Build the distribution .war file\"> "
-"</literal> target."
+msgid "Websphere looks for the drools <literal>/security.drl</literal> file in the root of the <literal>war</literal> file instead of the root of the <literal>websphere_example.jar</literal> so we need to have the <literal>build.xml</literal> move it to the correct location at build time. The following must be added at the top of the <literal> <target name=\"war\" depends=\"compile\" description=\"Build the distribution .war file\"> </literal> target."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1128
+#: Websphere.xml:903
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1844,96 +1323,16 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1131
+#: Websphere.xml:906
#, no-c-format
-msgid ""
-"We need to ge the <literal>GlassfishDerbyDialect.class</literal> into our "
-"application jar. To do that find the <literal>jar</literal> task and modify "
-"the top of it so that it looks like this:"
+msgid "Now we need to get extra jars into the <literal>build.xml</literal>. Look for the <literal><fileset dir=\"${basedir}\"></literal> section of the task below. Add the new includes at the bottom of the fileset."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1139
+#: Websphere.xml:914
#, no-c-format
msgid ""
"<![CDATA[\n"
-"<target name=\"jar\" depends=\"compile,copyclasses\" \n"
-" description=\"Build the distribution .jar file\">\n"
-" <copy todir=\"${jar.dir}\">\n"
-" <fileset dir=\"${basedir}/resources\">\n"
-" <include name=\"seam.properties\" />\n"
-" <include name=\"*.drl\" />\n"
-" <include name=\"GlassfishDerbyDialect.class\" />\n"
-" </fileset>\n"
-" </copy>\n"
-"...]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1142
-#, no-c-format
-msgid ""
-"Next we need to get the <literal>jboss-seam.jar</literal> into the base of "
-"the <literal>EAR</literal> file. For deployment Websphere requires this jar "
-"to be in both the <literal>/lib</literal> directory and at the base of the "
-"<literal>EAR</literal>. You must add the following to the <literal>archive</"
-"literal> task:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1151
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-"</fileset>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1152
-#, no-c-format
-msgid "So that the whole <literal>archive</literal> task looks like:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1156
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-"<target name=\"archive\" depends=\"jar,war,ear\" \n"
-" description=\"Package the archives\">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.jar\" basedir=\"${jar.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.war\" basedir=\"${war.dir}\"/"
-">\n"
-" <jar jarfile=\"${dist.dir}/${project.name}.ear\">\n"
-" <fileset dir=\"${ear.dir}\"/>\n"
-" <fileset dir=\"${dist.dir}\">\n"
-" <include name=\"${project.name}.jar\"/>\n"
-" <include name=\"${project.name}.war\"/>\n"
-" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
-" </jar>\n"
-"</target>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1159
-#, no-c-format
-msgid ""
-"Now we need to get extra jars into the <literal>build.xml</literal>. Look "
-"for the <literal><fileset dir=\"${basedir}\"></literal> section of the "
-"task below. Add the new includes at the bottom of the fileset."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1167
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
"<target name=\"ear\" description=\"Build the EAR\">\n"
" <copy todir=\"${ear.dir}\">\n"
" <fileset dir=\"${basedir}/resources\">\n"
@@ -1941,9 +1340,7 @@
" <include name=\"*hibernate.cfg.xml\" />\n"
" <include name=\"jbpm.cfg.xml\" />\n"
" </fileset>\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <include name=\"jboss-seam.jar\" />\n"
-" </fileset>\n"
+"\n"
" <fileset dir=\"${basedir}\">\n"
" <include name=\"lib/jbpm*.jar\" />\n"
" <include name=\"lib/jboss-el.jar\" />\n"
@@ -1965,13 +1362,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1170
+#: Websphere.xml:917
#, no-c-format
msgid "Hibernate dependencies"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1171
+#: Websphere.xml:918
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -1985,33 +1382,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1174
+#: Websphere.xml:921
#, no-c-format
-msgid ""
-"JSF dependencies. You will need to copy the <literal>el-ri.jar</literal> "
-"from the <literal>$SEAM/examples/jpa/lib</literal> directory."
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1177
-#, no-c-format
-msgid ""
-"<![CDATA[\n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>]]>"
-msgstr ""
-
-#. Tag: para
-#: Websphere.xml:1180
-#, no-c-format
msgid "Third party dependencies."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1181
+#: Websphere.xml:922
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2028,15 +1405,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1184
+#: Websphere.xml:925
#, no-c-format
-msgid ""
-"<literal>jboss-seam.jar</literal> - this is needed in both the <literal>ear</"
-"literal> base and <literal>/lib</literal> directory."
+msgid "<literal>jboss-seam.jar</literal> - this is needed in the <literal>ear</literal> base directory."
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1188
+#: Websphere.xml:928
#, no-c-format
msgid ""
"<![CDATA[\n"
@@ -2045,13 +1420,13 @@
msgstr ""
#. Tag: para
-#: Websphere.xml:1192
+#: Websphere.xml:932
#, no-c-format
msgid "You should end up with something like:"
msgstr ""
#. Tag: programlisting
-#: Websphere.xml:1193
+#: Websphere.xml:933
#, no-c-format
msgid ""
"<![CDATA[<fileset dir=\"${basedir}\">\n"
@@ -2072,13 +1447,7 @@
" <include name=\"lib/hibernate-entitymanager.jar\"/>\n"
" <include name=\"lib/hibernate-validator.jar\"/>\n"
" <include name=\"lib/jboss-common-core.jar\" />\n"
-" \n"
-" <!-- jsf libs -->\n"
-" <include name=\"lib/jsf-api.jar\" />\n"
-" <include name=\"lib/jsf-impl.jar\" />\n"
-" <include name=\"lib/el-api.jar\" />\n"
-" <include name=\"lib/el-ri.jar\"/>\n"
-" \n"
+"\n"
" <!-- 3rd party and supporting jars -->\n"
" <include name=\"lib/javassist.jar\"/>\n"
" <include name=\"lib/dom4j.jar\" />\n"
@@ -2095,60 +1464,27 @@
"</fileset>]]>"
msgstr ""
-#. Tag: para
-#: Websphere.xml:1195
-#, no-c-format
-msgid ""
-"The last step is to add <literal>jsf-impl.jar</literal> and <literal>el-ri."
-"jar</literal> to the war target. Look for <literal>copy todir=\"${war.dir}/"
-"WEB-INF/lib\"</literal> and add the following:"
-msgstr ""
-
-#. Tag: programlisting
-#: Websphere.xml:1199
-#, no-c-format
-msgid ""
-"<![CDATA[<copy todir=\"${war.dir}/WEB-INF/lib\">\n"
-" <fileset dir=\"${lib.dir}\">\n"
-" <includesfile name=\"deployed-jars-war.list"
-"\" />\n"
-" <include name=\"jsf-impl.jar\" />\n"
-" <include name=\"el-ri.jar\" /> \n"
-" <exclude name=\"jboss-seam-gen.jar\" />\n"
-" </fileset>\n"
-"</copy>]]>"
-msgstr ""
-
#. Tag: title
-#: Websphere.xml:1206
+#: Websphere.xml:940
#, no-c-format
msgid "Building and deploying the seam-gen'd application to Websphere"
msgstr ""
#. Tag: para
-#: Websphere.xml:1212
+#: Websphere.xml:945
#, no-c-format
-msgid ""
-"Build your application by calling <literal>ant</literal> in the base "
-"directory of your project (ex. <literal>/home/jbalunas/workspace/"
-"websphere_example</literal> ). The target of the build will be <literal>dist/"
-"websphere_example.ear</literal> ."
+msgid "Build your application by calling <literal>ant</literal> in the base directory of your project (ex. <literal>/home/jbalunas/workspace/websphere_example</literal> ). The target of the build will be <literal>dist/websphere_example.ear</literal> ."
msgstr ""
#. Tag: para
-#: Websphere.xml:1221
+#: Websphere.xml:954
#, no-c-format
-msgid ""
-"To deploy the application follow the instructions here : <xref linkend="
-"\"jee5-websphere-deploy\"/> but use references to this project "
-"<literal>websphere_example</literal> instead of <literal>jboss-seam-jee5</"
-"literal>."
+msgid "To deploy the application follow the instructions here : <xref linkend=\"jee5-websphere-deploy\"/> but use references to this project <literal>websphere_example</literal> instead of <literal>jboss-seam-jee5</literal>."
msgstr ""
#. Tag: para
-#: Websphere.xml:1227
+#: Websphere.xml:960
#, no-c-format
-msgid ""
-"Checkout the app at: <literal>http://localhost:9080/websphere_example/index."
-"html</literal>"
+msgid "Checkout the app at: <literal>http://localhost:9080/websphere_example/index.html</literal>"
msgstr ""
+
16 years
Seam SVN: r9995 - trunk/doc/Seam_Reference_Guide/it-IT.
by seam-commits@lists.jboss.org
Author: nico.ben
Date: 2009-02-01 15:48:22 -0500 (Sun, 01 Feb 2009)
New Revision: 9995
Modified:
trunk/doc/Seam_Reference_Guide/it-IT/Components.po
trunk/doc/Seam_Reference_Guide/it-IT/Controls.po
trunk/doc/Seam_Reference_Guide/it-IT/Excel.po
trunk/doc/Seam_Reference_Guide/it-IT/Oc4j.po
Log:
JBSEAM-3767: Italian translation of Seam guide
Modified: trunk/doc/Seam_Reference_Guide/it-IT/Components.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/it-IT/Components.po 2009-02-01 20:34:36 UTC (rev 9994)
+++ trunk/doc/Seam_Reference_Guide/it-IT/Components.po 2009-02-01 20:48:22 UTC (rev 9995)
@@ -6,7 +6,7 @@
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2008-11-06 00:22+0000\n"
-"PO-Revision-Date: 2009-01-20 20:42+0100\n"
+"PO-Revision-Date: 2009-02-01 21:43+0100\n"
"Last-Translator: Nicola Benaglia <nico.benaz(a)gmail.com>\n"
"Language-Team: none\n"
"MIME-Version: 1.0\n"
@@ -1416,7 +1416,7 @@
#: Components.xml:1284
#, no-c-format
msgid "Miscellaneous components"
-msgstr ""
+msgstr "Componenti misti"
#. Tag: para
#: Components.xml:1285
@@ -1470,7 +1470,7 @@
#: Components.xml:1338
#, no-c-format
msgid "Special components"
-msgstr ""
+msgstr "Componenti speciali"
#. Tag: para
#: Components.xml:1339
Modified: trunk/doc/Seam_Reference_Guide/it-IT/Controls.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/it-IT/Controls.po 2009-02-01 20:34:36 UTC (rev 9994)
+++ trunk/doc/Seam_Reference_Guide/it-IT/Controls.po 2009-02-01 20:48:22 UTC (rev 9995)
@@ -6,7 +6,7 @@
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2009-01-05 00:19+0000\n"
-"PO-Revision-Date: 2009-01-11 17:05+0100\n"
+"PO-Revision-Date: 2009-02-01 21:41+0100\n"
"Last-Translator: Nicola Benaglia <nico.benaz(a)gmail.com>\n"
"Language-Team: none\n"
"MIME-Version: 1.0\n"
@@ -148,35 +148,35 @@
#: Controls.xml:158
#, no-c-format
msgid "<literal>value</literal> — the label."
-msgstr ""
+msgstr "<literal>value</literal> — l'etichetta."
#. Tag: para
#: Controls.xml:50
#: Controls.xml:163
#, no-c-format
msgid "<literal>action</literal> — a method binding that specified the action listener."
-msgstr ""
+msgstr "<literal>action</literal> — un metodo di binding che specifica l'action listener."
#. Tag: para
#: Controls.xml:57
#: Controls.xml:169
#, no-c-format
msgid "<literal>view</literal> — the JSF view id to link to."
-msgstr ""
+msgstr "<literal>view</literal> — l'id della vista JSF a cui fare riferimento."
#. Tag: para
#: Controls.xml:62
#: Controls.xml:174
#, no-c-format
msgid "<literal>fragment</literal> — the fragment identifier to link to."
-msgstr ""
+msgstr "<literal>fragment</literal> — l'identificatore del frammento a cui fare riferimento."
#. Tag: para
#: Controls.xml:68
#: Controls.xml:180
#, no-c-format
msgid "<literal>disabled</literal> — is the link disabled?"
-msgstr ""
+msgstr "<literal>disabled</literal> — il link è disabilitato?"
#. Tag: para
#: Controls.xml:73
@@ -264,7 +264,7 @@
#: Controls.xml:120
#, no-c-format
msgid "None"
-msgstr ""
+msgstr "Nessuno"
#. Tag: literal
#: Controls.xml:125
@@ -295,7 +295,7 @@
#: Controls.xml:698
#, no-c-format
msgid "None."
-msgstr ""
+msgstr "Nessuno."
#. Tag: literal
#: Controls.xml:141
Modified: trunk/doc/Seam_Reference_Guide/it-IT/Excel.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/it-IT/Excel.po 2009-02-01 20:34:36 UTC (rev 9994)
+++ trunk/doc/Seam_Reference_Guide/it-IT/Excel.po 2009-02-01 20:48:22 UTC (rev 9995)
@@ -6,7 +6,7 @@
"Project-Id-Version: Seam_Reference_Guide\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2009-01-18 15:00+0000\n"
-"PO-Revision-Date: 2009-02-01 17:53+0100\n"
+"PO-Revision-Date: 2009-02-01 21:34+0100\n"
"Last-Translator: Nicola Benaglia <nico.benaz(a)gmail.com>\n"
"Language-Team: none\n"
"MIME-Version: 1.0\n"
@@ -2201,13 +2201,13 @@
#: Excel.xml:2275
#, no-c-format
msgid "Controlling how the output look is done with a combination of CSSish style attributes and tag attributes. The most common ones (fonts, borders, backgrounds etc) are CSS and some more general settings are in tag attributes."
-msgstr ""
+msgstr "Il controllo dell'aspetto dell'output è fatto con una combinazione di attributi stile-CSS e di attributi tag. I più comuni (font, bordi, background, ecc.) sono CSS ed alcune impostazioni generali sono negli attributi tag."
#. Tag: para
#: Excel.xml:2280
#, no-c-format
msgid "The CSS attributes cascade down from parent to children and within one tag cascades over the CSS classes referenced in the <literal>styleClass</literal> attributes and finally over the CSS attributes defined in the <literal>style</literal>attribute. You can place them pretty much anywhere but e.g. placing a column width setting in a cell nested within that column makes little sense."
-msgstr ""
+msgstr "Gli attributi CSS vanno in cascata dal padre ai figli e da un tag si scende in cascata attraverso classi CSS referenziate negli attributi <literal>styleClass</literal> ed infine lungo gli attributi CSS definiti nell'attributo <literal>style</literal>. Si può collocarli ovunque, ma ad esempio impostare la larghezza di colonna in una cella innestata dentro tale colonna ha poco senso."
#. Tag: title
#: Excel.xml:2289
@@ -2219,7 +2219,7 @@
#: Excel.xml:2290
#, no-c-format
msgid "External stylesheets are references with the e:link tag. They are placed as children of the workbook."
-msgstr ""
+msgstr "Gli stylesheet esterni sono referenziati con il tag e:link. Vengono messi come figli del workbook."
#. Tag: literal
#: Excel.xml:2302
@@ -2361,7 +2361,7 @@
#: Excel.xml:2447
#, no-c-format
msgid "Should the font be struck out? Valid values are \"true\" and \"false\""
-msgstr ""
+msgstr "Il font deve essere barrato? I valori validi sono \"true\" e \"false\""
#. Tag: para
#: Excel.xml:2455
@@ -2373,7 +2373,7 @@
#: Excel.xml:2458
#, no-c-format
msgid "A shorthand notation for setting all the values. Place the font name last and use tick marks for fonts with spaces in them, e.g. 'Times New Roman'. Use \"italic\", \"bold\" and \"struckout\"."
-msgstr ""
+msgstr "Una notazione breve per impostare tutti i valori. Si collochi il nome del font in fondo e si usino i tick mark per i font separati da uno spazio, es. 'Times New Roman'. Si usi \"italic\", \"bold\" e \"struckout\"."
#. Tag: para
#: Excel.xml:2464
@@ -2403,7 +2403,7 @@
#: Excel.xml:2488
#, no-c-format
msgid "The border color of the left edge of the cell (see <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.Colour </ulink> )."
-msgstr "Il colore del bordo dello spigolo sinistro della cella (si veda <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.Colour </ulink> )."
+msgstr "Il colore del bordo del lato sinistro della cella (si veda <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.Colour </ulink> )."
#. Tag: para
#: Excel.xml:2501
@@ -2415,7 +2415,7 @@
#: Excel.xml:2504
#, no-c-format
msgid "The border line style of the left edge of the cell (see <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.LineStyle </ulink> )."
-msgstr "Lo stile di linea del bordo dello spigolo sinistro della cella (si veda <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.LineStyle </ulink> )."
+msgstr "Lo stile di linea del bordo del lato sinistro della cella (si veda <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.LineStyle </ulink> )."
#. Tag: para
#: Excel.xml:2516
@@ -2427,7 +2427,7 @@
#: Excel.xml:2519
#, no-c-format
msgid "A shorthand for setting line style and color of the left edge of the cell, e.g style=\"xls-border-left: thick red\""
-msgstr ""
+msgstr "Una notazione breve per impostare lo stile della linea ed il colore del lato sinistro della cella, es. style=\"xls-border-left: thick red\""
#. Tag: para
#: Excel.xml:2527
@@ -2439,7 +2439,7 @@
#: Excel.xml:2530
#, no-c-format
msgid "The border color of the top edge of the cell (see <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.Colour </ulink> )."
-msgstr "Il colore del bordo dello spigolo in alto della cella (si veda <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.Colour </ulink> )."
+msgstr "Il colore del bordo del lato alto della cella (si veda <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.Colour </ulink> )."
#. Tag: para
#: Excel.xml:2543
@@ -2451,7 +2451,7 @@
#: Excel.xml:2546
#, no-c-format
msgid "The border line style of the top edge of the cell (see <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.LineStyle </ulink> )."
-msgstr "Lo stile di linea del bordo dello spigolo in alto della cella (si veda <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.LineStyle </ulink> )."
+msgstr "Lo stile di linea del bordo del lato alto della cella (si veda <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.LineStyle </ulink> )."
#. Tag: para
#: Excel.xml:2558
@@ -2463,7 +2463,7 @@
#: Excel.xml:2561
#, no-c-format
msgid "A shorthand for setting line style and color of the top edge of the cell, e.g style=\"xls-border-left: red thick\""
-msgstr ""
+msgstr "Una notazione breve per impostare lo stile della linea ed il colore del lato alto della cella, es. style=\"xls-border-top: thick red\""
#. Tag: para
#: Excel.xml:2569
@@ -2475,7 +2475,7 @@
#: Excel.xml:2572
#, no-c-format
msgid "The border color of the right edge of the cell (see <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.Colour </ulink> )."
-msgstr "Il colore del bordo dello spigolo destro della cella (si veda <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.Colour </ulink> )."
+msgstr "Il colore del bordo del lato destro della cella (si veda <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.Colour </ulink> )."
#. Tag: para
#: Excel.xml:2585
@@ -2487,7 +2487,7 @@
#: Excel.xml:2588
#, no-c-format
msgid "The border line style of the right edge of the cell (see <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.LineStyle </ulink> )."
-msgstr "Lo stile di linea del bordo dello spigolo a destra della cella (si veda <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.LineStyle </ulink> )."
+msgstr "Lo stile di linea del bordo del lato destro della cella (si veda <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.LineStyle </ulink> )."
#. Tag: para
#: Excel.xml:2600
@@ -2499,7 +2499,7 @@
#: Excel.xml:2603
#, no-c-format
msgid "A shorthand for setting line style and color of the right edge of the cell, e.g style=\"xls-border-right: thick red\""
-msgstr ""
+msgstr "Una notazione breve per impostare lo stile della linea ed il colore del lato destro della cella, es. style=\"xls-border-right: thick red\""
#. Tag: para
#: Excel.xml:2611
@@ -2511,7 +2511,7 @@
#: Excel.xml:2614
#, no-c-format
msgid "The border color of the bottom edge of the cell (see <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.Colour </ulink> )."
-msgstr "Il colore del bordo dello spigolo in basso della cella (si veda <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.Colour </ulink> )."
+msgstr "Il colore del bordo del lato basso della cella (si veda <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.Colour </ulink> )."
#. Tag: para
#: Excel.xml:2627
@@ -2523,7 +2523,7 @@
#: Excel.xml:2630
#, no-c-format
msgid "The border line style of the bottom edge of the cell (see <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.LineStyle </ulink> )."
-msgstr "Lo stile di linea del bordo dello spigolo in basso della cella (si veda <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.LineStyle </ulink> )."
+msgstr "Lo stile di linea del bordo del lato basso della cella (si veda <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.LineStyle </ulink> )."
#. Tag: para
#: Excel.xml:2642
@@ -2535,7 +2535,7 @@
#: Excel.xml:2645
#, no-c-format
msgid "A shorthand for setting line style and color of the bottom edge of the cell, e.g style=\"xls-border-bottom: thick red\""
-msgstr ""
+msgstr "Una notazione breve per impostare lo stile della linea ed il colore del lato basso della cella, es. style=\"xls-border-bottom: thick red\""
#. Tag: para
#: Excel.xml:2653
@@ -2547,7 +2547,7 @@
#: Excel.xml:2656
#, no-c-format
msgid "A shorthand for setting line style and color for all edges of the cell, e.g style=\"xls-border: thick red\""
-msgstr ""
+msgstr "Una notazione breve per impostare lo stile della linea ed il colore per tutti i lati della cella, es. style=\"xls-border: thick red\""
#. Tag: title
#: Excel.xml:2667
@@ -2595,7 +2595,7 @@
#: Excel.xml:2711
#, no-c-format
msgid "A shorthand for setting the background color and pattern. See above for rules."
-msgstr ""
+msgstr "Una notazione breve per impostare il pattern ed il colore del background. Vedere sopra per le regole."
#. Tag: title
#: Excel.xml:2721
@@ -2619,7 +2619,7 @@
#: Excel.xml:2735
#, no-c-format
msgid "The width of the column. Use largeish values (~5000) to start with. Used by the e:column in xhtml mode."
-msgstr ""
+msgstr "La larghezza della colonna. Si usino valori ampi (~5000) per cominciare. Usata da e:column nella modalità xhtml."
#. Tag: para
#: Excel.xml:2743
@@ -2631,7 +2631,7 @@
#: Excel.xml:2746
#, no-c-format
msgid "The width of the column. Use largeish values (~5000) to start with. Used by the excel exporter, placed in the datatable style attribute. Use numerical values or * to bypass a column."
-msgstr ""
+msgstr "La larghezza della colonna. Si usino valori ampi (~5000) per cominciare. Usata dall'excel exporter, collocato nell'attributo style della datatable. Si usino valori numerici o * per bypassare una colonna."
#. Tag: para
#: Excel.xml:2751
@@ -2649,7 +2649,7 @@
#: Excel.xml:2761
#, no-c-format
msgid "Should an attempt be made to autosize the column? Valid values are \"true\" and \"false\"."
-msgstr ""
+msgstr "Deve essere fatto un tentativo per autodimensionare la colonna? I valori validi sono \"true\" and \"false\"."
#. Tag: para
#: Excel.xml:2769
@@ -2697,7 +2697,7 @@
#: Excel.xml:2811
#, no-c-format
msgid "The forced type of the cell data. The value is a string that can be one of \"general\", \"number\", \"text\", \"date\", \"formula\" or \"bool\". The type is automatically detected so there is rarely any use for this attribute."
-msgstr ""
+msgstr "Il tipo forzato dei dati della cella. Il valore è una stringa che può essere una tra \"general\", \"number\", \"text\", \"date\", \"formula\" o \"bool\". Il tipo è automaticamente individuato e quindi quest'attributo si usa raramente."
#. Tag: para
#: Excel.xml:2820
Modified: trunk/doc/Seam_Reference_Guide/it-IT/Oc4j.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/it-IT/Oc4j.po 2009-02-01 20:34:36 UTC (rev 9994)
+++ trunk/doc/Seam_Reference_Guide/it-IT/Oc4j.po 2009-02-01 20:48:22 UTC (rev 9995)
@@ -6,8 +6,8 @@
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2008-11-06 00:23+0000\n"
-"PO-Revision-Date: 2008-04-04 01:24+0000\n"
-"Last-Translator: Automatically generated\n"
+"PO-Revision-Date: 2009-02-01 21:47+0100\n"
+"Last-Translator: Nicola Benaglia <nico.benaz(a)gmail.com>\n"
"Language-Team: none\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -17,22 +17,12 @@
#: Oc4j.xml:2
#, no-c-format
msgid "Seam on OC4J"
-msgstr ""
+msgstr "Seam con OC4J"
#. Tag: para
#: Oc4j.xml:4
#, no-c-format
-msgid ""
-"OC4J (Oracle Containers for Java) 11g (currently a \"Technology Preview\" "
-"release) is Oracle's JEE5 application server. Seam application can be "
-"deployed to OC4J, but require some additional configuration changes, and "
-"dependencies. This chapter will show you exactly what must be done. We will "
-"start by looking at the building and deploying the JEE5 Hotel Booking "
-"example application which comes with Seam. Then we will deploy a project "
-"generated by <literal>seam-gen</literal> . First a basic <literal>seam-gen</"
-"literal> application with RichFaces ajax components, and facelets. Then "
-"expand that application to include Seam security with Drools, JPA provided "
-"with hibernate, and automatic CRUD reverse engineering of a MySQL database."
+msgid "OC4J (Oracle Containers for Java) 11g (currently a \"Technology Preview\" release) is Oracle's JEE5 application server. Seam application can be deployed to OC4J, but require some additional configuration changes, and dependencies. This chapter will show you exactly what must be done. We will start by looking at the building and deploying the JEE5 Hotel Booking example application which comes with Seam. Then we will deploy a project generated by <literal>seam-gen</literal> . First a basic <literal>seam-gen</literal> application with RichFaces ajax components, and facelets. Then expand that application to include Seam security with Drools, JPA provided with hibernate, and automatic CRUD reverse engineering of a MySQL database."
msgstr ""
#. Tag: title
@@ -44,15 +34,7 @@
#. Tag: para
#: Oc4j.xml:18
#, no-c-format
-msgid ""
-"First we need to install the target container - OC4j. This chapter requires "
-"you to use OC4J 11g Technology Preview (not OC4J 10g). You can download OC4J "
-"11g from <ulink url=\"http://www.oracle.com/technology/tech/java/oc4j/11/\"> "
-"http://www.oracle.com/technology/tech/java/oc4j/11/ </ulink> Below are "
-"instructions to install. launch, access, and shutdown the 11g release. For "
-"further information on installing OC4J, consult the <literal>readme.txt</"
-"literal> distributed with OC4J, or the OC4J installation guide and release "
-"notes."
+msgid "First we need to install the target container - OC4j. This chapter requires you to use OC4J 11g Technology Preview (not OC4J 10g). You can download OC4J 11g from <ulink url=\"http://www.oracle.com/technology/tech/java/oc4j/11/\"> http://www.oracle.com/technology/tech/java/oc4j/11/ </ulink> Below are instructions to install. launch, access, and shutdown the 11g release. For further information on installing OC4J, consult the <literal>readme.txt</literal> distributed with OC4J, or the OC4J installation guide and release notes."
msgstr ""
#. Tag: para
@@ -64,69 +46,49 @@
#. Tag: para
#: Oc4j.xml:32
#, no-c-format
-msgid ""
-"Make sure you have <literal>$JAVA_HOME</literal> and <literal>$ORACLE_HOME</"
-"literal> set as environment variables ( <literal>$ORACLE_HOME</literal> is "
-"the directory to which you unzip OC4J). For further information on "
-"installing OC4J, consult the <literal>readme.txt</literal> distributed with "
-"OC4J"
+msgid "Make sure you have <literal>$JAVA_HOME</literal> and <literal>$ORACLE_HOME</literal> set as environment variables ( <literal>$ORACLE_HOME</literal> is the directory to which you unzip OC4J). For further information on installing OC4J, consult the <literal>readme.txt</literal> distributed with OC4J"
msgstr ""
#. Tag: para
#: Oc4j.xml:41
#, no-c-format
-msgid ""
-"Applications (ear/war) are deployed to the <literal>$ORACLE_HOME/j2ee/home/"
-"applications</literal> directory."
+msgid "Applications (ear/war) are deployed to the <literal>$ORACLE_HOME/j2ee/home/applications</literal> directory."
msgstr ""
#. Tag: para
#: Oc4j.xml:44
#, no-c-format
-msgid ""
-"Note that OC4J does not support hot deployment by default. This means every "
-"time you deploy the application you must restart the server."
+msgid "Note that OC4J does not support hot deployment by default. This means every time you deploy the application you must restart the server."
msgstr ""
#. Tag: para
#: Oc4j.xml:49
#, no-c-format
-msgid ""
-"Start OC4J: <literal> $ORACLE_HOME/j2ee/home/java -jar -XX:MaxPermSize=256M "
-"oc4j.jar </literal>"
+msgid "Start OC4J: <literal> $ORACLE_HOME/j2ee/home/java -jar -XX:MaxPermSize=256M oc4j.jar </literal>"
msgstr ""
#. Tag: para
#: Oc4j.xml:51
#, no-c-format
-msgid ""
-"You must override the default PermGen memory settings using above command. "
-"See <ulink url=\"http://www.oracle.com/technology/tech/java/oc4j/11/oc4j-"
-"relnotes.html\"> OC4J release notes </ulink> for details."
+msgid "You must override the default PermGen memory settings using above command. See <ulink url=\"http://www.oracle.com/technology/tech/java/oc4j/11/oc4j-relnotes.html\"> OC4J release notes </ulink> for details."
msgstr ""
#. Tag: para
#: Oc4j.xml:55
#, no-c-format
-msgid ""
-"You will be asked to set the admin password if this is the first time you "
-"have started OC4J"
+msgid "You will be asked to set the admin password if this is the first time you have started OC4J"
msgstr ""
#. Tag: para
#: Oc4j.xml:59
#, no-c-format
-msgid ""
-"Once deployed you can check out your applications at <literal>http://"
-"localhost:8888/<your-app-path></literal>"
+msgid "Once deployed you can check out your applications at <literal>http://localhost:8888/<your-app-path></literal>"
msgstr ""
#. Tag: para
#: Oc4j.xml:64
#, no-c-format
-msgid ""
-"You can stop the server by pressing <literal>CTRL-C</literal> in the console "
-"on which the server is running."
+msgid "You can stop the server by pressing <literal>CTRL-C</literal> in the console on which the server is running."
msgstr ""
#. Tag: title
@@ -138,11 +100,7 @@
#. Tag: para
#: Oc4j.xml:74
#, no-c-format
-msgid ""
-"The <literal>jee5/booking</literal> example is based on the Hotel Booking "
-"example (which runs on JBoss AS). Out of the box it is designed to run on "
-"Glassfish, but it's easy to build it for OC4J. It is located in the <literal>"
-"$SEAM_DIST/examples/jee5/booking</literal> directory."
+msgid "The <literal>jee5/booking</literal> example is based on the Hotel Booking example (which runs on JBoss AS). Out of the box it is designed to run on Glassfish, but it's easy to build it for OC4J. It is located in the <literal>$SEAM_DIST/examples/jee5/booking</literal> directory."
msgstr ""
#. Tag: title
@@ -154,18 +112,13 @@
#. Tag: para
#: Oc4j.xml:83
#, no-c-format
-msgid ""
-"First, lets look at the basic dependencies of the booking example. Armed "
-"with this knowledge we can look at the extra dependencies requirements that "
-"OC4J adds."
+msgid "First, lets look at the basic dependencies of the booking example. Armed with this knowledge we can look at the extra dependencies requirements that OC4J adds."
msgstr ""
#. Tag: para
#: Oc4j.xml:87
#, no-c-format
-msgid ""
-"We will show you how to get these dependencies into the application in <xref "
-"linkend=\"oc4j-build-jee5\"/> below."
+msgid "We will show you how to get these dependencies into the application in <xref linkend=\"oc4j-build-jee5\"/> below."
msgstr ""
#. Tag: title
@@ -177,45 +130,37 @@
#. Tag: simpara
#: Oc4j.xml:93
#, no-c-format
-msgid ""
-"<literal>jboss-seam.jar</literal> — We declare this as an EJB3 module "
-"(why? well Seam needs to be able to interact with container managed "
-"transactions; this is implemented as an EJB3 Stateful Session Bean)"
+msgid "<literal>jboss-seam.jar</literal> — We declare this as an EJB3 module (why? well Seam needs to be able to interact with container managed transactions; this is implemented as an EJB3 Stateful Session Bean)"
msgstr ""
#. Tag: literal
#: Oc4j.xml:100
#, no-c-format
msgid "jboss-el.jar"
-msgstr ""
+msgstr "jboss-el.jar"
#. Tag: simpara
#: Oc4j.xml:103
#, no-c-format
-msgid ""
-"<literal>jboss-seam-ui.jar</literal> — Seam's JSF controls depend on "
-"Apache's commons-beanutils"
+msgid "<literal>jboss-seam-ui.jar</literal> — Seam's JSF controls depend on Apache's commons-beanutils"
msgstr ""
#. Tag: literal
#: Oc4j.xml:108
#, no-c-format
msgid "jboss-seam-debug.jar"
-msgstr ""
+msgstr "jboss-seam-debug.jar"
#. Tag: literal
#: Oc4j.xml:112
#, no-c-format
msgid "jsf-facelets.jar"
-msgstr ""
+msgstr "jsf-facelets.jar"
#. Tag: simpara
#: Oc4j.xml:116
#, no-c-format
-msgid ""
-"<literal>richfaces-api.jar</literal> , <literal>richfaces-impl.jar</literal> "
-"and <literal>richfaces-ui.jar</literal> — which requires Apache "
-"commons-digester and commons-beanutils"
+msgid "<literal>richfaces-api.jar</literal> , <literal>richfaces-impl.jar</literal> and <literal>richfaces-ui.jar</literal> — which requires Apache commons-digester and commons-beanutils"
msgstr ""
#. Tag: title
@@ -227,9 +172,7 @@
#. Tag: para
#: Oc4j.xml:129
#, no-c-format
-msgid ""
-"Hibernate — of course, we decided to use Hibernate as the JPA provider "
-"(rather than TopLink Essentials which ships with OC4J)."
+msgid "Hibernate — of course, we decided to use Hibernate as the JPA provider (rather than TopLink Essentials which ships with OC4J)."
msgstr ""
#. Tag: para
@@ -242,126 +185,114 @@
#: Oc4j.xml:136
#, no-c-format
msgid "hibernate.jar"
-msgstr ""
+msgstr "hibernate.jar"
#. Tag: literal
#: Oc4j.xml:141
#, no-c-format
msgid "hibernate-annotations.jar"
-msgstr ""
+msgstr "hibernate-annotations.jar"
#. Tag: literal
#: Oc4j.xml:146
#, no-c-format
msgid "hibernate-entitymanager.jar"
-msgstr ""
+msgstr "hibernate-entitymanager.jar"
#. Tag: literal
#: Oc4j.xml:151
#, no-c-format
msgid "hibernate-validator.jar"
-msgstr ""
+msgstr "hibernate-validator.jar"
#. Tag: literal
#: Oc4j.xml:156
#, no-c-format
msgid "jboss-common-core.jar"
-msgstr ""
+msgstr "jboss-common-core.jar"
#. Tag: literal
#: Oc4j.xml:161
#, no-c-format
msgid "commons-logging.jar"
-msgstr ""
+msgstr "commons-logging.jar"
#. Tag: literal
#: Oc4j.xml:166
#, no-c-format
msgid "commons-collections.jar"
-msgstr ""
+msgstr "commons-collections.jar"
#. Tag: para
#: Oc4j.xml:172
#, no-c-format
-msgid ""
-"Third party jars — various jars needed for seam and this example to "
-"run."
+msgid "Third party jars — various jars needed for seam and this example to run."
msgstr ""
#. Tag: literal
#: Oc4j.xml:176
#, no-c-format
msgid "javaasist.jar"
-msgstr ""
+msgstr "javaasist.jar"
#. Tag: literal
#: Oc4j.xml:180
#, no-c-format
msgid "dom4j.jar"
-msgstr ""
+msgstr "dom4j.jar"
#. Tag: literal
#: Oc4j.xml:184
#, no-c-format
msgid "cglib.jar"
-msgstr ""
+msgstr "cglib.jar"
#. Tag: literal
#: Oc4j.xml:188
#, no-c-format
msgid "asm.jar"
-msgstr ""
+msgstr "asm.jar"
#. Tag: literal
#: Oc4j.xml:193
#, no-c-format
msgid "commons-beanutils.jar"
-msgstr ""
+msgstr "commons-beanutils.jar"
#. Tag: literal
#: Oc4j.xml:198
#, no-c-format
msgid "commons-digester.jar"
-msgstr ""
+msgstr "commons-digester.jar"
#. Tag: literal
#: Oc4j.xml:203
#, no-c-format
msgid "concurrent.jar"
-msgstr ""
+msgstr "concurrent.jar"
#. Tag: simpara
#: Oc4j.xml:207
#, no-c-format
-msgid ""
-"<literal>log4j.jar</literal> — This can be left out if you are not "
-"going to configure log4j. If it is packaged but not configured logging will "
-"be hidden in oc4j."
+msgid "<literal>log4j.jar</literal> — This can be left out if you are not going to configure log4j. If it is packaged but not configured logging will be hidden in oc4j."
msgstr ""
#. Tag: para
#: Oc4j.xml:216
#, no-c-format
-msgid ""
-"Extra OC4J jars — Running Seam on most application servers (such as "
-"JBoss AS or Glassfish) you only need to include the dependencies for those "
-"bits of Seam you actually use (e.g. if you use Seam Text you need to include "
-"ANTLR); but, on OC4J, due to its \"interesting\" classloading you must "
-"always include them:"
+msgid "Extra OC4J jars — Running Seam on most application servers (such as JBoss AS or Glassfish) you only need to include the dependencies for those bits of Seam you actually use (e.g. if you use Seam Text you need to include ANTLR); but, on OC4J, due to its \"interesting\" classloading you must always include them:"
msgstr ""
#. Tag: literal
#: Oc4j.xml:225
#, no-c-format
msgid "hibernate-search.jar"
-msgstr ""
+msgstr "hibernate-search.jar"
#. Tag: simpara
#: Oc4j.xml:229
#, no-c-format
-msgid ""
-"<literal>hibernate-common-annotations.jar</literal> — needed for "
-"hibernate search"
+msgid "<literal>hibernate-common-annotations.jar</literal> — needed for hibernate search"
msgstr ""
#. Tag: simpara
@@ -386,7 +317,7 @@
#: Oc4j.xml:248
#, no-c-format
msgid "quartz.jar"
-msgstr ""
+msgstr "quartz.jar"
#. Tag: simpara
#: Oc4j.xml:252
@@ -397,29 +328,18 @@
#. Tag: simpara
#: Oc4j.xml:257
#, no-c-format
-msgid ""
-"<literal>jboss-embedded-api.jar</literal> — needed for some testing "
-"classes"
+msgid "<literal>jboss-embedded-api.jar</literal> — needed for some testing classes"
msgstr ""
#. Tag: para
#: Oc4j.xml:263
#, no-c-format
-msgid ""
-"Drools — needed for Seam Security. We aren't using Seam security with "
-"Drools, but have to include it. Drools consists of 6 jars: <itemizedlist> "
-"<listitem> <simpara> <literal>drools-core.jar</literal> </simpara> </"
-"listitem> <listitem> <simpara> <literal>drools-compiler.jar</literal> </"
-"simpara> </listitem> <listitem> <simpara> <literal>janino.jar</literal> </"
-"simpara> </listitem> <listitem> <simpara> <literal>mvel141.jar</literal> </"
-"simpara> </listitem> <listitem> <simpara> <literal>core.jar</literal> </"
-"simpara> </listitem> <listitem> <simpara> <literal>antlr-runtime.jar</"
-"literal> </simpara> </listitem> </itemizedlist> Drools integration is not "
-"used in the example."
+msgid "Drools — needed for Seam Security. We aren't using Seam security with Drools, but have to include it. Drools consists of 6 jars: <itemizedlist> <listitem> <simpara> <literal>drools-core.jar</literal> </simpara> </listitem> <listitem> <simpara> <literal>drools-compiler.jar</literal> </simpara> </listitem> <listitem> <simpara> <literal>janino.jar</literal> </simpara> </listitem> <listitem> <simpara> <literal>mvel141.jar</literal> </simpara> </listitem> <listitem> <simpara> <literal>core.jar</literal> </simpara> </listitem> <listitem> <simpara> <literal>antlr-runtime.jar</literal> </simpara> </listitem> </itemizedlist> Drools integration is not used in the example."
msgstr ""
#. Tag: title
-#: Oc4j.xml:307 Oc4j.xml:505
+#: Oc4j.xml:307
+#: Oc4j.xml:505
#, no-c-format
msgid "Configuration file changes"
msgstr ""
@@ -434,22 +354,18 @@
#: Oc4j.xml:312
#, no-c-format
msgid "web.xml"
-msgstr ""
+msgstr "web.xml"
#. Tag: para
#: Oc4j.xml:315
#, no-c-format
-msgid ""
-"You need to declare all your ejb's in the <literal>web.xml</literal> . This "
-"is a silly requirement of a number of JEE5 application servers - for example "
-"OC4J and Glassfish."
+msgid "You need to declare all your ejb's in the <literal>web.xml</literal> . This is a silly requirement of a number of JEE5 application servers - for example OC4J and Glassfish."
msgstr ""
#. Tag: para
#: Oc4j.xml:319
#, no-c-format
-msgid ""
-"This is already done in the example's web.xml file, below is an example."
+msgid "This is already done in the example's web.xml file, below is an example."
msgstr ""
#. Tag: programlisting
@@ -467,30 +383,33 @@
" <ejb-link>AuthenticatorAction</ejb-link>\n"
"</ejb-local-ref>]]>"
msgstr ""
+"<![CDATA[<ejb-local-ref>\n"
+" <ejb-ref-name>\n"
+" jboss-seam-jee5/AuthenticatorAction/local\n"
+" </ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>\n"
+" org.jboss.seam.example.booking.Authenticator\n"
+" </local>\n"
+" <ejb-link>AuthenticatorAction</ejb-link>\n"
+"</ejb-local-ref>]]>"
#. Tag: literal
#: Oc4j.xml:327
#, no-c-format
msgid "persistence.xml"
-msgstr ""
+msgstr "persistence.xml"
#. Tag: para
#: Oc4j.xml:330
#, no-c-format
-msgid ""
-"You need to provide the correct configuration for your JPA implementation. "
-"We are using Hibernate and due to OC4J bundling an old ANTLR, we need to use "
-"an alternative query factory, we also want to use the OC4J transaction "
-"manager:"
+msgid "You need to provide the correct configuration for your JPA implementation. We are using Hibernate and due to OC4J bundling an old ANTLR, we need to use an alternative query factory, we also want to use the OC4J transaction manager:"
msgstr ""
#. Tag: para
#: Oc4j.xml:335
#, no-c-format
-msgid ""
-"For our example modify the <literal>resources/META-INF/persistence.xml</"
-"literal> file. Comment out the Glassfish properties and un-comment the OC4J "
-"properties."
+msgid "For our example modify the <literal>resources/META-INF/persistence.xml</literal> file. Comment out the Glassfish properties and un-comment the OC4J properties."
msgstr ""
#. Tag: programlisting
@@ -504,6 +423,12 @@
"<property name=\"hibernate.transaction.manager_lookup_class\" \n"
" value=\"org.hibernate.transaction.OrionTransactionManagerLookup\"/>]]>"
msgstr ""
+"<![CDATA[<property name=\"hibernate.dialect\" \n"
+" value=\"org.hibernate.dialect.HSQLDialect\"/>\n"
+"<property name=\"hibernate.query.factory_class\" \n"
+" value=\"org.hibernate.hql.classic.ClassicQueryTranslatorFactory\"/>\n"
+"<property name=\"hibernate.transaction.manager_lookup_class\" \n"
+" value=\"org.hibernate.transaction.OrionTransactionManagerLookup\"/>]]>"
#. Tag: title
#: Oc4j.xml:349
@@ -520,9 +445,7 @@
#. Tag: para
#: Oc4j.xml:358
#, no-c-format
-msgid ""
-"Un-comment the labeled OC4J-related library properties. This will include "
-"all the extra dependencies discussed above."
+msgid "Un-comment the labeled OC4J-related library properties. This will include all the extra dependencies discussed above."
msgstr ""
#. Tag: para
@@ -544,22 +467,25 @@
"<property name=\"jboss-embedded-api.lib\" value=\"true\" />\n"
" ]]>"
msgstr ""
+"<![CDATA[<!-- add libs for oc4j (eager classloading) -->\n"
+"<property name=\"jbpm.lib\" value=\"true\"/>\n"
+"<property name=\"drools.lib\" value=\"true\"/>\n"
+"<property name=\"quartz.lib\" value=\"true\" />\n"
+"<property name=\"search.lib\" value=\"true\" />\n"
+"<property name=\"dbunit.lib\" value=\"true\" />\n"
+"<property name=\"jboss-embedded-api.lib\" value=\"true\" />\n"
+" ]]>"
#. Tag: para
#: Oc4j.xml:369
#, no-c-format
-msgid ""
-"Build the demo app by running <literal>ant</literal> in the "
-"<literal>examples/jee5/booking</literal> directory. The build target is "
-"<literal>dist/jboss-seam-jee5.ear</literal>"
+msgid "Build the demo app by running <literal>ant</literal> in the <literal>examples/jee5/booking</literal> directory. The build target is <literal>dist/jboss-seam-jee5.ear</literal>"
msgstr ""
#. Tag: para
#: Oc4j.xml:375
#, no-c-format
-msgid ""
-"Copy <literal>dist/jboss-seam-jee5.ear</literal> following the instructions "
-"below."
+msgid "Copy <literal>dist/jboss-seam-jee5.ear</literal> following the instructions below."
msgstr ""
#. Tag: title
@@ -571,32 +497,19 @@
#. Tag: para
#: Oc4j.xml:384
#, no-c-format
-msgid ""
-"This mini-tutorial describes the (fairly tedious) steps required to deploy a "
-"JEE 5 application to OC4J. It assumes you have already downloaded and "
-"installed it following the instructions in <xref linkend=\"oc4j-install-"
-"operation\"/>. It also assumes you are deploying the <literal>jee5/booking</"
-"literal> example, using the embedded hsqldb database. To deploy another "
-"application you would need to alter the datasource and application name."
+msgid "This mini-tutorial describes the (fairly tedious) steps required to deploy a JEE 5 application to OC4J. It assumes you have already downloaded and installed it following the instructions in <xref linkend=\"oc4j-install-operation\"/>. It also assumes you are deploying the <literal>jee5/booking</literal> example, using the embedded hsqldb database. To deploy another application you would need to alter the datasource and application name."
msgstr ""
#. Tag: para
#: Oc4j.xml:393
#, no-c-format
-msgid ""
-"Copy <literal>hsqldb.jar</literal> to OC4J shared library directory: "
-"<literal> cp $SEAM_HOME/lib/hsqldb.jar $ORACLE_HOME/j2ee/home/applib/ </"
-"literal> (OC4J doesn't come with an embedded database so we decided to use "
-"HSQLDB)"
+msgid "Copy <literal>hsqldb.jar</literal> to OC4J shared library directory: <literal> cp $SEAM_HOME/lib/hsqldb.jar $ORACLE_HOME/j2ee/home/applib/ </literal> (OC4J doesn't come with an embedded database so we decided to use HSQLDB)"
msgstr ""
#. Tag: para
#: Oc4j.xml:400
#, no-c-format
-msgid ""
-"Edit the OC4J datasource file <literal>$ORACLE_HOME/j2ee/home/config/data-"
-"sources.xml</literal> and, inside <literal><data-sources></literal> , "
-"add"
+msgid "Edit the OC4J datasource file <literal>$ORACLE_HOME/j2ee/home/config/data-sources.xml</literal> and, inside <literal><data-sources></literal> , add"
msgstr ""
#. Tag: programlisting
@@ -615,21 +528,28 @@
" url=\"jdbc:hsqldb:.\" />\n"
"</connection-pool>]]>"
msgstr ""
+"<![CDATA[<managed-data-source\n"
+" connection-pool-name=\"jee5-connection-pool\"\n"
+" jndi-name=\"jdbc/__default\"\n"
+" name=\"jee5-managed-data-source\" />\n"
+"<connection-pool name=\"jee5-connection-pool\">\n"
+" <connection-factory\n"
+" factory-class=\"org.hsqldb.jdbcDriver\" \n"
+" user=\"sa\"\n"
+" password=\"\" \n"
+" url=\"jdbc:hsqldb:.\" />\n"
+"</connection-pool>]]>"
#. Tag: para
#: Oc4j.xml:408
#, no-c-format
-msgid ""
-"The <literal>jndi-name</literal> is used as the <literal>jta-data-source</"
-"literal> in <literal>persistence.xml</literal> ."
+msgid "The <literal>jndi-name</literal> is used as the <literal>jta-data-source</literal> in <literal>persistence.xml</literal> ."
msgstr ""
#. Tag: para
#: Oc4j.xml:413
#, no-c-format
-msgid ""
-"Edit <literal>$ORACLE_HOME/j2ee/home/config/server.xml</literal> and, inside "
-"<literal><application-server></literal> , add"
+msgid "Edit <literal>$ORACLE_HOME/j2ee/home/config/server.xml</literal> and, inside <literal><application-server></literal> , add"
msgstr ""
#. Tag: programlisting
@@ -641,6 +561,10 @@
" parent=\"default\" \n"
" start=\"true\" />]]>"
msgstr ""
+"<![CDATA[<application name=\"jboss-seam-jee5\"\n"
+" path=\"../../home/applications/jboss-seam-jee5.ear\"\n"
+" parent=\"default\" \n"
+" start=\"true\" />]]>"
#. Tag: para
#: Oc4j.xml:420
@@ -651,9 +575,7 @@
#. Tag: para
#: Oc4j.xml:424
#, no-c-format
-msgid ""
-"Edit <literal> $ORACLE_HOME/j2ee/home/config/default-web-site.xml </"
-"literal> , and, inside <literal><web-site></literal> , add"
+msgid "Edit <literal> $ORACLE_HOME/j2ee/home/config/default-web-site.xml </literal> , and, inside <literal><web-site></literal> , add"
msgstr ""
#. Tag: programlisting
@@ -665,29 +587,27 @@
" load-on-startup=\"true\"\n"
" root=\"/seam-jee5\" />]]>"
msgstr ""
+"<![CDATA[<web-app application=\"jboss-seam-jee5\"\n"
+" name=\"jboss-seam-jee5\" \n"
+" load-on-startup=\"true\"\n"
+" root=\"/seam-jee5\" />]]>"
#. Tag: para
#: Oc4j.xml:431
#, no-c-format
-msgid ""
-"The <literal>root</literal> is the context path you will put into your web "
-"browser to access the application."
+msgid "The <literal>root</literal> is the context path you will put into your web browser to access the application."
msgstr ""
#. Tag: para
#: Oc4j.xml:435
#, no-c-format
-msgid ""
-"Copy the application to OC4J: <literal> cp dist/jboss-seam-jee5.ear "
-"$ORACLE_HOME/j2ee/home/applications/ </literal>"
+msgid "Copy the application to OC4J: <literal> cp dist/jboss-seam-jee5.ear $ORACLE_HOME/j2ee/home/applications/ </literal>"
msgstr ""
#. Tag: para
#: Oc4j.xml:440
#, no-c-format
-msgid ""
-"Start/stop OC4J following instructions in <xref linkend=\"oc4j-install-"
-"operation\"/> above."
+msgid "Start/stop OC4J following instructions in <xref linkend=\"oc4j-install-operation\"/> above."
msgstr ""
#. Tag: para
@@ -699,47 +619,25 @@
#. Tag: title
#: Oc4j.xml:452
#, no-c-format
-msgid ""
-"Deploying an application created using <literal>seam-gen</literal> to OC4J"
+msgid "Deploying an application created using <literal>seam-gen</literal> to OC4J"
msgstr ""
#. Tag: para
#: Oc4j.xml:455
#, no-c-format
-msgid ""
-"<literal>seam-gen</literal> is a great tool for developers that can quickly "
-"get you up and running with a full Seam application. However the project "
-"that it created is configured to run on JBoss AS. This means there are some "
-"extra steps needed to have it execute on OC4j. The following explanation "
-"assumes you are using the command line and a simple text editor, but of "
-"course you can use your favorite IDE. <literal>seam-gen</literal> projects "
-"come with support for Eclipse and Netbeans."
+msgid "<literal>seam-gen</literal> is a great tool for developers that can quickly get you up and running with a full Seam application. However the project that it created is configured to run on JBoss AS. This means there are some extra steps needed to have it execute on OC4j. The following explanation assumes you are using the command line and a simple text editor, but of course you can use your favorite IDE. <literal>seam-gen</literal> projects come with support for Eclipse and Netbeans."
msgstr ""
#. Tag: para
#: Oc4j.xml:464
#, no-c-format
-msgid ""
-"We will start by creating and deploying a pretty simple application using "
-"<literal>seam-gen</literal> . Then we'll show you how easy it is to use "
-"<literal>seam-gen</literal> and Hibernate Tools to reverse engineer a "
-"database schema into a functional CRUD application. <literal>seam-gen</"
-"literal> will create JPA entity beans, Seam Application Framework components "
-"and JSF views for you. We will also add Seam security using Drools."
+msgid "We will start by creating and deploying a pretty simple application using <literal>seam-gen</literal> . Then we'll show you how easy it is to use <literal>seam-gen</literal> and Hibernate Tools to reverse engineer a database schema into a functional CRUD application. <literal>seam-gen</literal> will create JPA entity beans, Seam Application Framework components and JSF views for you. We will also add Seam security using Drools."
msgstr ""
#. Tag: para
#: Oc4j.xml:472
#, no-c-format
-msgid ""
-"This tutorial uses MySQL (but of course you could use any database, altering "
-"the SQL and datasources as appropriate); install, configure and run MySQL, "
-"then create a database with some sample data. Don't forget to also download "
-"the <literal>mysql-connector-java-X.jar</literal> for jdbc support. When "
-"setting up Seam security this tutorial will assume there is a table named "
-"<literal>User</literal> with columns <literal>username</literal> and "
-"<literal>password</literal> with at least one entry. Beyond that you can set "
-"up any type of sample data and tables you would like."
+msgid "This tutorial uses MySQL (but of course you could use any database, altering the SQL and datasources as appropriate); install, configure and run MySQL, then create a database with some sample data. Don't forget to also download the <literal>mysql-connector-java-X.jar</literal> for jdbc support. When setting up Seam security this tutorial will assume there is a table named <literal>User</literal> with columns <literal>username</literal> and <literal>password</literal> with at least one entry. Beyond that you can set up any type of sample data and tables you would like."
msgstr ""
#. Tag: title
@@ -751,11 +649,7 @@
#. Tag: para
#: Oc4j.xml:486
#, no-c-format
-msgid ""
-"First we need to tell the <literal>seam-gen</literal> what we want, run "
-"<literal>./seam setup</literal> in the seam distribution directory. Follow "
-"the settings example below based on your system and setup (ex. use your "
-"database name instead of <literal>oc4jexample</literal> )."
+msgid "First we need to tell the <literal>seam-gen</literal> what we want, run <literal>./seam setup</literal> in the seam distribution directory. Follow the settings example below based on your system and setup (ex. use your database name instead of <literal>oc4jexample</literal> )."
msgstr ""
#. Tag: programlisting
@@ -769,50 +663,40 @@
"\n"
"setup:\n"
" [echo] Welcome to seam-gen :-)\n"
-" [input] Enter your Java project workspace (the directory that contains "
-"your \n"
+" [input] Enter your Java project workspace (the directory that contains your \n"
"Seam projects) [C:/Projects] [C:/Projects]\n"
"/home/jbalunas/workspace\n"
-" [input] Enter your JBoss home directory [C:/Program Files/jboss-4.2.3."
-"GA] \n"
+" [input] Enter your JBoss home directory [C:/Program Files/jboss-4.2.3.GA] \n"
"[C:/Program Files/jboss-4.2.3.GA]\n"
"/home/jbalunas/jboss/jboss-4.2.3.GA\n"
" [input] Enter the project name [myproject] [myproject]\n"
"oc4j_example\n"
" [echo] Accepted project name as: oc4j_example\n"
-" [input] Select a RichFaces skin (not applicable if using ICEFaces) "
-"[blueSky]\n"
+" [input] Select a RichFaces skin (not applicable if using ICEFaces) [blueSky]\n"
" ([blueSky], classic, ruby, wine, deepMarine, emeraldTown, sakura, DEFAULT)\n"
"\n"
-" [input] Is this project deployed as an EAR (with EJB components) or a "
-"WAR \n"
+" [input] Is this project deployed as an EAR (with EJB components) or a WAR \n"
"(with no EJB support) [ear] ([ear], war, )\n"
"\n"
-" [input] Enter the Java package name for your session beans [com."
-"mydomain.\n"
+" [input] Enter the Java package name for your session beans [com.mydomain.\n"
"oc4j_example] [com.mydomain.oc4j_example]\n"
"org.jboss.seam.tutorial.oc4j.action\n"
-" [input] Enter the Java package name for your entity beans [org.jboss."
-"seam.\n"
+" [input] Enter the Java package name for your entity beans [org.jboss.seam.\n"
"tutorial.oc4j.action] [org.jboss.seam.tutorial.oc4j.action]\n"
"org.jboss.seam.tutorial.oc4j.model\n"
-" [input] Enter the Java package name for your test cases [org.jboss."
-"seam.\n"
+" [input] Enter the Java package name for your test cases [org.jboss.seam.\n"
"tutorial.oc4j.action.test] [org.jboss.seam.tutorial.oc4j.action.test]\n"
"org.jboss.seam.tutorial.oc4j.test\n"
-" [input] What kind of database are you using? [hsql] ([hsql], mysql, "
-"oracle,\n"
+" [input] What kind of database are you using? [hsql] ([hsql], mysql, oracle,\n"
" postgres, mssql, db2, sybase, enterprisedb, h2)\n"
"mysql\n"
" [input] Enter the Hibernate dialect for your database [org.hibernate.\n"
"dialect.MySQLDialect] [org.hibernate.dialect.MySQLDialect]\n"
"\n"
-" [input] Enter the filesystem path to the JDBC driver jar [/tmp/seam/lib/"
-"hsqldb.jar] \n"
+" [input] Enter the filesystem path to the JDBC driver jar [/tmp/seam/lib/hsqldb.jar] \n"
"[/tmp/seam/lib/hsqldb.jar]\n"
"lib/mysql-connector.jar\n"
-" [input] Enter JDBC driver class for your database [com.mysql.jdbc."
-"Driver] \n"
+" [input] Enter JDBC driver class for your database [com.mysql.jdbc.Driver] \n"
"[com.mysql.jdbc.Driver]\n"
"\n"
" [input] Enter the JDBC URL for your database [jdbc:mysql:///test] \n"
@@ -822,40 +706,100 @@
"username\n"
" [input] Enter database password [] []\n"
"password\n"
-" [input] skipping input as property hibernate.default_schema.new has "
-"already \n"
+" [input] skipping input as property hibernate.default_schema.new has already \n"
"been set.\n"
-" [input] Enter the database catalog name (it is OK to leave this blank) "
-"[] []\n"
+" [input] Enter the database catalog name (it is OK to leave this blank) [] []\n"
"\n"
-" [input] Are you working with tables that already exist in the database? "
-"[n] \n"
+" [input] Are you working with tables that already exist in the database? [n] \n"
" (y, [n], )\n"
"y\n"
-" [input] Do you want to drop and recreate the database tables and data "
-"in \n"
+" [input] Do you want to drop and recreate the database tables and data in \n"
"import.sql each time you deploy? [n] (y, [n], )\n"
"n\n"
-" [input] Enter your ICEfaces home directory (leave blank to omit "
-"ICEfaces) [] []\n"
+" [input] Enter your ICEfaces home directory (leave blank to omit ICEfaces) [] []\n"
"\n"
"[propertyfile] Creating new property file: \n"
"/home/jbalunas/workspace/jboss-seam/seam-gen/build.properties\n"
" [echo] Installing JDBC driver jar to JBoss server\n"
-" [copy] Copying 1 file to /home/jbalunas/jboss/jboss-4.2.3.GA/server/"
-"default/lib\n"
+" [copy] Copying 1 file to /home/jbalunas/jboss/jboss-4.2.3.GA/server/default/lib\n"
" [echo] Type 'seam create-project' to create the new project\n"
"\n"
"BUILD SUCCESSFUL]]>"
msgstr ""
+"<![CDATA[> ./seam setup\n"
+"Buildfile: build.xml\n"
+"\n"
+"init:\n"
+"\n"
+"setup:\n"
+" [echo] Welcome to seam-gen :-)\n"
+" [input] Enter your Java project workspace (the directory that contains your \n"
+"Seam projects) [C:/Projects] [C:/Projects]\n"
+"/home/jbalunas/workspace\n"
+" [input] Enter your JBoss home directory [C:/Program Files/jboss-4.2.3.GA] \n"
+"[C:/Program Files/jboss-4.2.3.GA]\n"
+"/home/jbalunas/jboss/jboss-4.2.3.GA\n"
+" [input] Enter the project name [myproject] [myproject]\n"
+"oc4j_example\n"
+" [echo] Accepted project name as: oc4j_example\n"
+" [input] Select a RichFaces skin (not applicable if using ICEFaces) [blueSky]\n"
+" ([blueSky], classic, ruby, wine, deepMarine, emeraldTown, sakura, DEFAULT)\n"
+"\n"
+" [input] Is this project deployed as an EAR (with EJB components) or a WAR \n"
+"(with no EJB support) [ear] ([ear], war, )\n"
+"\n"
+" [input] Enter the Java package name for your session beans [com.mydomain.\n"
+"oc4j_example] [com.mydomain.oc4j_example]\n"
+"org.jboss.seam.tutorial.oc4j.action\n"
+" [input] Enter the Java package name for your entity beans [org.jboss.seam.\n"
+"tutorial.oc4j.action] [org.jboss.seam.tutorial.oc4j.action]\n"
+"org.jboss.seam.tutorial.oc4j.model\n"
+" [input] Enter the Java package name for your test cases [org.jboss.seam.\n"
+"tutorial.oc4j.action.test] [org.jboss.seam.tutorial.oc4j.action.test]\n"
+"org.jboss.seam.tutorial.oc4j.test\n"
+" [input] What kind of database are you using? [hsql] ([hsql], mysql, oracle,\n"
+" postgres, mssql, db2, sybase, enterprisedb, h2)\n"
+"mysql\n"
+" [input] Enter the Hibernate dialect for your database [org.hibernate.\n"
+"dialect.MySQLDialect] [org.hibernate.dialect.MySQLDialect]\n"
+"\n"
+" [input] Enter the filesystem path to the JDBC driver jar [/tmp/seam/lib/hsqldb.jar] \n"
+"[/tmp/seam/lib/hsqldb.jar]\n"
+"lib/mysql-connector.jar\n"
+" [input] Enter JDBC driver class for your database [com.mysql.jdbc.Driver] \n"
+"[com.mysql.jdbc.Driver]\n"
+"\n"
+" [input] Enter the JDBC URL for your database [jdbc:mysql:///test] \n"
+"[jdbc:mysql:///test]\n"
+"jdbc:mysql:///oc4jexample\n"
+" [input] Enter database username [sa] [sa]\n"
+"username\n"
+" [input] Enter database password [] []\n"
+"password\n"
+" [input] skipping input as property hibernate.default_schema.new has already \n"
+"been set.\n"
+" [input] Enter the database catalog name (it is OK to leave this blank) [] []\n"
+"\n"
+" [input] Are you working with tables that already exist in the database? [n] \n"
+" (y, [n], )\n"
+"y\n"
+" [input] Do you want to drop and recreate the database tables and data in \n"
+"import.sql each time you deploy? [n] (y, [n], )\n"
+"n\n"
+" [input] Enter your ICEfaces home directory (leave blank to omit ICEfaces) [] []\n"
+"\n"
+"[propertyfile] Creating new property file: \n"
+"/home/jbalunas/workspace/jboss-seam/seam-gen/build.properties\n"
+" [echo] Installing JDBC driver jar to JBoss server\n"
+" [copy] Copying 1 file to /home/jbalunas/jboss/jboss-4.2.3.GA/server/default/lib\n"
+" [echo] Type 'seam create-project' to create the new project\n"
+"\n"
+"BUILD SUCCESSFUL]]>"
#. Tag: para
#: Oc4j.xml:495
#, no-c-format
-msgid ""
-"Type <literal>./seam new-project</literal> to create your project and "
-"<literal>cd /home/jbalunas/workspace/oc4j_example</literal> to the newly "
-"created project."
+msgid "Type <literal>./seam new-project</literal> to create your project and <literal>cd /home/jbalunas/workspace/oc4j_example</literal> to the newly created project."
msgstr ""
#. Tag: title
@@ -880,34 +824,24 @@
#: Oc4j.xml:509
#, no-c-format
msgid "build.xml"
-msgstr ""
+msgstr "build.xml"
#. Tag: para
#: Oc4j.xml:514
#, no-c-format
-msgid ""
-"Change the default target to archive (we aren't going to cover automatic "
-"deployment to OC4J)."
+msgid "Change the default target to archive (we aren't going to cover automatic deployment to OC4J)."
msgstr ""
#. Tag: programlisting
#: Oc4j.xml:518
#, no-c-format
-msgid ""
-"<![CDATA[<project name=\"oc4j_example\" default=\"archive\" basedir=\".\">]]>"
-msgstr ""
+msgid "<![CDATA[<project name=\"oc4j_example\" default=\"archive\" basedir=\".\">]]>"
+msgstr "<![CDATA[<project name=\"oc4j_example\" default=\"archive\" basedir=\".\">]]>"
#. Tag: para
#: Oc4j.xml:521
#, no-c-format
-msgid ""
-"OC4J looks for the drools file <literal>/security.drl</literal> file in the "
-"root of the <literal>war</literal> file instead of the root of the "
-"<literal>ear</literal> file so we need to have the <literal>build.xml</"
-"literal> move it to the correct location at build time. The following must "
-"be added at the top of the <literal> <target name=\"war\" depends="
-"\"compile\" description=\"Build the distribution .war file\"> </literal> "
-"target."
+msgid "OC4J looks for the drools file <literal>/security.drl</literal> file in the root of the <literal>war</literal> file instead of the root of the <literal>ear</literal> file so we need to have the <literal>build.xml</literal> move it to the correct location at build time. The following must be added at the top of the <literal> <target name=\"war\" depends=\"compile\" description=\"Build the distribution .war file\"> </literal> target."
msgstr ""
#. Tag: programlisting
@@ -920,28 +854,28 @@
" </fileset>\n"
" </copy>]]>"
msgstr ""
+"<![CDATA[<copy todir=\"${war.dir}\">\n"
+" <fileset dir=\"${basedir}/resources\" >\n"
+" <include name=\"*.drl\" />\n"
+" </fileset>\n"
+" </copy>]]>"
#. Tag: literal
#: Oc4j.xml:542
#, no-c-format
msgid "resources/META-INF/persistence-dev.xml"
-msgstr ""
+msgstr "resources/META-INF/persistence-dev.xml"
#. Tag: para
#: Oc4j.xml:547
#, no-c-format
-msgid ""
-"Alter the <literal>jta-data-source</literal> to be <literal>jdbc/"
-"__oc4jexample</literal> (and use this as the <literal>jndi-name</literal> "
-"when creating the data source in <literal>data-sources.xml</literal> later "
-"during deployment)."
+msgid "Alter the <literal>jta-data-source</literal> to be <literal>jdbc/__oc4jexample</literal> (and use this as the <literal>jndi-name</literal> when creating the data source in <literal>data-sources.xml</literal> later during deployment)."
msgstr ""
#. Tag: para
#: Oc4j.xml:557
#, no-c-format
-msgid ""
-"Add the properties (described in <literal>jee5/booking</literal> example):"
+msgid "Add the properties (described in <literal>jee5/booking</literal> example):"
msgstr ""
#. Tag: programlisting
@@ -957,12 +891,19 @@
"<property name=\"hibernate.cache.provider_class\" \n"
" value=\"org.hibernate.cache.HashtableCacheProvider\"/>]]>"
msgstr ""
+"<![CDATA[<property name=\"hibernate.query.factory_class\"\n"
+" value=\"org.hibernate.hql.classic.ClassicQueryTranslatorFactory\" />\n"
+"<property name=\"hibernate.transaction.manager_lookup_class\"\n"
+" value=\"org.hibernate.transaction.OrionTransactionManagerLookup\" />\n"
+"<property name=\"hibernate.transaction.flush_before_completion\" \n"
+" value=\"true\"/>\n"
+"<property name=\"hibernate.cache.provider_class\" \n"
+" value=\"org.hibernate.cache.HashtableCacheProvider\"/>]]>"
#. Tag: para
#: Oc4j.xml:565
#, no-c-format
-msgid ""
-"Remove the JBoss AS specific method of exposing the EntityManagerFactory:"
+msgid "Remove the JBoss AS specific method of exposing the EntityManagerFactory:"
msgstr ""
#. Tag: programlisting
@@ -973,75 +914,62 @@
" name=\"jboss.entity.manager.factory.jndi.name\" \n"
" value=\"java:/oc4j_exampleEntityManagerFactory\">]]>"
msgstr ""
+"<![CDATA[<property \n"
+" name=\"jboss.entity.manager.factory.jndi.name\" \n"
+" value=\"java:/oc4j_exampleEntityManagerFactory\">]]>"
#. Tag: para
#: Oc4j.xml:572
#, no-c-format
-msgid ""
-"You'll need to alter <literal>persistence-prod.xml</literal> as well if you "
-"want to deploy to OC4J using the prod profile."
+msgid "You'll need to alter <literal>persistence-prod.xml</literal> as well if you want to deploy to OC4J using the prod profile."
msgstr ""
#. Tag: literal
#: Oc4j.xml:582
#, no-c-format
msgid "resources/META-INF/jboss-app.xml"
-msgstr ""
+msgstr "resources/META-INF/jboss-app.xml"
#. Tag: para
#: Oc4j.xml:585
#, no-c-format
-msgid ""
-"You can delete this file as we aren't deploying to JBoss AS ( <literal>jboss-"
-"app.xml</literal> is used to enable classloading isolation in JBoss AS)"
+msgid "You can delete this file as we aren't deploying to JBoss AS ( <literal>jboss-app.xml</literal> is used to enable classloading isolation in JBoss AS)"
msgstr ""
#. Tag: literal
#: Oc4j.xml:591
#, no-c-format
msgid "resources/*-ds.xml"
-msgstr ""
+msgstr "resources/*-ds.xml"
#. Tag: para
#: Oc4j.xml:594
#, no-c-format
-msgid ""
-"You can delete these file as we aren't deploying to JBoss AS (these files "
-"define datasources in JBoss AS, in OC4J you have to edit the master "
-"<literal>data-sources.xml</literal> file)"
+msgid "You can delete these file as we aren't deploying to JBoss AS (these files define datasources in JBoss AS, in OC4J you have to edit the master <literal>data-sources.xml</literal> file)"
msgstr ""
#. Tag: literal
#: Oc4j.xml:603
#, no-c-format
msgid "resources/WEB-INF/components.xml"
-msgstr ""
+msgstr "resources/WEB-INF/components.xml"
#. Tag: para
#: Oc4j.xml:608
#, no-c-format
-msgid ""
-"Enable container managed transaction integration - add the <literal> <"
-"transaction:ejb-transaction /> </literal> component, and it's namespace "
-"declaration <literal> xmlns:transaction=\"http://jboss.com/products/seam/"
-"transaction\" </literal>"
+msgid "Enable container managed transaction integration - add the <literal> <transaction:ejb-transaction /> </literal> component, and it's namespace declaration <literal> xmlns:transaction=\"http://jboss.com/products/seam/transaction\" </literal>"
msgstr ""
#. Tag: para
#: Oc4j.xml:617
#, no-c-format
-msgid ""
-"Alter the <literal>jndi-pattern</literal> to <literal> java:comp/env/"
-"oc4j_example/#{ejbName}/local </literal>"
+msgid "Alter the <literal>jndi-pattern</literal> to <literal> java:comp/env/oc4j_example/#{ejbName}/local </literal>"
msgstr ""
#. Tag: para
#: Oc4j.xml:624
#, no-c-format
-msgid ""
-"We want to use a Seam Managed Persistence Context in our application. "
-"Unfortunately OC4J doesn't expose the EntityManagerFactory in JNDI, but Seam "
-"provides a built-in manager component. To activate add the following entry:"
+msgid "We want to use a Seam Managed Persistence Context in our application. Unfortunately OC4J doesn't expose the EntityManagerFactory in JNDI, but Seam provides a built-in manager component. To activate add the following entry:"
msgstr ""
#. Tag: programlisting
@@ -1053,14 +981,15 @@
" name=\"oc4jEntityManagerFactory\"\n"
" persistence-unit-name=\"oc4j_example\" />]]>"
msgstr ""
+"<![CDATA[<persistence:entity-manager-factory\n"
+" auto-create=\"true\" \n"
+" name=\"oc4jEntityManagerFactory\"\n"
+" persistence-unit-name=\"oc4j_example\" />]]>"
#. Tag: para
#: Oc4j.xml:633
#, no-c-format
-msgid ""
-"We then need to tell Seam to use it, so we alter the <literal>managed-"
-"persistence-context</literal> injecting the Entity Manager Factory into the "
-"existing element:"
+msgid "We then need to tell Seam to use it, so we alter the <literal>managed-persistence-context</literal> injecting the Entity Manager Factory into the existing element:"
msgstr ""
#. Tag: programlisting
@@ -1072,20 +1001,21 @@
" auto-create=\"true\"\n"
" entity-manager-factory=\"#{oc4jEntityManagerFactory}\" />]]>"
msgstr ""
+"<![CDATA[<persistence:managed-persistence-context\n"
+" name=\"entityManager\"\n"
+" auto-create=\"true\"\n"
+" entity-manager-factory=\"#{oc4jEntityManagerFactory}\" />]]>"
#. Tag: literal
#: Oc4j.xml:646
#, no-c-format
msgid "resources/WEB-INF/web.xml"
-msgstr ""
+msgstr "resources/WEB-INF/web.xml"
#. Tag: para
#: Oc4j.xml:649
#, no-c-format
-msgid ""
-"You must add the Seam container managed transaction integration EJB entry "
-"below. Remember for OC4j you need to declare all your EJBs here if you "
-"modify the application further."
+msgid "You must add the Seam container managed transaction integration EJB entry below. Remember for OC4j you need to declare all your EJBs here if you modify the application further."
msgstr ""
#. Tag: programlisting
@@ -1103,20 +1033,27 @@
" <ejb-link>EjbSynchronizations</ejb-link>\n"
"</ejb-local-ref>]]>"
msgstr ""
+"<![CDATA[<ejb-local-ref>\n"
+" <ejb-ref-name>\n"
+" oc4j_example/EjbSynchronizations/local\n"
+" </ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>\n"
+" org.jboss.seam.transaction.LocalEjbSynchronizations\n"
+" </local>\n"
+" <ejb-link>EjbSynchronizations</ejb-link>\n"
+"</ejb-local-ref>]]>"
#. Tag: literal
#: Oc4j.xml:660
#, no-c-format
msgid "resources/META-INF/orion-application.xml"
-msgstr ""
+msgstr "resources/META-INF/orion-application.xml"
#. Tag: para
#: Oc4j.xml:665
#, no-c-format
-msgid ""
-"This is a file that you must create so that RichFaces and Ajax4Jsf "
-"stylesheets will work with OC4J. This file basically tells OC4J not force "
-"its own inherited URL settings."
+msgid "This is a file that you must create so that RichFaces and Ajax4Jsf stylesheets will work with OC4J. This file basically tells OC4J not force its own inherited URL settings."
msgstr ""
#. Tag: programlisting
@@ -1126,10 +1063,8 @@
"<![CDATA[<?xml version = '1.0' encoding = 'utf-8'?>\n"
"<orion-application\n"
" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
-" xsi:noNamespaceSchemaLocation=\"http://xmlns.oracle.com/oracleas/"
-"schema/\n"
-" orion-"
-"application-10_0.xsd\"\n"
+" xsi:noNamespaceSchemaLocation=\"http://xmlns.oracle.com/oracleas/schema/\n"
+" orion-application-10_0.xsd\"\n"
" schema-major-version=\"10\"\n"
" schema-minor-version=\"0\"\n"
" component-classification=\"internal\">\n"
@@ -1139,16 +1074,24 @@
" </imported-shared-libraries>\n"
"</orion-application>]]>"
msgstr ""
+"<![CDATA[<?xml version = '1.0' encoding = 'utf-8'?>\n"
+"<orion-application\n"
+" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
+" xsi:noNamespaceSchemaLocation=\"http://xmlns.oracle.com/oracleas/schema/\n"
+" orion-application-10_0.xsd\"\n"
+" schema-major-version=\"10\"\n"
+" schema-minor-version=\"0\"\n"
+" component-classification=\"internal\">\n"
+"\n"
+" <imported-shared-libraries>\n"
+" <remove-inherited name=\"oracle.xml\"/>\n"
+" </imported-shared-libraries>\n"
+"</orion-application>]]>"
#. Tag: para
#: Oc4j.xml:674
#, no-c-format
-msgid ""
-"Now you need to tell the <literal>build.xml</literal> file that it needs to "
-"copy this file to the <literal>ear</literal> archive. Find the <literal> <"
-"target name=\"ear\" description=\"Build the EAR\"> </literal> target and "
-"modify the <literal> <copy todir=\"${ear.dir}/META-INF\"> </literal> "
-"section to look like the following:"
+msgid "Now you need to tell the <literal>build.xml</literal> file that it needs to copy this file to the <literal>ear</literal> archive. Find the <literal> <target name=\"ear\" description=\"Build the EAR\"> </literal> target and modify the <literal> <copy todir=\"${ear.dir}/META-INF\"> </literal> section to look like the following:"
msgstr ""
#. Tag: programlisting
@@ -1163,6 +1106,13 @@
" </fileset>\n"
" </copy>]]>"
msgstr ""
+"<![CDATA[<copy todir=\"${ear.dir}/META-INF\">\n"
+" <fileset dir=\"${basedir}/resources/META-INF\">\n"
+" <include name=\"application.xml\" />\n"
+" <include name=\"orion-application.xml\"/>\n"
+" <include name=\"jboss-app.xml\" />\n"
+" </fileset>\n"
+" </copy>]]>"
#. Tag: title
#: Oc4j.xml:694
@@ -1173,19 +1123,13 @@
#. Tag: para
#: Oc4j.xml:695
#, no-c-format
-msgid ""
-"This application has similar requirements as the <literal>jee5/booking</"
-"literal> example above."
+msgid "This application has similar requirements as the <literal>jee5/booking</literal> example above."
msgstr ""
#. Tag: para
#: Oc4j.xml:697
#, no-c-format
-msgid ""
-"The <literal>build.xml</literal> must be modified to add the jars listed "
-"below to the generated archive files. Look for the <literal><fileset dir="
-"\"${basedir}\"></literal> section below and add the imports underneath "
-"the other libraries being imported."
+msgid "The <literal>build.xml</literal> must be modified to add the jars listed below to the generated archive files. Look for the <literal><fileset dir=\"${basedir}\"></literal> section below and add the imports underneath the other libraries being imported."
msgstr ""
#. Tag: programlisting
@@ -1221,12 +1165,40 @@
" </copy>\n"
"</target>]]>"
msgstr ""
+"<![CDATA[<target name=\"ear\" description=\"Build the EAR\">\n"
+" <copy todir=\"${ear.dir}\">\n"
+" <fileset dir=\"${basedir}/resources\">\n"
+" <include name=\"*jpdl.xml\" />\n"
+" <include name=\"*hibernate.cfg.xml\" />\n"
+" <include name=\"jbpm.cfg.xml\" />\n"
+" <include name=\"*.drl\" />\n"
+" </fileset>\n"
+" <fileset dir=\"${lib.dir}\">\n"
+" <include name=\"jboss-seam.jar\" />\n"
+" </fileset>\n"
+" <fileset dir=\"${basedir}\">\n"
+" <include name=\"lib/jbpm*.jar\" />\n"
+" <include name=\"lib/jboss-el.jar\" />\n"
+" <include name=\"lib/drools-*.jar\"/>\n"
+" <include name=\"lib/janino*.jar\"/>\n"
+" <include name=\"lib/antlr-*.jar\"/>\n"
+" <include name=\"lib/mvel*.jar\"/>\n"
+" <include name=\"lib/richfaces-api*.jar\" />\n"
+" </fileset>\n"
+" </copy>\n"
+" <copy todir=\"${ear.dir}/META-INF\">\n"
+" <fileset dir=\"${basedir}/resources/META-INF\">\n"
+" <include name=\"application.xml\" />\n"
+" <include name=\"jboss-app.xml\" />\n"
+" </fileset>\n"
+" </copy>\n"
+"</target>]]>"
#. Tag: para
#: Oc4j.xml:707
#, no-c-format
msgid "Hibernate:"
-msgstr ""
+msgstr "Hibernate:"
#. Tag: programlisting
#: Oc4j.xml:710
@@ -1242,28 +1214,32 @@
"<include name=\"lib/commons-collections.jar\"/>\n"
"<include name=\"lib/jboss-common-core.jar\"/>]]>"
msgstr ""
+"<![CDATA[<include name=\"lib/hibernate.jar\"/>\n"
+"<include name=\"lib/hibernate-annotations.jar\"/>\n"
+"<include name=\"lib/hibernate-commons-annotations.jar\"/>\n"
+"<include name=\"lib/hibernate-entitymanager.jar\"/>\n"
+"<include name=\"lib/hibernate-search.jar\"/>\n"
+"<include name=\"lib/hibernate-validator.jar\"/>\n"
+"<include name=\"lib/commons-logging.jar\"/>\n"
+"<include name=\"lib/commons-collections.jar\"/>\n"
+"<include name=\"lib/jboss-common-core.jar\"/>]]>"
#. Tag: para
#: Oc4j.xml:713
#, no-c-format
-msgid ""
-"Drools — because we are using Drools to provide Seam Security rules, "
-"we need to add in Eclipse JDT compiler (you don't need this on JBoss AS; "
-"again this is due to OC4J's classloading):"
+msgid "Drools — because we are using Drools to provide Seam Security rules, we need to add in Eclipse JDT compiler (you don't need this on JBoss AS; again this is due to OC4J's classloading):"
msgstr ""
#. Tag: programlisting
#: Oc4j.xml:719
#, no-c-format
msgid "<![CDATA[<include name=\"lib/core.jar\"/>]]>"
-msgstr ""
+msgstr "<![CDATA[<include name=\"lib/core.jar\"/>]]>"
#. Tag: para
#: Oc4j.xml:722
#, no-c-format
-msgid ""
-"Third party jars — most of these are only needed because of OC4J's "
-"classloading:"
+msgid "Third party jars — most of these are only needed because of OC4J's classloading:"
msgstr ""
#. Tag: programlisting
@@ -1283,6 +1259,18 @@
"<include name=\"lib/concurrent.jar\"/>\n"
"<include name=\"lib/antlr.jar\"/>]]>"
msgstr ""
+"<![CDATA[<include name=\"lib/javassist.jar\"/>\n"
+"<include name=\"lib/quartz.jar\"/>\n"
+"<include name=\"lib/dbunit.jar\"/>\n"
+"<include name=\"lib/jboss-embedded-api.jar\"/>\n"
+"<include name=\"lib/dom4j.jar\"/> \n"
+"<include name=\"lib/lucene-core.jar\"/>\n"
+"<include name=\"lib/cglib.jar\"/>\n"
+"<include name=\"lib/asm.jar\"/>\n"
+"<include name=\"lib/commons-beanutils.jar\"/>\n"
+"<include name=\"lib/commons-digester.jar\"/>\n"
+"<include name=\"lib/concurrent.jar\"/>\n"
+"<include name=\"lib/antlr.jar\"/>]]>"
#. Tag: para
#: Oc4j.xml:730
@@ -1326,6 +1314,37 @@
" <include name=\"lib/antlr.jar\"/>\n"
"</fileset>]]>"
msgstr ""
+"<![CDATA[<fileset dir=\"${basedir}\">\n"
+" <include name=\"lib/jbpm*.jar\" />\n"
+" <include name=\"lib/jboss-el.jar\" />\n"
+" <include name=\"lib/drools-*.jar\"/>\n"
+" <include name=\"lib/janino*.jar\"/>\n"
+" <include name=\"lib/antlr-*.jar\"/>\n"
+" <include name=\"lib/mvel*.jar\"/>\n"
+" <include name=\"lib/richfaces-api*.jar\" />\n"
+" <include name=\"lib/hibernate.jar\"/>\n"
+" <include name=\"lib/hibernate-annotations.jar\"/>\n"
+" <include name=\"lib/hibernate-commons-annotations.jar\"/>\n"
+" <include name=\"lib/hibernate-entitymanager.jar\"/>\n"
+" <include name=\"lib/hibernate-search.jar\"/>\n"
+" <include name=\"lib/hibernate-validator.jar\"/>\n"
+" <include name=\"lib/commons-logging.jar\"/>\n"
+" <include name=\"lib/commons-collections.jar\"/>\n"
+" <include name=\"lib/jboss-common-core.jar\"/>\n"
+" <include name=\"lib/core.jar\"/>\n"
+" <include name=\"lib/javassist.jar\"/>\n"
+" <include name=\"lib/quartz.jar\"/>\n"
+" <include name=\"lib/dbunit.jar\"/>\n"
+" <include name=\"lib/jboss-embedded-api.jar\"/>\n"
+" <include name=\"lib/dom4j.jar\"/> \n"
+" <include name=\"lib/lucene-core.jar\"/>\n"
+" <include name=\"lib/cglib.jar\"/>\n"
+" <include name=\"lib/asm.jar\"/>\n"
+" <include name=\"lib/commons-beanutils.jar\"/>\n"
+" <include name=\"lib/commons-digester.jar\"/>\n"
+" <include name=\"lib/concurrent.jar\"/>\n"
+" <include name=\"lib/antlr.jar\"/>\n"
+"</fileset>]]>"
#. Tag: title
#: Oc4j.xml:738
@@ -1336,36 +1355,26 @@
#. Tag: para
#: Oc4j.xml:740
#, no-c-format
-msgid ""
-"These instructions are very similar to the ones in <xref linkend=\"oc4j-app-"
-"deploy\"/> but with the correct references for the <literal>oc4j_example</"
-"literal> application."
+msgid "These instructions are very similar to the ones in <xref linkend=\"oc4j-app-deploy\"/> but with the correct references for the <literal>oc4j_example</literal> application."
msgstr ""
#. Tag: para
#: Oc4j.xml:746
#, no-c-format
-msgid ""
-"Build your application by calling <literal>ant</literal> in the base "
-"directory of your project (ex. <literal>/home/jbalunas/workspace/"
-"oc4j_example</literal> ). The target of the build will be <literal>dist/"
-"oc4j_example.ear</literal> ."
+msgid "Build your application by calling <literal>ant</literal> in the base directory of your project (ex. <literal>/home/jbalunas/workspace/oc4j_example</literal> ). The target of the build will be <literal>dist/oc4j_example.ear</literal> ."
msgstr ""
#. Tag: para
#: Oc4j.xml:754
#, no-c-format
-msgid ""
-"Copy the <literal>mysql-connector.jar</literal> file to the <literal>"
-"$ORACLE_HOME/j2ee/home/applib</literal> directory so that jdbc drivers are "
-"available."
+msgid "Copy the <literal>mysql-connector.jar</literal> file to the <literal>$ORACLE_HOME/j2ee/home/applib</literal> directory so that jdbc drivers are available."
msgstr ""
#. Tag: literal
#: Oc4j.xml:761
#, no-c-format
msgid "$ORACLE_HOME/j2ee/home/config/data-sources.xml"
-msgstr ""
+msgstr "$ORACLE_HOME/j2ee/home/config/data-sources.xml"
#. Tag: programlisting
#: Oc4j.xml:766
@@ -1384,12 +1393,24 @@
" url=\"jdbc:mysql:///oc4j\" />\n"
"</connection-pool>]]>"
msgstr ""
+"<![CDATA[<managed-data-source\n"
+" connection-pool-name=\"oc4j-example-connection-pool\"\n"
+" jndi-name=\"jdbc/__oc4jexample\"\n"
+" name=\"oc4j-example-managed-data-source\" />\n"
+"<connection-pool\n"
+" name=\"oc4j-example-connection-pool\">\n"
+" <connection-factory\n"
+" factory-class=\"com.mysql.jdbc.Driver\"\n"
+" user=\"username\" \n"
+" password=\"password\"\n"
+" url=\"jdbc:mysql:///oc4j\" />\n"
+"</connection-pool>]]>"
#. Tag: literal
#: Oc4j.xml:770
#, no-c-format
msgid "$ORACLE_HOME/j2ee/home/config/server.xml"
-msgstr ""
+msgstr "$ORACLE_HOME/j2ee/home/config/server.xml"
#. Tag: programlisting
#: Oc4j.xml:774
@@ -1400,12 +1421,16 @@
" parent=\"default\"\n"
" start=\"true\" />]]>"
msgstr ""
+"<![CDATA[<application name=\"oc4j_example\"\n"
+" path=\"../../home/applications/oc4j_example.ear\"\n"
+" parent=\"default\"\n"
+" start=\"true\" />]]>"
#. Tag: literal
#: Oc4j.xml:777
#, no-c-format
msgid "$ORACLE_HOME/j2ee/home/config/default-web-site.xml"
-msgstr ""
+msgstr "$ORACLE_HOME/j2ee/home/config/default-web-site.xml"
#. Tag: programlisting
#: Oc4j.xml:782
@@ -1416,20 +1441,21 @@
" load-on-startup=\"true\"\n"
" root=\"/oc4j_example\" />]]>"
msgstr ""
+"<![CDATA[<web-app application=\"oc4j_example\"\n"
+" name=\"oc4j_example\" \n"
+" load-on-startup=\"true\"\n"
+" root=\"/oc4j_example\" />]]>"
#. Tag: para
#: Oc4j.xml:786
#, no-c-format
-msgid ""
-"Start/stop OC4J following instructions in the <literal>Installation and "
-"operation of OC4J</literal> section above."
+msgid "Start/stop OC4J following instructions in the <literal>Installation and operation of OC4J</literal> section above."
msgstr ""
#. Tag: para
#: Oc4j.xml:791
#, no-c-format
-msgid ""
-"Checkout the app at: <literal>http://localhost:8888/oc4j_example</literal>"
+msgid "Checkout the app at: <literal>http://localhost:8888/oc4j_example</literal>"
msgstr ""
#. Tag: title
@@ -1441,10 +1467,7 @@
#. Tag: para
#: Oc4j.xml:802
#, no-c-format
-msgid ""
-"In this section we extend the basic <literal>seam-gen</literal> application "
-"into a full blown CRUD application based on an existing database. Plus we "
-"will add <literal>Drools</literal> based security as well."
+msgid "In this section we extend the basic <literal>seam-gen</literal> application into a full blown CRUD application based on an existing database. Plus we will add <literal>Drools</literal> based security as well."
msgstr ""
#. Tag: title
@@ -1456,18 +1479,13 @@
#. Tag: para
#: Oc4j.xml:809
#, no-c-format
-msgid ""
-"Type <literal>./seam generate-entities</literal> in the base directory of "
-"your seam distribution. This will create the entities, the Seam Application "
-"Framework classes and the relevant views for the CRUD application."
+msgid "Type <literal>./seam generate-entities</literal> in the base directory of your seam distribution. This will create the entities, the Seam Application Framework classes and the relevant views for the CRUD application."
msgstr ""
#. Tag: para
#: Oc4j.xml:814
#, no-c-format
-msgid ""
-"That's it...no really...that's it. Build and deploy as before and see for "
-"yourself."
+msgid "That's it...no really...that's it. Build and deploy as before and see for yourself."
msgstr ""
#. Tag: title
@@ -1479,28 +1497,19 @@
#. Tag: para
#: Oc4j.xml:821
#, no-c-format
-msgid ""
-"As stated above this section assumes your database had a <literal>User</"
-"literal> table with <literal>username</literal> and <literal>password</"
-"literal> columns with at least one entry. If you don't have this you may "
-"need to modify the <literal>authenticate</literal> method below."
+msgid "As stated above this section assumes your database had a <literal>User</literal> table with <literal>username</literal> and <literal>password</literal> columns with at least one entry. If you don't have this you may need to modify the <literal>authenticate</literal> method below."
msgstr ""
#. Tag: para
#: Oc4j.xml:827
#, no-c-format
-msgid ""
-"Lets link our <literal>User</literal> entity into Seam Security by making "
-"our authenticator class a Stateless Session Bean (OC4J is a EJB3 container "
-"after all!):"
+msgid "Lets link our <literal>User</literal> entity into Seam Security by making our authenticator class a Stateless Session Bean (OC4J is a EJB3 container after all!):"
msgstr ""
#. Tag: para
#: Oc4j.xml:835
#, no-c-format
-msgid ""
-"Add the <literal>@Stateless</literal> annotation to the "
-"<literal>Authenticator</literal> class."
+msgid "Add the <literal>@Stateless</literal> annotation to the <literal>Authenticator</literal> class."
msgstr ""
#. Tag: para
@@ -1512,13 +1521,7 @@
#. Tag: para
#: Oc4j.xml:846
#, no-c-format
-msgid ""
-"Create an interface called <literal>Authenticator</literal> which "
-"<literal>AuthenticatorAction</literal> implements (EJB3 requires session "
-"beans to have a local interface). Annotate the interface with "
-"<literal>@Local</literal> , and add a single method with same signature as "
-"the <literal>authenticate</literal> in <literal>AuthenticatorAction</"
-"literal> ."
+msgid "Create an interface called <literal>Authenticator</literal> which <literal>AuthenticatorAction</literal> implements (EJB3 requires session beans to have a local interface). Annotate the interface with <literal>@Local</literal> , and add a single method with same signature as the <literal>authenticate</literal> in <literal>AuthenticatorAction</literal> ."
msgstr ""
#. Tag: programlisting
@@ -1528,6 +1531,8 @@
"<![CDATA[@Name(\"authenticator\") @Stateless public class\n"
" AuthenticatorAction implements Authenticator {]]>"
msgstr ""
+"<![CDATA[@Name(\"authenticator\") @Stateless public class\n"
+" AuthenticatorAction implements Authenticator {]]>"
#. Tag: programlisting
#: Oc4j.xml:863
@@ -1537,20 +1542,21 @@
" public boolean authenticate(); \n"
"}]]>"
msgstr ""
+"<![CDATA[@Local public interface Authenticator { \n"
+" public boolean authenticate(); \n"
+"}]]>"
#. Tag: para
#: Oc4j.xml:866
#, no-c-format
-msgid ""
-"Use <literal>@PersistenceContext</literal> to inject an EntityManager by "
-"adding this line the <literal>AuthenticatorAction</literal> class:"
+msgid "Use <literal>@PersistenceContext</literal> to inject an EntityManager by adding this line the <literal>AuthenticatorAction</literal> class:"
msgstr ""
#. Tag: programlisting
#: Oc4j.xml:872
#, no-c-format
msgid "<![CDATA[@PersistenceContext private EntityManager entityManager;]]>"
-msgstr ""
+msgstr "<![CDATA[@PersistenceContext private EntityManager entityManager;]]>"
#. Tag: para
#: Oc4j.xml:875
@@ -1563,8 +1569,7 @@
#, no-c-format
msgid ""
"<![CDATA[public boolean authenticate() {\n"
-" List <User> users = entityManager .createQuery(\"select u from User u "
-"where \n"
+" List <User> users = entityManager .createQuery(\"select u from User u where \n"
" u.username = #{identity.username} and \n"
" u.password = #{identity.password}\") .getResultList();\n"
" if (users.size() == 1) {\n"
@@ -1575,6 +1580,17 @@
" } \n"
"}]]>"
msgstr ""
+"<![CDATA[public boolean authenticate() {\n"
+" List <User> users = entityManager .createQuery(\"select u from User u where \n"
+" u.username = #{identity.username} and \n"
+" u.password = #{identity.password}\") .getResultList();\n"
+" if (users.size() == 1) {\n"
+" identity.addRole(\"admin\"); \n"
+" return true; \n"
+" } else {\n"
+" return false; \n"
+" } \n"
+"}]]>"
#. Tag: para
#: Oc4j.xml:881
@@ -1597,13 +1613,21 @@
" <ejb-link>AuthenticatorAction</ejb-link>\n"
"</ejb-local-ref>]]>"
msgstr ""
+"<![CDATA[<ejb-local-ref>\n"
+" <ejb-ref-name>\n"
+" oc4j_example/AuthenticatorAction/local\n"
+" </ejb-ref-name>\n"
+" <ejb-ref-type>Session</ejb-ref-type>\n"
+" <local>\n"
+" org.jboss.seam.tutorial.oc4j.action.Authenticator\n"
+" </local>\n"
+" <ejb-link>AuthenticatorAction</ejb-link>\n"
+"</ejb-local-ref>]]>"
#. Tag: para
#: Oc4j.xml:889
#, no-c-format
-msgid ""
-"Build and deploy as before and notice that now only actual username and "
-"passwords are accepted."
+msgid "Build and deploy as before and notice that now only actual username and passwords are accepted."
msgstr ""
#. Tag: title
@@ -1615,7 +1639,6 @@
#. Tag: para
#: Oc4j.xml:898
#, no-c-format
-msgid ""
-"That's it, we're through. You now have a great starting point for any Seam "
-"based application deployed to OC4J."
+msgid "That's it, we're through. You now have a great starting point for any Seam based application deployed to OC4J."
msgstr ""
+
16 years
Seam SVN: r9994 - trunk/doc/Seam_Reference_Guide/en-US.
by seam-commits@lists.jboss.org
Author: nico.ben
Date: 2009-02-01 15:34:36 -0500 (Sun, 01 Feb 2009)
New Revision: 9994
Modified:
trunk/doc/Seam_Reference_Guide/en-US/Excel.xml
Log:
Corrected errors
Modified: trunk/doc/Seam_Reference_Guide/en-US/Excel.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Excel.xml 2009-02-01 16:54:50 UTC (rev 9993)
+++ trunk/doc/Seam_Reference_Guide/en-US/Excel.xml 2009-02-01 20:34:36 UTC (rev 9994)
@@ -2498,7 +2498,7 @@
The CSS attributes cascade down from parent to children and within one tag
cascades over the CSS classes referenced in the <literal>styleClass</literal>
attributes and finally over the CSS attributes defined in the
- <literal>style</literal>attribute. You can place them pretty much anywhere but
+ <literal>style</literal> attribute. You can place them pretty much anywhere but
e.g. placing a column width setting in a cell nested within that column makes
little sense.
</para>
@@ -2783,7 +2783,7 @@
<entry valign="top">
<para>
A shorthand for setting line style and color of the top edge
- of the cell, e.g style="xls-border-left: red thick"
+ of the cell, e.g style="xls-border-top: red thick"
</para>
</entry>
</row>
16 years
Seam SVN: r9993 - trunk/doc/Seam_Reference_Guide/it-IT.
by seam-commits@lists.jboss.org
Author: nico.ben
Date: 2009-02-01 11:54:50 -0500 (Sun, 01 Feb 2009)
New Revision: 9993
Modified:
trunk/doc/Seam_Reference_Guide/it-IT/Annotations.po
trunk/doc/Seam_Reference_Guide/it-IT/Elenhancements.po
trunk/doc/Seam_Reference_Guide/it-IT/Excel.po
Log:
JBSEAM-3767: Italian translation of Seam guide
Modified: trunk/doc/Seam_Reference_Guide/it-IT/Annotations.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/it-IT/Annotations.po 2009-02-01 16:54:19 UTC (rev 9992)
+++ trunk/doc/Seam_Reference_Guide/it-IT/Annotations.po 2009-02-01 16:54:50 UTC (rev 9993)
@@ -1188,7 +1188,7 @@
#: Annotations.xml:1045
#, no-c-format
msgid "Synonym for javax.interceptors.Interceptors, for use in a pre Java EE 5 environment. Note that this may only be used as a meta-annotation. Declares an ordered list of interceptors for a class or method."
-msgstr "Sinonimo di javax.interceptors.Interceptors, per l'uso in ambiente pre Java EE 5.Si noti che può essere usato solo come meta-annotazione. Dichiara una lista ordinata di interceptor per una classe o un metodo."
+msgstr "Sinonimo di javax.interceptors.Interceptors, per l'uso in ambiente pre Java EE 5. Si noti che può essere usato solo come meta-annotazione. Dichiara una lista ordinata di interceptor per una classe o un metodo."
#. Tag: para
#: Annotations.xml:1051
@@ -1249,7 +1249,7 @@
#: Annotations.xml:1133
#, no-c-format
msgid "<literal>end</literal> — specifies that the long-running conversation should end, default to <literal>false</literal>."
-msgstr "<literal>end</literal> — specifica che la conversazione long-runninf debba terminare, di default è <literal>false</literal>."
+msgstr "<literal>end</literal> — specifica che la conversazione long-running debba terminare, di default è <literal>false</literal>."
#. Tag: literal
#: Annotations.xml:1111
@@ -1321,13 +1321,13 @@
#: Annotations.xml:1174
#, no-c-format
msgid "The following annotations appear on Seam interceptor classes."
-msgstr "Le seguenti annotazioni appaiono nelle classi interceptor di Seam."
+msgstr "Nelle classi interceptor di Seam appaiono le seguenti annotazioni."
#. Tag: para
#: Annotations.xml:1177
#, no-c-format
msgid "Please refer to the documentation for the EJB 3.0 specification for information about the annotations required for EJB interceptor definition."
-msgstr "Si prega di fare riferimento alla documentazione per la specifica EJB 3.0 per informazioni sulle annotazioni richieste per la definizione di interceptor EJB."
+msgstr "Si prega di fare riferimento alla documentazione della specifica EJB 3.0 per informazioni sulle annotazioni richieste per la definizione di interceptor EJB."
#. Tag: literal
#: Annotations.xml:1185
Modified: trunk/doc/Seam_Reference_Guide/it-IT/Elenhancements.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/it-IT/Elenhancements.po 2009-02-01 16:54:19 UTC (rev 9992)
+++ trunk/doc/Seam_Reference_Guide/it-IT/Elenhancements.po 2009-02-01 16:54:50 UTC (rev 9993)
@@ -290,7 +290,7 @@
#: Elenhancements.xml:206
#, no-c-format
msgid "might return a list of departments. If you only need a list of department names, your only option is to iterate over the list to retrieve the values. JBoss EL allows this with a projection expression:"
-msgstr "potrebbe restituire una lista di dipartimenti. Se tu avessi bisogno di una lista di nomi di dipartimento, l'unica opzione è quella di iterare sulla lista per recuperare i valori. JBoss EL permette questo con l'espressione di proiezione:"
+msgstr "potrebbe restituire una lista di dipartimenti. Se occorresse una lista di nomi di dipartimento, l'unica opzione è quella di iterare sulla lista per recuperare i valori. JBoss EL permette questo con l'espressione di proiezione:"
#. Tag: programlisting
#: Elenhancements.xml:212
Modified: trunk/doc/Seam_Reference_Guide/it-IT/Excel.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/it-IT/Excel.po 2009-02-01 16:54:19 UTC (rev 9992)
+++ trunk/doc/Seam_Reference_Guide/it-IT/Excel.po 2009-02-01 16:54:50 UTC (rev 9993)
@@ -6,7 +6,7 @@
"Project-Id-Version: Seam_Reference_Guide\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2009-01-18 15:00+0000\n"
-"PO-Revision-Date: 2009-02-01 13:31+0100\n"
+"PO-Revision-Date: 2009-02-01 17:53+0100\n"
"Last-Translator: Nicola Benaglia <nico.benaz(a)gmail.com>\n"
"Language-Team: none\n"
"MIME-Version: 1.0\n"
@@ -1314,7 +1314,7 @@
#: Excel.xml:1360
#, no-c-format
msgid "The formula of the cell in placed in the <literal>value</literal> -attribute as a normal &excel; notation. Note that when doing cross-sheet formulas, the worksheets must exist before referencing a formula against them. The value is a string."
-msgstr ""
+msgstr "La formula della cella è collocata nell'attributo <literal>value</literal> come una normale annotazione &excel;. Si noti che quando si fanno formule con riferimenti ad altri fogli, i worksheet devo esistere prima di eseguire riferimenti ad essa. Il valore è una stringa."
#. Tag: programlisting
#: Excel.xml:1366
@@ -1374,7 +1374,7 @@
#: Excel.xml:1374
#, no-c-format
msgid "Images are nested within columns (for iteration) or inside worksheets (for direct placement using the <literal>startColumn/startRow</literal> and <literal>rowSpan/columnSpan</literal> attributes). The spans are optional and if omitted, the image will be inserted without resizing."
-msgstr ""
+msgstr "Le immagini sono innestate dentro le colonne (per iterazione) o dentro i worksheet (per collocazione diretta usando gli attributi <literal>startColumn/startRow</literal> e <literal>rowSpan/columnSpan</literal>). Gli span sono opzionali e se omessi, l'immagine verrà inserita senza ridimensionamento."
#. Tag: literal
#: Excel.xml:1388
@@ -1451,7 +1451,7 @@
#: Excel.xml:1467
#, no-c-format
msgid "Hyperlinks are nested within columns (for iteration) or inside worksheets (for direct placement using the <literal>startColumn/startRow</literal> and <literal>endColumn/endRow</literal> attributes). They add link navigation to URIs"
-msgstr ""
+msgstr "Gli hyperlink sono innestati dentro le colonne (per iterazione) o dentro i worksheet (per collocazione diretta usando gli attributi <literal>startColumn/startRow</literal> e <literal>endColumn/endRow</literal>). Aggiungono agli URI una navigazione tramite link."
#. Tag: literal
#: Excel.xml:1482
@@ -1523,7 +1523,7 @@
#: Excel.xml:1562
#, no-c-format
msgid "defines a described hyperlink pointing to SFWK in the area A1:E5"
-msgstr ""
+msgstr "definisce un hyperlink che punta a SFWK nell'area A1:E5"
#. Tag: title
#: Excel.xml:1567
@@ -1574,7 +1574,7 @@
#: Excel.xml:1698
#, no-c-format
msgid "The content of the facets is a string that can contain various #-delimited commands as follows:"
-msgstr ""
+msgstr "Il contenuto dei facets è una stringa che può contenere vari comandi delimitati da # come segue:"
#. Tag: para
#: Excel.xml:1709
@@ -1834,7 +1834,7 @@
#: Excel.xml:1881
#, no-c-format
msgid "Print areas and titles childrens of worksheets and worksheet templates and provide... print areas and titles."
-msgstr ""
+msgstr "Stampa le aree ed i titoli figli dei worksheet e dei templatee fornisce...stampa aree e titoli."
#. Tag: literal
#: Excel.xml:1893
@@ -1846,25 +1846,25 @@
#: Excel.xml:1902
#, no-c-format
msgid "<literal>firstColumn</literal> — The column of the top-left corner of the area. The parameter is a number. Note that the value is 0-based."
-msgstr ""
+msgstr "<literal>firstColumn</literal> — La colonna dell'angolo in alto a sinistra dell'area. Il parametro è un numero. Si noti che il valore parte da zero."
#. Tag: para
#: Excel.xml:1910
#, no-c-format
msgid "<literal>firstRow</literal> — The row of the top-left corner of the area. The parameter is a number. Note that the value is 0-based."
-msgstr ""
+msgstr "<literal>firstRow</literal> — La riga dell'angolo in alto a sinistra dell'area. Il parametro è un numero. Si noti che il valore parte da zero."
#. Tag: para
#: Excel.xml:1918
#, no-c-format
msgid "<literal>lastColumn</literal> — The column of the bottom-right corner of the area. The parameter is a number. Note that the value is 0-based."
-msgstr ""
+msgstr "<literal>lastColumn</literal> — La colonna dell'angolo in basso a destra dell'area. Il parametro è un numero. Si noti che il valore parte da zero."
#. Tag: para
#: Excel.xml:1926
#, no-c-format
msgid "<literal>lastRow</literal> — The row of the bottom-right corner of the area. The parameter is a number. Note that the value is 0-based."
-msgstr ""
+msgstr "<literal>lastRow</literal> — La riga dell'angolo in basso a destra dell'area. Il parametro è un numero. Si noti che il valore parte da zero."
#. Tag: programlisting
#: Excel.xml:1959
@@ -1896,7 +1896,7 @@
#: Excel.xml:1960
#, no-c-format
msgid "defines a print title between A1:A10 and a print area between B2:J10."
-msgstr ""
+msgstr "definisce un titolo di stampa tra A1:A10 ed un'area di stampa tra B2:J10."
#. Tag: title
#: Excel.xml:1965
@@ -1921,7 +1921,7 @@
#: Excel.xml:1972
#, no-c-format
msgid "Provides grouping of columns and rows."
-msgstr ""
+msgstr "Fornisce un raggruppamento di colonne e righe."
#. Tag: literal
#: Excel.xml:1981
@@ -2001,7 +2001,7 @@
#: Excel.xml:2105
#, no-c-format
msgid "groups rows 5 trough 10 and columns 5 through 10 so that the rows are initially collapsed (but not the columns)."
-msgstr ""
+msgstr "raggruppa dalla riga 5 alla 10 e dalla colonna 5 alla 10 in modo che le righe siano inizialmente collassate (ma non le colonne)."
#. Tag: title
#: Excel.xml:2112
@@ -2131,7 +2131,7 @@
#: Excel.xml:2248
#, no-c-format
msgid "If you prefer to export an existing JSF datatable instead of writing a dedicated XHTML document, this can also be achieved easily by executing the <literal>org.jboss.seam.excel.excelExporter.export</literal> component, passing in the id of the datatable as an Seam EL parameter. Consider you have a data table"
-msgstr ""
+msgstr "Se si preferisce esportare una datatable JSF esistente invece di scrivere un apposito documento XHTML, si può eseguire il componente <literal>org.jboss.seam.excel.excelExporter.export</literal>, passando l'id della datatable come parametro Seam EL. Si presuma di avere una datatable"
#. Tag: programlisting
#: Excel.xml:2255
@@ -2159,7 +2159,7 @@
#: Excel.xml:2256
#, no-c-format
msgid "that you want to view as an <trademark class=\"registered\">Microsoft</trademark> <trademark class=\"registered\">Excel</trademark> spreadsheet. Place a"
-msgstr ""
+msgstr "che si vuole visualizzare come foglio <trademark class=\"registered\">Microsoft</trademark> <trademark class=\"registered\">Excel</trademark>. Si collochi un"
#. Tag: programlisting
#: Excel.xml:2262
@@ -2183,7 +2183,7 @@
#: Excel.xml:2263
#, no-c-format
msgid "in the form and you're done. You can of course execute the exporter with a button, s:link or other preferred method. There are also plans for a dedicated export tag that can be placed inside the datatable tag so you won't have to refer to the datatable by ID."
-msgstr ""
+msgstr "nella form e si è già finito. Si può certamente eseguire l'exporter con un pulsante, s: link oppure con un altro metodo preferito. Ci sono anche piani per un tag dedicato all'export che possa essere messo nel tag della datatable per non dover più fare riferimento all'id della datatable."
#. Tag: para
#: Excel.xml:2269
@@ -2253,7 +2253,7 @@
#: Excel.xml:2343
#, no-c-format
msgid "References a stylesheet that can be found at /css/excel.css"
-msgstr ""
+msgstr "Fa riferimento allo stylesheet che può essere trovato in /css/excel.css"
#. Tag: title
#: Excel.xml:2347
@@ -2265,7 +2265,7 @@
#: Excel.xml:2348
#, no-c-format
msgid "This group of XLS-CSS attributes define a font and its attributes"
-msgstr ""
+msgstr "Questo gruppo di attributi XLS-CSS definisce un font ed i suoi attributi"
#. Tag: para
#: Excel.xml:2358
@@ -2391,7 +2391,7 @@
#: Excel.xml:2475
#, no-c-format
msgid "This group of XLS-CSS attributes define the borders of the cell"
-msgstr ""
+msgstr "Questo gruppo di attributi XLS-CSS definisce i bordi della cella"
#. Tag: para
#: Excel.xml:2485
@@ -2439,7 +2439,7 @@
#: Excel.xml:2530
#, no-c-format
msgid "The border color of the top edge of the cell (see <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.Colour </ulink> )."
-msgstr ""
+msgstr "Il colore del bordo dello spigolo in alto della cella (si veda <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.Colour </ulink> )."
#. Tag: para
#: Excel.xml:2543
@@ -2451,7 +2451,7 @@
#: Excel.xml:2546
#, no-c-format
msgid "The border line style of the top edge of the cell (see <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.LineStyle </ulink> )."
-msgstr ""
+msgstr "Lo stile di linea del bordo dello spigolo in alto della cella (si veda <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.LineStyle </ulink> )."
#. Tag: para
#: Excel.xml:2558
@@ -2475,7 +2475,7 @@
#: Excel.xml:2572
#, no-c-format
msgid "The border color of the right edge of the cell (see <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.Colour </ulink> )."
-msgstr ""
+msgstr "Il colore del bordo dello spigolo destro della cella (si veda <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.Colour </ulink> )."
#. Tag: para
#: Excel.xml:2585
@@ -2487,7 +2487,7 @@
#: Excel.xml:2588
#, no-c-format
msgid "The border line style of the right edge of the cell (see <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.LineStyle </ulink> )."
-msgstr ""
+msgstr "Lo stile di linea del bordo dello spigolo a destra della cella (si veda <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.LineStyle </ulink> )."
#. Tag: para
#: Excel.xml:2600
@@ -2511,7 +2511,7 @@
#: Excel.xml:2614
#, no-c-format
msgid "The border color of the bottom edge of the cell (see <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.Colour </ulink> )."
-msgstr ""
+msgstr "Il colore del bordo dello spigolo in basso della cella (si veda <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.Colour </ulink> )."
#. Tag: para
#: Excel.xml:2627
@@ -2523,7 +2523,7 @@
#: Excel.xml:2630
#, no-c-format
msgid "The border line style of the bottom edge of the cell (see <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.LineStyle </ulink> )."
-msgstr ""
+msgstr "Lo stile di linea del bordo dello spigolo in basso della cella (si veda <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.LineStyle </ulink> )."
#. Tag: para
#: Excel.xml:2642
@@ -2559,7 +2559,7 @@
#: Excel.xml:2668
#, no-c-format
msgid "This group of XLS-CSS attributes define the background of the cell"
-msgstr ""
+msgstr "Questo gruppo di attributi XLS-CSS definisce il background della cella"
#. Tag: para
#: Excel.xml:2678
@@ -2607,7 +2607,7 @@
#: Excel.xml:2722
#, no-c-format
msgid "This group of XLS-CSS attributes define the column widths etc."
-msgstr ""
+msgstr "Questo gruppo di attributi XLS-CSS definisce lelarghezze di colonna, ecc."
#. Tag: para
#: Excel.xml:2732
@@ -2733,7 +2733,7 @@
#: Excel.xml:2843
#, no-c-format
msgid "Should the cell be locked. Use with workbook level locked. Valid values are \"true\" and \"false\"."
-msgstr ""
+msgstr "Se la cella debba essere bloccata. Da usare con il livello workbook bloccato. I valori validi sono \"true\" e \"false\"."
#. Tag: para
#: Excel.xml:2851
@@ -2788,13 +2788,13 @@
#: Excel.xml:2906
#, no-c-format
msgid "The datatable exporter"
-msgstr ""
+msgstr "L'exporter delle datatable"
#. Tag: para
#: Excel.xml:2907
#, no-c-format
msgid "The datatable exporter uses the same xls-css attributes as the xhtml document with the exception that column widths are defined with the <literal>xls-column-widths</literal> attribute on the datatable (since the UIColumn doesn't support the style or styleClass attributes)."
-msgstr ""
+msgstr "L'exporter delle datatable impiega gli stessi attributi xls-css come documento xhtml con l'eccezione che le larghezze di colonna vengono definite con l'attributo <literal>xls-column-widths</literal> nella datatable (poiché UIColumn non supporta gli attributi style o styleClass)."
#. Tag: title
#: Excel.xml:2915
@@ -2818,19 +2818,19 @@
#: Excel.xml:2922
#, no-c-format
msgid "In the current version there are some known limitations regarding CSS support"
-msgstr ""
+msgstr "Nell'attuale versione ci sono alcune note limitazioni riguardanti il supporto CSS."
#. Tag: para
#: Excel.xml:2928
#, no-c-format
msgid "When using .xhtml documents, stylesheets must be referenced through the <literal><e:link> tag</literal>"
-msgstr ""
+msgstr "Usando i documenti xhtml, gli stylesheet devono fare riferimento tramite il tag <literal><e:link> tag</literal>"
#. Tag: para
#: Excel.xml:2934
#, no-c-format
msgid "When using the datatable exporter, CSS must be entered through style-attributes, external stylesheets are not supported"
-msgstr ""
+msgstr "Usando l'exporter delle datatable, i CSS devono essere inseriti negli attributi style, gli stylesheet esterni non sono supportati"
#. Tag: title
#: Excel.xml:2943
@@ -2842,7 +2842,7 @@
#: Excel.xml:2944
#, no-c-format
msgid "The core of the &excel; functionality is based on the excellent JExcelAPI library which can be found on http://jexcelapi.sourceforge.net/ and most features and possible limitations are inherited from here."
-msgstr ""
+msgstr "Il nucleo delle funzionalità &excel; è basato sull'eccellente libreria JExcelAPI che può essere trovata "
#. Tag: para
#: Excel.xml:2950
16 years
Seam SVN: r9992 - trunk/doc/Seam_Reference_Guide/en-US.
by seam-commits@lists.jboss.org
Author: nico.ben
Date: 2009-02-01 11:54:19 -0500 (Sun, 01 Feb 2009)
New Revision: 9992
Modified:
trunk/doc/Seam_Reference_Guide/en-US/Excel.xml
Log:
Corrected errors
Modified: trunk/doc/Seam_Reference_Guide/en-US/Excel.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Excel.xml 2009-02-01 12:31:46 UTC (rev 9991)
+++ trunk/doc/Seam_Reference_Guide/en-US/Excel.xml 2009-02-01 16:54:19 UTC (rev 9992)
@@ -1470,7 +1470,7 @@
cells.
</para>
<para>
- The formula of the cell in placed in the <literal>value</literal>
+ The formula of the cell is placed in the <literal>value</literal>
-attribute as a normal &excel; notation. Note that when doing
cross-sheet formulas, the worksheets must exist before referencing
a formula against them. The value is a string.
@@ -2288,7 +2288,7 @@
]]>
</programlisting>
<para>
- groups rows 5 trough 10 and columns 5 through 10 so that the rows
+ groups rows 5 through 10 and columns 5 through 10 so that the rows
are initially collapsed (but not the columns).
</para>
@@ -2696,7 +2696,7 @@
<section id="excel.fontsandlayout.borders">
<title>Borders</title>
<para>
- This group of XLS-CSS attributes define the borders of the cell
+ This group of XLS-CSS attributes defines the borders of the cell
</para>
<informaltable>
<tgroup cols="2">
@@ -2889,7 +2889,7 @@
<section id="excel.fontsandlayout.background">
<title>Background</title>
<para>
- This group of XLS-CSS attributes define the background of the cell
+ This group of XLS-CSS attributes defines the background of the cell
</para>
<informaltable>
<tgroup cols="2">
@@ -2943,7 +2943,7 @@
<section id="excel.fontsandlayout.columnsettings">
<title>Column settings</title>
<para>
- This group of XLS-CSS attributes define the column widths etc.
+ This group of XLS-CSS attributes defines the column widths etc.
</para>
<informaltable>
<tgroup cols="2">
@@ -3004,7 +3004,7 @@
<section id="excel.fontsandlayout.cellsettings">
<title>Cell settings</title>
<para>
- This group of XLS-CSS attributes define the cell properties
+ This group of XLS-CSS attributes defines the cell properties
</para>
<informaltable>
<tgroup cols="2">
@@ -3150,7 +3150,7 @@
<listitem>
<para>
When using .xhtml documents, stylesheets must be referenced
- through the <literal><e:link> tag</literal>
+ through the <literal><e:link></literal> tag
</para>
</listitem>
<listitem>
@@ -3167,8 +3167,8 @@
<para>
The core of the &excel; functionality is based on the excellent
JExcelAPI library which can be found on
- http://jexcelapi.sourceforge.net/ and most features and possible
- limitations are inherited from here.
+ <ulink url="http://jexcelapi.sourceforge.net">http://jexcelapi.sourceforge.net/</ulink>
+ and most features and possible limitations are inherited from here.
</para>
<para>
If you use the forum or mailing list, please remember that they don't
16 years
Seam SVN: r9991 - trunk/doc/Seam_Reference_Guide/it-IT.
by seam-commits@lists.jboss.org
Author: nico.ben
Date: 2009-02-01 07:31:46 -0500 (Sun, 01 Feb 2009)
New Revision: 9991
Modified:
trunk/doc/Seam_Reference_Guide/it-IT/Excel.po
Log:
JBSEAM-3767: Italian translation of Seam guide
Modified: trunk/doc/Seam_Reference_Guide/it-IT/Excel.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/it-IT/Excel.po 2009-01-31 20:07:06 UTC (rev 9990)
+++ trunk/doc/Seam_Reference_Guide/it-IT/Excel.po 2009-02-01 12:31:46 UTC (rev 9991)
@@ -6,7 +6,7 @@
"Project-Id-Version: Seam_Reference_Guide\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2009-01-18 15:00+0000\n"
-"PO-Revision-Date: 2009-01-31 21:06+0100\n"
+"PO-Revision-Date: 2009-02-01 13:31+0100\n"
"Last-Translator: Nicola Benaglia <nico.benaz(a)gmail.com>\n"
"Language-Team: none\n"
"MIME-Version: 1.0\n"
@@ -1296,7 +1296,7 @@
#: Excel.xml:1336
#, no-c-format
msgid "if the mask is not in the list, it is treated as a custom mask (see <ulink url=\"http://java.sun.com/javase/6/docs/api/java/text/DateFormat.html\"> java.text.DateFormat </ulink> )., e.g \"dd.MM.yyyy\" and automatically converted to the closest match."
-msgstr ""
+msgstr "se la maschera non è nella lista, viene trattata come maschera personalizzata (si veda <ulink url=\"http://java.sun.com/javase/6/docs/api/java/text/DateFormat.html\"> java.text.DateFormat </ulink> ), es. \"dd.MM.yyyy\" viene automaticamente convertita nella corrispondenza più vicina."
#. Tag: title
#: Excel.xml:1350
@@ -1308,7 +1308,7 @@
#: Excel.xml:1351
#, no-c-format
msgid "Formulas are nested within columns (for iteration) or inside worksheets (for direct placement using the <literal>column</literal> and <literal>row</literal> attributes) and add calculations or functions to ranges of cells. They are essentially cells, see <xref linkend=\"excel.cells\"/> for available attributes. Note that they can apply templates and have own font definitions etc just as normal cells."
-msgstr ""
+msgstr "Le formule sono innestate nelle colonne (per iterazione) o dentro i worksheet (per collocazione diretta usando gli attributi <literal>column</literal> e <literal>row</literal>) e aggiungono calcoli o funzioni ai range di celle. Sono essenzialmente celle, si veda <xref linkend=\"excel.cells\"/> per gli attributi disponibili. Si noti che possono impiegare template ed avere definizioni proprie di font, ecc. come le normali celle."
#. Tag: para
#: Excel.xml:1360
@@ -1463,25 +1463,25 @@
#: Excel.xml:1491
#, no-c-format
msgid "<literal>startColumn</literal> — The starting column of the hyperlink. The default is the internal counter. The value is a number. Note that the value is 0-based."
-msgstr ""
+msgstr "<literal>startColumn</literal> — La colonna iniziale del hyperlink. Il default è un contatore interno. Il valore è un numero. Si noti che il valore parte da zero."
#. Tag: para
#: Excel.xml:1499
#, no-c-format
msgid "<literal>startRow</literal> — The starting row of the hyperlink. The default is the internal counter. The value is a number. Note that the value is 0-based."
-msgstr ""
+msgstr "<literal>startRow</literal> — La riga iniziale del hyperlink. Il default è un contatore interno. Il valore è un numero. Si noti che il valore parte da zero."
#. Tag: para
#: Excel.xml:1507
#, no-c-format
msgid "<literal>endColumn</literal> — The ending column of the hyperlink. The default is the internal counter. The value is a number. Note that the value is 0-based."
-msgstr ""
+msgstr "<literal>endColumn</literal> — La colonna finale del hyperlink. Il default è un contatore interno. Il valore è un numero. Si noti che il valore parte da zero."
#. Tag: para
#: Excel.xml:1515
#, no-c-format
msgid "<literal>endRow</literal> — The ending row of the hyperlink. The default is the internal counter. The value is a number. Note that the value is 0-based."
-msgstr ""
+msgstr "<literal>endRow</literal> — La riga finale del hyperlink. Il default è un contatore interno. Il valore è un numero. Si noti che il valore parte da zero."
#. Tag: para
#: Excel.xml:1523
@@ -1667,7 +1667,7 @@
#: Excel.xml:1760
#, no-c-format
msgid "Toggles bold font, use another #bold# to turn it off"
-msgstr ""
+msgstr "Attiva il font in grassetto, usare un altro #bold# per disattivarlo"
#. Tag: para
#: Excel.xml:1768
@@ -1679,7 +1679,7 @@
#: Excel.xml:1771
#, no-c-format
msgid "Toggles italic font, use another #italic# to turn it off"
-msgstr ""
+msgstr "Attiva il font in corsivo, usare un altro #italic# per disattivarlo"
#. Tag: para
#: Excel.xml:1779
@@ -1691,7 +1691,7 @@
#: Excel.xml:1782
#, no-c-format
msgid "Toggles underlining, use another #underline# to turn it off"
-msgstr ""
+msgstr "Attiva la sottolineatura, usare un altro #underline# per disattivarla"
#. Tag: para
#: Excel.xml:1790
@@ -1703,7 +1703,7 @@
#: Excel.xml:1793
#, no-c-format
msgid "Toggles double underlining, use another #double_underline# to turn it off"
-msgstr ""
+msgstr "Attiva la doppia sottolineatura, usare un altro #double_underline# per disattivarla"
#. Tag: para
#: Excel.xml:1801
@@ -1711,11 +1711,12 @@
msgid "#outline#"
msgstr "#outline#"
+# come tradurre outline?
#. Tag: para
#: Excel.xml:1804
#, no-c-format
msgid "Toggles outlined font, use another #outline# to turn it off"
-msgstr ""
+msgstr "Attiva il font outline, usare un altro #outline# per disattivarlo"
#. Tag: para
#: Excel.xml:1812
@@ -1727,7 +1728,7 @@
#: Excel.xml:1815
#, no-c-format
msgid "Toggles shadowed font, use another #shadow# to turn it off"
-msgstr ""
+msgstr "Attiva il font ombreggiato, usare un altro #shadow# per disattivarlo"
#. Tag: para
#: Excel.xml:1823
@@ -1739,7 +1740,7 @@
#: Excel.xml:1826
#, no-c-format
msgid "Toggles strikethrough font, use another #strikethrough# to turn it off"
-msgstr ""
+msgstr "Attiva il font barrato, usare un altro #strikethrough# per disattivarlo"
#. Tag: para
#: Excel.xml:1834
@@ -1751,7 +1752,7 @@
#: Excel.xml:1837
#, no-c-format
msgid "Toggles subscripted font, use another #subscript# to turn it off"
-msgstr ""
+msgstr "Attiva il font subscripted, usare un altro #subscript# per disattivarlo"
#. Tag: para
#: Excel.xml:1845
@@ -1763,7 +1764,7 @@
#: Excel.xml:1848
#, no-c-format
msgid "Toggles superscript font, use another #superscript# to turn it off"
-msgstr ""
+msgstr "Attiva il font superscript, usare un altro #superscript# per disattivarlo"
#. Tag: para
#: Excel.xml:1856
@@ -2570,7 +2571,7 @@
#: Excel.xml:2681
#, no-c-format
msgid "The color of the background (see <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.LineStyle </ulink> )."
-msgstr ""
+msgstr "Il colore del background (si veda <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form...">jxl.format.LineStyle</ulink> )."
#. Tag: para
#: Excel.xml:2693
@@ -2582,7 +2583,7 @@
#: Excel.xml:2696
#, no-c-format
msgid "The pattern of the background (see <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.Pattern </ulink> )."
-msgstr ""
+msgstr "Il pattern del background (si veda <ulink url=\"http://jexcelapi.sourceforge.net/resources/javadocs/current/docs/jxl/form..."> jxl.format.Pattern </ulink> )."
#. Tag: para
#: Excel.xml:2708
@@ -2660,7 +2661,7 @@
#: Excel.xml:2772
#, no-c-format
msgid "Should the column be hidden? Valid values are \"true\" and \"false\"."
-msgstr ""
+msgstr "La colonna deve essere nascosta? I valori validi sono \"true\" e \"false\"."
#. Tag: title
#: Excel.xml:2782
@@ -2672,7 +2673,7 @@
#: Excel.xml:2783
#, no-c-format
msgid "This group of XLS-CSS attributes define the cell properties"
-msgstr ""
+msgstr "Questo gruppo di attributi XLS-CSS definisce le proprietà della cella"
#. Tag: para
#: Excel.xml:2793
@@ -2708,7 +2709,7 @@
#: Excel.xml:2823
#, no-c-format
msgid "The format mask of the cell, see"
-msgstr ""
+msgstr "La maschera di formato della cella, si veda"
#. Tag: para
#: Excel.xml:2830
@@ -2720,7 +2721,7 @@
#: Excel.xml:2833
#, no-c-format
msgid "The indentation of the cell value. The value is numeric."
-msgstr ""
+msgstr "L'indentazione del valore della cella. Il valore è numerico."
#. Tag: para
#: Excel.xml:2840
@@ -2768,7 +2769,7 @@
#: Excel.xml:2884
#, no-c-format
msgid "Should the cell values shrink to fit? Valid values are \"true\" and \"false\"."
-msgstr ""
+msgstr "I valori della cella devono adattarsi alla dimensione? I valori validi sono \"true\" e \"false\"."
#. Tag: para
#: Excel.xml:2892
@@ -2776,11 +2777,12 @@
msgid "xls-wrap"
msgstr "xls-wrap"
+# controllare traduzione
#. Tag: para
#: Excel.xml:2895
#, no-c-format
msgid "Should the cell wrap with newlines? Valid values are \"true\" and \"false\"."
-msgstr ""
+msgstr "La cella deve contenere nuove linee? I valori validi sono \"true\" e \"false\"."
#. Tag: title
#: Excel.xml:2906
16 years