Hi,
I've a problem to use the 'isValid' method of Connection class with a
connection pool.
The java exception is:
javax.servlet.ServletException:
com.sun.jersey.api.container.ContainerException:
java.lang.AbstractMethodError:
org.apache.tomcat.dbcp.dbcp.PoolingDataSource$PoolGuardConnectionWrapp
On 24.11.2010 21:01, Konstantin Kolinko wrote:
2010/11/24 Christopher Schultz:
On 11/24/2010 6:31 AM, amitruwali wrote:
Please find below information:
Tomcat version: 7.0.2
JDK : Java 1.6
[Class is org.apache.jasper.util.Entry]
Class exists in the jar : jasper.jar
Path: /lib/jasper.jar
$ wget
On 25/11/2010 17:49, declan harrison wrote:
>> > So far you've shown me that you wrap the output stream, and how the
>> > write method works.
>> >
>> > You haven't actually posted the part of the code where you write your
>> > bit of the data to the wrapped output stream.
>> >
>> >
>> > p
> I just
On Thu, Nov 25, 2010 at 11:49 AM, Pid wrote:
> On 25/11/2010 11:14, declan harrison wrote:
>> On Thu, Nov 25, 2010 at 10:37 AM, Pid wrote:
>>> On 25/11/2010 10:22, declan harrison wrote:
> ... and how are you writing to the BufferedOutputStream?
>>
So I end up calling this method for
On Thu, Nov 25, 2010 at 3:08 PM, Caldarale, Charles R
wrote:
>> From: declan harrison [mailto:harrison.dec...@gmail.com]
>> Subject: Re: Tomcat 6.0.24 - Should send body As Chunked Response but
>> sometimes sends it back Un-Chunked
>
>> it does look like it to me that state is leaking between
>>
> From: declan harrison [mailto:harrison.dec...@gmail.com]
> Subject: Re: Tomcat 6.0.24 - Should send body As Chunked Response but
> sometimes sends it back Un-Chunked
> it does look like it to me that state is leaking between
> these two request on this same thread.
That hints of a ThreadLoca
On 25/11/2010 12:39, caro23 wrote:
>
> Hello all,
>
> I've deployed a JSF-Project to a Tomcat Server. The problem is that I need
> to make a small code change affecting only one class.
>
> There are currenty many users logged into the system, therefore, I don't
> want to deploy the whole webappl
Hello all,
I've deployed a JSF-Project to a Tomcat Server. The problem is that I need
to make a small code change affecting only one class.
There are currenty many users logged into the system, therefore, I don't
want to deploy the whole webapplication.
The question is, can I just replace this c
On 25/11/2010 11:14, declan harrison wrote:
> On Thu, Nov 25, 2010 at 10:37 AM, Pid wrote:
>> On 25/11/2010 10:22, declan harrison wrote:
... and how are you writing to the BufferedOutputStream?
>
>>> So I end up calling this method for most of the writes that are
>>> performed for binary
On Thu, Nov 25, 2010 at 10:37 AM, Pid wrote:
> On 25/11/2010 10:22, declan harrison wrote:
>>> ... and how are you writing to the BufferedOutputStream?
>>> >
>> So I end up calling this method for most of the writes that are
>> performed for binary IO.
>> @Override
>> public synchronized v
On 22.11.2010 20:16, Mark Thomas wrote:
On behalf of the Tomcat committers I am pleased to announce that
Christopher Schultz (schultz) has been voted in as a new Tomcat committer.
Please join me in welcoming him.
Congrats! Keep up the good work.
Rainer
---
On 25/11/2010 10:22, declan harrison wrote:
>> ... and how are you writing to the BufferedOutputStream?
>> >
> So I end up calling this method for most of the writes that are
> performed for binary IO.
> @Override
> public synchronized void write(byte[] b, int off, int len)
> throws IOE
On Wed, Nov 24, 2010 at 10:39 PM, Caldarale, Charles R
wrote:
>> From: declan harrison [mailto:harrison.dec...@gmail.com]
>> Subject: Re: Tomcat 6.0.24 - Should send body As Chunked Response but
>> sometimes sends it back Un-Chunked
>
>> I meant I have local variable that reference the response
>
On Thu, Nov 25, 2010 at 9:45 AM, Pid wrote:
> On 24/11/2010 22:11, declan harrison wrote:
>>> How are you writing to the output of the response?
>>> >
>> Im wrapping the response ServletOutputStream in a BufferedOutputStream;
>> Something like this bufOutStream = new
>> BufferedOutputStream(respon
On 24/11/2010 22:11, declan harrison wrote:
>> How are you writing to the output of the response?
>> >
> Im wrapping the response ServletOutputStream in a BufferedOutputStream;
> Something like this bufOutStream = new
> BufferedOutputStream(response.getOutputStream(),20480);
... and how are you wr
On 25/11/2010 06:16, rujin raj wrote:
> I am Monitoring the tomcat application ,no. of session ,Current thread count
> and current thread busy using lambda probe.
> Is there any way to save these these datas in local machine for future
> reference for specfic interval.
Not in Tomcat nor, to the be
rujin raj wrote:
I am Monitoring the tomcat application ,no. of session ,Current thread count
and current thread busy using lambda probe.
Is there any way to save these these datas in local machine for future
reference for specfic interval.
I am sure that you will get more pure-Java tips today f
17 matches
Mail list logo