[jboss-cvs] JBossAS SVN: r97522 - in projects/docs/enterprise: 5.0/Installation_Guide/en-US and 2 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Dec 7 23:29:42 EST 2009
Author: laubai
Date: 2009-12-07 23:29:42 -0500 (Mon, 07 Dec 2009)
New Revision: 97522
Modified:
projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_Introduction.xml
projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Web_Services.xml
projects/docs/enterprise/5.0/Installation_Guide/en-US/Migration.xml
projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_Introduction.xml
projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Web_Services.xml
projects/docs/enterprise/EWP_5.0/Installation_Guide/en-US/Migration.xml
Log:
Added changes for JBPAPP 3130, 3093, 3091, 3042.
Modified: projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_Introduction.xml
===================================================================
--- projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_Introduction.xml 2009-12-08 03:29:08 UTC (rev 97521)
+++ projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_Introduction.xml 2009-12-08 04:29:42 UTC (rev 97522)
@@ -335,7 +335,7 @@
<note><para>Including <literal>-Djboss.service.binding.set=ports-default</literal>
on the command line for node1 isn't technically necessary, since
- <literal>ports-default</literal> is the ... default. But using a
+ <literal>ports-default</literal> is the default value. But using a
consistent set of command line arguments across all servers is
helpful to people less familiar with all the details.</para></note>
@@ -495,8 +495,8 @@
import org.hibernate.annotations.CacheConcurrencyStrategy;
@Entity
- at Cache (usage=CacheConcurrencyStrategy.TRANSACTIONAL)
-public class Account implements Serializable]]>
+ at Cache(usage=CacheConcurrencyStrategy.TRANSACTIONAL)
+public class Account implements Serializable {]]>
</programlisting>
<para>See <xref linkend="clustering-entity"/> for more advanced
Modified: projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Web_Services.xml
===================================================================
--- projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Web_Services.xml 2009-12-08 03:29:08 UTC (rev 97521)
+++ projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Web_Services.xml 2009-12-08 04:29:42 UTC (rev 97522)
@@ -1560,10 +1560,10 @@
</programlisting>
</section>
</section>
- <section>
+<!-- <section>
<title>WS-BPEL</title>
<para>WS-BPEL is not supported with JAX-WS, please refer to <ulink url="http://www.jboss.org/community/wiki/JBossWS-JAX-RPCUserGuide#WSBPEL">JAX-RPC User Guide#WS-BPEL</ulink>.</para>
- </section>
+ </section>-->
<section>
<title>WS-Security</title>
<para>WS-Security addresses message level security. It standardizes authorization, encryption, and digital signature processing of web services. Unlike transport security models, such as SSL, WS-Security applies security directly to the elements of the web service message. This increases the flexibility of your web services, by allowing any message model to be used (point to point, multi-hop relay, etc).</para>
Modified: projects/docs/enterprise/5.0/Installation_Guide/en-US/Migration.xml
===================================================================
--- projects/docs/enterprise/5.0/Installation_Guide/en-US/Migration.xml 2009-12-08 03:29:08 UTC (rev 97521)
+++ projects/docs/enterprise/5.0/Installation_Guide/en-US/Migration.xml 2009-12-08 04:29:42 UTC (rev 97522)
@@ -635,19 +635,22 @@
Clustering configurations have been moved to a new <filename>/deploy/cluster</filename> directory.
</para>
<programlisting>
-+---cluster
-| | cluster-beans.xml
-| | deploy-hasingleton-beans.xml
-| | ejb3-clustered-sfsbcache-beans.xml
-| | ejb3-entity-cache-beans.xml
-| | jbossweb-cluster-beans.xml
-| | jbossweb-cluster.aop
-||
-| \---jgroups-channelfactory.sar
-| \---META-INF
-| multiplexer-beans.xml
-| multiplexer-stacks.xml
- </programlisting>
+cluster
+|-- deploy-hasingleton-jboss-beans.xml
+|-- farm-deployment-jboss-beans.xml
+|-- ha-legacy-jboss-beans.xml
+|-- hajndi-jboss-beans.xml
+|-- hapartition-jboss-beans.xml
+|-- jboss-cache-manager.sar
+| `-- META-INF
+| |-- jboss-cache-configs.xml
+| `-- jboss-cache-manager-jboss-beans.xml
+|-- jbossweb-cluster.aop
+|-- jgroups-channelfactory.sar
+| `-- META-INF
+| |-- jgroups-channelfactory-jboss-beans.xml
+| `-- jgroups-channelfactory-stacks.xml
+`-- timestamps-jboss-beans.xml </programlisting>
</listitem>
<listitem>
<para>
Modified: projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_Introduction.xml
===================================================================
--- projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_Introduction.xml 2009-12-08 03:29:08 UTC (rev 97521)
+++ projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_Introduction.xml 2009-12-08 04:29:42 UTC (rev 97522)
@@ -335,7 +335,7 @@
<note><para>Including <literal>-Djboss.service.binding.set=ports-default</literal>
on the command line for node1 isn't technically necessary, since
- <literal>ports-default</literal> is the ... default. But using a
+ <literal>ports-default</literal> is the default value. But using a
consistent set of command line arguments across all servers is
helpful to people less familiar with all the details.</para></note>
@@ -495,8 +495,8 @@
import org.hibernate.annotations.CacheConcurrencyStrategy;
@Entity
- at Cache (usage=CacheConcurrencyStrategy.TRANSACTIONAL)
-public class Account implements Serializable]]>
+ at Cache(usage=CacheConcurrencyStrategy.TRANSACTIONAL)
+public class Account implements Serializable {]]>
</programlisting>
<para>See <xref linkend="clustering-entity"/> for more advanced
Modified: projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Web_Services.xml
===================================================================
--- projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Web_Services.xml 2009-12-08 03:29:08 UTC (rev 97521)
+++ projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Web_Services.xml 2009-12-08 04:29:42 UTC (rev 97522)
@@ -1560,10 +1560,10 @@
</programlisting>
</section>
</section>
- <section>
+ <!--<section>
<title>WS-BPEL</title>
<para>WS-BPEL is not supported with JAX-WS, please refer to <ulink url="http://www.jboss.org/community/wiki/JBossWS-JAX-RPCUserGuide#WSBPEL">JAX-RPC User Guide#WS-BPEL</ulink>.</para>
- </section>
+ </section>-->
<section>
<title>WS-Security</title>
<para>WS-Security addresses message level security. It standardizes authorization, encryption, and digital signature processing of web services. Unlike transport security models, such as SSL, WS-Security applies security directly to the elements of the web service message. This increases the flexibility of your web services, by allowing any message model to be used (point to point, multi-hop relay, etc).</para>
Modified: projects/docs/enterprise/EWP_5.0/Installation_Guide/en-US/Migration.xml
===================================================================
--- projects/docs/enterprise/EWP_5.0/Installation_Guide/en-US/Migration.xml 2009-12-08 03:29:08 UTC (rev 97521)
+++ projects/docs/enterprise/EWP_5.0/Installation_Guide/en-US/Migration.xml 2009-12-08 04:29:42 UTC (rev 97522)
@@ -635,18 +635,22 @@
Clustering configurations have been moved to a new <filename>/deploy/cluster</filename> directory.
</para>
<programlisting>
-+---cluster
-| | cluster-beans.xml
-| | deploy-hasingleton-beans.xml
-| | ejb3-clustered-sfsbcache-beans.xml
-| | ejb3-entity-cache-beans.xml
-| | jbossweb-cluster-beans.xml
-| | jbossweb-cluster.aop
-||
-| \---jgroups-channelfactory.sar
-| \---META-INF
-| multiplexer-beans.xml
-| multiplexer-stacks.xml
+cluster
+|-- deploy-hasingleton-jboss-beans.xml
+|-- farm-deployment-jboss-beans.xml
+|-- ha-legacy-jboss-beans.xml
+|-- hajndi-jboss-beans.xml
+|-- hapartition-jboss-beans.xml
+|-- jboss-cache-manager.sar
+| `-- META-INF
+| |-- jboss-cache-configs.xml
+| `-- jboss-cache-manager-jboss-beans.xml
+|-- jbossweb-cluster.aop
+|-- jgroups-channelfactory.sar
+| `-- META-INF
+| |-- jgroups-channelfactory-jboss-beans.xml
+| `-- jgroups-channelfactory-stacks.xml
+`-- timestamps-jboss-beans.xml
</programlisting>
</listitem>
<listitem>
More information about the jboss-cvs-commits
mailing list