I've seen this behaviour with static files : FlowScript doesn't seem to check changes on scripts loaded with cocoon.load().
This is a bug, and the current workaround is to touch the main script file.
I've been experiencing the same, even in the main script.
I have:
var properties = new Properties();
properties.put("mail.smtp.host", "foobar.tld");
var mailSession = new Session.getDefaultInstance(properties);
var mailMessage = new MimeMessage(mailSession);when changing "foobar.tld", saving and hitting reload, the mailSession instance still points to the old smtp server.
</Steven> -- Steven Noels http://outerthought.org/ Outerthought - Open Source Java & XML An Orixo Member Read my weblog at http://blogs.cocoondev.org/stevenn/ stevenn at outerthought.org stevenn at apache.org
