users@jersey.java.net

[Jersey] Re: Fwd: Jersey integration testing with Grizzly and connection pooling?

From: Oleksiy Stashok <oleksiy.stashok_at_oracle.com>
Date: Tue, 01 Mar 2011 12:26:38 +0100

Hi,

did you try to post a message to the Grizzly list and didn't get response?

Thanks.
Alexey.

-------- Original Message --------
> Subject: [Jersey] Jersey integration testing with Grizzly and
> connection pooling?
> Date: Mon, 28 Feb 2011 12:43:37 +0100
> From: Casper Bang <casper.bang_at_gmail.com>
> Reply-To: users_at_jersey.java.net
> To: users_at_jersey.java.net
>
>
>
> Hello Jersey users,
>
> Have anyone of you got an idea as to how to add connecting pooling to
> Grizzly when using jersey-test-framework-grizzly? I'm converting
> existing integration tests from former Jetty
> (org.mortbay.jetty.maven-jetty-plugin) to Grizzly. But I can't quite
> figure out how to declare required dependencies like connection pool
> (commons-dbcp.commons-dbcp) and Oracle JDBC driver
> (com.oracle.ojdbc14), nor how to place a custom server.xml with
> the appropriate connection pooling settings.
>
> The Grizzly list looks rather dead so I address the question here
> since the community is active and in all likelyhood others than me are
> doing integration testing with Grizzly.
>
> Thanks in advance,
> Casper