[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: KernelRegistryPlugins and dependencies

dimitris@jboss.org do-not-reply at jboss.com
Wed Sep 12 10:52:25 EDT 2007


Where in the ejb3 deployer code are the jndi binding created?

I can see an ejb3 ejb being deployed, but the jndi link uses the short name of the bean (which is wrong) and not the full name:


  |   +- appclient_dep_compat14_50_client (class: org.jnp.interfaces.NamingContext)
  |   |   +- ejb (class: org.jnp.interfaces.NamingContext)
  |   |   |   +- TestBean[link -> TestBean] (class: javax.naming.LinkRef)
  | 
  |   +- appclient_deploy_compat14_50_TestBeanHome
  |           (proxy: $Proxy58 implements interface
  |            com.sun.ts.tests.appclient.deploy.compat14_50.TestBeanHome)
  |   +- appclient_deploy_compat14_50_TestBean
  |            (proxy: $Proxy56 implements interface 
  |        com.sun.ts.tests.appclient.deploy.compat14_50.TestBean,interface  
  |        org.jboss.ejb3.JBossProxy,interface javax.ejb.EJBObject)
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083489#4083489

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083489



More information about the jboss-dev-forums mailing list