I'm coding an experiment in exercising Tatu's msv-based schema validation for Woodstox in Aegis.
So, I think I want a structure like this: 1) new project (cxf-wstx-msv-validation). Hangs an object on the bus. 2) aegis databinding looks for object on bus. If there, expects it to implement interface it can call. Result? woodstox4+msv API references quarantined into new project that sets them as compile-scope dependencies, -Pwoodstox4 adds them back in the rest of the way. However ... how do I find the right bus from a databinding's reader object? It's been a long time since I looked at the Bus-related code.
