I create a local & remote bean from within a module that gets loaded via a module extension. The local EJB does not seem to be visible from the module itself and if I have war file that search for the remote bean it does not find it. I have the module.xml dependencies defined to have the java.ee && org.jboss.ejb & org.jboss.as.ejb .....
The question would that 'setup' work or not ?!?