[OFBiz] Dev - support for multiple service dispatchers and JobSandbox

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[OFBiz] Dev - support for multiple service dispatchers and JobSandbox

Adam Heath-2
For our current set of web applications, we are making use of a separate
classloader for each, and a separate service engine dispatcher.  As required,
we give each service dispatcher a unique
name(localname:webSiteId:webMountPath).

I can successfully call services defined in this local dispatcher, and the
global dispatcher can not.  So far, so good.

Now, I want to schedule a job.  However, I see that this support is not
finished.

The code saves the current dispatcher name into the JobSandbox entry(as
loaderName), but then the PersistedServiceJob never fetchs that data, and
nothing at runtime ever attempts to issue the job on the correct dispatcher.

Is this an oversite?
 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev