- From: David Fallside <fallside@us.ibm.com>
- Date: Mon, 25 Aug 2003 17:26:23 -0700
- To: Heli Desai <heli_soap@yahoo.com>
- Cc: xml-dist-app@w3.org
Heli, your SOAP service access database service may be configured to use the JDBC to ODBC bridge from Sun's JDK instead of the Cloudscape JDBC/RMI driver. Is there a configuration for the SOAP service you can change to point to the Cloudscape driver? It's looks like your code is loading the correct driver but maybe the service is trying to still connect to an ODBC data source. Also, I would also recommend that, if possible, you migrate to IBM Cloudscape 5.1 which includes new networked JDBC support that replaces the JDBC/RMI driver, see http://www.ibm.com/software/data/cloudscape/ Hope this helps. ............................................ David C. Fallside, IBM Data Management Standards Tel 530.477.7169 (TL 544.9665) fallside@us.ibm.com |---------+----------------------------> | | Heli Desai | | | <heli_soap@yahoo.| | | com> | | | Sent by: | | | xml-dist-app-requ| | | est@w3.org | | | | | | | | | 08/23/2003 08:24 | | | AM | |---------+----------------------------> >----------------------------------------------------------------------------------------------------------------------| | | | To: xml-dist-app@w3.org | | cc: | | Subject: SOAP problem | >----------------------------------------------------------------------------------------------------------------------| Hi, I am implementing Service on Apache SOAP. I have created database in Cloudscape database and my SOAP service access database through JDBC. When I run the client , I am facing following errors. Fault Code: SOAP-ENV:Server.BadTargetObjectURI Fault String: Unable to resolve target object : Cannot load jdbc/odbc bridge for OrderService I think, the problem is with the database connection. I have specified the correct driver. Class.forName("COM.cloudscape.core.RmiJdbcDriver"); Here is the line, which I use for connection, orderdb is my database. DriverManager.getConnection("jdbc:cloudscape:rmi:orderdb") Can I use cloudscape with SOAP? or should I use other database. Please help me and provide me the solutions. Thanks, Heli Desai Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software
Received on Monday, 25 August 2003 20:28:31 UTC