[jboss-dev-forums] [Design of EJB 3.0] - Re: ClientContainer enc handling
wolfc
do-not-reply at jboss.com
Wed Dec 13 06:21:34 EST 2006
Yup, except that the server environment should start at java:comp and not java:comp/env like now in the EJB3 client container. Then we can use java:comp/jboss for our own stuff.
I've committed a prototype of injection in https://svn.jboss.org/repos/jbossas/projects/ejb3/trunk/injection. It is a standalone project which should be usable in the 1.4 client launcher.
The client launcher will then work more or less like org.jboss.injection.test.annotated.unit.AnnotatedTestCase. With the injector setup coming from JNDI.
Note/ToDo: check getHandle in Java URL factory. I think there might be a conflict there.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993341#3993341
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993341
More information about the jboss-dev-forums
mailing list