> The problem as you can see is that deployment module cannot be
found by
> plain ModuleLoader,
> but - I guess?- only by AS7' ServiceModuleLoader -- which has the
> deployment module info.
>
> Do we already have such (based off ServiceML) ClassResolver?
> If yes, why it's not used?
> As I don't see how apps that use Infinispan (EDG?) can work w/o it (aka
> not having the same problem).
Yes it should be using the SML, it looks like its set up correctly in
CacheContainerAdd.java:265. So not sure how it's getting the wrong value?
Ah, ok, I'll check.
This area was changed quite a bit, so maybe your patch is based on an
older version?
Hmm, not really, just rebased it yday ...
Anyway, I'll have a closer look.
-Ales