I'm a bit lost. I've been googling around for quite long time.
Is it possible to access EJB with @Remote
that is packaged into WAR file from standalone java client? I'm using JBoss 7.1.1 and every combination of JNDI names I try I keep getting NameNotFoundException.
I can't find anything about that in doc. It is only said that in the Java EE web profile @Remote
is not supported, but I suppose that if I'm running it on JBoss 7.1.1 it is run on the full profile not on the web one (just because it is packaged in WAR).