> 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?
I'm cloning configurations from pre-defined configs (in infinispan.xml), for each
app.
Perhaps there is where it gets lost? <------- Paul
(I've seen other configs get lost before :-))
Although, I don't know why plain ModuleLoader would then be used ...
-Ales