Hi, I'm currently working on a heavy client application that we build using Maven. Everything works fine until I try to activate both JAR index and a customClasspathLayout that remove the version element from the JAR dependencies. The problem then occur at runtime with a NoClassDefFoundError because the INDEX.LIST no longer include all the dependencies (seems to include only the sibling module dependencies, but no longer those like spring and commons-lang).
Firstly, is it a known issue? Secondly, is there a workaround? I could obviously disable either customClasspathLayout or indexing, but I'd like to keep both if possible. Thanks, -- *Simon Lessard*, ADF Architect *CMA** **SYSTeMS* *( +33(0) 6 79 37 39 85 (France)*
