users@glassfish.java.net

Re: GlassFish V3 planning - What do *you* want in GlassFish V3?

From: <glassfish_at_javadesktop.org>
Date: Fri, 16 Nov 2007 16:03:39 PST

i guess i did mislead you on my first post in this thread, let's put it away.

my sole purpose is to clarify if GF-V3-EJB-Container can be EMBEDDED into the same JVM where ALL my test code run.

simply speaking, but i hope to make the case more clearly, that i have only the ONE test package described on the 2nd post.

so the java source for MyClientMain.class with jndi lookup but without junit support basically looks like,

....

public class MyClientMain {

.....

public static void main(String[] args) {

....

MyService mySerice = (MySerice) initialContext.lookup("MyStateless");

....

}



<quote>
sorry I think i did not clearly express my question.

it's more the content of my-test-client-entry.jar that I am interested
in. I understood that my-ejb-test.jar was an ejb bundle and you
therefore run it as specified below. but how do you plan to run my-
test-client-entry.jar ?
</quote>
[Message sent by forum member 'glassfisher' (glassfisher)]

http://forums.java.net/jive/thread.jspa?messageID=245891