| Author |
Struts context Datasource Null Pointer Exception
|
Kinjan Shah
Greenhorn
Joined: Jul 14, 2008
Posts: 1
|
|
Hi, I have weird problem. I am using Tomcat 6.0, Struts, MySQL DataSource dataSource =(DataSource)context.getAttribute("objdb"); this throws NullPointer Exception can someone help Thanks
|
 |
Sagar Rohankar
Ranch Hand
Joined: Feb 19, 2008
Posts: 2896
|
|
Originally posted by Kinjan Shah: Hi, I have weird problem. I am using Tomcat 6.0, Struts, MySQL DataSource dataSource =( DataSource)context.getAttribute("objdb"); this throws NullPointer Exception can someone help Thanks
if this statement throws nullpointerexception, thats mean the object "context" is null, How you instantiate the "context" object ?
|
[LEARNING bLOG] | [Freelance Web Designer] | [and "Rohan" is part of my surname]
|
 |
Amit Ghorpade
Bartender
Joined: Jun 06, 2007
Posts: 2552
|
|
Hi Kinjan Shah welcome to Javaranch, if you are getting the NullPointerException, then the above post should guide you. But to me it seems that you are looking for the servlet context's attribute. So check if you are accessing the context parameter in the right way. Hope this helps
|
SCJP, SCWCD.
|Asking Good Questions|
|
 |
 |
|
|
subject: Struts context Datasource Null Pointer Exception
|
|
|