I want to be removed from this system please tell me how? -----Original Message----- From: Romain Manni-Bucau [mailto:[email protected]] Sent: Friday, June 22, 2012 11:56 AM To: [email protected] Subject: Re: EJB via JNDI
you can do the same new InitialContext().lookup(<jndi name>) (jndi names are printed when starting up) - Romain 2012/6/22 José Luis Cetina <[email protected]> > Im triying to inject a Local EJB in a JSF Validator, but i know this > is a limitation in JSF 2.1.X, how can i get the EJB reference via JNDI?? > In glassfish i use an this, > > java:global/my_application_name/my_facade_class!my_facade_local_class > > How i can use in TomEE? > > -- > ------------------------------------------------------------------- > *SCJA. José Luis Cetina* > ------------------------------------------------------------------- >
