Re: Axis and JDBC

2002-12-07 Thread Benjamin Tomasini
Could be anything. May not be a JDBC error. That is the first thing you want to isolate where the problem is coming from. I would take these steps: I assume this is an RPC call. If so... 1. Just remove all JDBC calls from the service and return a stub value in the method. If it still breaks,

Axis and JDBC

2002-12-07 Thread Andrey Sadovykh
Hello, I'm using AXIS and Tomcat. I implemented a class MyClass that should be connected database In constructor of service I'm invoking JDBC function to load a database driver. When I call any function of this service Tomcat goes down with following exception: java.net.SocketException: Connection