service never returns

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

service never returns

BJ Freeman
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.