Thanks Wolfgang for your information.
If I get it right, this is not the right way to access the remote interface anymore?
InitialContext ctx = new InitialContext();
MyRemote bean = ctx.lookup("java:myserver1/myapp/myJar/OtherBean#MyRemote");
This seems to be a work-around?
What would be the correct way for Jboss 7?
Thanks,
Hauke