I have a Job I am executing via quartz that needs to look up a local interface. I cannot
use injection since my job is not a bean. I assume I need to do an initial context
lookup, but I apparently have to know the ear name the bean is deployed in. Is there a
way I can do a lookup without needing to know the ear name? or is there a way from my
class I can get the ear it came out of at runtime?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980074#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...