Mike Cretan *nix forums beginner
Joined: 22 Mar 2005
Posts: 15
|
Posted: Wed Mar 30, 2005 12:37 am Post subject:
Connection Pooling for a PL/SQL Based Webservice
|
|
|
Hi there,
We are writing a webservice running on iAS 9.0.4 (Win2k SP4) that is based
on a PL/SQL function running on a 9.2.0.6 Database (Win2k SP4, separate
machine).
We used the JDeveloper 9.0.5.1 wizards to create the webservice, and
successfully deployed it to our appserver, and it appears to work well. The
only problem is that webservice uses a direct JDBC connection, and we would
like it to use the connection pooling facilities provided by iAS...
Does anyone know how to achieve this other than manually modifying to the
wizard generated code - as this gets blown away each time you regenerate
the webservice?
Thanks in advance.
Mike Cretan |
|