I am looking into adding a class to the Slide block that sends invalidation events over JMS so that the event caching system can pick them up and do its work accordingly. However, I am running into the problem that the class depends on the jms jar that is in the jms block.
I tried adding a dependency on the jms block in gump.xml but that doesn't seem to work. Should there be a way declare a dependency on another block so that all of *its* dependencies are traversed and added to the compilation classpath as well? The other solution is to have a copy of the same jar in the Slide block too. WDOT? Unico
