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. |
- Re: [JBoss-user] dbase is acting way too slow G.L. Grobe
- Re: [JBoss-user] dbase is acting way too slow G.L. Grobe
- Re: [JBoss-user] dbase is acting way too slow Burkhard Vogel
- Re: [JBoss-user] dbase is acting way too slow G.L. Grobe
- Re: [JBoss-user] dbase is acting way too slow G.L. Grobe
- Re: [JBoss-user] dbase is acting way too slow Burkhard Vogel
- Re: [JBoss-user] dbase is acting way too slow G.L. Grobe
- Re: [JBoss-user] dbase is acting way too slow Richard Bottoms
- RE: [JBoss-user] dbase is acting way too slow Robert Schulz