[jboss-cvs] JBossAS SVN: r83128 - in projects/docs/enterprise/4.3.4: readme/en-US and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 20 23:25:20 EST 2009


Author: irooskov at redhat.com
Date: 2009-01-20 23:25:20 -0500 (Tue, 20 Jan 2009)
New Revision: 83128

Modified:
   projects/docs/enterprise/4.3.4/Server_Configuration_Guide/en-US/J2EE_Security_On_JBOSS.xml
   projects/docs/enterprise/4.3.4/readme/en-US/Release_Notes_CP04.xml
Log:
updated documentation with JIRA fixes


Modified: projects/docs/enterprise/4.3.4/Server_Configuration_Guide/en-US/J2EE_Security_On_JBOSS.xml
===================================================================
--- projects/docs/enterprise/4.3.4/Server_Configuration_Guide/en-US/J2EE_Security_On_JBOSS.xml	2009-01-21 04:20:42 UTC (rev 83127)
+++ projects/docs/enterprise/4.3.4/Server_Configuration_Guide/en-US/J2EE_Security_On_JBOSS.xml	2009-01-21 04:25:20 UTC (rev 83128)
@@ -3266,6 +3266,9 @@
      <attribute name="Configuration">
         <config>
             <invoker transport="sslsocket">
+	    <attribute name="dataType" isParam="true">invocation</attribute>
+		<attribute name="marshaller" isParam="true">org.jboss.invocation.unified.marshall.InvocationMarshaller</attribute>
+		<attribute name="unmarshaller" isParam="true">org.jboss.invocation.unified.marshall.InvocationUnMarshaller</attribute>
               <attribute name="serverSocketFactory">
               jboss.remoting:service=ServerSocketFactory,type=SSL
               </attribute>

Modified: projects/docs/enterprise/4.3.4/readme/en-US/Release_Notes_CP04.xml
===================================================================
--- projects/docs/enterprise/4.3.4/readme/en-US/Release_Notes_CP04.xml	2009-01-21 04:20:42 UTC (rev 83127)
+++ projects/docs/enterprise/4.3.4/readme/en-US/Release_Notes_CP04.xml	2009-01-21 04:25:20 UTC (rev 83128)
@@ -120,6 +120,11 @@
 				</para>
 			</listitem>
 		</itemizedlist>
+		<note>
+			<para>
+				The Enterprise Application Platform Server has been redefined for the enterprise market to a level where direct association to a community release can no longer be drawn.
+			</para>
+		</note>
 	</section>
 	<section id="Installation_Notes">
 		<title>Installation and Migration Notes</title>




More information about the jboss-cvs-commits mailing list