WSIF & BPWS4J:
 
I did change the return value in "...\samples\services\stockquote\StockQuote.java":
 
...
if (symbol.equalsIgnoreCase("XXX")) return 5000.14f;
...
 
 Despite of redeploying the the service and restarting Tomcat 4.1.27, I received 3.14 as result!!!
 
I got even more confused: I received 3.17 as result, although I had deleted the "StockQuote.java"
 
What's the problem? Chaching? Java Binding in WSIF? Thank's a lot in advance! Rainer

Reply via email to