Did you try renaming the newer jars in reverse alphabetical order?
For ex: in your build script, change logic to name the customjar with the following convention customjar<99999999-YYYYMMDD>.jar
So, the older jar from 2006-12-05 would be named as customjar79938794.jar
And, the newer jar from 2007-01-23 would be named as customjar79929876.jar
I think this would solve your problem. Remember the logic to name the jar is given to illustrate the solution better. Choose logic which suits your needs.
Does this help or did I get your question wrong?
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services