<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/ashpool/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/ashpool/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 17 Feb 2006 05:40:57 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/ashpool/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>why i can't run ashpool with jdk1.5</title><link>https://sourceforge.net/p/ashpool/feature-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;when i type command 'java -jar ashpool.jar database' &lt;br /&gt;
with jdk.1.5,it will throw a error information.&lt;br /&gt;
when i use jdk1.5,run well.&lt;/p&gt;
&lt;p&gt;the fellowing error information:&lt;/p&gt;
&lt;p&gt;testSource: java.sql.SQLException: Could not open &lt;br /&gt;
datastore: SAX2 driver class &lt;br /&gt;
org.apache.crimson.parser.XMLReaderImpl not found&lt;br /&gt;
java.sql.SQLException: Could not open datastore: SAX2 &lt;br /&gt;
driver class org.apache.crimson.parser.XMLReaderImpl &lt;br /&gt;
not found&lt;br /&gt;
at com.rohanclan.ashpool.jdbc.Driver.connect&lt;br /&gt;
(Driver.java:136)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 17 Feb 2006 05:40:57 -0000</pubDate><guid>https://sourceforge.netbdfba2b069a57e4626853163ddacebd821678c1e</guid></item><item><title>Prepared Statements</title><link>https://sourceforge.net/p/ashpool/feature-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I would like to see support for Prepared Statements &lt;br /&gt;
added.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephen More</dc:creator><pubDate>Wed, 29 Oct 2003 15:29:56 -0000</pubDate><guid>https://sourceforge.net5c72781157ecb00c08e80a49ba86f645fc73fc1b</guid></item><item><title>Modify driver to self register</title><link>https://sourceforge.net/p/ashpool/feature-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Referencing &lt;br /&gt;
&lt;a href="http://java.sun.com/j2se/1.4.1/docs/guide/jdbc/getstart/dr" rel="nofollow"&gt;http://java.sun.com/j2se/1.4.1/docs/guide/jdbc/getstart/dr&lt;/a&gt;&lt;br /&gt;
ivermanager.html, you may want to add a static &lt;br /&gt;
initializer in your Driver class such that is self registers &lt;br /&gt;
itself to the DriverManager when the class is loaded:&lt;/p&gt;
&lt;p&gt;static&lt;br /&gt;
{&lt;br /&gt;
try {&lt;br /&gt;
java.sql.DriverManager.registerDriver( new Driver&lt;br /&gt;
() );&lt;br /&gt;
}&lt;br /&gt;
catch ( java.sql.SQLException sqle )&lt;br /&gt;
{&lt;br /&gt;
System.out.println( &amp;amp;quot;Unable to register driver &lt;br /&gt;
with java.sql.DriverManager&amp;amp;quot; );&lt;br /&gt;
}&lt;br /&gt;
}&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 10 Apr 2003 20:51:34 -0000</pubDate><guid>https://sourceforge.net32de68c7c35a38deade0c0ce194b8df9da2281af</guid></item></channel></rss>