oops thought I sent this to the user ML
-------- Original Message --------
Subject: service never returns
Date: Sun, 21 Sep 2008 18:23:34 -0700
From: BJ Freeman <
[hidden email]>
Reply-To:
[hidden email]
To:
[hidden email]
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.