Add EJB redirector(s)
---------------------

         Key: CACTUS-171
         URL: http://issues.apache.org/jira/browse/CACTUS-171
     Project: Cactus
        Type: New Feature
  Components: Framework  
    Versions: 1.7    
    Reporter: Vincent Massol


Add EJB Redirectors so that unit testing of code that require an EJB is 
facilitated. For example, let's imagine you need to test that an object that 
has been put in the JNDI tree by a servlet can be retrieved by an EJB. These 
are not unit tests per see but rather integration tests, which is Cactus 
favorite domain. Also these redirectors could be used to directly unit tests 
EJB whithout requiring a servlet environment (at the current time, you need to 
call your EJB from a Servlet/JSP/Filter Redirector, which is fine for certain 
tests but not needed for others.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to