File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Testing and the fly likes Unit Testing Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Testing
Reply Bookmark "Unit Testing" Watch "Unit Testing" New topic
Author

Unit Testing

Vidu Greg
Greenhorn

Joined: Sep 05, 2005
Posts: 10
I am running a unit test.
My environment is Struts2, Spring, junit.

INFO [org.apache.tiles.impl.BasicTilesContainer] - Initializing Tiles2 container. . .
WARN [org.apache.tiles.impl.BasicTilesContainer] - Unable to find configured definition '/WEB-INF/tiles.xml'

Because of that I am getting no definition found exception...

Here is the code I am using...


--------------------------------------------------------------------
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Unit Testing
 
Similar Threads
Junit testing for Struts2
T cannot be resolved to a type
Struts2 Validation
Struts2: Test action classes
Struts 2 + Hibernate JUnit test