[jboss-user] [Microcontainer] - Re: simple: bean name of ejb local in inject tag

alesj do-not-reply at jboss.com
Tue Aug 18 09:23:02 EDT 2009


Yup, a good question.

Unfortunately it is asked for every lookup.
But I guess you can implement some short circle check.
e.g. if (name.startsWith("jndi") == false) return null;
Or something similar.

Then the performance wouldn't be a huge issue.


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

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



More information about the jboss-user mailing list