[
https://issues.apache.org/jira/browse/WW-4392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lukasz Lenart closed WW-4392.
-----------------------------
Resolution: Not a Problem
As I already wrote - it is out of scope of Struts framework.
Another thing you are registering your question as a bug - there are better
places to ask for help. JIRA is used to handle real issues not questions.
Next problem, if you are unittesting Action you should mock all the externals
dependencies and not depend on them because in that case it isn't unit test
anymore - it's a integration test.
> 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)