Mantis - Resin
Viewing Issue Advanced Details
3838 minor always 01-06-10 08:41 01-11-10 09:18
ferg  
ferg  
normal  
closed  
fixed  
none    
none 4.0.4  
0003838: JUnit for EJB
(rep by laredotonado)

I'm using Resin 3.0.19 (Java 1.5), JUnit 4.3, and Maven 1.1 as the build tool
(sadly, can't upgrade at this time). I have an EJB running locally and my
question is, is there a Resin Maven dependency I can download that will
allow me to simulate my container for looking up this EJB? Obviously, when
writing JUnit tests, I am not running them in the context of my normal Resin
container.

Notes
(0004377)
ferg   
01-11-10 09:18   
support/0410

The new com.caucho.resin.ResinContext and the associated @RunWith(ResinJUnitRunner.class)