Hi Lance,
Could you share with us your current thoughts on the deployment API?
Since the mention of the ties with the Integration API, I was thinking
we might want to extend BpelServer with:
void deploy( String pathToUnpackedResources )
throws DeploymentException;
void undeploy( String pathToUnpackedResources )
throws DeploymentException;
which would allow deployment/undeployment of processes after init() or
start() have been called. (File-system layout to be determined...)
I'm wondering if this is similar to what you had in mind...
alex