You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Sanjay (JIRA)" <ji...@apache.org> on 2014/08/23 10:19:11 UTC

[jira] [Comment Edited] (WW-4392) Unable to get datasource in StrutsTestCase

    [ https://issues.apache.org/jira/browse/WW-4392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14107930#comment-14107930 ] 

Sanjay edited comment on WW-4392 at 8/23/14 8:17 AM:
-----------------------------------------------------

Seems I am not able to explain the issue correctly. 
This is web application using struts 2.3.16. I am unit testing struts action.
Action is using datasource which is defined in web.xml and initialised in ServletContextLinstner.

When running the action from test case, datasource is null.


was (Author: sanjaye218):
This is web application using struts 2.3.16. I am unit testing struts action.
Action is using datasource which is defined in web.xml and initialised in ServletContextLinstner.

When running the action from test case, datasource is null.

> Unable to get datasource in StrutsTestCase
> ------------------------------------------
>
>                 Key: WW-4392
>                 URL: https://issues.apache.org/jira/browse/WW-4392
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Unit Tests
>    Affects Versions: 2.3.16.3
>         Environment: Windows 7
>            Reporter: Sanjay
>
> I have servletcontextlinstner defined in web.xml. This listener get the datasource from web.xml and initialise the datasource.
> Now, I am trying to create Unit Test case and extending StrutsTestCase.  Here I am getting datasource as NULL while from browser, application working correctly.
> Appreciate if you can help in calling Listner class in testcase or initialise web.xml



--
This message was sent by Atlassian JIRA
(v6.2#6252)