I am able to generate the java objects from my schema, but when I try to make a test connection to get all the rows from a table I get an error:
[java] java.lang.IllegalStateException: Please set a datasource or a jdbc driver/url/username/password
[java] at com.gmaci.svcs.cds.database.Manager.getConnection(Unknown Source)
The same connection string works with the creation, but not with the Manager object. I am using the latest released sources and not current from CVS.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Nevermind. Eclipse picked up the wrong instance of the Manager class. Took a while to find, but everything is working well with the driver. Performance is also very good.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am able to generate the java objects from my schema, but when I try to make a test connection to get all the rows from a table I get an error:
[java] java.lang.IllegalStateException: Please set a datasource or a jdbc driver/url/username/password
[java] at com.gmaci.svcs.cds.database.Manager.getConnection(Unknown Source)
The same connection string works with the creation, but not with the Manager object. I am using the latest released sources and not current from CVS.
Nevermind. Eclipse picked up the wrong instance of the Manager class. Took a while to find, but everything is working well with the driver. Performance is also very good.