Hi Lance, The IL is instantiating the BpelServer (in the IL server classes) so it needs to import the BpelServerImpl to at least instantiate it and set a couple of needed attributes. I've seen a couple of usages that could be changed to use the interface instead of the impl, so to clean up a bit, but that still won't remove the dependency. The IL is the one starting the BPEL server.
Cheers, Matthieu On 8/10/06, Lance Waterman <[EMAIL PROTECTED]> wrote:
Maciej, Matthieu; I see that the reference implementations of the IL are using BpelServerImpl rather than the BpelServer interface and am curious as to why? Thanks, Lance
