Re: [xmlblaster] Oracle : no suitable driver

2007-06-26 Thread Michele
Hi Koen, it seems a configuration problem. Have you changed the xmlBlaster.properties file ? In this you should have a line: JdbcDriver.drivers=org.hsqldb.jdbcDriver:. Could this line have been deleted or (since it is a multiline) could one '\' at the end of the line be missing ? If you are

Re: [xmlblaster] Oracle : no suitable driver

2007-06-25 Thread Marcel Ruff
I have in my CLASSPATH /home/oracle/oracle/product/10.2.0/db_1/jdbc/lib/ojdbc14_g.jar using in xmlBlaster.properties JdbcDriver.drivers=oracle.jdbc.driver.OracleDriver and an url JdbcStorage[Oracle]=org.xmlBlaster.util.queue.jdbc.JdbcQueueCommonTablePlugin,\ url=jdbc

[xmlblaster] Oracle : no suitable driver

2007-06-25 Thread koen . boutsen
Hello I try to use Oracle as persistence layer. I'v add the ojdbc14.jar in the lib directory of xmlblaster. I still get the following error : (I tried with SQLServer and got the same error) java.sql.SQLException: No suitable driver found for jdbc:oracle:thin:@benotesdev:1521:orcl at j