[jboss-dev-forums] [Design of EJB 3.0] - EJBTHREE-1454 Encapsulate Container infomation in TO/VO
jaikiran
do-not-reply at jboss.com
Mon Aug 18 08:04:49 EDT 2008
Andrew,
1) Is there any naming convention that is followed for VO in the project?
2) As per the JIRA:
anonymous wrote : public StatefulSessionProxyFactoryBase(final String name, final String containerName, final String containerGuid,
| final JBossSessionBeanMetaData metadata, final ClassLoader classloader, final Advisor advisor)
|
| Where containerName, containerGuid, metadata, CL, and Advisor are all properties of the target container.
|
I do see that, while registering in JNDI, the jndi context is being passed to the registrar along with the other session container properties. Do you think, we should even encapsulate the jndi context in the VO?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171033#4171033
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171033
More information about the jboss-dev-forums
mailing list