Author: eric Date: Sat Jun 16 14:40:20 2012 New Revision: 1350938 URL: http://svn.apache.org/viewvc?rev=1350938&view=rev Log: deploy JAXB bug in JDK7 doc (JAMES-1420)
Modified: james/site/trunk/www/server/3/install.html Modified: james/site/trunk/www/server/3/install.html URL: http://svn.apache.org/viewvc/james/site/trunk/www/server/3/install.html?rev=1350938&r1=1350937&r2=1350938&view=diff ============================================================================== --- james/site/trunk/www/server/3/install.html (original) +++ james/site/trunk/www/server/3/install.html Sat Jun 16 14:40:20 2012 @@ -18,7 +18,7 @@ under the License. --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia at Apr 17, 2012 --> +<!-- Generated by Apache Maven Doxia at Jun 16, 2012 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -37,7 +37,7 @@ <script type="text/javascript" src="./js/jquery/js/jquery-ui-1.8.5.custom.min.js"></script> <script type="text/javascript" src="./js/fancybox/jquery.fancybox-1.3.4.js"></script> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20120417" /> + <meta name="Date-Revision-yyyymmdd" content="20120616" /> <meta http-equiv="Content-Language" content="en" /> <link title="DOAP" rel="meta" type="application/rdf+xml" href="http://james.apache.org//doap_james-project.rdf"/> @@ -77,7 +77,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2012-04-17</span> + <span id="publishDate">Last Published: 2012-06-16</span> </div> <div class="xright"> <a href="../../index.html" title="Home">Home</a> | @@ -296,6 +296,11 @@ <p>James requires a Java Runtime Environment. Java version 1.5 or higher is required to run the James application. The exact JREs available depend on the platform. In addition, the environment variable JAVA_HOME should be set to the JRE home directory before running James.</p> + + <p>If you run JDK7, James will not start due to a bug in JAXB. As temporary workaround, you can + download the latest 2.1 version of JAXB from <a class="externalLink" href="http://jaxb.java.net/2.1.13/JAXB2_20100510.jar"> + http://jaxb.java.net/2.1.13/JAXB2_20100510.jar</a> + and copy the extracted jaxb-impl.jar into conf/lib.</p> <p>James 3.0 has been successfully tested on OpenJDK, Sun JDK and IBM JDK</p>