Hide Forgot
Help Desk Ticket Reference: https://c.na7.visual.force.com/apex/Case_View?id=500A0000007pJWo Steps to Reproduce: Create a Virtual Model and add a Procedure with below transformation: create virtual procedure begin select '1' as result; end Save, now run preview, your result is 1. Now open and change the 1 to a 2 in the above transformation, save and run preview again, it still displays 1 as the result. project_key: SOA If a preview is run on a virtual procedure, then the procedure is changed and saved the preview still gives the results from the previous transformation. You have to close Developer Studio and re-open to get the correct result.
Link: Added: This issue Cloned to SOA-3167
Release Notes Docs Status: Added: Documented as Resolved Issue Release Notes Text: Added: https://issues.jboss.org/browse/SOA-3165 If a virtual procedure was previewed and then changed and saved, the preview would still gives the results from the previous transformation. Users had to close and then reopen JBoss Developer Studio and re-open to see the correct result. A coding patch has now been applied to fix this. Consequently, previews now update to reflect the correct results.
Writer: Added: dlesage
Tested and closed.