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
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
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
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?
>
>
>
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
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.
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
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,
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