Howdy, Just wanted to solicit some opinion on getting access to compilation features from iapi, in particular the process store api. In my case, when I ask the store to deploy something for me and it may do compilation as a result, I'd like to be able to pass in a compile listener and a custom resource resolver.
In my local tree I've patched in a callback which gets fed to the store and from there into bpelc which calls it back at the appropriate times - it makes new compilers for each compilation, so there wasn't the option of just seeding the store with a preconfigured compiler. Anyone have thoughts on how to go about this? -d
