Hi All,
I've a rather weird problem with threads spawned by my
servlet.
I have a servlet say "test" that creates a new
thread in its init method. The thread class looksup for the datasource and does some database work.
My problem is, I could successfull lookup for the datasource in my main servlet(
test) but in my thread class when I try to lookup the datasource, it says cannot find resource reference. What am I doing wrong.
I'm using websphere application server and WSAD environment.
Appreciate your help,
ss