[jboss-cvs] JBossAS SVN: r82181 - projects/docs/community/5/Installation_And_Getting_Started_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Dec 10 01:41:49 EST 2008


Author: scott.stark at jboss.org
Date: 2008-12-10 01:41:49 -0500 (Wed, 10 Dec 2008)
New Revision: 82181

Modified:
   projects/docs/community/5/Installation_And_Getting_Started_Guide/en-US/Getting_Started.xml
   projects/docs/community/5/Installation_And_Getting_Started_Guide/en-US/Installation_And_Getting_Started_Guide.xml
   projects/docs/community/5/Installation_And_Getting_Started_Guide/en-US/Installation_With_Source_Download.xml
   projects/docs/community/5/Installation_And_Getting_Started_Guide/en-US/Sample_JSF_EJB3_Application.xml
   projects/docs/community/5/Installation_And_Getting_Started_Guide/en-US/Server_Configurations.xml
Log:
JBAS-6280, further updates, add a What's new section


Modified: projects/docs/community/5/Installation_And_Getting_Started_Guide/en-US/Getting_Started.xml
===================================================================
--- projects/docs/community/5/Installation_And_Getting_Started_Guide/en-US/Getting_Started.xml	2008-12-10 06:15:16 UTC (rev 82180)
+++ projects/docs/community/5/Installation_And_Getting_Started_Guide/en-US/Getting_Started.xml	2008-12-10 06:41:49 UTC (rev 82181)
@@ -79,36 +79,38 @@
                                 <title>Select alternatives for java, javac and java_sdk_1.&lt;x&gt;</title>
                                 <listitem>
                                     <para>
-                                        As root, type the following command at the shell prompt and you should see something like this: <programlisting>
-                                            [root at vsr ~]$ /usr/sbin/alternatives --config java
-                                            There are 2 programs which provide 'java'.
-                                            Selection    Command
-                                            -----------------------------------------------
-                                            1           /usr/lib/jvm/jre-1.4.2-gcj/bin/java
-                                            *+ 2           /usr/lib/jvm/jre-1.5.0-sun/bin/java
-                                            Enter to keep the current selection[+], or type selection number:
-                                        </programlisting>
+                                        As root, type the following command at the shell prompt and you should see something like this:
+<programlisting>
+[root at vsr ~]$ /usr/sbin/alternatives --config java
+There are 2 programs which provide 'java'.
+Selection    Command
+-----------------------------------------------
+1           /usr/lib/jvm/jre-1.4.2-gcj/bin/java
+*+ 2           /usr/lib/jvm/jre-1.5.0-sun/bin/java
+Enter to keep the current selection[+], or type selection number:
+</programlisting>
                                         Make sure the Sun version [<literal>jre-1.5.0-sun</literal> in this case] is selected (marked with a '+' in the output), or select it by entering its number as prompted.
                                     </para>
                                 </listitem>
                                 <listitem>
                                     <para>
-                                        Repeat the same for javac and java_sdk_1.&lt;x&gt; <programlisting>
-                                            [root at vsr ~]$ /usr/sbin/alternatives --config javac
-                                            There are 1 programs which provide 'javac'.
-                                            Selection   Command
-                                            -----------------------------------------------
-                                            *+ 1           /usr/lib/jvm/java-1.5.0-sun/bin/javac
-                                            Enter to keep the current selection[+], or type selection number:
-                                        </programlisting>
-                                        <programlisting>
-                                            [root at vsr ~]$ /usr/sbin/alternatives --config java_sdk_1.5.0
-                                            There are 1 programs which provide 'java_sdk_1.5.0'.
-                                            Selection   Command
-                                            -----------------------------------------------
-                                            *+ 1           /usr/lib/jvm/java-1.5.0-sun
-                                            Enter to keep the current selection[+], or type selection number:
-                                        </programlisting>
+                                        Repeat the same for javac and java_sdk_1.&lt;x&gt;
+<programlisting>
+[root at vsr ~]$ /usr/sbin/alternatives --config javac
+There are 1 programs which provide 'javac'.
+Selection   Command
+-----------------------------------------------
+*+ 1           /usr/lib/jvm/java-1.5.0-sun/bin/javac
+Enter to keep the current selection[+], or type selection number:
+</programlisting>
+<programlisting>
+[root at vsr ~]$ /usr/sbin/alternatives --config java_sdk_1.5.0
+There are 1 programs which provide 'java_sdk_1.5.0'.
+Selection   Command
+-----------------------------------------------
+*+ 1           /usr/lib/jvm/java-1.5.0-sun
+Enter to keep the current selection[+], or type selection number:
+</programlisting>
                                         You should verify that java, javac and java_sdk_1.&lt;x&gt; all point to the same manufacturer and version.
                                     </para>
                                 </listitem>
@@ -146,11 +148,5 @@
                 </itemizedlist>
             </para>
         </section>
-        
-        
-        
-        
-        
     </section>
 </chapter>
-

Modified: projects/docs/community/5/Installation_And_Getting_Started_Guide/en-US/Installation_And_Getting_Started_Guide.xml
===================================================================
--- projects/docs/community/5/Installation_And_Getting_Started_Guide/en-US/Installation_And_Getting_Started_Guide.xml	2008-12-10 06:15:16 UTC (rev 82180)
+++ projects/docs/community/5/Installation_And_Getting_Started_Guide/en-US/Installation_And_Getting_Started_Guide.xml	2008-12-10 06:41:49 UTC (rev 82181)
@@ -43,8 +43,9 @@
 	</bookinfo>
 
 	<xi:include href="Preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="Getting_Started.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="Installation_Alternatives.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+                         <xi:include href="Whats_New.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+                         <xi:include href="Getting_Started.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+                         <xi:include href="Installation_Alternatives.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 	<xi:include href="Installation_With_Binary_Download.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 	<xi:include href="Installation_With_Source_Download.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 	<xi:include href="Setting_JBOSS_HOME.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />

Modified: projects/docs/community/5/Installation_And_Getting_Started_Guide/en-US/Installation_With_Source_Download.xml
===================================================================
--- projects/docs/community/5/Installation_And_Getting_Started_Guide/en-US/Installation_With_Source_Download.xml	2008-12-10 06:15:16 UTC (rev 82180)
+++ projects/docs/community/5/Installation_And_Getting_Started_Guide/en-US/Installation_With_Source_Download.xml	2008-12-10 06:41:49 UTC (rev 82181)
@@ -30,7 +30,7 @@
         </para>
     </section>
     
-    <section><title>Installing and configuring ANT</title>
+    <section id="Installing_Configuring_ANT"><title>Installing and configuring ANT</title>
         <para>
             <ulink url="http://ant.apache.org/">Apache Ant</ulink> is a Java-based build tool. Instead of using an extended model using shell-based commands, Ant is extended using Java classes that use XML-based configuration files. The configuration files call out a target tree that executes various tasks. Each task is run by an object that implements a particular Task interface. 
             This gives you the ability to perform cross platform builds. Please also note that if needed, Ant provides an &lt;exec&gt; task that allows commands to be executed based on the Operating System it is executing on. For more information on Apache ANT please click <ulink url="http://ant.apache.org/">here</ulink>.
@@ -76,7 +76,7 @@
         </para>
     </section>
     
-    <section><title>Building with Apache ANT</title>
+    <section id="Building_With_ANT"><title>Building with Apache ANT</title>
         <para>
             To build the JBoss Application Server source files with Apache ANT, from a terminal change directory to where the unzipped source files are. In the following example we are assuming that the source files were copied and unzipped in the logged in user's <filename>downloads</filename> folder.
             
@@ -148,8 +148,30 @@
             
         </para>
     </section>
-    
-    
-    
-    
+    <section id="Java6_Notes">
+        <title>Java6 Notes</title>
+        <para>JBossAS 5.0.0.GA can be compiled with both Java5 and Java6. The Java5 compiled binary is our primary/recommended binary 
+            distribution. It has undergone rigorous testing and can run under both a Java 5 and a Java 6 runtime. When running 
+            under Java 6 you need to manually copy the following libraries from the JBOSS_HOME/client directory to the 
+            JBOSS_HOME/lib/endorsed directory, so that the JAX-WS 2.0 apis supported by JBossWS are used:
+            <simplelist>
+                <member>jbossws-native-saaj.jar</member>
+                <member>jbossws-native-jaxrpc.jar</member>
+                <member>jbossws-native-jaxws.jar</member>
+                <member>jbossws-native-jaxws-ext.jar</member>
+            </simplelist>
+            
+            The other option is to download the jdk6 distribution (jboss-5.0.0.GA-jdk6.zip) in which case no configuration 
+            changes are required. If you still have problems using JBoss with a Sun Java 6 runtime, you may want to set  
+            -Dsun.lang.ClassLoader.allowArraySyntax=true, as described in JBAS-4491. Other potential problems under a Java 6 
+            runtime include:
+            <simplelist>
+                <member>ORB getting prematurely destroyed when using Sun JDK 6 (see Sun Bug ID: 6520484)</member>
+                <member>Unimplemented methods in Hibernate for JDK6 interfaces.</member>
+                <member>When JBossAS 5 is compiled with Java 6, support for the extended JDBC 4 API is included in the binary, however 
+                    this can only be used under a Java 6 runtime. In this case no manual configuration steps are necessary.</member>
+            </simplelist>
+            <note><para>It should be noted that the Java 6 compiled distribution of JBoss AS 5 is still in an experimental stage in terms of testing.</para></note>
+        </para>
+    </section>
 </chapter>

Modified: projects/docs/community/5/Installation_And_Getting_Started_Guide/en-US/Sample_JSF_EJB3_Application.xml
===================================================================
--- projects/docs/community/5/Installation_And_Getting_Started_Guide/en-US/Sample_JSF_EJB3_Application.xml	2008-12-10 06:15:16 UTC (rev 82180)
+++ projects/docs/community/5/Installation_And_Getting_Started_Guide/en-US/Sample_JSF_EJB3_Application.xml	2008-12-10 06:41:49 UTC (rev 82181)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
 ]>
 <chapter id="Sample_JSF_EJB3_Application">
 	<title>Sample JSF-EJB3 Application</title>

Modified: projects/docs/community/5/Installation_And_Getting_Started_Guide/en-US/Server_Configurations.xml
===================================================================
--- projects/docs/community/5/Installation_And_Getting_Started_Guide/en-US/Server_Configurations.xml	2008-12-10 06:15:16 UTC (rev 82180)
+++ projects/docs/community/5/Installation_And_Getting_Started_Guide/en-US/Server_Configurations.xml	2008-12-10 06:41:49 UTC (rev 82181)
@@ -1210,5 +1210,9 @@
 				</tgroup>
 			</table>
 		</para>
-    </section>
 </section>
+	<section>
+		<title></title>
+	</section>
+	
+</section>




More information about the jboss-cvs-commits mailing list