Problems loading remote Interface with context.lookup
问题 I used to work with jboss 4.2.3 GA and there everything worked fine (at least calling the remote interface from the client side). Now I try to deploy that with Jboss 7.0.1 FINAL I have (on the server project) this class: @Remote(ConfigurationHelperRemote.class) @Local(ConfigurationHelperLocal.class) @Stateless public class ConfigurationHelper implements ConfigurationHelperRemote, ConfigurationHelperLocal { ... } and I have the remote Interface @Remote public interface