I have a servlet that launches, in its init() method, a bunch of threads (some 
schedulers and background tasks).

When such a thread tries to lookup DataSource name via JNDI it fails with 
NameNotFoundException but servlet itself can access DataSource just fine.

I think this points to the fact that thread launched from serlet's init() method is 
treated as a client in JBoss and of course as a client it cannot get that DataSource 
in JBoss 3.2.x.

Any advices?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844976#3844976

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844976


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to