Has anyone been able to get the JBossEmbeddedAS to work with JBoss 7? The classes referred to (e.g. JBossASEmbeddedServerFactory
) don't seem to exist in any of the JBoss 7 modules, is there a separate JAR we need to download from somewhere?
I found the org.jboss.as.embedded package in JBoss 7 but wasn't able to accesses EJBs from the client side ("IllegalStateException: No EJB client context is available").