Are inter-ear dependencies in JBoss/Wildfly possible?
According to Wildfly classloading docs, inter-deployment dependencies are possible within an .ear. What about between modules contained in two .ears?
If not, I assume the way to do it would be to use global modules...? Any ideas about the rationale behind such a design decision?