Hi,
I have setup a jdbc resource in the appserver for oracle. Now I want to
use this from the handlers. Currently each function in my handler
connects to the database and then execute the query. But I am wondering
if there is a way to avoid this reconnection for every handler call?
thanks
Karam