[jboss-dev-forums] [Design of EJB 3.0] - Re: Which is the best place to write a test case for ejb3-te
ALRubinger
do-not-reply at jboss.com
Thu Aug 7 02:50:19 EDT 2008
"jaikiran" wrote : I think i got an answer to this question. The SessionContainer infact is part of the proxy. So the testcase too can go there. I don't know why, so far, i have been thinking that the problem was in the ejb3-test module :) (probably the package org.jboss.ejb3.test confused me).
Looks like it.
That SessionContainer is a mock container which is part of EJB3 Proxy (as Proxy knows nothing about the *real* containers in EJB3 Core). So SessionContainer there just implements InvokableContext.invoke(), and has its own handling.
Go ahead and create an issue, commit the testcase for it, and try for a fix on the SessionContainer in proxy tests.
S,
ALR
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169196#4169196
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169196
More information about the jboss-dev-forums
mailing list