<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/ashpool/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/ashpool/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/ashpool/feature-requests/</id><updated>2006-02-17T05:40:57Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>why i can't run ashpool with jdk1.5</title><link href="https://sourceforge.net/p/ashpool/feature-requests/3/" rel="alternate"/><published>2006-02-17T05:40:57Z</published><updated>2006-02-17T05:40:57Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netbdfba2b069a57e4626853163ddacebd821678c1e</id><summary type="html">&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;</summary></entry><entry><title>Prepared Statements</title><link href="https://sourceforge.net/p/ashpool/feature-requests/2/" rel="alternate"/><published>2003-10-29T15:29:56Z</published><updated>2003-10-29T15:29:56Z</updated><author><name>Stephen More</name><uri>https://sourceforge.net/u/mores/</uri></author><id>https://sourceforge.net5c72781157ecb00c08e80a49ba86f645fc73fc1b</id><summary type="html">&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;</summary></entry><entry><title>Modify driver to self register</title><link href="https://sourceforge.net/p/ashpool/feature-requests/1/" rel="alternate"/><published>2003-04-10T20:51:34Z</published><updated>2003-04-10T20:51:34Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net32de68c7c35a38deade0c0ce194b8df9da2281af</id><summary type="html">&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;</summary></entry></feed>