Unit Test « EJB « Spring Q&A





1. Unit Test Spring MVC Controller that has an EJB autowired    forum.springsource.org

Hi, Would like to know how to Unit test a Spring MVC controller using JUnit. Everything works. But, it is not working in the following scenario The Spring MVC controller has ...

2. Unit testing EJBs using Pitchfork/Spring test framework    forum.springsource.org

Unit testing EJBs using Pitchfork/Spring test framework Hi All, We are using EJB 3.0/WAS 6.1 in our project. Recently i read in a book that integration/unit testing of EJBs can be ...

3. Exception during unit testing of Ejbs using Pitchfork and Spring test framework    forum.springsource.org

Jan 15th, 2008, 01:02 AM #1 ndchandar View Profile View Forum Posts Private Message Junior Member Join Date Jan 2008 Posts 7 Exception during unit testing of Ejbs using Pitchfork and ...

4. Spring unit testing EJB with mappedName    forum.springsource.org

Spring unit testing EJB with mappedName I have an EJB with a reference to another EJB through @EJB annotation +mappedName attribute. When I try to unit test the EJB out-of-container using ...