So, a more elegant solution....
Remove the INDEX.LIST from the main Jar file. This is created by maven in the maven-jar-plugin
I disabled this, and the issue is now resolved.
<plugin>
...
Type: Posts; User: palmerwill; Keyword(s):
So, a more elegant solution....
Remove the INDEX.LIST from the main Jar file. This is created by maven in the maven-jar-plugin
I disabled this, and the issue is now resolved.
<plugin>
...
So I found a work-around. Not pretty, but it works.
I'm guessing a bit, but it looks like the first spring.handlers/spring.schemas found in the classpath is used and others discarded/ignored (I'm...
Hi,
Looking for some advice / help from someone :) I'm looking to upgrade the spring version of one of our applications from 2.5.6 -> 3.0.3 (spring version number utilised by my colleages in a...