Sverker Abrahamsson [
http://community.jboss.org/people/sverker] created the discussion
"Re: Get ear name"
To view the discussion, visit:
http://community.jboss.org/message/578342#578342
--------------------------------------------------------------
The ServiceLocator has methods like this for all Service beans:
public final SystemStatusService getSystemStatusService(Properties env) throws
NamingException {
return (SystemStatusService) getContext(env).lookup(getEarName() +
"SystemStatusService/remote");
}
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/578342#578342]
Start a new discussion in EJB3 at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]