You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by BJ Freeman <bj...@free-man.net> on 2008/09/22 03:23:34 UTC

service never returns

I call a service like update products.
            returnresults = dispatcher.runSync("updateProduct",
                    makeproductmap());
it never returns
there are no errors in the logs and the code I wrote just does a return
to the calling method, like a stack is being trashed.
I know I have probably done someone thing so this is not about what I
did wrong.
it is about not getting any return or errors.
I as far as i can figure, there is an ECA that is called that may abort
the return.
     ServiceEcaRule.java:150:INFO ] Running Service ECA Service:
loadType2ProductInProductDimension, triggered by rule on Service:
updateProduct
this is to deep for me to really understand yet, Plus investigate.
so hoping the keepers of the mini lanquage, Service engine can see a
possible reason for this.

for what it worth I had this code runing and made some changes.
Still removing them to see what caused this.