[jboss-cvs] JBossAS SVN: r69670 - trunk/build/docs.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 6 15:18:14 EST 2008


Author: scott.stark at jboss.org
Date: 2008-02-06 15:18:14 -0500 (Wed, 06 Feb 2008)
New Revision: 69670

Modified:
   trunk/build/docs/readme.html
Log:
Start updating for beta4

Modified: trunk/build/docs/readme.html
===================================================================
--- trunk/build/docs/readme.html	2008-02-06 19:57:36 UTC (rev 69669)
+++ trunk/build/docs/readme.html	2008-02-06 20:18:14 UTC (rev 69670)
@@ -1,8 +1,9 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><!-- $Id: readme.html,v 1.1.2.36 2006/05/13 15:42:36 dimitris Exp $ -->
-<meta content="text/html" http-equiv="content-type"><meta content="JBoss Inc." name="author"><title>JBoss 5.0.0.Beta3 Readme</title></head>
+<html><head>
+<!-- $Id: readme.html,v 1.1.2.36 2006/05/13 15:42:36 dimitris Exp $ -->
+<meta content="text/html" http-equiv="content-type"><meta content="JBoss Inc." name="author"><title>JBoss 5.0.0.Beta4 Readme</title></head>
 <body>
-<a href="http://www.jboss.com"><img src="http://www.jboss.org/themes/jbosstheme/img/logo.gif" alt="JBoss Inc."></a> <h1>JBoss 5.0.0.Beta3
+<a href="http://www.jboss.com"><img src="http://www.jboss.org/themes/jbosstheme/img/logo.gif" alt="JBoss Inc."></a> <h1>JBoss 5.0.0.Beta4
 Release Notes</h1>
 <p>This is the last <a href="http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossProductVersioning">
 <span style="text-decoration: none; font-weight: 700;">Beta</span></a>
@@ -16,7 +17,7 @@
 EE APIs &amp; Docs</a>. A tutorial on Java EE 5 can be found
 <a href="http://java.sun.com/javaee/5/docs/tutorial/doc/">here</a>.</p>
 <p>A sample Java EE 5 application that can be
-run on top of JBoss 5.0.0.Beta3 and demonstrates many interesting
+run on top of JBoss 5.0.0.Beta4 and demonstrates many interesting
 technologies is the <b><i>Seam Booking Application</i></b>
 available <a href="http://repository.jboss.org/maven2/org/jboss/seam/examples/">here</a>.&nbsp;This application makes use of the following technologies running on
 JBoss 5:</p>
@@ -88,7 +89,8 @@
 characteristics that match and exceed the Apache Http server.</li>
 </ul><p>JBoss 5 includes numerous features and bug fixes,
 many of them carried over upstream from the 4.x codebase. See the <a href="#Details">Detailed Release Notes</a> section for
-the full details.</p>
+the full details.</p>
+
 <h2><a name="Compatibility">Compatibility Issues</a></h2><ul><li>JBossAS 5 runs under Java 5 but there is an ongoing task to make it run safely under Java 6, too (<a href="http://jira.jboss.com/jira/browse/JBAS-5031">JBAS-5031</a>). If using a Sun Java 6 runtime, you may want to set&nbsp; <span style="font-family: monospace;">-Dsun.lang.ClassLoader.allowArraySyntax=true</span>, as described in <a href="http://jira.jboss.com/jira/browse/JBAS-4491">JBAS-4491</a>.</li><li>If using proprietary JBoss/EJB3 annotations, those&nbsp;have moved into the <span style="font-family: monospace;">org.jboss.ejb3.annotation </span>package, <a href="http://jira.jboss.com/jira/browse/EJBTHREE-1099">EJBTHREE-1099</a>. Those are now included in a new artifact, jboss-ejb3-ext-api.jar</li><li>Work on EJB3 Extended Persistence Context support is not completed, <a href="http://jira.jboss.com/jira/browse/EJBTHREE-1026">EJBTHREE-1026</a>.</li><li>Interoperating with previous JBoss EJB3 implementations!
  may present problems due to serialVersionUIDs issues,<a href="http://jira.jboss.com/jira/browse/EJBTHREE-1118"> EJBTHREE-1118</a>.</li><li>EJB 2.1 View requirements 
 </li><ul><li>Home extending <u>EJBLocalHome</u><a href="http://wiki.jboss.org/wiki/Edit.jsp?page=EJBLocalHome">?</a> or EJBHome 
 must be defined 
@@ -136,16 +138,31 @@
 </ul></li></ul></li></ul>Clustering related changes. Check out the&nbsp;<a href="http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossAS5ClusteringChanges">Wiki</a> for more info.<ul><li>The clustering configurations have been organized in the deploy dir in a new <span style="font-family: monospace;">cluster</span> subfolder (<a class="external" href="http://jira.jboss.com/jira/browse/JBAS-4709">JBAS-4709</a>).</li><li>A separate cache is now used for Clustered SSO (<a class="external" href="http://jira.jboss.com/jira/browse/JBAS-4676">JBAS-4676</a>).</li><li>Per webapp configuration of useJK, snapshot mode and snapshot interval (<a class="external" href="http://jira.jboss.com/jira/browse/JBAS-3460">JBAS-3460</a>).&nbsp;Default for useJK is whether jvmRoute is set (<a class="external" href="http://jira.jboss.com/jira/browse/JBAS-4961">JBAS-4961</a>).</li><li>Setting of default clustering metadata removed from the Web Deployer (<a class="external" href="http://jira.jboss.com/jira/b!
 rowse/JBAS-4967">JBAS-4967</a>). </li></ul>EJB3
 configuration &nbsp;is now controlled by
 deployers/ejb3.deployer/META-INF/ejb3-deployers-beans.xml. For more
-details check out this <a href="http://wiki.jboss.org/wiki/Wiki.jsp?page=ToAS5.0.0.Beta3">wiki</a> page.<br><br>For security related configuration changes, please consult this <a href="http://wiki.jboss.org/wiki/Wiki.jsp?page=SecurityInJBoss5">wiki</a> page.<br><br>Other known issues:<br><ul><li>Hot
+details check out this <a href="http://wiki.jboss.org/wiki/Wiki.jsp?page=ToAS5.0.0.Beta4">wiki</a> page.<br><br>For security related configuration changes, please consult this <a href="http://wiki.jboss.org/wiki/Wiki.jsp?page=SecurityInJBoss5">wiki</a> page.<br>
+
+<br>Other known issues:<br>
+<ul>
+<li>Hot
 deployment is enabled, however undeployment&nbsp;on Windows, by
 removing files from the ./deploy directory&nbsp; is problematic due to
-jar files being locked, <a href="http://jira.jboss.com/jira/browse/JBAS-4310">JBAS-4310</a>.</li><li>The Farm service is removed. Distributed deployments will eventually be handled by the AS 5 Profile Service, 
+jar files being locked, <a href="http://jira.jboss.com/jira/browse/JBAS-4310">JBAS-4310</a>.</li>
+<li>Excessive nestedjarNNN.tmp files in the tmp directory. The VFS unwraps nested
+jars by extracting the nested jar into a tmp file in the java tmp directory. This can
+result in a large number of files that fill up the tmp directory. You can disable this
+behavior by setting -Djboss.vfs.forceNoCopy=true on command line used to start
+jboss. This will be enabled by default in a future release.
+<li>The Farm service is removed. Distributed deployments will eventually be handled by the AS 5 Profile Service, 
 with the Profile Service (or JBoss ON) coordinating deployments across the 
 cluster from a centralized repository. The Farm Service's function of 
-replicating deployment archives between file systems will not be maintained.</li><li>The JSR77 view of the server is not implemented yet.</li></ul><h2><a name="Libraries">Library Updates</a></h2>
+replicating deployment archives between file systems will not be maintained.</li>
+<li>The JSR77 view of the server is not implemented yet.</li>
+</ul>
+
+<h2><a name="Libraries">Library Updates</a></h2>
 For a full list of the JBoss and thirdparty libraries used
-with JBoss AS 5.0.0.Beta3 see &nbsp;<a href="http://anonsvn.jboss.org/repos/jbossas/tags/JBoss_5_0_0_Beta3/build/build-thirdparty.xml">build-thirdparty.xml.</a>
-<h3>JBossAS 5.0.0.Beta3</h3>JBoss Library Updates
+with JBoss AS 5.0.0.Beta4 see &nbsp;<a href="http://anonsvn.jboss.org/repos/jbossas/tags/JBoss_5_0_0_Beta4/build/build-thirdparty.xml">build-thirdparty.xml.</a>
+
+<h3>JBossAS 5.0.0.Beta4</h3>JBoss Library Updates
 <ul> <li>hibernate, v3.2.4.SP1_CP01</li> <li>hibernate-annotations,
 v3.3.1.Beta1</li><li>hibernate-commons-annotations, v3.0.0.GA</li> <li>hibernate-entitymanager, v3.3.2.Beta1</li><li>hibernate-validator, v3.0.0.GA</li>
 <li>javassist, v3.6.0.GA</li> <li>jboss-aop, v2.0.0.CR1</li><li>jboss-cache, v2.1.0.CR2</li> <li>jboss-common-core,
@@ -155,7 +172,7 @@
 <li>remoting, v2.2.2.SP3</li><li>serialization, v1.0.3.GA</li><li>test, v1.0.4.GA</li><li>jboss-web, v2.1.0.CR11</li><li>jgroups, v2.6.1.GA</li></ul>Thirdparty
 Library Updates<br><ul><li>antlr, v2.7.6</li><li>apache-avalon,v 4.1.5</li><li>apache-avalon-logkit, v1.2</li><li>apache-bcel, v5.1</li><li>apache-beanutils, v1.7.0</li><li>apache-bsf, v2.3.0</li><li>apache-codec, v1.3.0</li><li>apache-collections, v3.1</li><li>apache-digester, v1.7</li><li>apache-discovery, v0.4</li><li>apache-fileupload, v1.1.1</li><li>apache-httpclient, v3.0.1</li><li>apache-jaxme, v0.2-cvs</li><li>apache-log4j, v1.2.14</li><li>apache-logging, v1.1.0.jboss</li><li>apache-myfaces, v1.1.3</li><li>apache-scout, v0.7rc2</li><li>apache-slide, v2.1</li><li>apache-velocity, v1.4jboss</li><li>apache-xalan, v2.7.0.patch01</li><li>apache-xerces, v2.9.0</li><li>apache-xmlsec, v1.3.0</li><li>beanshell, v1.3.0</li><li>cglib, v2.1.3</li><li>commons-el, v1.0</li><li>dom4j, v1.6.1</li><li>easymock, v1.1</li><li>gjt-jpl-util, v1.0</li><li>gnu-getopt, v1.0.12</li><li>hsqldb, v1.8.0.8</li><li>jacorb, v2.3.0jboss.patch5</li><li>jaxen, v1.1</li><li>jfreechart, v0.9.20</li><l!
 i>joesnmp, v0.3.4</li><li>juddi, v0.9RC4</li><li>junit, v3.8.2</li><li>nekohtml, v0.9.1</li><li>objectweb-joramtests, v1.5</li><li>odmg, v3.0</li><li>opensaml, v1.1b</li><li>oswego-concurrent, v1.3.4-jboss-update1</li><li>qdox, v1.6.1</li><li>quartz, v1.5.2</li><li>sleepycat, v3.0.12</li><li>spring, v2.0</li><li>sun-jaf, v1.1</li><li>sun-javacc, v3.2</li><li>sun-javamail, v1.4</li><li>sun-jsf, v1.2_04_P02</li><li>sun-jstl, v1.2</li><li>sun-opends, v0.1.0.build016</li><li>sun-servlet, v2.5</li><li>sun-xacml, v2.0</li><li>trove, v1.0.2</li><li>woodstox, v3.1.1</li><li>xdoclet, v1.2.3</li><li>xmlunit-xmlunit, v1.0</li></ul><ul></ul><h1><a name="Details">Detailed Release
 Notes</a></h1>
-<h3>Includes versions: JBossAS-5.0.0.Beta3</h3>
+<h3>Includes versions: JBossAS-5.0.0.Beta4</h3>
 <hr><!-- ======================================================= --><h2>Feature
 Request</h2> <ul> <li> [ <a href="http://jira.jboss.com/jira/browse/JBAS-3400">JBAS-3400</a>
 ] JaasSecurityManagerService can show security provider/JCA algorithm
@@ -520,7 +537,7 @@
 [ <a href="http://jira.jboss.com/jira/browse/JBAS-4551">JBAS-4551</a>
 ] Rationalize clustering testsuite </li> <li> [ <a href="http://jira.jboss.com/jira/browse/JBAS-4562">JBAS-4562</a>
 ] Track jboss and thirdparty dependencies upgrades for JBoss
-5.0.0.Beta3 </li> <li> [ <a href="http://jira.jboss.com/jira/browse/JBAS-4567">JBAS-4567</a>
+5.0.0.Beta4 </li> <li> [ <a href="http://jira.jboss.com/jira/browse/JBAS-4567">JBAS-4567</a>
 ] Install jbossws-2.0.x </li> <li> [ <a href="http://jira.jboss.com/jira/browse/JBAS-4599">JBAS-4599</a>
 ] JaasSecurityManager refactor </li> <li> [ <a href="http://jira.jboss.com/jira/browse/JBAS-4601">JBAS-4601</a>
 ] Add example sybase-xa-ds.xml from the forums </li> <li>
@@ -799,4 +816,4 @@
 development and integration through deployment and maintenance. Visit
 the <a href="http://www.jboss.org/services/index">JBoss
 Services</a> page for more information.</p>
-</body></html>
\ No newline at end of file
+</body></html>




More information about the jboss-cvs-commits mailing list