You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlbeans.apache.org by ra...@apache.org on 2007/06/05 00:44:06 UTC

svn commit: r544318 - in /xmlbeans/site: build/site/ build/site/sourceAndBinaries/ src/documentation/content/xdocs/ src/documentation/content/xdocs/sourceAndBinaries/

Author: radup
Date: Mon Jun  4 15:44:05 2007
New Revision: 544318

URL: http://svn.apache.org/viewvc?view=rev&rev=544318
Log:
Update the website with news about the XmlBeans 2.3.0 release.

Modified:
    xmlbeans/site/build/site/index.html
    xmlbeans/site/build/site/news.html
    xmlbeans/site/build/site/sourceAndBinaries/index.html
    xmlbeans/site/src/documentation/content/xdocs/index.xml
    xmlbeans/site/src/documentation/content/xdocs/news.xml
    xmlbeans/site/src/documentation/content/xdocs/sourceAndBinaries/index.xml

Modified: xmlbeans/site/build/site/index.html
URL: http://svn.apache.org/viewvc/xmlbeans/site/build/site/index.html?view=diff&rev=544318&r1=544317&r2=544318
==============================================================================
--- xmlbeans/site/build/site/index.html (original)
+++ xmlbeans/site/build/site/index.html Mon Jun  4 15:44:05 2007
@@ -220,8 +220,46 @@
 <p>For more details on XMLBeans see the <a href="http://wiki.apache.org/xmlbeans">XMLBeans Wiki pages</a> or the XMLBeans documentation (the Documentation tab
 				on this website).</p>
 </div>
+        
+<a name="N10036"></a><a name="New+Release%3A+Apache+XMLBeans+2.3.0+%28June+1%2C+2007%29"></a>
+<h2 class="h3">New Release: Apache XMLBeans 2.3.0 (June 1, 2007)</h2>
+<div class="section">
+<p>
+                Download the latest release <a href="http://www.apache.org/dyn/closer.cgi/xmlbeans">here</a>.
+            </p>
+<p>
+            
+<strong>In order to run XmlBeans 2.3.0 with JDK 1.4, it is necessary to add xmlbeans-qname.jar on the classpath of your application alongside xbean.jar</strong>
+            
+</p>
+<p>
+                Because XMLBeans 2.3.0 is designed to be used with Saxon-8.8 for XPath/XQuery support and because Saxon is not backwards-compatible,
+                it is strongly reccomended that if you use Saxon-8.6.1 with XMLBeans, you upgrade to <a href="http://sourceforge.net/projects/saxon">Saxon-8.8</a>.
+            </p>
+<p>
+                Few of the improvements in this release (for a more complete list of changes see <a href="http://svn.apache.org/viewcvs.cgi/xmlbeans/trunk/CHANGES.txt?view=markup&pathrev=540734">CHANGES.txt</a>
+            
+</p>
+<ul>
+                
+<li>Added options to handle serialization of CDATA sections</li>
+                
+<li>Improved XQuery support by updating to SaxonB-8.8</li>
                 
-<a name="N10036"></a><a name="XMLBeans%2FXPath+Update+%28July+22%2C+2006%29"></a>
+<li>Numerous bug fixes</li>
+            
+</ul>
+<p> 
+<br> 
+</p>
+<p>
+                
+<a href="news.html">More news.</a>
+            
+</p>
+</div>
+                
+<a name="N10070"></a><a name="XMLBeans%2FXPath+Update+%28July+22%2C+2006%29"></a>
 <h2 class="h3">XMLBeans/XPath Update (July 22, 2006)</h2>
 <div class="section">
 <p>
@@ -244,40 +282,10 @@
       </p>
 </div>
 		
-<a name="N10059"></a><a name="New+Release%3A+Apache+XMLBeans+2.2.0+%28June+23%2C+2006%29"></a>
-<h2 class="h3">New Release: Apache XMLBeans 2.2.0 (June 23, 2006)</h2>
-<div class="section">
-<p>
-         Download the latest release
-        <a href="http://www.apache.org/dyn/closer.cgi/xmlbeans">here</a>.
-      </p>
-<p>
-        These are a few of the improvements in this release for a more complete list of changes see <a href="http://svn.apache.org/viewcvs.cgi/xmlbeans/trunk/CHANGES.txt?rev=328990">CHANGES.txt</a>
-      
-</p>
-<ul>
-        
-<li>Updated to the latest XMLSchema.xsd - January 25, 2006</li>
-        
-<li>Updated XmlBeans to work with SaxonB-8.6.1 in place of SaxonB8.1</li>
-        
-<li>XQuery external variable binding support</li>
-      
-</ul>
-<p> 
-<br> 
-</p>
-<p>
-        
-<a href="news.html">More news.</a>
-      
-</p>
-</div>
-		
-<a name="N10086"></a><a name="Getting+Started"></a>
+<a name="N10093"></a><a name="Getting+Started"></a>
 <h2 class="h3">Getting Started</h2>
 <div class="section">
-<a name="N1008C"></a><a name="Start+off+with+your+own+stuff."></a>
+<a name="N10099"></a><a name="Start+off+with+your+own+stuff."></a>
 <h3 class="h4">Start off with your own stuff.</h3>
 <p>If you want to get right to it with your own XML schema and instance, follow these basic steps:</p>
 <ol>
@@ -314,11 +322,11 @@
 </li>
 				
 </ol>
-<a name="N100B3"></a><a name="Read+a+tutorial."></a>
+<a name="N100C0"></a><a name="Read+a+tutorial."></a>
 <h3 class="h4">Read a tutorial.</h3>
 <p>Read our <a href="documentation/tutorial_getstarted.html">tutorial</a> to get a sense of XMLBeans
 					basics.</p>
-<a name="N100C1"></a><a name="Read+documentation+and+other+information."></a>
+<a name="N100CE"></a><a name="Read+documentation+and+other+information."></a>
 <h3 class="h4">Read documentation and other information.</h3>
 <p>On our <a href="documentation/index.html#XMLBeans+Version+1+User+Documentation">documentation</a> page, you'll find links to
 					several topics that describe XMLBeans features and how to use them. You'll also
@@ -327,7 +335,7 @@
 					with new answers as they're needed.</p>
 <p>Don't forget the <a target="_top" href="http://wiki.apache.org/xmlbeans/">XMLBeans Wiki</a>, which collects
 					lots of valuable information.</p>
-<a name="N100DD"></a><a name="Check+out+the+samples."></a>
+<a name="N100EA"></a><a name="Check+out+the+samples."></a>
 <h3 class="h4">Check out the samples.</h3>
 <p>Many of the XMLBeans features are illustrated in our <a href="samples/index.html#Getting+the+Samples">samples</a>.</p>
 </div>

Modified: xmlbeans/site/build/site/news.html
URL: http://svn.apache.org/viewvc/xmlbeans/site/build/site/news.html?view=diff&rev=544318&r1=544317&r2=544318
==============================================================================
--- xmlbeans/site/build/site/news.html (original)
+++ xmlbeans/site/build/site/news.html Mon Jun  4 15:44:05 2007
@@ -196,7 +196,38 @@
 <h1>XMLBeans News</h1>
 
 
-<a name="N1000C"></a><a name="XMLBeans%2FXPath+Update+%28July+22%2C+2006%29"></a>
+<a name="N1000C"></a><a name="New+Release%3A+Apache+XMLBeans+2.3.0+%28June+1%2C+2007%29"></a>
+<h2 class="h3">New Release: Apache XMLBeans 2.3.0 (June 1, 2007)</h2>
+<div class="section">
+<p>
+        Download the latest release <a href="http://www.apache.org/dyn/closer.cgi/xmlbeans">here</a>.
+    </p>
+<p>
+    
+<strong>In order to run XmlBeans 2.3.0 with JDK 1.4, it is necessary to add xmlbeans-qname.jar on the classpath of your application alongside xbean.jar</strong>
+    
+</p>
+<p>
+        Because XMLBeans 2.3.0 is designed to be used with Saxon-8.8 for XPath/XQuery support and because Saxon is not backwards-compatible,
+        it is strongly reccomended that if you use Saxon-8.6.1 with XMLBeans, you upgrade to <a href="http://sourceforge.net/projects/saxon">Saxon-8.8</a>.
+    </p>
+<p>
+        Few of the improvements in this release (for a more complete list of changes see <a href="http://svn.apache.org/viewcvs.cgi/xmlbeans/trunk/CHANGES.txt?view=markup&pathrev=540734">CHANGES.txt</a>
+    
+</p>
+<ul>
+        
+<li>Added options to handle serialization of CDATA sections</li>
+        
+<li>Improved XQuery support by updating to SaxonB-8.8</li>
+        
+<li>Numerous bug fixes</li>
+    
+</ul>
+</div>
+
+
+<a name="N1003A"></a><a name="XMLBeans%2FXPath+Update+%28July+22%2C+2006%29"></a>
 <h2 class="h3">XMLBeans/XPath Update (July 22, 2006)</h2>
 <div class="section">
 <p>
@@ -220,7 +251,7 @@
 </div>
 
 
-<a name="N1002F"></a><a name="Release%3A+Just+released+Apache+XMLBeans+2.2.0%21+%28June+23%2C+2006%29"></a>
+<a name="N1005D"></a><a name="Release%3A+Just+released+Apache+XMLBeans+2.2.0%21+%28June+23%2C+2006%29"></a>
 <h2 class="h3">Release: Just released Apache XMLBeans 2.2.0! (June 23, 2006)</h2>
 <div class="section">
 <p>
@@ -242,7 +273,7 @@
 </div>
 
 
-<a name="N1004E"></a><a name="Apache+XMLBeans+updated+to+use+SaxonB+8.6.1+%2816+February+2006%29"></a>
+<a name="N1007C"></a><a name="Apache+XMLBeans+updated+to+use+SaxonB+8.6.1+%2816+February+2006%29"></a>
 <h2 class="h3">Apache XMLBeans updated to use SaxonB 8.6.1 (16 February 2006)</h2>
 <div class="section">
 <p>
@@ -253,7 +284,7 @@
 </div>
 
 
-<a name="N10058"></a><a name="Release%3A+Apache+XMLBeans+2.1.0+released%21+%2816+November+2005%29"></a>
+<a name="N10086"></a><a name="Release%3A+Apache+XMLBeans+2.1.0+released%21+%2816+November+2005%29"></a>
 <h2 class="h3">Release: Apache XMLBeans 2.1.0 released! (16 November 2005)</h2>
 <div class="section">
 <p>
@@ -269,7 +300,7 @@
 </div>
 
 
-<a name="N1006E"></a><a name="Release%3A+Apache+XMLBeans+2.0.0+released%21+%2830+June+2005%29"></a>
+<a name="N1009C"></a><a name="Release%3A+Apache+XMLBeans+2.0.0+released%21+%2830+June+2005%29"></a>
 <h2 class="h3">Release: Apache XMLBeans 2.0.0 released! (30 June 2005)</h2>
 <div class="section">
 <p>
@@ -305,7 +336,7 @@
 </div>
 
 
-<a name="N10097"></a><a name="Update%3A+The+missing+xbean_xpath.jar+and+xmlpublic.jar+from+the+2.0.0-beta1+release+have+been+found%21+%283+March+2005%29"></a>
+<a name="N100C5"></a><a name="Update%3A+The+missing+xbean_xpath.jar+and+xmlpublic.jar+from+the+2.0.0-beta1+release+have+been+found%21+%283+March+2005%29"></a>
 <h2 class="h3">Update: The missing xbean_xpath.jar and xmlpublic.jar from the 2.0.0-beta1 release have been found! (3 March 2005)</h2>
 <div class="section">
 <p>
@@ -334,7 +365,7 @@
 </div>
 
 
-<a name="N100B1"></a><a name="Release%3A+Apache+XMLBeans+2.0.0-beta1%2C+1.0.4%2C+and+1.0.4-jdk1.3+released%21+%2824+February+2005%29"></a>
+<a name="N100DF"></a><a name="Release%3A+Apache+XMLBeans+2.0.0-beta1%2C+1.0.4%2C+and+1.0.4-jdk1.3+released%21+%2824+February+2005%29"></a>
 <h2 class="h3">Release: Apache XMLBeans 2.0.0-beta1, 1.0.4, and 1.0.4-jdk1.3 released! (24 February 2005)</h2>
 <div class="section">
 <p>The Apache XMLBeans project is pleased to announce new releases of XMLBeans available for
@@ -372,7 +403,7 @@
 </div>
 
 
-<a name="N100DD"></a><a name="XMLBeans+moved+to+SVN+%287+December+2004%29"></a>
+<a name="N1010B"></a><a name="XMLBeans+moved+to+SVN+%287+December+2004%29"></a>
 <h2 class="h3">XMLBeans moved to SVN (7 December 2004)</h2>
 <div class="section">
 <p>XMLBeans changed it's repository from CVS to <a href="http://subversion.tigris.org/">Subversion</a>. See the sources at the new location: 
@@ -381,7 +412,7 @@
 </div>
 
 
-<a name="N100EF"></a><a name="Article%3A+Configuring+XMLBeans+%2830+November+2004%29"></a>
+<a name="N1011D"></a><a name="Article%3A+Configuring+XMLBeans+%2830+November+2004%29"></a>
 <h2 class="h3">Article: Configuring XMLBeans (30 November 2004)</h2>
 <div class="section">
 <p>Read <a href="http://dev2dev.bea.com/technologies/xmlbeans/articles/Configuring_XMLBeans.jsp">Configuring XMLBeans</a>
@@ -393,7 +424,7 @@
 </div>
 
 
-<a name="N10105"></a><a name="Presentation%3A+Apache+XMLBeans+2%3A+Accessing+the+Full+Power+of+XML+in+Java+%2817+November+2004%29"></a>
+<a name="N10133"></a><a name="Presentation%3A+Apache+XMLBeans+2%3A+Accessing+the+Full+Power+of+XML+in+Java+%2817+November+2004%29"></a>
 <h2 class="h3">Presentation: Apache XMLBeans 2: Accessing the Full Power of XML in Java (17 November 2004)</h2>
 <div class="section">
 <p>I've put my presentation from <a href="http://apachecon.com/2004/US/index.html">ApacheCon 2004</a> online, titled <a href="http://www.apache.org/~kkrouse/apachecon/ac2004_XmlBeans_v2.ppt">Apache XMLBeans 2: Accessing the Full Power of XML in Java</a> (ppt).  Enjoy!
@@ -404,7 +435,7 @@
 </div>
 
 
-<a name="N1011B"></a><a name="ApacheCon+2004+%2813-17+November+2004%29"></a>
+<a name="N10149"></a><a name="ApacheCon+2004+%2813-17+November+2004%29"></a>
 <h2 class="h3">ApacheCon 2004 (13-17 November 2004)</h2>
 <div class="section">
 <p>
@@ -419,7 +450,7 @@
 </div>
 
 
-<a name="N10130"></a><a name="Article%3A+XML-Java+Data+Binding+Using+XMLBeans+%2828+July+2004%29"></a>
+<a name="N1015E"></a><a name="Article%3A+XML-Java+Data+Binding+Using+XMLBeans+%2828+July+2004%29"></a>
 <h2 class="h3">Article: XML-Java Data Binding Using XMLBeans (28 July 2004)</h2>
 <div class="section">
 <p>Read <a href="http://www.onjava.com/pub/a/onjava/2004/07/28/XMLBeans.html">XML-Java Data
@@ -432,7 +463,7 @@
 </div>
 
 
-<a name="N1014A"></a><a name="XMLBeans+1.0.3+Released+%2828+June+2004%29"></a>
+<a name="N10178"></a><a name="XMLBeans+1.0.3+Released+%2828+June+2004%29"></a>
 <h2 class="h3">XMLBeans 1.0.3 Released (28 June 2004)</h2>
 <div class="section">
 <p>
@@ -445,7 +476,7 @@
 </div>
 
 
-<a name="N10166"></a><a name="XMLBeans+becomes+a+Top+Level+Apache+project+%2825+June+2004%29"></a>
+<a name="N10194"></a><a name="XMLBeans+becomes+a+Top+Level+Apache+project+%2825+June+2004%29"></a>
 <h2 class="h3">XMLBeans becomes a Top Level Apache project (25 June 2004)</h2>
 <div class="section">
 <p>Apache XMLBeans Project has graduated out the <a href="http://incubator.apache.org/">Apache
@@ -457,7 +488,7 @@
 </div>
 
 
-<a name="N1017C"></a><a name="XMLBeans+%28incubated%29+1.0.2+Released+%2823+April+2004%29"></a>
+<a name="N101AA"></a><a name="XMLBeans+%28incubated%29+1.0.2+Released+%2823+April+2004%29"></a>
 <h2 class="h3">XMLBeans (incubated) 1.0.2 Released (23 April 2004)</h2>
 <div class="section">
 <p>

Modified: xmlbeans/site/build/site/sourceAndBinaries/index.html
URL: http://svn.apache.org/viewvc/xmlbeans/site/build/site/sourceAndBinaries/index.html?view=diff&rev=544318&r1=544317&r2=544318
==============================================================================
--- xmlbeans/site/build/site/sourceAndBinaries/index.html (original)
+++ xmlbeans/site/build/site/sourceAndBinaries/index.html Mon Jun  4 15:44:05 2007
@@ -151,7 +151,7 @@
 <h2 class="h3">Current Release</h2>
 <div class="section">
 <p>
-<strong>Current release:</strong> 2.2.0 released on June 23th, 2006.</p>
+<strong>Current release:</strong> 2.3.0 released on June 1st, 2006.</p>
 <p>
 <strong>Latest 1.x maintenance release:</strong> 1.0.4 released on Feb. 24th, 2005</p>
 <div class="note">
@@ -169,8 +169,7 @@
         may want to compile the source for yourself.
       </p>
 <p>
-        Most versions of XMLBeans require JDK 1.4.  The newly released version 1.0.4-jdk1.3 is the first
-        release to be compatible with JDK 1.3.
+        XMLBeans requires JDK 1.4. Last version to work with JDK 1.3 is 1.0.4-jdk1.3 which has not been updated in a while.
       </p>
 <p>
         Once you've downloaded the distribution or checked out the source,

Modified: xmlbeans/site/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/content/xdocs/index.xml?view=diff&rev=544318&r1=544317&r2=544318
==============================================================================
--- xmlbeans/site/src/documentation/content/xdocs/index.xml (original)
+++ xmlbeans/site/src/documentation/content/xdocs/index.xml Mon Jun  4 15:44:05 2007
@@ -25,6 +25,31 @@
 					>XMLBeans Wiki pages</link> or the XMLBeans documentation (the Documentation tab
 				on this website).</p>
 		</section>
+        <section>
+            <title>New Release: Apache XMLBeans 2.3.0 (June 1, 2007)</title>
+            <p>
+                Download the latest release <link href="http://www.apache.org/dyn/closer.cgi/xmlbeans">here</link>.
+            </p>
+            <p>
+            <strong>In order to run XmlBeans 2.3.0 with JDK 1.4, it is necessary to add xmlbeans-qname.jar on the classpath of your application alongside xbean.jar</strong>
+            </p>
+            <p>
+                Because XMLBeans 2.3.0 is designed to be used with Saxon-8.8 for XPath/XQuery support and because Saxon is not backwards-compatible,
+                it is strongly reccomended that if you use Saxon-8.6.1 with XMLBeans, you upgrade to <link href="http://sourceforge.net/projects/saxon">Saxon-8.8</link>.
+            </p>
+            <p>
+                Few of the improvements in this release (for a more complete list of changes see <link href="http://svn.apache.org/viewcvs.cgi/xmlbeans/trunk/CHANGES.txt?view=markup&amp;pathrev=540734">CHANGES.txt</link>
+            </p>
+            <ul>
+                <li>Added options to handle serialization of CDATA sections</li>
+                <li>Improved XQuery support by updating to SaxonB-8.8</li>
+                <li>Numerous bug fixes</li>
+            </ul>
+            <p> <br/> </p>
+            <p>
+                <link href="site:news">More news.</link>
+            </p>
+        </section>
                 <section>
       <title>XMLBeans/XPath Update (July 22, 2006)</title>
       <p>
@@ -41,25 +66,6 @@
         To download Saxon, go to <link href="http://sourceforge.net/projects/saxon">http://sourceforge.net/projects/saxon</link>, click the "download" link and then choose Saxon 8.6.1 from the list of files. Make sure you look at the license, which is MPL (Mozilla Public License) 1.0.
       </p>
                 </section>
-		<section>
-      <title>New Release: Apache XMLBeans 2.2.0 (June 23, 2006)</title>
-      <p>
-         Download the latest release
-        <link href="http://www.apache.org/dyn/closer.cgi/xmlbeans">here</link>.
-      </p>
-      <p>
-        These are a few of the improvements in this release for a more complete list of changes see <link href="http://svn.apache.org/viewcvs.cgi/xmlbeans/trunk/CHANGES.txt?rev=328990">CHANGES.txt</link>
-      </p>
-      <ul>
-        <li>Updated to the latest XMLSchema.xsd - January 25, 2006</li>
-        <li>Updated XmlBeans to work with SaxonB-8.6.1 in place of SaxonB8.1</li>
-        <li>XQuery external variable binding support</li>
-      </ul>
-      <p> <br/> </p>
-      <p>
-        <link href="site:news">More news.</link>
-      </p>
-    </section>
 		<section>
 			<title>Getting Started</title>
 			<section>

Modified: xmlbeans/site/src/documentation/content/xdocs/news.xml
URL: http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/content/xdocs/news.xml?view=diff&rev=544318&r1=544317&r2=544318
==============================================================================
--- xmlbeans/site/src/documentation/content/xdocs/news.xml (original)
+++ xmlbeans/site/src/documentation/content/xdocs/news.xml Mon Jun  4 15:44:05 2007
@@ -9,6 +9,28 @@
 <body>
 
 <section>
+    <title>New Release: Apache XMLBeans 2.3.0 (June 1, 2007)</title>
+    <p>
+        Download the latest release <link href="http://www.apache.org/dyn/closer.cgi/xmlbeans">here</link>.
+    </p>
+    <p>
+    <strong>In order to run XmlBeans 2.3.0 with JDK 1.4, it is necessary to add xmlbeans-qname.jar on the classpath of your application alongside xbean.jar</strong>
+    </p>
+    <p>
+        Because XMLBeans 2.3.0 is designed to be used with Saxon-8.8 for XPath/XQuery support and because Saxon is not backwards-compatible,
+        it is strongly reccomended that if you use Saxon-8.6.1 with XMLBeans, you upgrade to <link href="http://sourceforge.net/projects/saxon">Saxon-8.8</link>.
+    </p>
+    <p>
+        Few of the improvements in this release (for a more complete list of changes see <link href="http://svn.apache.org/viewcvs.cgi/xmlbeans/trunk/CHANGES.txt?view=markup&amp;pathrev=540734">CHANGES.txt</link>
+    </p>
+    <ul>
+        <li>Added options to handle serialization of CDATA sections</li>
+        <li>Improved XQuery support by updating to SaxonB-8.8</li>
+        <li>Numerous bug fixes</li>
+    </ul>
+</section>
+
+<section>
   <title>XMLBeans/XPath Update (July 22, 2006)</title>
   <p>
     As menitioned earlier, as of the 2.2.0 release, XMLBeans has been updated to use Saxon-B version 8.6.1 for (untyped) XPath/XQuery support.

Modified: xmlbeans/site/src/documentation/content/xdocs/sourceAndBinaries/index.xml
URL: http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/content/xdocs/sourceAndBinaries/index.xml?view=diff&rev=544318&r1=544317&r2=544318
==============================================================================
--- xmlbeans/site/src/documentation/content/xdocs/sourceAndBinaries/index.xml (original)
+++ xmlbeans/site/src/documentation/content/xdocs/sourceAndBinaries/index.xml Mon Jun  4 15:44:05 2007
@@ -7,7 +7,7 @@
 	<body>
     <section>
       <title>Current Release</title>
-        <p><strong>Current release:</strong> 2.2.0 released on June 23th, 2006.</p>
+        <p><strong>Current release:</strong> 2.3.0 released on June 1st, 2006.</p>
         <p><strong>Latest 1.x maintenance release:</strong> 1.0.4 released on Feb. 24th, 2005</p>
       <note>XMLBeans 2.x.x is source compatible with version 1. When upgrading, you should recompile XML schemas used in your application.</note>
     </section>
@@ -20,8 +20,7 @@
         may want to compile the source for yourself.
       </p>
       <p>
-        Most versions of XMLBeans require JDK 1.4.  The newly released version 1.0.4-jdk1.3 is the first
-        release to be compatible with JDK 1.3.
+        XMLBeans requires JDK 1.4. Last version to work with JDK 1.3 is 1.0.4-jdk1.3 which has not been updated in a while.
       </p>
       <p>
         Once you've downloaded the distribution or checked out the source,



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: commits-help@xmlbeans.apache.org