My DBase queries are extremely slow, but they work. I'm doing a query through *7* records in a table and it literally takes 10-20 seconds for each query.

I copied the postgresql driver into ~/lib/ext dir. I also added the following to my jboss.jcml file.

--- jboss.jcml (JDBC section) -------------
<mbean code="org.jboss.jdbc.JdbcProvider" name="DefaultDomain:service=JdbcProvider">
<attribute name="Drivers">org.postgresql.Driver</attribute>
</mbean>

I *DO NOT* see the messages that should look similiar to this in the jboss output.
-------
[JDBC] Loaded JDBC-driver:oracle.jdbc.driver.OracleDriver
[JDBC] Could not load driver:com.sybase.jdbc2.jdbc.SybDriver

Any help much appreciated. 
 

Reply via email to