Re: Axis and JDBC example?

2002-12-09 Thread Alex Dovlecel
Original Message ----- > > From: "Steve Loughran" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: 9 ÄÅËÁÂÒÑ 2002 Ç. 1:57 > > Subject: Re: Axis and JDBC example? > > > > > I talk to a db, it just works. But I am using hsqlb

Re: Axis and JDBC example?

2002-12-09 Thread Benjamin Tomasini
ey > > - Original Message - > From: "Steve Loughran" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: 9 ÄÅËÁÂÒÑ 2002 Ç. 1:57 > Subject: Re: Axis and JDBC example? > > > > I talk to a db, it just works. But I am using hsqlb and

Re: Axis and JDBC example?

2002-12-09 Thread Andrey Sadovykh
n" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 9 ÄÅËÁÂÒÑ 2002 Ç. 1:57 Subject: Re: Axis and JDBC example? > I talk to a db, it just works. But I am using hsqlb and i make sure it is in > my classpath > > - Original Message - > From: "Andrey Sadov

Re: Axis and JDBC example?

2002-12-08 Thread Benjamin Tomasini
t I am using hsqlb and i make sure it is in > my classpath > > - Original Message - > From: "Andrey Sadovykh" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, December 08, 2002 16:25 > Subject: Axis and JDBC example? > > >

Re: Axis and JDBC example?

2002-12-08 Thread Steve Loughran
I talk to a db, it just works. But I am using hsqlb and i make sure it is in my classpath - Original Message - From: "Andrey Sadovykh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 08, 2002 16:25 Subject: Axis and JDBC example? > Hello

Axis and JDBC example?

2002-12-08 Thread Andrey Sadovykh
Hello, Can anybody give me working example of AXIS Web Service providing a front-end to a database? My simple Web Service makes Tomcat get down with java.net.SocketException: Connection reset by peer: JVM_recv in socket input stream read, when I call remote method with JDBC driver intialization.

Re: Axis and JDBC

2002-12-08 Thread Andrey Sadovykh
eally apreciate it. Many thanks, Andrey - Original Message - From: "Benjamin Tomasini" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 8 ÄÅËÁÂÒÑ 2002 Ç. 5:20 Subject: Re: Axis and JDBC > Could be anything. May not be a JDBC error. That is the first thing

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