3 Replies Latest reply on Feb 3, 2006 2:36 PM by icotting

    @JndiName on Seam Components

    icotting

      I'm converting over a Seam project to the EJB3 RC4 (... in 20min it'll be RC5), everything seems to be working well after building Seam. The one thing I ran into that seemed off to me is needing to add @JndiName to all of my seam components, and then supplying a ear/bean/local style JndiName. Are the plans to "externalize" this sort of thing to a ServiceLocater patterned component manager of some kind? If not, how would one deal with remote and local components with such an annotation?